diff --git a/grammar.js b/grammar.js index fe28d52..b551131 100644 --- a/grammar.js +++ b/grammar.js @@ -1806,6 +1806,7 @@ module.exports = grammar({ _task_item: $ => choice( $.entry_declaration, $._aspect_clause, + $.pragma_g, ), task_definition: $ => seq( // RM 9.1 repeat($._task_item), diff --git a/src/grammar.json b/src/grammar.json index c03cb63..db9b7db 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -10843,6 +10843,10 @@ { "type": "SYMBOL", "name": "_aspect_clause" + }, + { + "type": "SYMBOL", + "name": "pragma_g" } ] }, diff --git a/src/node-types.json b/src/node-types.json index 113f2aa..098d224 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -10806,6 +10806,10 @@ "type": "enumeration_representation_clause", "named": true }, + { + "type": "pragma_g", + "named": true + }, { "type": "record_representation_clause", "named": true diff --git a/src/parser.c b/src/parser.c index 03e42f5..7e09ec8 100644 --- a/src/parser.c +++ b/src/parser.c @@ -8131,17 +8131,17 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [597] = {.lex_state = 27}, [598] = {.lex_state = 27}, [599] = {.lex_state = 27}, - [600] = {.lex_state = 27}, + [600] = {.lex_state = 11}, [601] = {.lex_state = 27}, - [602] = {.lex_state = 11}, + [602] = {.lex_state = 27}, [603] = {.lex_state = 27}, [604] = {.lex_state = 27}, [605] = {.lex_state = 27}, [606] = {.lex_state = 27}, [607] = {.lex_state = 27}, [608] = {.lex_state = 27}, - [609] = {.lex_state = 10}, - [610] = {.lex_state = 10}, + [609] = {.lex_state = 27}, + [610] = {.lex_state = 27}, [611] = {.lex_state = 27}, [612] = {.lex_state = 27}, [613] = {.lex_state = 27}, @@ -8149,12 +8149,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [615] = {.lex_state = 27}, [616] = {.lex_state = 27}, [617] = {.lex_state = 27}, - [618] = {.lex_state = 27}, + [618] = {.lex_state = 10}, [619] = {.lex_state = 27}, [620] = {.lex_state = 27}, [621] = {.lex_state = 27}, [622] = {.lex_state = 27}, - [623] = {.lex_state = 27}, + [623] = {.lex_state = 10}, [624] = {.lex_state = 27}, [625] = {.lex_state = 27}, [626] = {.lex_state = 27}, @@ -8213,7 +8213,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [679] = {.lex_state = 27}, [680] = {.lex_state = 27}, [681] = {.lex_state = 27}, - [682] = {.lex_state = 10}, + [682] = {.lex_state = 27}, [683] = {.lex_state = 27}, [684] = {.lex_state = 27}, [685] = {.lex_state = 27}, @@ -8221,15 +8221,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [687] = {.lex_state = 27}, [688] = {.lex_state = 27}, [689] = {.lex_state = 27}, - [690] = {.lex_state = 11}, - [691] = {.lex_state = 27}, - [692] = {.lex_state = 11}, - [693] = {.lex_state = 27}, + [690] = {.lex_state = 27}, + [691] = {.lex_state = 11}, + [692] = {.lex_state = 27}, + [693] = {.lex_state = 11}, [694] = {.lex_state = 27}, [695] = {.lex_state = 27}, [696] = {.lex_state = 27}, - [697] = {.lex_state = 11}, - [698] = {.lex_state = 27}, + [697] = {.lex_state = 27}, + [698] = {.lex_state = 11}, [699] = {.lex_state = 27}, [700] = {.lex_state = 27}, [701] = {.lex_state = 27}, @@ -8256,8 +8256,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [722] = {.lex_state = 27}, [723] = {.lex_state = 27}, [724] = {.lex_state = 27}, - [725] = {.lex_state = 11}, - [726] = {.lex_state = 27}, + [725] = {.lex_state = 27}, + [726] = {.lex_state = 11}, [727] = {.lex_state = 27}, [728] = {.lex_state = 27}, [729] = {.lex_state = 27}, @@ -8276,7 +8276,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [742] = {.lex_state = 27}, [743] = {.lex_state = 27}, [744] = {.lex_state = 27}, - [745] = {.lex_state = 27}, + [745] = {.lex_state = 10}, [746] = {.lex_state = 27}, [747] = {.lex_state = 27}, [748] = {.lex_state = 27}, @@ -8302,8 +8302,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [768] = {.lex_state = 27}, [769] = {.lex_state = 27}, [770] = {.lex_state = 27}, - [771] = {.lex_state = 0}, - [772] = {.lex_state = 27}, + [771] = {.lex_state = 27}, + [772] = {.lex_state = 0}, [773] = {.lex_state = 27}, [774] = {.lex_state = 27}, [775] = {.lex_state = 27}, @@ -8364,9 +8364,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [830] = {.lex_state = 11}, [831] = {.lex_state = 27}, [832] = {.lex_state = 27}, - [833] = {.lex_state = 27}, + [833] = {.lex_state = 11}, [834] = {.lex_state = 27}, - [835] = {.lex_state = 11}, + [835] = {.lex_state = 27}, [836] = {.lex_state = 11}, [837] = {.lex_state = 27}, [838] = {.lex_state = 27}, @@ -10212,7 +10212,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__relation] = STATE(570), [sym_relation_membership] = STATE(570), [sym_raise_expression] = STATE(570), - [sym__simple_expression] = STATE(602), + [sym__simple_expression] = STATE(600), [sym_term] = STATE(514), [sym__factor] = STATE(490), [sym_factor_power] = STATE(490), @@ -10245,8 +10245,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_discrete_choice_list] = STATE(1784), [sym_discrete_choice] = STATE(1203), [sym_global_aspect_element] = STATE(1337), - [sym_global_mode] = STATE(683), - [sym_non_empty_mode] = STATE(832), + [sym_global_mode] = STATE(686), + [sym_non_empty_mode] = STATE(831), [sym_if_expression] = STATE(1800), [sym_function_call] = STATE(483), [sym_identifier] = ACTIONS(217), @@ -12074,7 +12074,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__relation] = STATE(570), [sym_relation_membership] = STATE(570), [sym_raise_expression] = STATE(570), - [sym__simple_expression] = STATE(602), + [sym__simple_expression] = STATE(600), [sym_term] = STATE(514), [sym__factor] = STATE(490), [sym_factor_power] = STATE(490), @@ -14957,7 +14957,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__relation] = STATE(570), [sym_relation_membership] = STATE(570), [sym_raise_expression] = STATE(570), - [sym__simple_expression] = STATE(602), + [sym__simple_expression] = STATE(600), [sym_term] = STATE(514), [sym__factor] = STATE(490), [sym_factor_power] = STATE(490), @@ -15024,7 +15024,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__relation] = STATE(570), [sym_relation_membership] = STATE(570), [sym_raise_expression] = STATE(570), - [sym__simple_expression] = STATE(602), + [sym__simple_expression] = STATE(600), [sym_term] = STATE(514), [sym__factor] = STATE(490), [sym_factor_power] = STATE(490), @@ -15300,7 +15300,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_adding_operator, STATE(514), 1, sym_term, - STATE(602), 1, + STATE(600), 1, sym__simple_expression, STATE(788), 1, sym_null_exclusion, @@ -15587,7 +15587,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_adding_operator, STATE(514), 1, sym_term, - STATE(602), 1, + STATE(600), 1, sym__simple_expression, STATE(1214), 1, sym_parameter_association, @@ -16385,7 +16385,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_adding_operator, STATE(514), 1, sym_term, - STATE(602), 1, + STATE(600), 1, sym__simple_expression, STATE(788), 1, sym_null_exclusion, @@ -16574,7 +16574,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_adding_operator, STATE(514), 1, sym_term, - STATE(602), 1, + STATE(600), 1, sym__simple_expression, STATE(788), 1, sym_null_exclusion, @@ -16668,7 +16668,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_adding_operator, STATE(514), 1, sym_term, - STATE(602), 1, + STATE(600), 1, sym__simple_expression, STATE(788), 1, sym_null_exclusion, @@ -16762,7 +16762,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_adding_operator, STATE(514), 1, sym_term, - STATE(602), 1, + STATE(600), 1, sym__simple_expression, STATE(788), 1, sym_null_exclusion, @@ -16854,7 +16854,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_adding_operator, STATE(514), 1, sym_term, - STATE(602), 1, + STATE(600), 1, sym__simple_expression, STATE(788), 1, sym_null_exclusion, @@ -16945,7 +16945,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_adding_operator, STATE(514), 1, sym_term, - STATE(602), 1, + STATE(600), 1, sym__simple_expression, STATE(788), 1, sym_null_exclusion, @@ -17037,7 +17037,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_adding_operator, STATE(514), 1, sym_term, - STATE(602), 1, + STATE(600), 1, sym__simple_expression, STATE(788), 1, sym_null_exclusion, @@ -17216,7 +17216,7 @@ static const uint16_t ts_small_parse_table[] = { sym_term, STATE(531), 1, sym__simple_expression, - STATE(832), 1, + STATE(831), 1, sym_non_empty_mode, STATE(1043), 1, sym_global_mode, @@ -17293,7 +17293,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_adding_operator, STATE(514), 1, sym_term, - STATE(602), 1, + STATE(600), 1, sym__simple_expression, STATE(788), 1, sym_null_exclusion, @@ -17376,7 +17376,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_adding_operator, STATE(514), 1, sym_term, - STATE(602), 1, + STATE(600), 1, sym__simple_expression, STATE(788), 1, sym_null_exclusion, @@ -17459,7 +17459,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_adding_operator, STATE(514), 1, sym_term, - STATE(602), 1, + STATE(600), 1, sym__simple_expression, STATE(788), 1, sym_null_exclusion, @@ -17625,7 +17625,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_adding_operator, STATE(514), 1, sym_term, - STATE(602), 1, + STATE(600), 1, sym__simple_expression, STATE(788), 1, sym_null_exclusion, @@ -17706,7 +17706,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_adding_operator, STATE(514), 1, sym_term, - STATE(602), 1, + STATE(600), 1, sym__simple_expression, STATE(788), 1, sym_null_exclusion, @@ -18492,7 +18492,7 @@ static const uint16_t ts_small_parse_table[] = { sym__simple_expression, STATE(1944), 1, sym_value_sequence, - STATE(682), 2, + STATE(745), 2, sym__name, sym_function_call, STATE(1234), 2, @@ -23519,7 +23519,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(612), 3, + STATE(621), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -23732,7 +23732,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(616), 3, + STATE(628), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -24085,7 +24085,7 @@ static const uint16_t ts_small_parse_table[] = { sym__simple_expression, STATE(1944), 1, sym_value_sequence, - STATE(610), 2, + STATE(623), 2, sym__name, sym_function_call, STATE(1013), 2, @@ -26585,7 +26585,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(614), 3, + STATE(625), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -27080,7 +27080,7 @@ static const uint16_t ts_small_parse_table[] = { sym__simple_expression, STATE(1944), 1, sym_value_sequence, - STATE(609), 2, + STATE(618), 2, sym__name, sym_function_call, STATE(1015), 2, @@ -27224,7 +27224,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(611), 3, + STATE(620), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -27293,7 +27293,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(615), 3, + STATE(627), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -27557,7 +27557,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_DOT, - STATE(668), 7, + STATE(677), 7, sym_discriminant_constraint, sym__constraint, sym__scalar_constraint, @@ -28022,7 +28022,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_adding_operator, STATE(514), 1, sym_term, - STATE(675), 1, + STATE(676), 1, sym_range_g, STATE(1706), 1, sym__simple_expression, @@ -30141,7 +30141,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_adding_operator, STATE(514), 1, sym_term, - STATE(629), 1, + STATE(645), 1, sym__simple_expression, STATE(1944), 1, sym_value_sequence, @@ -31191,7 +31191,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_adding_operator, STATE(514), 1, sym_term, - STATE(627), 1, + STATE(644), 1, sym__simple_expression, STATE(1944), 1, sym_value_sequence, @@ -38941,7 +38941,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_DOT, - STATE(668), 7, + STATE(677), 7, sym_discriminant_constraint, sym__constraint, sym__scalar_constraint, @@ -39083,7 +39083,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_DOT, - STATE(668), 7, + STATE(677), 7, sym_discriminant_constraint, sym__constraint, sym__scalar_constraint, @@ -39135,7 +39135,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_DOT, - STATE(668), 7, + STATE(677), 7, sym_discriminant_constraint, sym__constraint, sym__scalar_constraint, @@ -39936,7 +39936,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_DOT, - STATE(668), 7, + STATE(677), 7, sym_discriminant_constraint, sym__constraint, sym__scalar_constraint, @@ -40267,7 +40267,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_STAR, anon_sym_DOT, - STATE(668), 7, + STATE(677), 7, sym_discriminant_constraint, sym__constraint, sym__scalar_constraint, @@ -40391,7 +40391,7 @@ static const uint16_t ts_small_parse_table[] = { sym_accept_statement, STATE(30), 1, sym_procedure_call_statement, - STATE(825), 1, + STATE(827), 1, sym_guard, STATE(1118), 1, sym_select_alternative, @@ -40474,7 +40474,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(919), 2, sym_tick, anon_sym_DOT, - STATE(679), 7, + STATE(674), 7, sym_discriminant_constraint, sym__constraint, sym__scalar_constraint, @@ -40792,7 +40792,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_STAR, anon_sym_DOT, - STATE(668), 7, + STATE(677), 7, sym_discriminant_constraint, sym__constraint, sym__scalar_constraint, @@ -41294,7 +41294,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_STAR, anon_sym_DOT, - STATE(668), 7, + STATE(677), 7, sym_discriminant_constraint, sym__constraint, sym__scalar_constraint, @@ -41869,7 +41869,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_component_definition_token1, ACTIONS(2092), 1, aux_sym_exception_declaration_token1, - STATE(684), 1, + STATE(742), 1, sym_null_exclusion, STATE(1030), 1, sym__subtype_indication, @@ -41966,7 +41966,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, ACTIONS(2110), 1, aux_sym_access_to_subprogram_definition_token3, - STATE(641), 1, + STATE(671), 1, sym_general_access_modifier, STATE(788), 1, sym_null_exclusion, @@ -42005,7 +42005,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_attribute_designator_token1, ACTIONS(2112), 1, anon_sym_COLON_EQ, - STATE(684), 1, + STATE(742), 1, sym_null_exclusion, STATE(1019), 1, sym__subtype_indication, @@ -42046,7 +42046,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_component_definition_token1, ACTIONS(2114), 1, aux_sym_general_access_modifier_token1, - STATE(684), 1, + STATE(742), 1, sym_null_exclusion, STATE(1030), 1, sym__subtype_indication, @@ -42110,7 +42110,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_general_access_modifier_token1, ACTIONS(2122), 1, aux_sym_component_definition_token1, - STATE(684), 1, + STATE(742), 1, sym_null_exclusion, STATE(1295), 1, sym__subtype_indication, @@ -42208,7 +42208,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_attribute_designator_token1, ACTIONS(2141), 1, aux_sym_general_access_modifier_token1, - STATE(684), 1, + STATE(742), 1, sym_null_exclusion, STATE(1014), 1, sym__subtype_indication, @@ -42367,9 +42367,9 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(2173), 1, aux_sym_component_definition_token1, - STATE(678), 1, + STATE(673), 1, sym_non_empty_mode, - STATE(735), 1, + STATE(734), 1, sym_null_exclusion, STATE(969), 1, sym_access_definition, @@ -42379,7 +42379,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(835), 7, + STATE(829), 7, sym__name, sym_selected_component, sym_slice, @@ -42448,7 +42448,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_attribute_designator_token1, ACTIONS(2179), 1, aux_sym_component_definition_token1, - STATE(684), 1, + STATE(742), 1, sym_null_exclusion, STATE(1041), 1, sym_component_definition, @@ -42484,7 +42484,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_attribute_designator_token1, ACTIONS(2179), 1, aux_sym_component_definition_token1, - STATE(684), 1, + STATE(742), 1, sym_null_exclusion, STATE(1081), 1, sym_access_definition, @@ -42520,7 +42520,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_attribute_designator_token1, ACTIONS(2179), 1, aux_sym_component_definition_token1, - STATE(684), 1, + STATE(742), 1, sym_null_exclusion, STATE(1081), 1, sym_access_definition, @@ -42580,7 +42580,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_array_type_definition_token1, ACTIONS(2053), 1, aux_sym_attribute_designator_token1, - STATE(684), 1, + STATE(742), 1, sym_null_exclusion, STATE(1019), 1, sym__subtype_indication, @@ -42617,9 +42617,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_attribute_designator_token1, ACTIONS(2181), 1, sym_identifier, - STATE(623), 1, + STATE(640), 1, sym_non_empty_mode, - STATE(726), 1, + STATE(721), 1, sym_null_exclusion, STATE(1024), 1, sym_access_definition, @@ -42629,7 +42629,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(848), 7, + STATE(845), 7, sym__name, sym_selected_component, sym_slice, @@ -42705,7 +42705,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_attribute_designator_token1, ACTIONS(2197), 1, aux_sym_general_access_modifier_token1, - STATE(684), 1, + STATE(742), 1, sym_null_exclusion, STATE(1295), 1, sym__subtype_indication, @@ -42740,7 +42740,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_array_type_definition_token1, ACTIONS(2053), 1, aux_sym_attribute_designator_token1, - STATE(684), 1, + STATE(742), 1, sym_null_exclusion, STATE(1037), 1, sym__subtype_indication, @@ -42814,102 +42814,37 @@ static const uint16_t ts_small_parse_table[] = { [32582] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(835), 1, - sym_identifier, - ACTIONS(1807), 1, + ACTIONS(31), 1, aux_sym_relation_membership_token1, - ACTIONS(2053), 1, - aux_sym_attribute_designator_token1, - STATE(684), 1, - sym_null_exclusion, - STATE(1448), 1, - sym__subtype_indication, - STATE(1944), 1, - sym_value_sequence, - STATE(1093), 2, - sym__name, - sym_function_call, - STATE(1447), 2, - sym__loop_parameter_subtype_indication, - sym_access_definition, - ACTIONS(543), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(527), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [32627] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, ACTIONS(2206), 1, - sym_identifier, + aux_sym_compilation_unit_token1, + ACTIONS(2208), 1, + aux_sym_package_specification_token3, ACTIONS(2210), 1, - anon_sym_SEMI, - ACTIONS(2212), 1, - aux_sym_with_clause_token2, - STATE(1277), 1, - sym_subprogram_default, - STATE(1535), 1, - sym_aspect_specification, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2214), 2, - aux_sym_primary_null_token1, - anon_sym_LT_GT, - ACTIONS(2208), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(955), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [32670] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(511), 1, - sym_identifier, - ACTIONS(1807), 1, - aux_sym_relation_membership_token1, - ACTIONS(2053), 1, - aux_sym_attribute_designator_token1, - STATE(684), 1, - sym_null_exclusion, - STATE(1295), 1, - sym__subtype_indication, - STATE(1944), 1, - sym_value_sequence, - STATE(1061), 2, - sym_access_definition, - sym__return_subtype_indication, - STATE(1093), 2, - sym__name, - sym_function_call, - ACTIONS(221), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(263), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [32715] = 8, + aux_sym_allocator_token1, + STATE(1532), 1, + sym_task_definition, + STATE(1608), 1, + sym_overriding_indicator, + STATE(642), 9, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym__task_item, + sym_pragma_g, + sym_record_representation_clause, + aux_sym_task_definition_repeat1, + [32627] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1937), 1, @@ -42938,7 +42873,73 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_expression_token1, aux_sym_expression_token3, aux_sym_expression_token5, - [32752] = 12, + [32664] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2206), 1, + aux_sym_compilation_unit_token1, + ACTIONS(2208), 1, + aux_sym_package_specification_token3, + ACTIONS(2212), 1, + aux_sym_allocator_token1, + STATE(1608), 1, + sym_overriding_indicator, + STATE(1610), 1, + sym_task_definition, + STATE(642), 9, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym__task_item, + sym_pragma_g, + sym_record_representation_clause, + aux_sym_task_definition_repeat1, + [32709] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(835), 1, + sym_identifier, + ACTIONS(1807), 1, + aux_sym_relation_membership_token1, + ACTIONS(2053), 1, + aux_sym_attribute_designator_token1, + STATE(742), 1, + sym_null_exclusion, + STATE(1448), 1, + sym__subtype_indication, + STATE(1944), 1, + sym_value_sequence, + STATE(1093), 2, + sym__name, + sym_function_call, + STATE(1447), 2, + sym__loop_parameter_subtype_indication, + sym_access_definition, + ACTIONS(543), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(527), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [32754] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, @@ -42949,7 +42950,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(2053), 1, aux_sym_attribute_designator_token1, - STATE(684), 1, + STATE(742), 1, sym_null_exclusion, STATE(1295), 1, sym__subtype_indication, @@ -42971,14 +42972,14 @@ static const uint16_t ts_small_parse_table[] = { sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - [32797] = 4, + [32799] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2096), 1, aux_sym_expression_token1, STATE(607), 1, aux_sym_expression_repeat1, - ACTIONS(2216), 17, + ACTIONS(2214), 17, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, @@ -42996,14 +42997,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [32826] = 4, + [32828] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2098), 1, aux_sym_expression_token3, STATE(598), 1, aux_sym_expression_repeat2, - ACTIONS(2216), 17, + ACTIONS(2214), 17, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, @@ -43021,13 +43022,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [32855] = 4, + [32857] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2100), 1, aux_sym_expression_token5, STATE(608), 1, aux_sym_expression_repeat3, + ACTIONS(2214), 17, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token2, + aux_sym_expression_token4, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [32886] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2218), 1, + aux_sym_expression_token1, + STATE(607), 1, + aux_sym_expression_repeat1, ACTIONS(2216), 17, anon_sym_COMMA, anon_sym_RPAREN, @@ -43046,39 +43072,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [32884] = 4, + [32915] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2220), 1, - aux_sym_expression_token1, - STATE(607), 1, - aux_sym_expression_repeat1, - ACTIONS(2218), 17, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token2, - aux_sym_expression_token4, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [32913] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2225), 1, + ACTIONS(2223), 1, aux_sym_expression_token5, STATE(608), 1, aux_sym_expression_repeat3, - ACTIONS(2223), 17, + ACTIONS(2221), 17, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, @@ -43096,325 +43097,202 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [32942] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(951), 1, - anon_sym_DOT, - ACTIONS(971), 1, - anon_sym_LPAREN, - ACTIONS(1699), 1, - sym_tick, - ACTIONS(2230), 1, - aux_sym_iterator_filter_token1, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1199), 1, - sym_iterator_filter, - ACTIONS(967), 2, - anon_sym_DASH, - anon_sym_STAR, - ACTIONS(2228), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - ACTIONS(969), 7, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_rem, - anon_sym_DOT_DOT, - anon_sym_STAR_STAR, - [32982] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(951), 1, - anon_sym_DOT, - ACTIONS(971), 1, - anon_sym_LPAREN, - ACTIONS(1699), 1, - sym_tick, - ACTIONS(2230), 1, - aux_sym_iterator_filter_token1, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1290), 1, - sym_iterator_filter, - ACTIONS(967), 2, - anon_sym_DASH, - anon_sym_STAR, - ACTIONS(2232), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - ACTIONS(969), 7, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_rem, - anon_sym_DOT_DOT, - anon_sym_STAR_STAR, - [33022] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2223), 18, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token2, - aux_sym_expression_token4, - aux_sym_expression_token5, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [33046] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2201), 18, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [33070] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2187), 1, - sym_identifier, - ACTIONS(2189), 1, - anon_sym_LPAREN, - ACTIONS(2191), 1, - anon_sym_LBRACK, - STATE(234), 1, - sym_attribute_designator, - ACTIONS(2193), 4, - aux_sym_attribute_designator_token1, - aux_sym_attribute_designator_token2, - aux_sym_attribute_designator_token3, - aux_sym_attribute_designator_token4, - STATE(237), 10, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [33104] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2234), 18, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [33128] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2236), 18, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token4, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [33152] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2218), 18, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token4, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [33176] = 11, + [32944] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(1807), 1, - aux_sym_relation_membership_token1, - ACTIONS(2238), 1, - sym_identifier, - ACTIONS(2242), 1, - anon_sym_LPAREN, - STATE(500), 1, - sym__subtype_indication_paren_constraint, - STATE(650), 1, - sym_subpool_specification, - STATE(766), 1, - sym_null_exclusion, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2240), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(270), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [33218] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(233), 1, - aux_sym_chunk_specification_token1, - ACTIONS(255), 1, - aux_sym_non_empty_mode_token1, - ACTIONS(1807), 1, - aux_sym_relation_membership_token1, - ACTIONS(2244), 1, - sym_identifier, - STATE(666), 1, - sym_non_empty_mode, - STATE(774), 1, - sym_null_exclusion, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2246), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(829), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [33260] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(835), 1, + ACTIONS(511), 1, sym_identifier, ACTIONS(1807), 1, aux_sym_relation_membership_token1, ACTIONS(2053), 1, aux_sym_attribute_designator_token1, - STATE(684), 1, + STATE(742), 1, sym_null_exclusion, - STATE(1145), 1, + STATE(1295), 1, sym__subtype_indication, - STATE(1148), 1, - sym_access_definition, STATE(1944), 1, sym_value_sequence, + STATE(1061), 2, + sym_access_definition, + sym__return_subtype_indication, STATE(1093), 2, sym__name, sym_function_call, - ACTIONS(543), 3, + ACTIONS(221), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(527), 5, + STATE(263), 5, sym_selected_component, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - [33304] = 7, + [32989] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2187), 1, - sym_identifier, - ACTIONS(2189), 1, - anon_sym_LPAREN, - ACTIONS(2191), 1, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2206), 1, + aux_sym_compilation_unit_token1, + ACTIONS(2208), 1, + aux_sym_package_specification_token3, + ACTIONS(2226), 1, + aux_sym_allocator_token1, + STATE(1608), 1, + sym_overriding_indicator, + STATE(1882), 1, + sym_task_definition, + STATE(642), 9, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym__task_item, + sym_pragma_g, + sym_record_representation_clause, + aux_sym_task_definition_repeat1, + [33034] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1103), 1, - sym_attribute_designator, - ACTIONS(2193), 4, - aux_sym_attribute_designator_token1, - aux_sym_attribute_designator_token2, - aux_sym_attribute_designator_token3, - aux_sym_attribute_designator_token4, - STATE(237), 10, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [33338] = 11, + ACTIONS(2228), 1, + sym_identifier, + ACTIONS(2232), 1, + anon_sym_SEMI, + ACTIONS(2234), 1, + aux_sym_with_clause_token2, + STATE(1277), 1, + sym_subprogram_default, + STATE(1535), 1, + sym_aspect_specification, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2236), 2, + aux_sym_primary_null_token1, + anon_sym_LT_GT, + ACTIONS(2230), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(955), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [33077] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2206), 1, + aux_sym_compilation_unit_token1, + ACTIONS(2208), 1, + aux_sym_package_specification_token3, + ACTIONS(2238), 1, + aux_sym_allocator_token1, + STATE(1608), 1, + sym_overriding_indicator, + STATE(1890), 1, + sym_task_definition, + STATE(642), 9, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym__task_item, + sym_pragma_g, + sym_record_representation_clause, + aux_sym_task_definition_repeat1, + [33122] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2206), 1, + aux_sym_compilation_unit_token1, + ACTIONS(2208), 1, + aux_sym_package_specification_token3, + ACTIONS(2240), 1, + aux_sym_allocator_token1, + STATE(1580), 1, + sym_task_definition, + STATE(1608), 1, + sym_overriding_indicator, + STATE(642), 9, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym__task_item, + sym_pragma_g, + sym_record_representation_clause, + aux_sym_task_definition_repeat1, + [33167] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2206), 1, + aux_sym_compilation_unit_token1, + ACTIONS(2208), 1, + aux_sym_package_specification_token3, + STATE(1608), 1, + sym_overriding_indicator, + STATE(1709), 1, + sym_task_definition, + STATE(642), 9, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym__task_item, + sym_pragma_g, + sym_record_representation_clause, + aux_sym_task_definition_repeat1, + [33209] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, @@ -43445,25 +43323,117 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [33380] = 10, + [33251] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2248), 1, + ACTIONS(1807), 1, + aux_sym_relation_membership_token1, + ACTIONS(2242), 1, sym_identifier, - ACTIONS(2252), 1, + ACTIONS(2246), 1, + anon_sym_LPAREN, + STATE(500), 1, + sym__subtype_indication_paren_constraint, + STATE(652), 1, + sym_subpool_specification, + STATE(766), 1, + sym_null_exclusion, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2244), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(270), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [33293] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2206), 1, + aux_sym_compilation_unit_token1, + ACTIONS(2208), 1, aux_sym_package_specification_token3, - ACTIONS(2254), 1, + STATE(1526), 1, + sym_task_definition, + STATE(1608), 1, + sym_overriding_indicator, + STATE(642), 9, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym__task_item, + sym_pragma_g, + sym_record_representation_clause, + aux_sym_task_definition_repeat1, + [33335] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(951), 1, + anon_sym_DOT, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(1699), 1, + sym_tick, + ACTIONS(2250), 1, + aux_sym_iterator_filter_token1, + STATE(262), 1, + sym_actual_parameter_part, + STATE(1199), 1, + sym_iterator_filter, + ACTIONS(967), 2, + anon_sym_DASH, + anon_sym_STAR, + ACTIONS(2248), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + ACTIONS(969), 7, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_rem, + anon_sym_DOT_DOT, + anon_sym_STAR_STAR, + [33375] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2252), 1, + sym_identifier, + ACTIONS(2256), 1, + aux_sym_package_specification_token3, + ACTIONS(2258), 1, aux_sym_at_clause_token1, - STATE(642), 1, + STATE(658), 1, sym_mod_clause, STATE(1944), 1, sym_value_sequence, - STATE(653), 2, + STATE(656), 2, sym_component_clause, aux_sym_record_representation_clause_repeat1, - ACTIONS(2250), 3, + ACTIONS(2254), 3, sym_string_literal, sym_character_literal, sym_target_name, @@ -43475,28 +43445,291 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [33420] = 10, + [33415] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2221), 18, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token2, + aux_sym_expression_token4, + aux_sym_expression_token5, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [33439] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2201), 18, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [33463] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2206), 1, + aux_sym_compilation_unit_token1, + ACTIONS(2208), 1, + aux_sym_package_specification_token3, + STATE(1608), 1, + sym_overriding_indicator, + STATE(1708), 1, + sym_task_definition, + STATE(642), 9, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym__task_item, + sym_pragma_g, + sym_record_representation_clause, + aux_sym_task_definition_repeat1, + [33505] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(951), 1, + anon_sym_DOT, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(1699), 1, + sym_tick, + ACTIONS(2250), 1, + aux_sym_iterator_filter_token1, + STATE(262), 1, + sym_actual_parameter_part, + STATE(1290), 1, + sym_iterator_filter, + ACTIONS(967), 2, + anon_sym_DASH, + anon_sym_STAR, + ACTIONS(2260), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + ACTIONS(969), 7, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_rem, + anon_sym_DOT_DOT, + anon_sym_STAR_STAR, + [33545] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2206), 1, + aux_sym_compilation_unit_token1, + ACTIONS(2208), 1, + aux_sym_package_specification_token3, + STATE(1608), 1, + sym_overriding_indicator, + STATE(1886), 1, + sym_task_definition, + STATE(642), 9, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym__task_item, + sym_pragma_g, + sym_record_representation_clause, + aux_sym_task_definition_repeat1, + [33587] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2262), 18, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [33611] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, + ACTIONS(835), 1, + sym_identifier, ACTIONS(1807), 1, aux_sym_relation_membership_token1, ACTIONS(2053), 1, aux_sym_attribute_designator_token1, - ACTIONS(2256), 1, - sym_identifier, - STATE(710), 1, + STATE(742), 1, sym_null_exclusion, - STATE(987), 1, + STATE(1145), 1, + sym__subtype_indication, + STATE(1148), 1, sym_access_definition, STATE(1944), 1, sym_value_sequence, - ACTIONS(2258), 3, + STATE(1093), 2, + sym__name, + sym_function_call, + ACTIONS(543), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(845), 7, + STATE(527), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [33655] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2264), 18, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token4, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [33679] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2216), 18, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token4, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [33703] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2187), 1, + sym_identifier, + ACTIONS(2189), 1, + anon_sym_LPAREN, + ACTIONS(2191), 1, + anon_sym_LBRACK, + STATE(234), 1, + sym_attribute_designator, + ACTIONS(2193), 4, + aux_sym_attribute_designator_token1, + aux_sym_attribute_designator_token2, + aux_sym_attribute_designator_token3, + aux_sym_attribute_designator_token4, + STATE(237), 10, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [33737] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(233), 1, + aux_sym_chunk_specification_token1, + ACTIONS(255), 1, + aux_sym_non_empty_mode_token1, + ACTIONS(1807), 1, + aux_sym_relation_membership_token1, + ACTIONS(2266), 1, + sym_identifier, + STATE(678), 1, + sym_non_empty_mode, + STATE(774), 1, + sym_null_exclusion, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2268), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(833), 7, sym__name, sym_selected_component, sym_slice, @@ -43504,7 +43737,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [33459] = 11, + [33779] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, @@ -43513,164 +43746,84 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_entry_declaration_token1, ACTIONS(53), 1, aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, ACTIONS(203), 1, aux_sym_iterated_element_association_token1, - ACTIONS(2260), 1, + ACTIONS(2206), 1, aux_sym_compilation_unit_token1, - ACTIONS(2262), 1, + ACTIONS(2208), 1, aux_sym_package_specification_token3, - ACTIONS(2264), 1, - aux_sym_allocator_token1, STATE(1608), 1, sym_overriding_indicator, - STATE(1890), 1, + STATE(1821), 1, sym_task_definition, - STATE(677), 8, + STATE(642), 9, sym__aspect_clause, sym_at_clause, sym_attribute_definition_clause, sym_entry_declaration, sym_enumeration_representation_clause, sym__task_item, + sym_pragma_g, sym_record_representation_clause, aux_sym_task_definition_repeat1, - [33500] = 11, + [33821] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(31), 1, + ACTIONS(2187), 1, + sym_identifier, + ACTIONS(2189), 1, + anon_sym_LPAREN, + ACTIONS(2191), 1, + anon_sym_LBRACK, + STATE(1103), 1, + sym_attribute_designator, + ACTIONS(2193), 4, + aux_sym_attribute_designator_token1, + aux_sym_attribute_designator_token2, + aux_sym_attribute_designator_token3, + aux_sym_attribute_designator_token4, + STATE(237), 10, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [33855] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2270), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2275), 1, aux_sym_relation_membership_token1, - ACTIONS(49), 1, + ACTIONS(2278), 1, aux_sym_entry_declaration_token1, - ACTIONS(53), 1, + ACTIONS(2281), 1, aux_sym_global_mode_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2260), 1, - aux_sym_compilation_unit_token1, - ACTIONS(2262), 1, - aux_sym_package_specification_token3, - ACTIONS(2266), 1, - aux_sym_allocator_token1, + ACTIONS(2284), 1, + aux_sym_pragma_g_token1, STATE(1608), 1, sym_overriding_indicator, - STATE(1882), 1, - sym_task_definition, - STATE(677), 8, + ACTIONS(2273), 2, + aux_sym_compilation_unit_token1, + aux_sym_package_specification_token3, + STATE(633), 9, sym__aspect_clause, sym_at_clause, sym_attribute_definition_clause, sym_entry_declaration, sym_enumeration_representation_clause, sym__task_item, + sym_pragma_g, sym_record_representation_clause, aux_sym_task_definition_repeat1, - [33541] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2260), 1, - aux_sym_compilation_unit_token1, - ACTIONS(2262), 1, - aux_sym_package_specification_token3, - ACTIONS(2268), 1, - aux_sym_allocator_token1, - STATE(1532), 1, - sym_task_definition, - STATE(1608), 1, - sym_overriding_indicator, - STATE(677), 8, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym__task_item, - sym_record_representation_clause, - aux_sym_task_definition_repeat1, - [33582] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(933), 1, - aux_sym_range_attribute_designator_token1, - STATE(667), 1, - sym_range_constraint, - ACTIONS(2270), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_expression_token1, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [33609] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2260), 1, - aux_sym_compilation_unit_token1, - ACTIONS(2262), 1, - aux_sym_package_specification_token3, - ACTIONS(2272), 1, - aux_sym_allocator_token1, - STATE(1608), 1, - sym_overriding_indicator, - STATE(1610), 1, - sym_task_definition, - STATE(677), 8, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym__task_item, - sym_record_representation_clause, - aux_sym_task_definition_repeat1, - [33650] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(933), 1, - aux_sym_range_attribute_designator_token1, - STATE(671), 1, - sym_range_constraint, - ACTIONS(2274), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_expression_token1, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [33677] = 10, + [33892] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, @@ -43679,17 +43832,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, ACTIONS(1945), 1, sym_identifier, - ACTIONS(2276), 1, + ACTIONS(2287), 1, aux_sym_primary_null_token1, - ACTIONS(2278), 1, + ACTIONS(2289), 1, aux_sym_case_expression_token1, - STATE(1377), 1, - sym_component_list, STATE(1439), 1, sym_variant_part, STATE(1718), 1, sym__defining_identifier_list, - STATE(633), 9, + STATE(1726), 1, + sym_component_list, + STATE(635), 9, sym__component_item, sym_component_declaration, sym__aspect_clause, @@ -43699,24 +43852,81 @@ static const uint16_t ts_small_parse_table[] = { sym_pragma_g, sym_record_representation_clause, aux_sym_component_list_repeat1, - [33716] = 10, + [33931] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(1945), 1, + sym_identifier, + ACTIONS(2289), 1, + aux_sym_case_expression_token1, + STATE(1430), 1, + sym_variant_part, + STATE(1718), 1, + sym__defining_identifier_list, + ACTIONS(2291), 2, + aux_sym_iterator_filter_token1, + aux_sym_package_specification_token3, + STATE(664), 9, + sym__component_item, + sym_component_declaration, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_enumeration_representation_clause, + sym_pragma_g, + sym_record_representation_clause, + aux_sym_component_list_repeat1, + [33968] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(1945), 1, + sym_identifier, + ACTIONS(2287), 1, + aux_sym_primary_null_token1, + ACTIONS(2289), 1, + aux_sym_case_expression_token1, + STATE(1377), 1, + sym_component_list, + STATE(1439), 1, + sym_variant_part, + STATE(1718), 1, + sym__defining_identifier_list, + STATE(635), 9, + sym__component_item, + sym_component_declaration, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_enumeration_representation_clause, + sym_pragma_g, + sym_record_representation_clause, + aux_sym_component_list_repeat1, + [34007] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2280), 1, + ACTIONS(2293), 1, sym_identifier, - ACTIONS(2284), 1, + ACTIONS(2297), 1, aux_sym_access_to_subprogram_definition_token1, - ACTIONS(2286), 1, + ACTIONS(2299), 1, aux_sym_access_to_subprogram_definition_token2, - ACTIONS(2288), 1, + ACTIONS(2301), 1, aux_sym_access_to_subprogram_definition_token3, - ACTIONS(2290), 1, + ACTIONS(2303), 1, aux_sym_general_access_modifier_token1, STATE(1944), 1, sym_value_sequence, - ACTIONS(2282), 3, + ACTIONS(2295), 3, sym_string_literal, sym_character_literal, sym_target_name, @@ -43728,93 +43938,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [33755] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2260), 1, - aux_sym_compilation_unit_token1, - ACTIONS(2262), 1, - aux_sym_package_specification_token3, - ACTIONS(2292), 1, - aux_sym_allocator_token1, - STATE(1580), 1, - sym_task_definition, - STATE(1608), 1, - sym_overriding_indicator, - STATE(677), 8, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym__task_item, - sym_record_representation_clause, - aux_sym_task_definition_repeat1, - [33796] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - aux_sym_pragma_g_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(1945), 1, - sym_identifier, - ACTIONS(2278), 1, - aux_sym_case_expression_token1, - STATE(1430), 1, - sym_variant_part, - STATE(1718), 1, - sym__defining_identifier_list, - ACTIONS(2294), 2, - aux_sym_iterator_filter_token1, - aux_sym_package_specification_token3, - STATE(643), 9, - sym__component_item, - sym_component_declaration, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_enumeration_representation_clause, - sym_pragma_g, - sym_record_representation_clause, - aux_sym_component_list_repeat1, - [33833] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2206), 1, - sym_identifier, - ACTIONS(2296), 1, - aux_sym_private_type_declaration_token1, - STATE(1313), 1, - sym_subprogram_default, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2214), 2, - aux_sym_primary_null_token1, - anon_sym_LT_GT, - ACTIONS(2208), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(955), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [33870] = 10, + [34046] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, @@ -43843,14 +43967,14 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [33909] = 10, + [34085] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2298), 1, + ACTIONS(2305), 1, sym_identifier, - ACTIONS(2302), 1, + ACTIONS(2309), 1, aux_sym_component_choice_list_token1, STATE(1328), 1, sym_exception_choice, @@ -43860,7 +43984,7 @@ static const uint16_t ts_small_parse_table[] = { sym_exception_choice_list, STATE(1944), 1, sym_value_sequence, - ACTIONS(2300), 3, + ACTIONS(2307), 3, sym_string_literal, sym_character_literal, sym_target_name, @@ -43872,7 +43996,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [33948] = 10, + [34124] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, @@ -43881,19 +44005,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(2053), 1, aux_sym_attribute_designator_token1, - ACTIONS(2304), 1, + ACTIONS(2311), 1, sym_identifier, - STATE(738), 1, + STATE(710), 1, sym_null_exclusion, - STATE(833), 1, + STATE(987), 1, sym_access_definition, STATE(1944), 1, sym_value_sequence, - ACTIONS(2306), 3, + ACTIONS(2313), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(725), 7, + STATE(840), 7, sym__name, sym_selected_component, sym_slice, @@ -43901,7 +44025,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [33987] = 10, + [34163] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, @@ -43910,7 +44034,65 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(2053), 1, aux_sym_attribute_designator_token1, - ACTIONS(2308), 1, + ACTIONS(2315), 1, + sym_identifier, + STATE(738), 1, + sym_null_exclusion, + STATE(834), 1, + sym_access_definition, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2317), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(726), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [34202] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2319), 1, + aux_sym_compilation_unit_token1, + ACTIONS(2321), 1, + aux_sym_package_specification_token3, + STATE(1608), 1, + sym_overriding_indicator, + STATE(633), 9, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym__task_item, + sym_pragma_g, + sym_record_representation_clause, + aux_sym_task_definition_repeat1, + [34241] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(1807), 1, + aux_sym_relation_membership_token1, + ACTIONS(2053), 1, + aux_sym_attribute_designator_token1, + ACTIONS(2323), 1, sym_identifier, STATE(749), 1, sym_null_exclusion, @@ -43918,7 +44100,7 @@ static const uint16_t ts_small_parse_table[] = { sym_access_definition, STATE(1944), 1, sym_value_sequence, - ACTIONS(2310), 3, + ACTIONS(2325), 3, sym_string_literal, sym_character_literal, sym_target_name, @@ -43930,28 +44112,74 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [34026] = 10, + [34280] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(933), 1, + aux_sym_range_attribute_designator_token1, + STATE(681), 1, + sym_range_constraint, + ACTIONS(2327), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_expression_token1, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [34307] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(933), 1, + aux_sym_range_attribute_designator_token1, + STATE(682), 1, + sym_range_constraint, + ACTIONS(2329), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_expression_token1, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [34334] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2312), 1, + ACTIONS(2331), 1, sym_identifier, - ACTIONS(2316), 1, + ACTIONS(2335), 1, aux_sym_access_to_subprogram_definition_token1, - ACTIONS(2318), 1, + ACTIONS(2337), 1, aux_sym_access_to_subprogram_definition_token2, - ACTIONS(2320), 1, + ACTIONS(2339), 1, aux_sym_access_to_subprogram_definition_token3, - ACTIONS(2322), 1, + ACTIONS(2341), 1, aux_sym_general_access_modifier_token1, STATE(1944), 1, sym_value_sequence, - ACTIONS(2314), 3, + ACTIONS(2333), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(692), 7, + STATE(693), 7, sym__name, sym_selected_component, sym_slice, @@ -43959,82 +44187,27 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [34065] = 10, + [34373] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - aux_sym_pragma_g_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(1945), 1, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2228), 1, sym_identifier, - ACTIONS(2276), 1, + ACTIONS(2343), 1, + aux_sym_private_type_declaration_token1, + STATE(1313), 1, + sym_subprogram_default, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2236), 2, aux_sym_primary_null_token1, - ACTIONS(2278), 1, - aux_sym_case_expression_token1, - STATE(1439), 1, - sym_variant_part, - STATE(1718), 1, - sym__defining_identifier_list, - STATE(1726), 1, - sym_component_list, - STATE(633), 9, - sym__component_item, - sym_component_declaration, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_enumeration_representation_clause, - sym_pragma_g, - sym_record_representation_clause, - aux_sym_component_list_repeat1, - [34104] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(835), 1, - sym_identifier, - ACTIONS(1807), 1, - aux_sym_relation_membership_token1, - STATE(788), 1, - sym_null_exclusion, - STATE(1168), 1, - sym__subtype_indication, - STATE(1944), 1, - sym_value_sequence, - STATE(1093), 2, - sym__name, - sym_function_call, - ACTIONS(543), 3, + anon_sym_LT_GT, + ACTIONS(2230), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(527), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [34142] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2248), 1, - sym_identifier, - ACTIONS(2324), 1, - aux_sym_package_specification_token3, - STATE(1944), 1, - sym_value_sequence, - STATE(654), 2, - sym_component_clause, - aux_sym_record_representation_clause_repeat1, - ACTIONS(2250), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(984), 7, + STATE(955), 7, sym__name, sym_selected_component, sym_slice, @@ -44042,487 +44215,22 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [34176] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2326), 1, - sym_identifier, - ACTIONS(2329), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2334), 1, - aux_sym_pragma_g_token1, - STATE(1718), 1, - sym__defining_identifier_list, - ACTIONS(2332), 3, - aux_sym_iterator_filter_token1, - aux_sym_package_specification_token3, - aux_sym_case_expression_token1, - STATE(643), 9, - sym__component_item, - sym_component_declaration, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_enumeration_representation_clause, - sym_pragma_g, - sym_record_representation_clause, - aux_sym_component_list_repeat1, - [34208] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2260), 1, - aux_sym_compilation_unit_token1, - ACTIONS(2262), 1, - aux_sym_package_specification_token3, - STATE(1608), 1, - sym_overriding_indicator, - STATE(1821), 1, - sym_task_definition, - STATE(677), 8, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym__task_item, - sym_record_representation_clause, - aux_sym_task_definition_repeat1, - [34246] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2260), 1, - aux_sym_compilation_unit_token1, - ACTIONS(2262), 1, - aux_sym_package_specification_token3, - STATE(1608), 1, - sym_overriding_indicator, - STATE(1709), 1, - sym_task_definition, - STATE(677), 8, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym__task_item, - sym_record_representation_clause, - aux_sym_task_definition_repeat1, - [34284] = 10, + [34410] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(835), 1, + ACTIONS(2345), 1, sym_identifier, - ACTIONS(1807), 1, - aux_sym_relation_membership_token1, - STATE(788), 1, - sym_null_exclusion, - STATE(1079), 1, - sym__subtype_indication, - STATE(1944), 1, - sym_value_sequence, - STATE(1093), 2, - sym__name, - sym_function_call, - ACTIONS(543), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(527), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [34322] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2302), 1, - aux_sym_component_choice_list_token1, - ACTIONS(2337), 1, - sym_identifier, - STATE(1328), 1, - sym_exception_choice, - STATE(1689), 1, - sym_exception_choice_list, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2300), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(947), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [34358] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(835), 1, - sym_identifier, - ACTIONS(1807), 1, - aux_sym_relation_membership_token1, - STATE(788), 1, - sym_null_exclusion, - STATE(1443), 1, - sym__subtype_indication, - STATE(1944), 1, - sym_value_sequence, - STATE(1093), 2, - sym__name, - sym_function_call, - ACTIONS(543), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(527), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [34396] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2260), 1, - aux_sym_compilation_unit_token1, - ACTIONS(2262), 1, - aux_sym_package_specification_token3, - STATE(1526), 1, - sym_task_definition, - STATE(1608), 1, - sym_overriding_indicator, - STATE(677), 8, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym__task_item, - sym_record_representation_clause, - aux_sym_task_definition_repeat1, - [34434] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(1807), 1, - aux_sym_relation_membership_token1, - ACTIONS(2238), 1, - sym_identifier, - STATE(494), 1, - sym__subtype_indication_paren_constraint, - STATE(766), 1, - sym_null_exclusion, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2240), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(270), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [34470] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(835), 1, - sym_identifier, - ACTIONS(1807), 1, - aux_sym_relation_membership_token1, - STATE(788), 1, - sym_null_exclusion, - STATE(1266), 1, - sym__subtype_indication, - STATE(1944), 1, - sym_value_sequence, - STATE(1093), 2, - sym__name, - sym_function_call, - ACTIONS(543), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(527), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [34508] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(835), 1, - sym_identifier, - ACTIONS(1807), 1, - aux_sym_relation_membership_token1, - STATE(788), 1, - sym_null_exclusion, - STATE(1073), 1, - sym__subtype_indication, - STATE(1944), 1, - sym_value_sequence, - STATE(1093), 2, - sym__name, - sym_function_call, - ACTIONS(543), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(527), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [34546] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2248), 1, - sym_identifier, - ACTIONS(2324), 1, - aux_sym_package_specification_token3, - STATE(1944), 1, - sym_value_sequence, - STATE(658), 2, - sym_component_clause, - aux_sym_record_representation_clause_repeat1, - ACTIONS(2250), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(984), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [34580] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2248), 1, - sym_identifier, - ACTIONS(2339), 1, - aux_sym_package_specification_token3, - STATE(1944), 1, - sym_value_sequence, - STATE(658), 2, - sym_component_clause, - aux_sym_record_representation_clause_repeat1, - ACTIONS(2250), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(984), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [34614] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2260), 1, - aux_sym_compilation_unit_token1, - ACTIONS(2262), 1, - aux_sym_package_specification_token3, - STATE(1608), 1, - sym_overriding_indicator, - STATE(1886), 1, - sym_task_definition, - STATE(677), 8, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym__task_item, - sym_record_representation_clause, - aux_sym_task_definition_repeat1, - [34652] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(835), 1, - sym_identifier, - ACTIONS(1807), 1, - aux_sym_relation_membership_token1, - STATE(788), 1, - sym_null_exclusion, - STATE(1136), 1, - sym__subtype_indication, - STATE(1944), 1, - sym_value_sequence, - STATE(1093), 2, - sym__name, - sym_function_call, - ACTIONS(543), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(527), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [34690] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2260), 1, - aux_sym_compilation_unit_token1, - ACTIONS(2262), 1, - aux_sym_package_specification_token3, - STATE(1608), 1, - sym_overriding_indicator, - STATE(1708), 1, - sym_task_definition, - STATE(677), 8, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym__task_item, - sym_record_representation_clause, - aux_sym_task_definition_repeat1, - [34728] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2341), 1, - sym_identifier, - ACTIONS(2347), 1, - anon_sym_LBRACK, - ACTIONS(2350), 1, - aux_sym_package_specification_token3, - STATE(1944), 1, - sym_value_sequence, - STATE(658), 2, - sym_component_clause, - aux_sym_record_representation_clause_repeat1, - ACTIONS(2344), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(984), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [34762] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(835), 1, - sym_identifier, - ACTIONS(1807), 1, - aux_sym_relation_membership_token1, - STATE(788), 1, - sym_null_exclusion, - STATE(1144), 1, - sym__subtype_indication, - STATE(1944), 1, - sym_value_sequence, - STATE(1093), 2, - sym__name, - sym_function_call, - ACTIONS(543), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(527), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [34800] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2352), 1, - sym_identifier, - ACTIONS(2356), 1, + ACTIONS(2349), 1, aux_sym_use_clause_token1, - ACTIONS(2358), 1, + ACTIONS(2351), 1, aux_sym_use_clause_token2, STATE(1926), 1, sym__name_list, STATE(1944), 1, sym_value_sequence, - ACTIONS(2354), 3, + ACTIONS(2347), 3, sym_string_literal, sym_character_literal, sym_target_name, @@ -44534,92 +44242,34 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [34836] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(835), 1, - sym_identifier, - ACTIONS(1807), 1, - aux_sym_relation_membership_token1, - STATE(788), 1, - sym_null_exclusion, - STATE(1129), 1, - sym__subtype_indication, - STATE(1944), 1, - sym_value_sequence, - STATE(1093), 2, - sym__name, - sym_function_call, - ACTIONS(543), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(527), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [34874] = 11, + [34446] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, ACTIONS(53), 1, aux_sym_global_mode_token1, - ACTIONS(1949), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(1951), 1, - aux_sym_access_to_subprogram_definition_token3, - ACTIONS(2360), 1, - aux_sym_package_specification_token1, - ACTIONS(2362), 1, - aux_sym_access_to_subprogram_definition_token1, - ACTIONS(2364), 1, - aux_sym_interface_type_definition_token1, - STATE(988), 1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2353), 1, + aux_sym_package_specification_token3, + STATE(1608), 1, sym_overriding_indicator, - STATE(1327), 3, - sym_function_specification, - sym_procedure_specification, - sym__subprogram_specification, - STATE(486), 5, - sym__proper_body, - sym_subprogram_body, - sym_package_body, - sym_task_body, - sym_protected_body, - [34914] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(835), 1, - sym_identifier, - ACTIONS(1807), 1, - aux_sym_relation_membership_token1, - STATE(788), 1, - sym_null_exclusion, - STATE(1463), 1, - sym__subtype_indication, - STATE(1944), 1, - sym_value_sequence, - STATE(1093), 2, - sym__name, - sym_function_call, - ACTIONS(543), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(527), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [34952] = 10, + STATE(666), 9, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym__task_item, + sym_pragma_g, + sym_record_representation_clause, + aux_sym_task_definition_repeat1, + [34482] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, @@ -44647,7 +44297,7 @@ static const uint16_t ts_small_parse_table[] = { sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - [34990] = 10, + [34520] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, @@ -44675,24 +44325,26 @@ static const uint16_t ts_small_parse_table[] = { sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - [35028] = 8, + [34558] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, ACTIONS(1807), 1, aux_sym_relation_membership_token1, - ACTIONS(2366), 1, + ACTIONS(2242), 1, sym_identifier, - STATE(769), 1, + STATE(494), 1, + sym__subtype_indication_paren_constraint, + STATE(766), 1, sym_null_exclusion, STATE(1944), 1, sym_value_sequence, - ACTIONS(2368), 3, + ACTIONS(2244), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(836), 7, + STATE(270), 7, sym__name, sym_selected_component, sym_slice, @@ -44700,77 +44352,347 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [35061] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2370), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_expression_token1, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [35082] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2372), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_expression_token1, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [35103] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2374), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_expression_token1, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [35124] = 8, + [34594] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2302), 1, - aux_sym_component_choice_list_token1, - ACTIONS(2337), 1, + ACTIONS(2252), 1, sym_identifier, - STATE(1459), 1, - sym_exception_choice, + ACTIONS(2355), 1, + aux_sym_package_specification_token3, STATE(1944), 1, sym_value_sequence, - ACTIONS(2300), 3, + STATE(669), 2, + sym_component_clause, + aux_sym_record_representation_clause_repeat1, + ACTIONS(2254), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(984), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [34628] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(835), 1, + sym_identifier, + ACTIONS(1807), 1, + aux_sym_relation_membership_token1, + STATE(788), 1, + sym_null_exclusion, + STATE(1073), 1, + sym__subtype_indication, + STATE(1944), 1, + sym_value_sequence, + STATE(1093), 2, + sym__name, + sym_function_call, + ACTIONS(543), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(527), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [34666] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2353), 1, + aux_sym_package_specification_token3, + STATE(1608), 1, + sym_overriding_indicator, + STATE(633), 9, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym__task_item, + sym_pragma_g, + sym_record_representation_clause, + aux_sym_task_definition_repeat1, + [34702] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2252), 1, + sym_identifier, + ACTIONS(2357), 1, + aux_sym_package_specification_token3, + STATE(1944), 1, + sym_value_sequence, + STATE(669), 2, + sym_component_clause, + aux_sym_record_representation_clause_repeat1, + ACTIONS(2254), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(984), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [34736] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(835), 1, + sym_identifier, + ACTIONS(1807), 1, + aux_sym_relation_membership_token1, + STATE(788), 1, + sym_null_exclusion, + STATE(1079), 1, + sym__subtype_indication, + STATE(1944), 1, + sym_value_sequence, + STATE(1093), 2, + sym__name, + sym_function_call, + ACTIONS(543), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(527), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [34774] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2252), 1, + sym_identifier, + ACTIONS(2357), 1, + aux_sym_package_specification_token3, + STATE(1944), 1, + sym_value_sequence, + STATE(653), 2, + sym_component_clause, + aux_sym_record_representation_clause_repeat1, + ACTIONS(2254), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(984), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [34808] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2321), 1, + aux_sym_package_specification_token3, + STATE(1608), 1, + sym_overriding_indicator, + STATE(655), 9, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym__task_item, + sym_pragma_g, + sym_record_representation_clause, + aux_sym_task_definition_repeat1, + [34844] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(835), 1, + sym_identifier, + ACTIONS(1807), 1, + aux_sym_relation_membership_token1, + STATE(788), 1, + sym_null_exclusion, + STATE(1129), 1, + sym__subtype_indication, + STATE(1944), 1, + sym_value_sequence, + STATE(1093), 2, + sym__name, + sym_function_call, + ACTIONS(543), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(527), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [34882] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(835), 1, + sym_identifier, + ACTIONS(1807), 1, + aux_sym_relation_membership_token1, + STATE(788), 1, + sym_null_exclusion, + STATE(1144), 1, + sym__subtype_indication, + STATE(1944), 1, + sym_value_sequence, + STATE(1093), 2, + sym__name, + sym_function_call, + ACTIONS(543), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(527), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [34920] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(835), 1, + sym_identifier, + ACTIONS(1807), 1, + aux_sym_relation_membership_token1, + STATE(788), 1, + sym_null_exclusion, + STATE(1463), 1, + sym__subtype_indication, + STATE(1944), 1, + sym_value_sequence, + STATE(1093), 2, + sym__name, + sym_function_call, + ACTIONS(543), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(527), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [34958] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(835), 1, + sym_identifier, + ACTIONS(1807), 1, + aux_sym_relation_membership_token1, + STATE(788), 1, + sym_null_exclusion, + STATE(1136), 1, + sym__subtype_indication, + STATE(1944), 1, + sym_value_sequence, + STATE(1093), 2, + sym__name, + sym_function_call, + ACTIONS(543), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(527), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [34996] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2359), 1, + sym_identifier, + ACTIONS(2362), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2367), 1, + aux_sym_pragma_g_token1, + STATE(1718), 1, + sym__defining_identifier_list, + ACTIONS(2365), 3, + aux_sym_iterator_filter_token1, + aux_sym_package_specification_token3, + aux_sym_case_expression_token1, + STATE(664), 9, + sym__component_item, + sym_component_declaration, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_enumeration_representation_clause, + sym_pragma_g, + sym_record_representation_clause, + aux_sym_component_list_repeat1, + [35028] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2309), 1, + aux_sym_component_choice_list_token1, + ACTIONS(2370), 1, + sym_identifier, + STATE(1328), 1, + sym_exception_choice, + STATE(1689), 1, + sym_exception_choice_list, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2307), 3, sym_string_literal, sym_character_literal, sym_target_name, @@ -44782,43 +44704,109 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [35157] = 2, + [35064] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2376), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_expression_token1, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [35178] = 8, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2372), 1, + aux_sym_package_specification_token3, + STATE(1608), 1, + sym_overriding_indicator, + STATE(633), 9, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym__task_item, + sym_pragma_g, + sym_record_representation_clause, + aux_sym_task_definition_repeat1, + [35100] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(1949), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(1951), 1, + aux_sym_access_to_subprogram_definition_token3, + ACTIONS(2374), 1, + aux_sym_package_specification_token1, + ACTIONS(2376), 1, + aux_sym_access_to_subprogram_definition_token1, + ACTIONS(2378), 1, + aux_sym_interface_type_definition_token1, + STATE(988), 1, + sym_overriding_indicator, + STATE(1327), 3, + sym_function_specification, + sym_procedure_specification, + sym__subprogram_specification, + STATE(486), 5, + sym__proper_body, + sym_subprogram_body, + sym_package_body, + sym_task_body, + sym_protected_body, + [35140] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2378), 1, + ACTIONS(835), 1, sym_identifier, - ACTIONS(2382), 1, - aux_sym_iterator_filter_token1, - ACTIONS(2384), 1, - anon_sym_SEMI, + ACTIONS(1807), 1, + aux_sym_relation_membership_token1, + STATE(788), 1, + sym_null_exclusion, + STATE(1443), 1, + sym__subtype_indication, STATE(1944), 1, sym_value_sequence, - ACTIONS(2380), 3, + STATE(1093), 2, + sym__name, + sym_function_call, + ACTIONS(543), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(956), 7, + STATE(527), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [35178] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2380), 1, + sym_identifier, + ACTIONS(2386), 1, + anon_sym_LBRACK, + ACTIONS(2389), 1, + aux_sym_package_specification_token3, + STATE(1944), 1, + sym_value_sequence, + STATE(669), 2, + sym_component_clause, + aux_sym_record_representation_clause_repeat1, + ACTIONS(2383), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(984), 7, sym__name, sym_selected_component, sym_slice, @@ -44826,82 +44814,75 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [35211] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2386), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2391), 1, - aux_sym_relation_membership_token1, - ACTIONS(2394), 1, - aux_sym_entry_declaration_token1, - ACTIONS(2397), 1, - aux_sym_global_mode_token1, - STATE(1608), 1, - sym_overriding_indicator, - ACTIONS(2389), 2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token3, - STATE(673), 8, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym__task_item, - sym_record_representation_clause, - aux_sym_task_definition_repeat1, - [35244] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2400), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_expression_token1, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [35265] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2402), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_expression_token1, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [35286] = 7, + [35212] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2404), 1, + ACTIONS(835), 1, + sym_identifier, + ACTIONS(1807), 1, + aux_sym_relation_membership_token1, + STATE(788), 1, + sym_null_exclusion, + STATE(1266), 1, + sym__subtype_indication, + STATE(1944), 1, + sym_value_sequence, + STATE(1093), 2, + sym__name, + sym_function_call, + ACTIONS(543), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(527), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [35250] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(835), 1, + sym_identifier, + ACTIONS(1807), 1, + aux_sym_relation_membership_token1, + STATE(788), 1, + sym_null_exclusion, + STATE(1168), 1, + sym__subtype_indication, + STATE(1944), 1, + sym_value_sequence, + STATE(1093), 2, + sym__name, + sym_function_call, + ACTIONS(543), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(527), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [35288] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2391), 1, sym_identifier, STATE(1944), 1, sym_value_sequence, STATE(1930), 2, sym_loop_parameter_specification, sym_iterator_specification, - ACTIONS(2406), 3, + ACTIONS(2393), 3, sym_string_literal, sym_character_literal, sym_target_name, @@ -44913,50 +44894,24 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [35317] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2408), 1, - aux_sym_compilation_unit_token1, - ACTIONS(2410), 1, - aux_sym_package_specification_token3, - STATE(1608), 1, - sym_overriding_indicator, - STATE(673), 8, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym__task_item, - sym_record_representation_clause, - aux_sym_task_definition_repeat1, - [35352] = 8, + [35319] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, ACTIONS(1807), 1, aux_sym_relation_membership_token1, - ACTIONS(2244), 1, + ACTIONS(2266), 1, sym_identifier, STATE(774), 1, sym_null_exclusion, STATE(1944), 1, sym_value_sequence, - ACTIONS(2246), 3, + ACTIONS(2268), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(829), 7, + STATE(833), 7, sym__name, sym_selected_component, sym_slice, @@ -44964,10 +44919,10 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [35385] = 2, + [35352] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2412), 15, + ACTIONS(2395), 15, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_chunk_specification_token1, @@ -44983,7 +44938,196 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_EQ, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [35406] = 6, + [35373] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2309), 1, + aux_sym_component_choice_list_token1, + ACTIONS(2370), 1, + sym_identifier, + STATE(1459), 1, + sym_exception_choice, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2307), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(947), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [35406] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2397), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_expression_token1, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [35427] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2399), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_expression_token1, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [35448] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(1807), 1, + aux_sym_relation_membership_token1, + ACTIONS(2401), 1, + sym_identifier, + STATE(767), 1, + sym_null_exclusion, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2403), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(836), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [35481] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2405), 1, + sym_identifier, + ACTIONS(2409), 1, + aux_sym_iterator_filter_token1, + ACTIONS(2411), 1, + anon_sym_SEMI, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2407), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(956), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [35514] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2413), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_expression_token1, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [35535] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2415), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_expression_token1, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [35556] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2417), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_expression_token1, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [35577] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2419), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_expression_token1, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [35598] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, @@ -44992,7 +45136,7 @@ static const uint16_t ts_small_parse_table[] = { sym__name_list, STATE(1944), 1, sym_value_sequence, - ACTIONS(2354), 4, + ACTIONS(2347), 4, sym_identifier, sym_string_literal, sym_character_literal, @@ -45005,22 +45149,22 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [35434] = 7, + [35626] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2414), 1, + ACTIONS(2421), 1, sym_identifier, - ACTIONS(2418), 1, + ACTIONS(2425), 1, aux_sym_loop_parameter_specification_token1, STATE(1944), 1, sym_value_sequence, - ACTIONS(2416), 3, + ACTIONS(2423), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(844), 7, + STATE(851), 7, sym__name, sym_selected_component, sym_slice, @@ -45028,7 +45172,1314 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [35464] = 8, + [35656] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1483), 1, + sym__name_list, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2427), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(913), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [35684] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1657), 1, + sym__interface_list, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2429), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(849), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [35712] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2433), 1, + anon_sym_SEMI, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2431), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(979), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [35740] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1922), 1, + sym__interface_list, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2429), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(849), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [35768] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2437), 1, + anon_sym_SEMI, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2435), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(992), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [35796] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(949), 1, + sym_tick, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(2019), 1, + anon_sym_DOT, + STATE(262), 1, + sym_actual_parameter_part, + ACTIONS(2439), 10, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_object_renaming_declaration_token1, + aux_sym_accept_statement_token2, + [35824] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2443), 1, + anon_sym_SEMI, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2441), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1012), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [35852] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(949), 1, + sym_tick, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(2019), 1, + anon_sym_DOT, + STATE(262), 1, + sym_actual_parameter_part, + ACTIONS(2445), 10, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_object_renaming_declaration_token1, + aux_sym_accept_statement_token2, + [35880] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1432), 1, + sym__interface_list, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2429), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(849), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [35908] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1321), 1, + sym__interface_list, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2429), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(849), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [35936] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1819), 1, + sym__interface_list, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2429), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(849), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [35964] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2449), 1, + anon_sym_SEMI, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2447), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(977), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [35992] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(949), 1, + sym_tick, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(2019), 1, + anon_sym_DOT, + STATE(262), 1, + sym_actual_parameter_part, + ACTIONS(2451), 10, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_object_renaming_declaration_token1, + aux_sym_accept_statement_token2, + [36020] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1684), 1, + sym__name_list, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2347), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(911), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36048] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1473), 1, + sym__interface_list, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2429), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(849), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36076] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2453), 1, + sym_identifier, + ACTIONS(2457), 1, + aux_sym_package_body_token1, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2455), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(887), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36106] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1725), 1, + sym__interface_list, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2429), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(849), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36134] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1529), 1, + sym__interface_list, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2429), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(849), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36162] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1723), 1, + sym_reduction_specification, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2459), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1046), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36190] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2463), 1, + anon_sym_SEMI, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2461), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1034), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36218] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1161), 1, + sym__interface_list, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2429), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(849), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36246] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2467), 1, + anon_sym_SEMI, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2465), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1033), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36274] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2471), 1, + anon_sym_SEMI, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2469), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1008), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36302] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1827), 1, + sym__interface_list, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2429), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(849), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36330] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2473), 1, + sym_identifier, + ACTIONS(2477), 1, + aux_sym_attribute_designator_token1, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2475), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(841), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36360] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2481), 1, + anon_sym_SEMI, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2479), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(983), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36388] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2485), 1, + anon_sym_SEMI, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2483), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1042), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36416] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1838), 1, + sym__interface_list, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2429), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(849), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36444] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1790), 1, + sym__interface_list, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2429), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(849), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36472] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1711), 1, + sym__interface_list, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2429), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(849), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36500] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2489), 1, + anon_sym_SEMI, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2487), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1003), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36528] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1664), 1, + sym__interface_list, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2429), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(849), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36556] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2493), 1, + anon_sym_SEMI, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2491), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1001), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36584] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1461), 1, + sym__interface_list, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2429), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(849), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36612] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2497), 1, + anon_sym_SEMI, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2495), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1051), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36640] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2311), 1, + sym_identifier, + ACTIONS(2477), 1, + aux_sym_attribute_designator_token1, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2313), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(840), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36670] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1892), 1, + sym__interface_list, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2429), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(849), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36698] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1391), 1, + sym__interface_list, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2429), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(849), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36726] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1921), 1, + sym__name_list, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2347), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(911), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36754] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1695), 1, + sym__name_list, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2347), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(911), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36782] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(949), 1, + sym_tick, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(2019), 1, + anon_sym_DOT, + STATE(262), 1, + sym_actual_parameter_part, + ACTIONS(2499), 10, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_object_renaming_declaration_token1, + aux_sym_accept_statement_token2, + [36810] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1418), 1, + sym__interface_list, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2429), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(849), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36838] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2503), 1, + anon_sym_SEMI, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2501), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(944), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36866] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1870), 1, + sym__interface_list, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2429), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(849), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36894] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1828), 1, + sym__interface_list, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2429), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(849), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36922] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1678), 1, + sym__interface_list, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2429), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(849), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36950] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2505), 1, + sym_identifier, + ACTIONS(2509), 1, + aux_sym_loop_parameter_specification_token1, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2507), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(846), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36980] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(949), 1, + sym_tick, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(2019), 1, + anon_sym_DOT, + STATE(262), 1, + sym_actual_parameter_part, + ACTIONS(2511), 10, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_object_renaming_declaration_token1, + aux_sym_accept_statement_token2, + [37008] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2266), 1, + sym_identifier, + ACTIONS(2477), 1, + aux_sym_attribute_designator_token1, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2268), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(833), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37038] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1493), 1, + sym_index_subtype_definition, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2513), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1045), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37066] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2477), 1, + aux_sym_attribute_designator_token1, + ACTIONS(2515), 1, + sym_identifier, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2517), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1017), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37096] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1592), 1, + sym__interface_list, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2429), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(849), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37124] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2477), 1, + aux_sym_attribute_designator_token1, + ACTIONS(2519), 1, + sym_identifier, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2521), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(691), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37154] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2525), 1, + anon_sym_SEMI, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2523), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(994), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37182] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1833), 1, + sym__name_list, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2347), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(911), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37210] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2529), 1, + anon_sym_SEMI, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2527), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(993), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37238] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2477), 1, + aux_sym_attribute_designator_token1, + ACTIONS(2531), 1, + sym_identifier, + STATE(1944), 1, + sym_value_sequence, + STATE(1093), 2, + sym__name, + sym_function_call, + ACTIONS(2533), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(532), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [37270] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2537), 1, + anon_sym_SEMI, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2535), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(995), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37298] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2541), 1, + anon_sym_SEMI, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2539), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1016), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37326] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(951), 1, @@ -45037,7 +46488,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(1699), 1, sym_tick, - ACTIONS(2420), 1, + ACTIONS(2543), 1, aux_sym_range_attribute_designator_token1, STATE(262), 1, sym_actual_parameter_part, @@ -45052,1408 +46503,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_rem, anon_sym_DOT_DOT, anon_sym_STAR_STAR, - [35496] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1483), 1, - sym__name_list, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2422), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(913), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35524] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2424), 1, - sym_identifier, - ACTIONS(2428), 1, - aux_sym_attribute_designator_token1, - STATE(1944), 1, - sym_value_sequence, - STATE(1093), 2, - sym__name, - sym_function_call, - ACTIONS(2426), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(532), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [35556] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1657), 1, - sym__interface_list, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2430), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(849), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35584] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2410), 1, - aux_sym_package_specification_token3, - STATE(1608), 1, - sym_overriding_indicator, - STATE(745), 8, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym__task_item, - sym_record_representation_clause, - aux_sym_task_definition_repeat1, - [35616] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2434), 1, - anon_sym_SEMI, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2432), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(979), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35644] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1922), 1, - sym__interface_list, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2430), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(849), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35672] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2438), 1, - anon_sym_SEMI, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2436), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(992), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35700] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(949), 1, - sym_tick, - ACTIONS(971), 1, - anon_sym_LPAREN, - ACTIONS(2019), 1, - anon_sym_DOT, - STATE(262), 1, - sym_actual_parameter_part, - ACTIONS(2440), 10, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_object_renaming_declaration_token1, - aux_sym_accept_statement_token2, - [35728] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2444), 1, - anon_sym_SEMI, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2442), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1012), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35756] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(949), 1, - sym_tick, - ACTIONS(971), 1, - anon_sym_LPAREN, - ACTIONS(2019), 1, - anon_sym_DOT, - STATE(262), 1, - sym_actual_parameter_part, - ACTIONS(2446), 10, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_object_renaming_declaration_token1, - aux_sym_accept_statement_token2, - [35784] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1432), 1, - sym__interface_list, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2430), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(849), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35812] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1321), 1, - sym__interface_list, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2430), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(849), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35840] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1819), 1, - sym__interface_list, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2430), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(849), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35868] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2450), 1, - anon_sym_SEMI, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2448), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(977), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35896] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(949), 1, - sym_tick, - ACTIONS(971), 1, - anon_sym_LPAREN, - ACTIONS(2019), 1, - anon_sym_DOT, - STATE(262), 1, - sym_actual_parameter_part, - ACTIONS(2452), 10, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_object_renaming_declaration_token1, - aux_sym_accept_statement_token2, - [35924] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1684), 1, - sym__name_list, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2354), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(911), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35952] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1473), 1, - sym__interface_list, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2430), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(849), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35980] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2454), 1, - sym_identifier, - ACTIONS(2458), 1, - aux_sym_package_body_token1, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2456), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(887), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36010] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2460), 1, - aux_sym_package_specification_token3, - STATE(1608), 1, - sym_overriding_indicator, - STATE(673), 8, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym__task_item, - sym_record_representation_clause, - aux_sym_task_definition_repeat1, - [36042] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1725), 1, - sym__interface_list, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2430), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(849), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36070] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1529), 1, - sym__interface_list, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2430), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(849), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36098] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1723), 1, - sym_reduction_specification, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2462), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1046), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36126] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2466), 1, - anon_sym_SEMI, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2464), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1034), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36154] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1161), 1, - sym__interface_list, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2430), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(849), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36182] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2470), 1, - anon_sym_SEMI, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2468), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1008), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36210] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1827), 1, - sym__interface_list, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2430), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(849), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36238] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2474), 1, - anon_sym_SEMI, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2472), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(983), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36266] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2428), 1, - aux_sym_attribute_designator_token1, - ACTIONS(2476), 1, - sym_identifier, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2478), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(840), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36296] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1838), 1, - sym__interface_list, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2430), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(849), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36324] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2482), 1, - anon_sym_SEMI, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2480), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1042), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36352] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2486), 1, - anon_sym_SEMI, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2484), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1033), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36380] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1790), 1, - sym__interface_list, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2430), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(849), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36408] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1711), 1, - sym__interface_list, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2430), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(849), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36436] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2490), 1, - anon_sym_SEMI, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2488), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1003), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36464] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1664), 1, - sym__interface_list, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2430), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(849), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36492] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2494), 1, - anon_sym_SEMI, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2492), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1001), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36520] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1461), 1, - sym__interface_list, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2430), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(849), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36548] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2498), 1, - anon_sym_SEMI, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2496), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1051), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36576] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1892), 1, - sym__interface_list, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2430), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(849), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36604] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1391), 1, - sym__interface_list, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2430), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(849), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36632] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1921), 1, - sym__name_list, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2354), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(911), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36660] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1695), 1, - sym__name_list, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2354), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(911), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36688] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(949), 1, - sym_tick, - ACTIONS(971), 1, - anon_sym_LPAREN, - ACTIONS(2019), 1, - anon_sym_DOT, - STATE(262), 1, - sym_actual_parameter_part, - ACTIONS(2500), 10, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_object_renaming_declaration_token1, - aux_sym_accept_statement_token2, - [36716] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2256), 1, - sym_identifier, - ACTIONS(2428), 1, - aux_sym_attribute_designator_token1, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2258), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(845), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36746] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1418), 1, - sym__interface_list, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2430), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(849), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36774] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2504), 1, - anon_sym_SEMI, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2502), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(944), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36802] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1870), 1, - sym__interface_list, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2430), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(849), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36830] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1678), 1, - sym__interface_list, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2430), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(849), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36858] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2506), 1, - sym_identifier, - ACTIONS(2510), 1, - aux_sym_loop_parameter_specification_token1, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2508), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(846), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36888] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1828), 1, - sym__interface_list, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2430), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(849), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36916] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(949), 1, - sym_tick, - ACTIONS(971), 1, - anon_sym_LPAREN, - ACTIONS(2019), 1, - anon_sym_DOT, - STATE(262), 1, - sym_actual_parameter_part, - ACTIONS(2512), 10, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_object_renaming_declaration_token1, - aux_sym_accept_statement_token2, - [36944] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1493), 1, - sym_index_subtype_definition, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2514), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1045), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36972] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2244), 1, - sym_identifier, - ACTIONS(2428), 1, - aux_sym_attribute_designator_token1, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2246), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(829), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37002] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2428), 1, - aux_sym_attribute_designator_token1, - ACTIONS(2516), 1, - sym_identifier, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2518), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1017), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37032] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1592), 1, - sym__interface_list, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2430), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(849), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37060] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2428), 1, - aux_sym_attribute_designator_token1, - ACTIONS(2520), 1, - sym_identifier, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2522), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(690), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37090] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2526), 1, - anon_sym_SEMI, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2524), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(994), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37118] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1833), 1, - sym__name_list, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2354), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(911), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37146] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2530), 1, - anon_sym_SEMI, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2528), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(993), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37174] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2534), 1, - anon_sym_SEMI, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2532), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(995), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37202] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1415), 1, - sym__interface_list, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2430), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(849), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37230] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2538), 1, - anon_sym_SEMI, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2536), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1016), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37258] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2540), 1, - aux_sym_package_specification_token3, - STATE(1608), 1, - sym_overriding_indicator, - STATE(673), 8, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym__task_item, - sym_record_representation_clause, - aux_sym_task_definition_repeat1, - [37290] = 6, + [37358] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, @@ -46462,7 +46512,7 @@ static const uint16_t ts_small_parse_table[] = { sym__interface_list, STATE(1944), 1, sym_value_sequence, - ACTIONS(2430), 4, + ACTIONS(2429), 4, sym_identifier, sym_string_literal, sym_character_literal, @@ -46475,16 +46525,38 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [37318] = 6, + [37386] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2544), 1, + STATE(1415), 1, + sym__interface_list, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2429), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(849), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37414] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2547), 1, anon_sym_SEMI, STATE(1944), 1, sym_value_sequence, - ACTIONS(2542), 4, + ACTIONS(2545), 4, sym_identifier, sym_string_literal, sym_character_literal, @@ -46497,42 +46569,18 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [37346] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2540), 1, - aux_sym_package_specification_token3, - STATE(1608), 1, - sym_overriding_indicator, - STATE(701), 8, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym__task_item, - sym_record_representation_clause, - aux_sym_task_definition_repeat1, - [37378] = 7, + [37442] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2428), 1, + ACTIONS(2477), 1, aux_sym_attribute_designator_token1, - ACTIONS(2546), 1, + ACTIONS(2549), 1, sym_identifier, STATE(1944), 1, sym_value_sequence, - ACTIONS(2548), 3, + ACTIONS(2551), 3, sym_string_literal, sym_character_literal, sym_target_name, @@ -46544,7 +46592,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [37408] = 6, + [37472] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, @@ -46553,7 +46601,7 @@ static const uint16_t ts_small_parse_table[] = { sym__name_list, STATE(1944), 1, sym_value_sequence, - ACTIONS(2354), 4, + ACTIONS(2347), 4, sym_identifier, sym_string_literal, sym_character_literal, @@ -46566,18 +46614,18 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [37436] = 7, + [37500] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2550), 1, + ACTIONS(2553), 1, sym_identifier, - ACTIONS(2554), 1, + ACTIONS(2557), 1, aux_sym_loop_parameter_specification_token1, STATE(1944), 1, sym_value_sequence, - ACTIONS(2552), 3, + ACTIONS(2555), 3, sym_string_literal, sym_character_literal, sym_target_name, @@ -46589,19 +46637,19 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [37466] = 5, + [37530] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, STATE(1944), 1, sym_value_sequence, - ACTIONS(2556), 4, + ACTIONS(2559), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(907), 7, + STATE(1011), 7, sym__name, sym_selected_component, sym_slice, @@ -46609,19 +46657,19 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [37491] = 5, + [37555] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, STATE(1944), 1, sym_value_sequence, - ACTIONS(2456), 4, + ACTIONS(2561), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(887), 7, + STATE(886), 7, sym__name, sym_selected_component, sym_slice, @@ -46629,10 +46677,10 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [37516] = 4, + [37580] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2558), 1, + ACTIONS(2563), 1, aux_sym_chunk_specification_token1, ACTIONS(917), 2, anon_sym_DASH, @@ -46648,92 +46696,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_STAR_STAR, - [37539] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2560), 2, - sym_identifier, - anon_sym_DASH, - ACTIONS(2562), 11, - sym_string_literal, - sym_character_literal, - sym_numeric_literal, - anon_sym_PLUS, - sym_target_name, - anon_sym_LPAREN, - anon_sym_LBRACK, - aux_sym_relation_membership_token1, - aux_sym_factor_abs_token1, - aux_sym_primary_null_token1, - aux_sym_allocator_token1, - [37560] = 5, + [37603] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, STATE(1944), 1, sym_value_sequence, - ACTIONS(2564), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(843), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37585] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2566), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1027), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37610] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2568), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(853), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37635] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2570), 4, + ACTIONS(2565), 4, sym_identifier, sym_string_literal, sym_character_literal, @@ -46746,155 +46716,14 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [37660] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2572), 1, - sym_identifier, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2574), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(922), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37687] = 5, + [37628] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, STATE(1944), 1, sym_value_sequence, - ACTIONS(2576), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(851), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37712] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2578), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(850), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37737] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2580), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(912), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37762] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2582), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1055), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37787] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2584), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(929), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37812] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2586), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(268), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37837] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2588), 4, + ACTIONS(2567), 4, sym_identifier, sym_string_literal, sym_character_literal, @@ -46907,14 +46736,74 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [37862] = 5, + [37653] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, STATE(1944), 1, sym_value_sequence, - ACTIONS(2590), 4, + ACTIONS(2569), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(929), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37678] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2571), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(848), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37703] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2573), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1027), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37728] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2575), 4, sym_identifier, sym_string_literal, sym_character_literal, @@ -46927,14 +46816,135 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [37887] = 5, + [37753] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, STATE(1944), 1, sym_value_sequence, - ACTIONS(2592), 4, + ACTIONS(2577), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(847), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37778] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2579), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(844), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37803] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2581), 1, + sym_identifier, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2583), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(922), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37830] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2585), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(912), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37855] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2587), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1055), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37880] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2589), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(268), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37905] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2591), 4, sym_identifier, sym_string_literal, sym_character_literal, @@ -46947,19 +46957,19 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [37912] = 5, + [37930] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, STATE(1944), 1, sym_value_sequence, - ACTIONS(2594), 4, + ACTIONS(2593), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(1011), 7, + STATE(925), 7, sym__name, sym_selected_component, sym_slice, @@ -46967,7 +46977,67 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [37937] = 4, + [37955] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2595), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(852), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37980] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2597), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(990), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38005] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2599), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(907), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38030] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(229), 1, @@ -46986,35 +47056,14 @@ static const uint16_t ts_small_parse_table[] = { sym_positional_array_aggregate, sym_null_array_aggregate, sym_named_array_aggregate, - [37960] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2596), 1, - sym_identifier, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2406), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1058), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37987] = 5, + [38053] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, STATE(1944), 1, sym_value_sequence, - ACTIONS(2598), 4, + ACTIONS(2601), 4, sym_identifier, sym_string_literal, sym_character_literal, @@ -47027,14 +47076,14 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [38012] = 5, + [38078] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, STATE(1944), 1, sym_value_sequence, - ACTIONS(2368), 4, + ACTIONS(2403), 4, sym_identifier, sym_string_literal, sym_character_literal, @@ -47047,34 +47096,14 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [38037] = 5, + [38103] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, STATE(1944), 1, sym_value_sequence, - ACTIONS(2600), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(925), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38062] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2602), 4, + ACTIONS(2603), 4, sym_identifier, sym_string_literal, sym_character_literal, @@ -47087,19 +47116,20 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [38087] = 5, + [38128] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, + ACTIONS(2605), 1, + sym_identifier, STATE(1944), 1, sym_value_sequence, - ACTIONS(2604), 4, - sym_identifier, + ACTIONS(2393), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(910), 7, + STATE(1058), 7, sym__name, sym_selected_component, sym_slice, @@ -47107,74 +47137,14 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [38112] = 5, + [38155] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, STATE(1944), 1, sym_value_sequence, - ACTIONS(2606), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(990), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38137] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2608), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(980), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38162] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2610), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(930), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38187] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2282), 4, + ACTIONS(2295), 4, sym_identifier, sym_string_literal, sym_character_literal, @@ -47187,19 +47157,37 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [38212] = 5, + [38180] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2607), 2, + sym_identifier, + anon_sym_DASH, + ACTIONS(2609), 11, + sym_string_literal, + sym_character_literal, + sym_numeric_literal, + anon_sym_PLUS, + sym_target_name, + anon_sym_LPAREN, + anon_sym_LBRACK, + aux_sym_relation_membership_token1, + aux_sym_factor_abs_token1, + aux_sym_primary_null_token1, + aux_sym_allocator_token1, + [38201] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, STATE(1944), 1, sym_value_sequence, - ACTIONS(2612), 4, + ACTIONS(2611), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(697), 7, + STATE(980), 7, sym__name, sym_selected_component, sym_slice, @@ -47207,19 +47195,19 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [38237] = 5, + [38226] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, STATE(1944), 1, sym_value_sequence, - ACTIONS(2614), 4, + ACTIONS(2613), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(892), 7, + STATE(930), 7, sym__name, sym_selected_component, sym_slice, @@ -47227,19 +47215,19 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [38262] = 5, + [38251] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, STATE(1944), 1, sym_value_sequence, - ACTIONS(2616), 4, + ACTIONS(2615), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(886), 7, + STATE(910), 7, sym__name, sym_selected_component, sym_slice, @@ -47247,19 +47235,19 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [38287] = 5, + [38276] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, STATE(1944), 1, sym_value_sequence, - ACTIONS(2618), 4, + ACTIONS(2617), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(1056), 7, + STATE(698), 7, sym__name, sym_selected_component, sym_slice, @@ -47267,75 +47255,14 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [38312] = 5, + [38301] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, STATE(1944), 1, sym_value_sequence, - ACTIONS(2620), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(935), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38337] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2622), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(981), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38362] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1944), 1, - sym_value_sequence, - STATE(1093), 2, - sym__name, - sym_function_call, - ACTIONS(2426), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(532), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [38389] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2624), 4, + ACTIONS(2619), 4, sym_identifier, sym_string_literal, sym_character_literal, @@ -47348,14 +47275,155 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [38414] = 5, + [38326] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, STATE(1944), 1, sym_value_sequence, - ACTIONS(2626), 4, + ACTIONS(2621), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(892), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38351] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2623), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1056), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38376] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2455), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(887), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38401] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2625), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(981), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38426] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1944), 1, + sym_value_sequence, + STATE(1093), 2, + sym__name, + sym_function_call, + ACTIONS(2533), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(532), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [38453] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2627), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(935), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38478] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2629), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(927), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38503] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2631), 4, sym_identifier, sym_string_literal, sym_character_literal, @@ -47368,34 +47436,14 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [38439] = 5, + [38528] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, STATE(1944), 1, sym_value_sequence, - ACTIONS(2628), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(852), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38464] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2630), 4, + ACTIONS(2633), 4, sym_identifier, sym_string_literal, sym_character_literal, @@ -47408,7 +47456,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [38489] = 4, + [38553] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(229), 1, @@ -47427,19 +47475,19 @@ static const uint16_t ts_small_parse_table[] = { sym_positional_array_aggregate, sym_null_array_aggregate, sym_named_array_aggregate, - [38512] = 5, + [38576] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, STATE(1944), 1, sym_value_sequence, - ACTIONS(2632), 4, + ACTIONS(2635), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(927), 7, + STATE(843), 7, sym__name, sym_selected_component, sym_slice, @@ -47447,34 +47495,14 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [38537] = 5, + [38601] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, STATE(1944), 1, sym_value_sequence, - ACTIONS(2634), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(888), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38562] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2636), 4, + ACTIONS(2637), 4, sym_identifier, sym_string_literal, sym_character_literal, @@ -47487,14 +47515,34 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [38587] = 5, + [38626] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, STATE(1944), 1, sym_value_sequence, - ACTIONS(2638), 4, + ACTIONS(2639), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(888), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38651] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2641), 4, sym_identifier, sym_string_literal, sym_character_literal, @@ -47507,114 +47555,14 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [38612] = 5, + [38676] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, STATE(1944), 1, sym_value_sequence, - ACTIONS(2640), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1029), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38637] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2642), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(923), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38662] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2644), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(857), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38687] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2646), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(915), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38712] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2648), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(978), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38737] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2650), 4, + ACTIONS(2643), 4, sym_identifier, sym_string_literal, sym_character_literal, @@ -47627,39 +47575,114 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [38762] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(69), 1, - aux_sym_accept_statement_token1, - ACTIONS(75), 1, - aux_sym_delay_until_statement_token1, - ACTIONS(1927), 1, - aux_sym_iterator_filter_token1, - ACTIONS(1929), 1, - aux_sym_terminate_alternative_token1, - STATE(28), 1, - sym_accept_statement, - STATE(820), 1, - sym_guard, - STATE(1264), 1, - sym_select_alternative, - STATE(29), 3, - sym__delay_statement, - sym_delay_until_statement, - sym_delay_relative_statement, - STATE(1184), 3, - sym_delay_alternative, - sym_accept_alternative, - sym_terminate_alternative, - [38797] = 5, + [38701] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, STATE(1944), 1, sym_value_sequence, - ACTIONS(2574), 4, + ACTIONS(2645), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(923), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38726] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2647), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1029), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38751] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2649), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(857), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38776] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2651), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(978), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38801] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2653), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(915), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38826] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2583), 4, sym_identifier, sym_string_literal, sym_character_literal, @@ -47672,14 +47695,39 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [38822] = 4, + [38851] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2652), 1, + ACTIONS(69), 1, + aux_sym_accept_statement_token1, + ACTIONS(75), 1, + aux_sym_delay_until_statement_token1, + ACTIONS(1927), 1, + aux_sym_iterator_filter_token1, + ACTIONS(1929), 1, + aux_sym_terminate_alternative_token1, + STATE(28), 1, + sym_accept_statement, + STATE(821), 1, + sym_guard, + STATE(1264), 1, + sym_select_alternative, + STATE(29), 3, + sym__delay_statement, + sym_delay_until_statement, + sym_delay_relative_statement, + STATE(1184), 3, + sym_delay_alternative, + sym_accept_alternative, + sym_terminate_alternative, + [38886] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2655), 1, sym_identifier, - ACTIONS(2656), 1, + ACTIONS(2659), 1, aux_sym_non_empty_mode_token1, - ACTIONS(2654), 11, + ACTIONS(2657), 11, sym_string_literal, sym_character_literal, sym_target_name, @@ -47691,14 +47739,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, aux_sym_package_specification_token2, aux_sym_relation_membership_token1, - [38845] = 5, + [38909] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, STATE(1944), 1, sym_value_sequence, - ACTIONS(2658), 4, + ACTIONS(2661), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(853), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38934] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2663), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(850), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38959] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1944), 1, + sym_value_sequence, + ACTIONS(2665), 4, sym_identifier, sym_string_literal, sym_character_literal, @@ -47711,54 +47799,14 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [38870] = 5, + [38984] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, STATE(1944), 1, sym_value_sequence, - ACTIONS(2660), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(841), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38895] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2662), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(847), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38920] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1944), 1, - sym_value_sequence, - ACTIONS(2664), 4, + ACTIONS(2667), 4, sym_identifier, sym_string_literal, sym_character_literal, @@ -47771,14 +47819,14 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [38945] = 5, + [39009] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, STATE(1944), 1, sym_value_sequence, - ACTIONS(2666), 4, + ACTIONS(2669), 4, sym_identifier, sym_string_literal, sym_character_literal, @@ -47791,12 +47839,12 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [38970] = 3, + [39034] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2668), 1, + ACTIONS(2671), 1, sym_identifier, - ACTIONS(2670), 11, + ACTIONS(2673), 11, sym_string_literal, sym_character_literal, sym_target_name, @@ -47808,12 +47856,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, aux_sym_package_specification_token2, aux_sym_relation_membership_token1, - [38990] = 3, + [39054] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2652), 1, + ACTIONS(2655), 1, sym_identifier, - ACTIONS(2654), 11, + ACTIONS(2657), 11, sym_string_literal, sym_character_literal, sym_target_name, @@ -47825,14 +47873,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, aux_sym_package_specification_token2, aux_sym_relation_membership_token1, - [39010] = 4, + [39074] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2672), 1, + ACTIONS(2675), 1, anon_sym_LPAREN, STATE(837), 1, sym_formal_part, - ACTIONS(2674), 10, + ACTIONS(2677), 10, anon_sym_RPAREN, aux_sym_chunk_specification_token1, aux_sym_iterator_specification_token1, @@ -47843,14 +47891,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_EQ, aux_sym_object_renaming_declaration_token1, aux_sym_accept_statement_token2, - [39032] = 4, + [39096] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2672), 1, + ACTIONS(2675), 1, anon_sym_LPAREN, - STATE(834), 1, + STATE(832), 1, sym_formal_part, - ACTIONS(2676), 10, + ACTIONS(2679), 10, anon_sym_RPAREN, aux_sym_chunk_specification_token1, aux_sym_iterator_specification_token1, @@ -47861,14 +47909,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_EQ, aux_sym_object_renaming_declaration_token1, aux_sym_accept_statement_token2, - [39054] = 4, + [39118] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2672), 1, + ACTIONS(2675), 1, anon_sym_LPAREN, - STATE(831), 1, + STATE(835), 1, sym_formal_part, - ACTIONS(2678), 10, + ACTIONS(2681), 10, anon_sym_RPAREN, aux_sym_chunk_specification_token1, aux_sym_iterator_specification_token1, @@ -47879,10 +47927,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_EQ, aux_sym_object_renaming_declaration_token1, aux_sym_accept_statement_token2, - [39076] = 2, + [39140] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2680), 12, + ACTIONS(2683), 12, anon_sym_RPAREN, aux_sym_chunk_specification_token1, aux_sym_iterator_filter_token1, @@ -47895,12 +47943,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_object_renaming_declaration_token1, aux_sym_result_profile_token1, aux_sym_accept_statement_token2, - [39094] = 3, + [39158] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2682), 1, + ACTIONS(2685), 1, sym_identifier, - ACTIONS(2684), 10, + ACTIONS(2687), 10, sym_string_literal, sym_character_literal, sym_numeric_literal, @@ -47911,12 +47959,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_factor_abs_token1, aux_sym_primary_null_token1, aux_sym_allocator_token1, - [39113] = 3, + [39177] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2686), 1, + ACTIONS(2689), 1, sym_identifier, - ACTIONS(2688), 10, + ACTIONS(2691), 10, aux_sym_iterated_element_association_token1, aux_sym_iterator_filter_token1, aux_sym_package_specification_token3, @@ -47927,7 +47975,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_entry_declaration_token1, aux_sym_global_mode_token1, aux_sym_pragma_g_token1, - [39132] = 8, + [39196] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2693), 1, + sym_identifier, + ACTIONS(2695), 1, + aux_sym_subprogram_body_token1, + ACTIONS(2697), 1, + aux_sym_access_to_subprogram_definition_token1, + ACTIONS(2699), 1, + aux_sym_interface_type_definition_token1, + STATE(1626), 1, + sym__defining_identifier_list, + STATE(357), 2, + sym_single_protected_declaration, + sym_single_task_declaration, + STATE(824), 4, + sym__declare_item, + sym_object_declaration, + sym_object_renaming_declaration, + aux_sym_declare_expression_repeat1, + [39225] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(69), 1, @@ -47948,28 +48017,7 @@ static const uint16_t ts_small_parse_table[] = { sym_delay_alternative, sym_accept_alternative, sym_terminate_alternative, - [39161] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2690), 1, - sym_identifier, - ACTIONS(2693), 1, - aux_sym_subprogram_body_token1, - ACTIONS(2695), 1, - aux_sym_access_to_subprogram_definition_token1, - ACTIONS(2698), 1, - aux_sym_interface_type_definition_token1, - STATE(1626), 1, - sym__defining_identifier_list, - STATE(357), 2, - sym_single_protected_declaration, - sym_single_task_declaration, - STATE(821), 4, - sym__declare_item, - sym_object_declaration, - sym_object_renaming_declaration, - aux_sym_declare_expression_repeat1, - [39190] = 3, + [39254] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2701), 1, @@ -47985,33 +48033,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_entry_declaration_token1, aux_sym_global_mode_token1, aux_sym_pragma_g_token1, - [39209] = 8, + [39273] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2705), 1, sym_identifier, - ACTIONS(2707), 1, - aux_sym_subprogram_body_token1, - ACTIONS(2709), 1, - aux_sym_access_to_subprogram_definition_token1, - ACTIONS(2711), 1, - aux_sym_interface_type_definition_token1, - STATE(1626), 1, - sym__defining_identifier_list, - STATE(357), 2, - sym_single_protected_declaration, - sym_single_task_declaration, - STATE(821), 4, - sym__declare_item, - sym_object_declaration, - sym_object_renaming_declaration, - aux_sym_declare_expression_repeat1, - [39238] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2713), 1, - sym_identifier, - ACTIONS(2715), 10, + ACTIONS(2707), 10, sym_string_literal, sym_character_literal, sym_numeric_literal, @@ -48022,7 +48049,60 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_factor_abs_token1, aux_sym_primary_null_token1, aux_sym_allocator_token1, - [39257] = 8, + [39292] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2709), 1, + sym_identifier, + ACTIONS(2712), 1, + aux_sym_subprogram_body_token1, + ACTIONS(2714), 1, + aux_sym_access_to_subprogram_definition_token1, + ACTIONS(2717), 1, + aux_sym_interface_type_definition_token1, + STATE(1626), 1, + sym__defining_identifier_list, + STATE(357), 2, + sym_single_protected_declaration, + sym_single_task_declaration, + STATE(824), 4, + sym__declare_item, + sym_object_declaration, + sym_object_renaming_declaration, + aux_sym_declare_expression_repeat1, + [39321] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2720), 1, + sym_identifier, + ACTIONS(2722), 10, + sym_string_literal, + sym_character_literal, + sym_numeric_literal, + sym_target_name, + anon_sym_LPAREN, + anon_sym_LBRACK, + aux_sym_relation_membership_token1, + aux_sym_factor_abs_token1, + aux_sym_primary_null_token1, + aux_sym_allocator_token1, + [39340] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2724), 1, + sym_identifier, + ACTIONS(2726), 10, + aux_sym_iterated_element_association_token1, + aux_sym_iterator_filter_token1, + aux_sym_package_specification_token3, + aux_sym_relation_membership_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_case_expression_token1, + aux_sym_entry_declaration_token1, + aux_sym_global_mode_token1, + aux_sym_pragma_g_token1, + [39359] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(69), 1, @@ -48043,60 +48123,28 @@ static const uint16_t ts_small_parse_table[] = { sym_delay_alternative, sym_accept_alternative, sym_terminate_alternative, - [39286] = 3, + [39388] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2717), 1, + ACTIONS(2693), 1, sym_identifier, - ACTIONS(2719), 10, - sym_string_literal, - sym_character_literal, - sym_numeric_literal, - sym_target_name, - anon_sym_LPAREN, - anon_sym_LBRACK, - aux_sym_relation_membership_token1, - aux_sym_factor_abs_token1, - aux_sym_primary_null_token1, - aux_sym_allocator_token1, - [39305] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2721), 1, - sym_identifier, - ACTIONS(2723), 10, - aux_sym_iterated_element_association_token1, - aux_sym_iterator_filter_token1, - aux_sym_package_specification_token3, - aux_sym_relation_membership_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_case_expression_token1, - aux_sym_entry_declaration_token1, - aux_sym_global_mode_token1, - aux_sym_pragma_g_token1, - [39324] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2705), 1, - sym_identifier, - ACTIONS(2709), 1, + ACTIONS(2697), 1, aux_sym_access_to_subprogram_definition_token1, - ACTIONS(2711), 1, + ACTIONS(2699), 1, aux_sym_interface_type_definition_token1, - ACTIONS(2725), 1, + ACTIONS(2728), 1, aux_sym_subprogram_body_token1, STATE(1626), 1, sym__defining_identifier_list, STATE(357), 2, sym_single_protected_declaration, sym_single_task_declaration, - STATE(823), 4, + STATE(820), 4, sym__declare_item, sym_object_declaration, sym_object_renaming_declaration, aux_sym_declare_expression_repeat1, - [39353] = 10, + [39417] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -48107,18 +48155,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, ACTIONS(2112), 1, anon_sym_COLON_EQ, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, STATE(262), 1, sym_actual_parameter_part, - STATE(1113), 1, + STATE(1086), 1, sym__assign_value, - STATE(1457), 1, + STATE(1486), 1, sym_aspect_specification, - ACTIONS(2727), 2, + ACTIONS(2730), 2, anon_sym_RPAREN, anon_sym_SEMI, - [39385] = 10, + [39449] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -48129,7 +48177,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, ACTIONS(2112), 1, anon_sym_COLON_EQ, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, STATE(262), 1, sym_actual_parameter_part, @@ -48137,29 +48185,15 @@ static const uint16_t ts_small_parse_table[] = { sym__assign_value, STATE(1381), 1, sym_aspect_specification, - ACTIONS(2729), 2, + ACTIONS(2732), 2, anon_sym_RPAREN, anon_sym_SEMI, - [39417] = 2, + [39481] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2674), 10, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_object_renaming_declaration_token1, - aux_sym_accept_statement_token2, - [39433] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2731), 1, + ACTIONS(2734), 1, sym_identifier, - ACTIONS(2733), 9, + ACTIONS(2736), 9, sym_string_literal, sym_character_literal, sym_target_name, @@ -48169,10 +48203,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_filter_token1, anon_sym_SEMI, aux_sym_package_specification_token2, - [39451] = 2, + [39499] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2735), 10, + ACTIONS(2677), 10, anon_sym_RPAREN, aux_sym_chunk_specification_token1, aux_sym_iterator_specification_token1, @@ -48183,42 +48217,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_EQ, aux_sym_object_renaming_declaration_token1, aux_sym_accept_statement_token2, - [39467] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2678), 10, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_object_renaming_declaration_token1, - aux_sym_accept_statement_token2, - [39483] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(949), 1, - sym_tick, - ACTIONS(971), 1, - anon_sym_LPAREN, - ACTIONS(2019), 1, - anon_sym_DOT, - ACTIONS(2112), 1, - anon_sym_COLON_EQ, - ACTIONS(2212), 1, - aux_sym_with_clause_token2, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1086), 1, - sym__assign_value, - STATE(1486), 1, - sym_aspect_specification, - ACTIONS(2737), 2, - anon_sym_RPAREN, - anon_sym_SEMI, [39515] = 10, ACTIONS(3), 1, sym_comment, @@ -48230,21 +48228,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, ACTIONS(2112), 1, anon_sym_COLON_EQ, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, STATE(262), 1, sym_actual_parameter_part, - STATE(1107), 1, + STATE(1113), 1, sym__assign_value, - STATE(1409), 1, + STATE(1457), 1, sym_aspect_specification, - ACTIONS(2739), 2, + ACTIONS(2738), 2, anon_sym_RPAREN, anon_sym_SEMI, [39547] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2741), 10, + ACTIONS(2740), 10, anon_sym_RPAREN, aux_sym_chunk_specification_token1, aux_sym_iterator_specification_token1, @@ -48258,7 +48256,7 @@ static const uint16_t ts_small_parse_table[] = { [39563] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2743), 10, + ACTIONS(2679), 10, anon_sym_RPAREN, aux_sym_chunk_specification_token1, aux_sym_iterator_specification_token1, @@ -48269,26 +48267,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_EQ, aux_sym_object_renaming_declaration_token1, aux_sym_accept_statement_token2, - [39579] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(949), 1, - sym_tick, - ACTIONS(971), 1, - anon_sym_LPAREN, - ACTIONS(2019), 1, - anon_sym_DOT, - ACTIONS(2230), 1, - aux_sym_iterator_filter_token1, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1332), 1, - sym_iterator_filter, - ACTIONS(2745), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [39606] = 10, + [39579] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -48299,9 +48278,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, ACTIONS(2112), 1, anon_sym_COLON_EQ, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(2747), 1, + STATE(262), 1, + sym_actual_parameter_part, + STATE(1107), 1, + sym__assign_value, + STATE(1409), 1, + sym_aspect_specification, + ACTIONS(2742), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [39611] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2744), 10, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_object_renaming_declaration_token1, + aux_sym_accept_statement_token2, + [39627] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2746), 10, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_object_renaming_declaration_token1, + aux_sym_accept_statement_token2, + [39643] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(949), 1, + sym_tick, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(2250), 1, + aux_sym_iterator_filter_token1, + STATE(262), 1, + sym_actual_parameter_part, + STATE(1332), 1, + sym_iterator_filter, + ACTIONS(2748), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [39670] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(949), 1, + sym_tick, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(2112), 1, + anon_sym_COLON_EQ, + ACTIONS(2234), 1, + aux_sym_with_clause_token2, + ACTIONS(2750), 1, + anon_sym_SEMI, + STATE(262), 1, + sym_actual_parameter_part, + STATE(1310), 1, + sym__assign_value, + STATE(1693), 1, + sym_aspect_specification, + [39701] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(949), 1, + sym_tick, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(2112), 1, + anon_sym_COLON_EQ, + ACTIONS(2234), 1, + aux_sym_with_clause_token2, + ACTIONS(2752), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, @@ -48309,35 +48378,16 @@ static const uint16_t ts_small_parse_table[] = { sym__assign_value, STATE(1567), 1, sym_aspect_specification, - [39637] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(949), 1, - sym_tick, - ACTIONS(2019), 1, - anon_sym_DOT, - ACTIONS(2749), 1, - anon_sym_LPAREN, - ACTIONS(2753), 1, - aux_sym_package_specification_token2, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1109), 1, - sym_formal_part, - ACTIONS(2751), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_object_renaming_declaration_token1, - [39664] = 7, + [39732] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1983), 1, anon_sym_COMMA, - ACTIONS(2756), 1, + ACTIONS(2754), 1, anon_sym_COLON, - ACTIONS(2759), 1, + ACTIONS(2757), 1, anon_sym_SEMI, - ACTIONS(2761), 1, + ACTIONS(2759), 1, aux_sym_object_renaming_declaration_token1, STATE(1162), 1, aux_sym__defining_identifier_list_repeat1, @@ -48346,7 +48396,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_LPAREN, anon_sym_COLON_EQ, - [39689] = 8, + [39757] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -48355,87 +48405,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(2230), 1, + ACTIONS(2250), 1, aux_sym_iterator_filter_token1, STATE(262), 1, sym_actual_parameter_part, - STATE(1249), 1, + STATE(1250), 1, sym_iterator_filter, - ACTIONS(2763), 3, + ACTIONS(2761), 3, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_loop_statement_token1, - [39716] = 8, + [39784] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, sym_tick, - ACTIONS(971), 1, - anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(2230), 1, - aux_sym_iterator_filter_token1, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1331), 1, - sym_iterator_filter, - ACTIONS(2745), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [39743] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(949), 1, - sym_tick, - ACTIONS(971), 1, + ACTIONS(2763), 1, anon_sym_LPAREN, - ACTIONS(2019), 1, - anon_sym_DOT, - ACTIONS(2112), 1, - anon_sym_COLON_EQ, - ACTIONS(2212), 1, - aux_sym_with_clause_token2, ACTIONS(2765), 1, - anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1310), 1, - sym__assign_value, - STATE(1693), 1, - sym_aspect_specification, - [39774] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(949), 1, - sym_tick, - ACTIONS(971), 1, - anon_sym_LPAREN, - ACTIONS(2019), 1, - anon_sym_DOT, - ACTIONS(2230), 1, - aux_sym_iterator_filter_token1, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1290), 1, - sym_iterator_filter, - ACTIONS(2232), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [39801] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(949), 1, - sym_tick, - ACTIONS(2019), 1, - anon_sym_DOT, - ACTIONS(2749), 1, - anon_sym_LPAREN, - ACTIONS(2767), 1, aux_sym_package_specification_token2, - ACTIONS(2769), 1, + ACTIONS(2767), 1, aux_sym_result_profile_token1, STATE(262), 1, sym_actual_parameter_part, @@ -48444,7 +48435,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1120), 2, sym__parameter_and_result_profile, sym_result_profile, - [39830] = 10, + [39813] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -48455,9 +48446,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, ACTIONS(2112), 1, anon_sym_COLON_EQ, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(2771), 1, + ACTIONS(2769), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, @@ -48465,7 +48456,7 @@ static const uint16_t ts_small_parse_table[] = { sym__assign_value, STATE(1510), 1, sym_aspect_specification, - [39861] = 8, + [39844] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -48474,28 +48465,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(2775), 1, - aux_sym_expression_token1, + ACTIONS(2250), 1, + aux_sym_iterator_filter_token1, STATE(262), 1, sym_actual_parameter_part, - STATE(997), 1, - aux_sym__interface_list_repeat1, - ACTIONS(2773), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [39888] = 9, + STATE(1290), 1, + sym_iterator_filter, + ACTIONS(2260), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [39871] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, sym_tick, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(2749), 1, + ACTIONS(2763), 1, anon_sym_LPAREN, - ACTIONS(2769), 1, + ACTIONS(2773), 1, + aux_sym_package_specification_token2, + STATE(262), 1, + sym_actual_parameter_part, + STATE(1109), 1, + sym_formal_part, + ACTIONS(2771), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_object_renaming_declaration_token1, + [39898] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(949), 1, + sym_tick, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(2250), 1, + aux_sym_iterator_filter_token1, + STATE(262), 1, + sym_actual_parameter_part, + STATE(1249), 1, + sym_iterator_filter, + ACTIONS(2761), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [39925] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(949), 1, + sym_tick, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(2778), 1, + aux_sym_expression_token1, + STATE(262), 1, + sym_actual_parameter_part, + STATE(997), 1, + aux_sym__interface_list_repeat1, + ACTIONS(2776), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [39952] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(949), 1, + sym_tick, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(2763), 1, + anon_sym_LPAREN, + ACTIONS(2767), 1, aux_sym_result_profile_token1, - ACTIONS(2777), 1, + ACTIONS(2780), 1, aux_sym_package_specification_token2, STATE(262), 1, sym_actual_parameter_part, @@ -48504,26 +48552,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1120), 2, sym__parameter_and_result_profile, sym_result_profile, - [39917] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(949), 1, - sym_tick, - ACTIONS(2019), 1, - anon_sym_DOT, - ACTIONS(2749), 1, - anon_sym_LPAREN, - ACTIONS(2779), 1, - aux_sym_package_specification_token2, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1109), 1, - sym_formal_part, - ACTIONS(2751), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_object_renaming_declaration_token1, - [39944] = 8, + [39981] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -48532,17 +48561,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(2230), 1, + ACTIONS(2250), 1, aux_sym_iterator_filter_token1, STATE(262), 1, sym_actual_parameter_part, - STATE(1250), 1, + STATE(1331), 1, sym_iterator_filter, - ACTIONS(2763), 3, + ACTIONS(2748), 3, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_loop_statement_token1, - [39971] = 8, + [40008] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -48551,35 +48580,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(2230), 1, + ACTIONS(2250), 1, aux_sym_iterator_filter_token1, STATE(262), 1, sym_actual_parameter_part, STATE(1199), 1, sym_iterator_filter, - ACTIONS(2228), 3, + ACTIONS(2248), 3, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_loop_statement_token1, - [39998] = 3, + [40035] = 8, ACTIONS(3), 1, sym_comment, + ACTIONS(949), 1, + sym_tick, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(2763), 1, + anon_sym_LPAREN, ACTIONS(2782), 1, - sym_identifier, - ACTIONS(2784), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, + aux_sym_package_specification_token2, + STATE(262), 1, + sym_actual_parameter_part, + STATE(1109), 1, + sym_formal_part, + ACTIONS(2771), 3, + anon_sym_SEMI, aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [40014] = 3, + aux_sym_object_renaming_declaration_token1, + [40062] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2786), 1, + ACTIONS(2785), 1, sym_identifier, - ACTIONS(2788), 7, + ACTIONS(2787), 7, aux_sym_iterated_element_association_token2, aux_sym_package_specification_token1, aux_sym_with_clause_token2, @@ -48587,12 +48622,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [40030] = 3, + [40078] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2790), 1, + ACTIONS(2789), 1, sym_identifier, - ACTIONS(2792), 7, + ACTIONS(2791), 7, aux_sym_iterated_element_association_token2, aux_sym_package_specification_token1, aux_sym_with_clause_token2, @@ -48600,7 +48635,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [40046] = 8, + [40094] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2793), 1, + sym_identifier, + ACTIONS(2795), 7, + aux_sym_iterated_element_association_token2, + aux_sym_package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [40110] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -48609,73 +48657,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(2796), 1, - aux_sym_with_clause_token2, ACTIONS(2799), 1, + aux_sym_with_clause_token2, + ACTIONS(2802), 1, aux_sym_expression_token1, STATE(262), 1, sym_actual_parameter_part, - ACTIONS(2794), 2, + ACTIONS(2797), 2, anon_sym_SEMI, aux_sym_expression_token3, - [40072] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2801), 1, - sym_identifier, - ACTIONS(2803), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [40088] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2805), 1, - sym_identifier, - ACTIONS(2807), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [40104] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2809), 1, - sym_identifier, - ACTIONS(2811), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [40120] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2813), 1, - sym_identifier, - ACTIONS(2815), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, [40136] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2817), 1, + ACTIONS(2804), 1, sym_identifier, - ACTIONS(2819), 7, + ACTIONS(2806), 7, aux_sym_iterated_element_association_token2, aux_sym_package_specification_token1, aux_sym_with_clause_token2, @@ -48683,7 +48679,59 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [40152] = 8, + [40152] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2808), 1, + sym_identifier, + ACTIONS(2810), 7, + aux_sym_iterated_element_association_token2, + aux_sym_package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [40168] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2812), 1, + sym_identifier, + ACTIONS(2814), 7, + aux_sym_iterated_element_association_token2, + aux_sym_package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [40184] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2816), 1, + sym_identifier, + ACTIONS(2818), 7, + aux_sym_iterated_element_association_token2, + aux_sym_package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [40200] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2820), 1, + sym_identifier, + ACTIONS(2822), 7, + aux_sym_iterated_element_association_token2, + aux_sym_package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [40216] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -48698,15 +48746,15 @@ static const uint16_t ts_small_parse_table[] = { sym_actual_parameter_part, STATE(1416), 1, sym__assign_value, - ACTIONS(2821), 2, + ACTIONS(2824), 2, anon_sym_RPAREN, anon_sym_SEMI, - [40178] = 3, + [40242] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2823), 1, + ACTIONS(2826), 1, sym_identifier, - ACTIONS(2825), 7, + ACTIONS(2828), 7, aux_sym_iterated_element_association_token2, aux_sym_package_specification_token1, aux_sym_with_clause_token2, @@ -48714,7 +48762,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [40194] = 8, + [40258] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -48729,67 +48777,15 @@ static const uint16_t ts_small_parse_table[] = { sym_actual_parameter_part, STATE(1477), 1, sym__assign_value, - ACTIONS(2827), 2, + ACTIONS(2830), 2, anon_sym_RPAREN, anon_sym_SEMI, - [40220] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2829), 1, - sym_identifier, - ACTIONS(2831), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [40236] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2833), 1, - sym_identifier, - ACTIONS(2835), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [40252] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2837), 1, - sym_identifier, - ACTIONS(2839), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [40268] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2841), 1, - sym_identifier, - ACTIONS(2843), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, [40284] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, + ACTIONS(2832), 1, sym_identifier, - ACTIONS(2847), 7, + ACTIONS(2834), 7, aux_sym_iterated_element_association_token2, aux_sym_package_specification_token1, aux_sym_with_clause_token2, @@ -48800,9 +48796,9 @@ static const uint16_t ts_small_parse_table[] = { [40300] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2849), 1, + ACTIONS(2836), 1, sym_identifier, - ACTIONS(2851), 7, + ACTIONS(2838), 7, aux_sym_iterated_element_association_token2, aux_sym_package_specification_token1, aux_sym_with_clause_token2, @@ -48810,7 +48806,59 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [40316] = 8, + [40316] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2840), 1, + sym_identifier, + ACTIONS(2842), 7, + aux_sym_iterated_element_association_token2, + aux_sym_package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [40332] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2844), 1, + sym_identifier, + ACTIONS(2846), 7, + aux_sym_iterated_element_association_token2, + aux_sym_package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [40348] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2848), 1, + sym_identifier, + ACTIONS(2850), 7, + aux_sym_iterated_element_association_token2, + aux_sym_package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [40364] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2852), 1, + sym_identifier, + ACTIONS(2854), 7, + aux_sym_iterated_element_association_token2, + aux_sym_package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [40380] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -48819,73 +48867,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(2855), 1, - aux_sym_with_clause_token2, ACTIONS(2858), 1, + aux_sym_with_clause_token2, + ACTIONS(2861), 1, aux_sym_expression_token1, STATE(262), 1, sym_actual_parameter_part, - ACTIONS(2853), 2, + ACTIONS(2856), 2, anon_sym_SEMI, aux_sym_expression_token3, - [40342] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2860), 1, - sym_identifier, - ACTIONS(2862), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [40358] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2864), 1, - sym_identifier, - ACTIONS(2866), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [40374] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2868), 1, - sym_identifier, - ACTIONS(2870), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [40390] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2872), 1, - sym_identifier, - ACTIONS(2874), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, [40406] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2876), 1, + ACTIONS(2863), 1, sym_identifier, - ACTIONS(2878), 7, + ACTIONS(2865), 7, aux_sym_iterated_element_association_token2, aux_sym_package_specification_token1, aux_sym_with_clause_token2, @@ -48896,9 +48892,9 @@ static const uint16_t ts_small_parse_table[] = { [40422] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2880), 1, + ACTIONS(2867), 1, sym_identifier, - ACTIONS(2882), 7, + ACTIONS(2869), 7, aux_sym_iterated_element_association_token2, aux_sym_package_specification_token1, aux_sym_with_clause_token2, @@ -48909,9 +48905,9 @@ static const uint16_t ts_small_parse_table[] = { [40438] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2884), 1, + ACTIONS(2871), 1, sym_identifier, - ACTIONS(2886), 7, + ACTIONS(2873), 7, aux_sym_iterated_element_association_token2, aux_sym_package_specification_token1, aux_sym_with_clause_token2, @@ -48922,9 +48918,9 @@ static const uint16_t ts_small_parse_table[] = { [40454] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2888), 1, + ACTIONS(2875), 1, sym_identifier, - ACTIONS(2890), 7, + ACTIONS(2877), 7, aux_sym_iterated_element_association_token2, aux_sym_package_specification_token1, aux_sym_with_clause_token2, @@ -48935,9 +48931,9 @@ static const uint16_t ts_small_parse_table[] = { [40470] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2892), 1, + ACTIONS(2879), 1, sym_identifier, - ACTIONS(2894), 7, + ACTIONS(2881), 7, aux_sym_iterated_element_association_token2, aux_sym_package_specification_token1, aux_sym_with_clause_token2, @@ -48948,9 +48944,9 @@ static const uint16_t ts_small_parse_table[] = { [40486] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2896), 1, + ACTIONS(2883), 1, sym_identifier, - ACTIONS(2898), 7, + ACTIONS(2885), 7, aux_sym_iterated_element_association_token2, aux_sym_package_specification_token1, aux_sym_with_clause_token2, @@ -48961,9 +48957,9 @@ static const uint16_t ts_small_parse_table[] = { [40502] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2900), 1, + ACTIONS(2887), 1, sym_identifier, - ACTIONS(2902), 7, + ACTIONS(2889), 7, aux_sym_iterated_element_association_token2, aux_sym_package_specification_token1, aux_sym_with_clause_token2, @@ -48974,9 +48970,9 @@ static const uint16_t ts_small_parse_table[] = { [40518] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2904), 1, + ACTIONS(2891), 1, sym_identifier, - ACTIONS(2906), 7, + ACTIONS(2893), 7, aux_sym_iterated_element_association_token2, aux_sym_package_specification_token1, aux_sym_with_clause_token2, @@ -48987,9 +48983,9 @@ static const uint16_t ts_small_parse_table[] = { [40534] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2908), 1, + ACTIONS(2895), 1, sym_identifier, - ACTIONS(2910), 7, + ACTIONS(2897), 7, aux_sym_iterated_element_association_token2, aux_sym_package_specification_token1, aux_sym_with_clause_token2, @@ -48997,24 +48993,76 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [40550] = 7, + [40550] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2899), 1, + sym_identifier, + ACTIONS(2901), 7, + aux_sym_iterated_element_association_token2, + aux_sym_package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [40566] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2903), 1, + sym_identifier, + ACTIONS(2905), 7, + aux_sym_iterated_element_association_token2, + aux_sym_package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [40582] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2907), 1, + sym_identifier, + ACTIONS(2909), 7, + aux_sym_iterated_element_association_token2, + aux_sym_package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [40598] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2911), 1, + sym_identifier, + ACTIONS(2913), 7, + aux_sym_iterated_element_association_token2, + aux_sym_package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [40614] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, sym_tick, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(2749), 1, + ACTIONS(2763), 1, anon_sym_LPAREN, STATE(262), 1, sym_actual_parameter_part, STATE(1109), 1, sym_formal_part, - ACTIONS(2751), 3, + ACTIONS(2771), 3, anon_sym_SEMI, aux_sym_package_specification_token2, aux_sym_with_clause_token2, - [40574] = 9, + [40638] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -49023,17 +49071,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(2912), 1, + ACTIONS(2915), 1, aux_sym_package_specification_token2, - ACTIONS(2914), 1, + ACTIONS(2917), 1, aux_sym_object_renaming_declaration_token1, STATE(262), 1, sym_actual_parameter_part, STATE(1826), 1, sym_aspect_specification, - [40602] = 6, + [40666] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -49044,17 +49092,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, STATE(262), 1, sym_actual_parameter_part, - ACTIONS(2916), 4, + ACTIONS(2919), 4, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token1, aux_sym_expression_token3, - [40624] = 3, + [40688] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2918), 1, + ACTIONS(2921), 1, sym_identifier, - ACTIONS(2920), 7, + ACTIONS(2923), 7, aux_sym_iterated_element_association_token2, aux_sym_package_specification_token1, aux_sym_with_clause_token2, @@ -49062,12 +49110,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [40640] = 3, + [40704] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2922), 1, + ACTIONS(2925), 1, sym_identifier, - ACTIONS(2924), 7, + ACTIONS(2927), 7, aux_sym_iterated_element_association_token2, aux_sym_package_specification_token1, aux_sym_with_clause_token2, @@ -49075,12 +49123,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [40656] = 3, + [40720] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2926), 1, + ACTIONS(2929), 1, sym_identifier, - ACTIONS(2928), 7, + ACTIONS(2931), 7, aux_sym_iterated_element_association_token2, aux_sym_package_specification_token1, aux_sym_with_clause_token2, @@ -49088,16 +49136,16 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [40672] = 8, + [40736] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, sym_tick, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(2749), 1, + ACTIONS(2763), 1, anon_sym_LPAREN, - ACTIONS(2769), 1, + ACTIONS(2767), 1, aux_sym_result_profile_token1, STATE(262), 1, sym_actual_parameter_part, @@ -49106,64 +49154,12 @@ static const uint16_t ts_small_parse_table[] = { STATE(1120), 2, sym__parameter_and_result_profile, sym_result_profile, - [40698] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2930), 1, - sym_identifier, - ACTIONS(2932), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [40714] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2934), 1, - sym_identifier, - ACTIONS(2936), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [40730] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2938), 1, - sym_identifier, - ACTIONS(2940), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [40746] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2942), 1, - sym_identifier, - ACTIONS(2944), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, [40762] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2946), 1, + ACTIONS(2933), 1, sym_identifier, - ACTIONS(2948), 7, + ACTIONS(2935), 7, aux_sym_iterated_element_association_token2, aux_sym_package_specification_token1, aux_sym_with_clause_token2, @@ -49174,9 +49170,9 @@ static const uint16_t ts_small_parse_table[] = { [40778] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2950), 1, + ACTIONS(2937), 1, sym_identifier, - ACTIONS(2952), 7, + ACTIONS(2939), 7, aux_sym_iterated_element_association_token2, aux_sym_package_specification_token1, aux_sym_with_clause_token2, @@ -49184,7 +49180,59 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [40794] = 8, + [40794] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2941), 1, + sym_identifier, + ACTIONS(2943), 7, + aux_sym_iterated_element_association_token2, + aux_sym_package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [40810] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2945), 1, + sym_identifier, + ACTIONS(2947), 7, + aux_sym_iterated_element_association_token2, + aux_sym_package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [40826] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2949), 1, + sym_identifier, + ACTIONS(2951), 7, + aux_sym_iterated_element_association_token2, + aux_sym_package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [40842] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2953), 1, + sym_identifier, + ACTIONS(2955), 7, + aux_sym_iterated_element_association_token2, + aux_sym_package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [40858] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -49193,21 +49241,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(2956), 1, - aux_sym_with_clause_token2, ACTIONS(2959), 1, + aux_sym_with_clause_token2, + ACTIONS(2962), 1, aux_sym_expression_token1, STATE(262), 1, sym_actual_parameter_part, - ACTIONS(2954), 2, + ACTIONS(2957), 2, anon_sym_SEMI, aux_sym_expression_token3, - [40820] = 3, + [40884] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2961), 1, + ACTIONS(2964), 1, sym_identifier, - ACTIONS(2963), 7, + ACTIONS(2966), 7, aux_sym_iterated_element_association_token2, aux_sym_package_specification_token1, aux_sym_with_clause_token2, @@ -49215,14 +49263,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [40836] = 6, + [40900] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2965), 1, + ACTIONS(2968), 1, anon_sym_LPAREN, - ACTIONS(2967), 1, + ACTIONS(2970), 1, anon_sym_LBRACK, - ACTIONS(2969), 1, + ACTIONS(2972), 1, aux_sym_record_component_association_list_token1, STATE(1700), 1, sym_enumeration_aggregate, @@ -49231,14 +49279,14 @@ static const uint16_t ts_small_parse_table[] = { sym_positional_array_aggregate, sym_null_array_aggregate, sym_named_array_aggregate, - [40858] = 6, + [40922] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1949), 1, aux_sym_access_to_subprogram_definition_token2, ACTIONS(1951), 1, aux_sym_access_to_subprogram_definition_token3, - ACTIONS(2971), 1, + ACTIONS(2974), 1, aux_sym_package_specification_token1, STATE(1853), 1, sym_package_specification, @@ -49246,7 +49294,7 @@ static const uint16_t ts_small_parse_table[] = { sym_function_specification, sym_procedure_specification, sym__subprogram_specification, - [40879] = 8, + [40943] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -49255,15 +49303,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(2973), 1, + ACTIONS(2976), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, STATE(1519), 1, sym_aspect_specification, - [40904] = 8, + [40968] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -49272,15 +49320,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(2975), 1, + ACTIONS(2978), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, STATE(1646), 1, sym_aspect_specification, - [40929] = 8, + [40993] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -49289,30 +49337,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(2977), 1, + ACTIONS(2980), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, STATE(1640), 1, sym_aspect_specification, - [40954] = 6, + [41018] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2979), 1, + ACTIONS(2982), 1, aux_sym_chunk_specification_token1, - ACTIONS(2981), 1, - aux_sym_iterated_element_association_token2, ACTIONS(2984), 1, + aux_sym_iterated_element_association_token2, + ACTIONS(2987), 1, anon_sym_COLON, - ACTIONS(2986), 1, + ACTIONS(2989), 1, aux_sym_iterator_specification_token1, ACTIONS(919), 3, sym_tick, anon_sym_DOT, anon_sym_LPAREN, - [40975] = 8, + [41039] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -49321,15 +49369,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(2988), 1, + ACTIONS(2991), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, STATE(1609), 1, sym_aspect_specification, - [41000] = 8, + [41064] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -49338,30 +49386,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(2990), 1, + ACTIONS(2993), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, STATE(1834), 1, sym_aspect_specification, - [41025] = 6, + [41089] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2992), 1, + ACTIONS(2995), 1, anon_sym_LPAREN, - ACTIONS(2994), 1, + ACTIONS(2997), 1, anon_sym_SEMI, - ACTIONS(2996), 1, + ACTIONS(2999), 1, aux_sym_package_specification_token2, - ACTIONS(2998), 1, + ACTIONS(3001), 1, aux_sym_expression_token3, STATE(1258), 3, sym__discriminant_part, sym_unknown_discriminant_part, sym_known_discriminant_part, - [41046] = 8, + [41110] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -49370,15 +49418,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3000), 1, + ACTIONS(3003), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, STATE(1764), 1, sym_aspect_specification, - [41071] = 8, + [41135] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -49387,15 +49435,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3002), 1, + ACTIONS(3005), 1, anon_sym_COMMA, - ACTIONS(3004), 1, + ACTIONS(3007), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, STATE(1191), 1, aux_sym__name_list_repeat1, - [41096] = 8, + [41160] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -49404,15 +49452,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3006), 1, + ACTIONS(3009), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, STATE(1896), 1, sym_aspect_specification, - [41121] = 7, + [41185] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -49425,10 +49473,10 @@ static const uint16_t ts_small_parse_table[] = { sym_actual_parameter_part, STATE(1154), 1, aux_sym__name_list_repeat1, - ACTIONS(3004), 2, + ACTIONS(3007), 2, anon_sym_COMMA, anon_sym_RPAREN, - [41144] = 8, + [41208] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -49437,15 +49485,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3008), 1, + ACTIONS(3011), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, STATE(1633), 1, sym_aspect_specification, - [41169] = 8, + [41233] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -49454,15 +49502,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3010), 1, + ACTIONS(3013), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, STATE(1717), 1, sym_aspect_specification, - [41194] = 8, + [41258] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -49471,18 +49519,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3012), 1, + ACTIONS(3015), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, STATE(1537), 1, sym_aspect_specification, - [41219] = 3, + [41283] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3014), 1, + ACTIONS(3017), 1, sym_tick, ACTIONS(1988), 6, anon_sym_COMMA, @@ -49491,7 +49539,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_filter_token1, anon_sym_SEMI, aux_sym_package_specification_token2, - [41234] = 8, + [41298] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -49500,15 +49548,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3002), 1, + ACTIONS(3005), 1, anon_sym_COMMA, - ACTIONS(3016), 1, + ACTIONS(3019), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, STATE(1211), 1, aux_sym__name_list_repeat1, - [41259] = 8, + [41323] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -49517,18 +49565,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3018), 1, + ACTIONS(3021), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, STATE(1719), 1, sym_aspect_specification, - [41284] = 2, + [41348] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3020), 7, + ACTIONS(3023), 7, aux_sym_iterated_element_association_token1, aux_sym_package_specification_token3, aux_sym_relation_membership_token1, @@ -49536,10 +49584,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token3, aux_sym_entry_declaration_token1, aux_sym_global_mode_token1, - [41297] = 2, + [41361] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3022), 7, + ACTIONS(3025), 7, aux_sym_iterated_element_association_token1, aux_sym_package_specification_token3, aux_sym_relation_membership_token1, @@ -49547,7 +49595,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token3, aux_sym_entry_declaration_token1, aux_sym_global_mode_token1, - [41310] = 8, + [41374] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -49556,15 +49604,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3024), 1, + ACTIONS(3027), 1, aux_sym_package_specification_token2, STATE(262), 1, sym_actual_parameter_part, STATE(1690), 1, sym_aspect_specification, - [41335] = 6, + [41399] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -49575,14 +49623,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, STATE(262), 1, sym_actual_parameter_part, - ACTIONS(3026), 3, + ACTIONS(3029), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - [41356] = 2, + [41420] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3028), 7, + ACTIONS(3031), 7, aux_sym_iterated_element_association_token1, aux_sym_package_specification_token3, aux_sym_relation_membership_token1, @@ -49590,7 +49638,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token3, aux_sym_entry_declaration_token1, aux_sym_global_mode_token1, - [41369] = 8, + [41433] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -49599,15 +49647,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3030), 1, + ACTIONS(3033), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, STATE(1771), 1, sym_aspect_specification, - [41394] = 8, + [41458] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -49616,15 +49664,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3032), 1, + ACTIONS(3035), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, STATE(1775), 1, sym_aspect_specification, - [41419] = 8, + [41483] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -49633,15 +49681,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3034), 1, + ACTIONS(3037), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, STATE(1859), 1, sym_aspect_specification, - [41444] = 8, + [41508] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -49650,15 +49698,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3036), 1, + ACTIONS(3039), 1, aux_sym_package_specification_token2, STATE(262), 1, sym_actual_parameter_part, STATE(1826), 1, sym_aspect_specification, - [41469] = 8, + [41533] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -49667,15 +49715,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3038), 1, + ACTIONS(3041), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, STATE(1783), 1, sym_aspect_specification, - [41494] = 8, + [41558] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -49684,22 +49732,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3040), 1, + ACTIONS(3043), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, STATE(1880), 1, sym_aspect_specification, - [41519] = 8, + [41583] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3042), 1, + ACTIONS(3045), 1, anon_sym_LPAREN, - ACTIONS(3044), 1, + ACTIONS(3047), 1, aux_sym_iterator_filter_token1, STATE(1075), 1, sym_non_empty_entry_body_formal_part, @@ -49709,10 +49757,10 @@ static const uint16_t ts_small_parse_table[] = { sym_formal_part, STATE(1639), 1, sym_entry_barrier, - [41544] = 2, + [41608] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3046), 7, + ACTIONS(3049), 7, aux_sym_iterated_element_association_token1, aux_sym_package_specification_token3, aux_sym_relation_membership_token1, @@ -49720,10 +49768,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token3, aux_sym_entry_declaration_token1, aux_sym_global_mode_token1, - [41557] = 2, + [41621] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3048), 7, + ACTIONS(3051), 7, aux_sym_iterated_element_association_token1, aux_sym_package_specification_token3, aux_sym_relation_membership_token1, @@ -49731,20 +49779,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token3, aux_sym_entry_declaration_token1, aux_sym_global_mode_token1, - [41570] = 5, + [41634] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1949), 1, aux_sym_access_to_subprogram_definition_token2, ACTIONS(1951), 1, aux_sym_access_to_subprogram_definition_token3, - ACTIONS(3050), 1, + ACTIONS(3053), 1, aux_sym_package_specification_token1, STATE(1105), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, - [41588] = 7, + [41652] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -49753,13 +49801,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3052), 1, + ACTIONS(3055), 1, anon_sym_SEMI, - ACTIONS(3054), 1, + ACTIONS(3057), 1, aux_sym_with_clause_token2, STATE(262), 1, sym_actual_parameter_part, - [41610] = 3, + [41674] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1921), 1, @@ -49770,89 +49818,89 @@ static const uint16_t ts_small_parse_table[] = { sym_target_name, anon_sym_LBRACK, aux_sym_attribute_designator_token1, - [41624] = 2, + [41688] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3056), 6, + ACTIONS(3059), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_EQ_GT, aux_sym_iterator_filter_token1, anon_sym_SEMI, aux_sym_package_specification_token2, - [41636] = 2, + [41700] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3058), 6, + ACTIONS(3061), 6, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_iterator_filter_token1, aux_sym_loop_statement_token1, - [41648] = 3, + [41712] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3060), 1, + ACTIONS(3063), 1, sym_identifier, - ACTIONS(3062), 5, + ACTIONS(3065), 5, sym_string_literal, sym_character_literal, sym_target_name, anon_sym_LBRACK, aux_sym_package_specification_token3, - [41662] = 6, + [41726] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3064), 1, + ACTIONS(3067), 1, anon_sym_COMMA, - ACTIONS(3066), 1, + ACTIONS(3069), 1, anon_sym_RPAREN, - ACTIONS(3070), 1, + ACTIONS(3073), 1, aux_sym_with_clause_token2, STATE(1484), 1, aux_sym_positional_array_aggregate_repeat1, - ACTIONS(3068), 2, + ACTIONS(3071), 2, anon_sym_EQ_GT, anon_sym_PIPE, - [41682] = 5, + [41746] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3072), 1, - aux_sym_iterator_filter_token1, ACTIONS(3075), 1, + aux_sym_iterator_filter_token1, + ACTIONS(3078), 1, aux_sym_package_specification_token3, - ACTIONS(3077), 1, + ACTIONS(3080), 1, aux_sym_pragma_g_token1, STATE(941), 3, sym_exception_handler, aux_sym__exception_handler_list, sym_pragma_g, - [41700] = 5, + [41764] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3080), 1, + ACTIONS(3083), 1, sym_identifier, STATE(1248), 1, sym_quantifier, - ACTIONS(3082), 2, + ACTIONS(3085), 2, aux_sym_use_clause_token1, aux_sym_quantifier_token1, STATE(1401), 2, sym_loop_parameter_specification, sym_iterator_specification, - [41718] = 3, + [41782] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3086), 1, + ACTIONS(3089), 1, anon_sym_EQ_GT, - ACTIONS(3084), 5, + ACTIONS(3087), 5, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_iterator_filter_token1, anon_sym_SEMI, aux_sym_package_specification_token2, - [41732] = 7, + [41796] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -49861,39 +49909,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3088), 1, + ACTIONS(3091), 1, anon_sym_SEMI, - ACTIONS(3090), 1, + ACTIONS(3093), 1, aux_sym_with_clause_token2, STATE(262), 1, sym_actual_parameter_part, - [41754] = 4, + [41818] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2759), 1, + ACTIONS(2757), 1, anon_sym_SEMI, - ACTIONS(3092), 1, + ACTIONS(3095), 1, anon_sym_COLON, ACTIONS(919), 4, sym_tick, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COLON_EQ, - [41770] = 6, + [41834] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3094), 1, + ACTIONS(3097), 1, anon_sym_COMMA, - ACTIONS(3096), 1, + ACTIONS(3099), 1, anon_sym_RBRACK, - ACTIONS(3098), 1, + ACTIONS(3101), 1, aux_sym_with_clause_token2, STATE(1254), 1, aux_sym_positional_array_aggregate_repeat1, - ACTIONS(3068), 2, + ACTIONS(3071), 2, anon_sym_EQ_GT, anon_sym_PIPE, - [41790] = 6, + [41854] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -49904,47 +49952,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, STATE(262), 1, sym_actual_parameter_part, - ACTIONS(3100), 2, + ACTIONS(3103), 2, anon_sym_EQ_GT, anon_sym_PIPE, - [41810] = 6, + [41874] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2992), 1, + ACTIONS(2995), 1, anon_sym_LPAREN, - ACTIONS(3102), 1, + ACTIONS(3105), 1, anon_sym_SEMI, - ACTIONS(3104), 1, + ACTIONS(3107), 1, aux_sym_package_specification_token2, STATE(1404), 1, sym_known_discriminant_part, STATE(1403), 2, sym__discriminant_part, sym_unknown_discriminant_part, - [41830] = 3, + [41894] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3106), 1, + ACTIONS(3109), 1, sym_identifier, - ACTIONS(3108), 5, + ACTIONS(3111), 5, sym_string_literal, sym_character_literal, sym_target_name, anon_sym_LBRACK, aux_sym_relation_membership_token1, - [41844] = 4, + [41908] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3110), 1, + ACTIONS(3113), 1, anon_sym_COMMA, STATE(952), 1, aux_sym_aspect_mark_list_repeat1, - ACTIONS(3112), 4, + ACTIONS(3115), 4, anon_sym_RPAREN, aux_sym_iterator_filter_token1, anon_sym_SEMI, aux_sym_package_specification_token2, - [41860] = 7, + [41924] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(79), 1, @@ -49953,25 +50001,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_subprogram_body_token1, ACTIONS(401), 1, aux_sym_iterated_element_association_token1, - ACTIONS(3114), 1, + ACTIONS(3117), 1, aux_sym_declare_expression_token1, - ACTIONS(3116), 1, + ACTIONS(3119), 1, aux_sym_loop_statement_token1, STATE(1851), 1, sym_iteration_scheme, - [41882] = 4, + [41946] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3110), 1, + ACTIONS(3113), 1, anon_sym_COMMA, STATE(961), 1, aux_sym_aspect_mark_list_repeat1, - ACTIONS(3118), 4, + ACTIONS(3121), 4, anon_sym_RPAREN, aux_sym_iterator_filter_token1, anon_sym_SEMI, aux_sym_package_specification_token2, - [41898] = 7, + [41962] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -49986,22 +50034,22 @@ static const uint16_t ts_small_parse_table[] = { sym_actual_parameter_part, STATE(1857), 1, sym__assign_value, - [41920] = 7, + [41984] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3120), 1, + ACTIONS(3123), 1, anon_sym_LPAREN, - ACTIONS(3122), 1, + ACTIONS(3125), 1, anon_sym_SEMI, - ACTIONS(3124), 1, + ACTIONS(3127), 1, aux_sym_package_specification_token2, STATE(1094), 1, sym_known_discriminant_part, STATE(1492), 1, sym_aspect_specification, - [41942] = 6, + [42006] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -50012,10 +50060,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, STATE(262), 1, sym_actual_parameter_part, - ACTIONS(3126), 2, + ACTIONS(3129), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [41962] = 7, + [42026] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -50024,16 +50072,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3128), 1, + ACTIONS(3131), 1, aux_sym_iterator_filter_token1, - ACTIONS(3130), 1, + ACTIONS(3133), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, - [41984] = 3, + [42048] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3132), 1, + ACTIONS(3135), 1, anon_sym_COLON, ACTIONS(919), 5, sym_tick, @@ -50041,7 +50089,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_EQ_GT, anon_sym_PIPE, - [41998] = 7, + [42062] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(233), 1, @@ -50050,20 +50098,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_global_mode_token1, ACTIONS(255), 1, aux_sym_non_empty_mode_token1, - STATE(683), 1, + STATE(686), 1, sym_global_mode, - STATE(832), 1, + STATE(831), 1, sym_non_empty_mode, STATE(1434), 1, sym_global_aspect_element, - [42020] = 7, + [42084] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3134), 1, + ACTIONS(3137), 1, aux_sym_access_to_subprogram_definition_token2, - ACTIONS(3136), 1, + ACTIONS(3139), 1, aux_sym_access_to_subprogram_definition_token3, - ACTIONS(3138), 1, + ACTIONS(3141), 1, aux_sym_entry_declaration_token1, STATE(1036), 1, sym__subprogram_specification, @@ -50071,80 +50119,80 @@ static const uint16_t ts_small_parse_table[] = { sym_procedure_specification, STATE(1089), 1, sym_function_specification, - [42042] = 3, + [42106] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3140), 1, + ACTIONS(3143), 1, sym_identifier, - ACTIONS(3142), 5, + ACTIONS(3145), 5, sym_string_literal, sym_character_literal, sym_target_name, anon_sym_LBRACK, aux_sym_package_specification_token3, - [42056] = 4, + [42120] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3144), 1, + ACTIONS(3147), 1, anon_sym_COMMA, STATE(961), 1, aux_sym_aspect_mark_list_repeat1, - ACTIONS(3147), 4, + ACTIONS(3150), 4, anon_sym_RPAREN, aux_sym_iterator_filter_token1, anon_sym_SEMI, aux_sym_package_specification_token2, - [42072] = 7, + [42136] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3149), 1, + ACTIONS(3152), 1, aux_sym_compilation_unit_token1, - ACTIONS(3151), 1, + ACTIONS(3154), 1, aux_sym_with_clause_token1, - ACTIONS(3153), 1, + ACTIONS(3156), 1, aux_sym_allocator_token1, - ACTIONS(3155), 1, + ACTIONS(3158), 1, aux_sym_private_type_declaration_token1, - ACTIONS(3157), 1, + ACTIONS(3160), 1, aux_sym_private_type_declaration_token2, - ACTIONS(3159), 1, + ACTIONS(3162), 1, aux_sym_private_extension_declaration_token1, - [42094] = 7, + [42158] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1809), 1, aux_sym_primary_null_token1, ACTIONS(1815), 1, aux_sym_record_component_association_list_token1, - ACTIONS(3149), 1, + ACTIONS(3152), 1, aux_sym_compilation_unit_token1, - ACTIONS(3161), 1, + ACTIONS(3164), 1, aux_sym_allocator_token1, - ACTIONS(3163), 1, + ACTIONS(3166), 1, aux_sym_interface_type_definition_token2, STATE(1371), 1, sym_record_definition, - [42116] = 7, + [42180] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1809), 1, aux_sym_primary_null_token1, ACTIONS(1815), 1, aux_sym_record_component_association_list_token1, - ACTIONS(3149), 1, + ACTIONS(3152), 1, aux_sym_compilation_unit_token1, - ACTIONS(3165), 1, + ACTIONS(3168), 1, anon_sym_SEMI, - ACTIONS(3167), 1, + ACTIONS(3170), 1, aux_sym_with_clause_token1, STATE(1371), 1, sym_record_definition, - [42138] = 7, + [42202] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1945), 1, sym_identifier, - ACTIONS(3169), 1, + ACTIONS(3172), 1, aux_sym_iterated_element_association_token1, STATE(1246), 1, sym_parameter_specification, @@ -50154,139 +50202,139 @@ static const uint16_t ts_small_parse_table[] = { sym__defining_identifier_list, STATE(1681), 1, sym_entry_index_specification, - [42160] = 5, + [42224] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1949), 1, aux_sym_access_to_subprogram_definition_token2, ACTIONS(1951), 1, aux_sym_access_to_subprogram_definition_token3, - ACTIONS(3138), 1, + ACTIONS(3141), 1, aux_sym_entry_declaration_token1, STATE(1104), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, - [42178] = 5, + [42242] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, aux_sym_pragma_g_token1, - ACTIONS(3171), 1, + ACTIONS(3174), 1, aux_sym_iterator_filter_token1, - ACTIONS(3173), 1, + ACTIONS(3176), 1, aux_sym_package_specification_token3, STATE(941), 3, sym_exception_handler, aux_sym__exception_handler_list, sym_pragma_g, - [42196] = 3, + [42260] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3175), 1, + ACTIONS(3178), 1, sym_identifier, - ACTIONS(3177), 5, + ACTIONS(3180), 5, sym_string_literal, sym_character_literal, sym_target_name, anon_sym_LBRACK, aux_sym_relation_membership_token1, - [42210] = 6, + [42274] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2112), 1, anon_sym_COLON_EQ, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, STATE(1095), 1, sym__assign_value, STATE(1488), 1, sym_aspect_specification, - ACTIONS(3179), 2, + ACTIONS(3182), 2, anon_sym_RPAREN, anon_sym_SEMI, - [42230] = 6, + [42294] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3064), 1, + ACTIONS(3067), 1, anon_sym_COMMA, - ACTIONS(3070), 1, + ACTIONS(3073), 1, aux_sym_with_clause_token2, - ACTIONS(3181), 1, + ACTIONS(3184), 1, anon_sym_RPAREN, STATE(1484), 1, aux_sym_positional_array_aggregate_repeat1, - ACTIONS(3068), 2, + ACTIONS(3071), 2, anon_sym_EQ_GT, anon_sym_PIPE, - [42250] = 2, + [42314] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3183), 5, + ACTIONS(3186), 5, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_iterator_filter_token1, anon_sym_SEMI, aux_sym_package_specification_token2, - [42261] = 5, + [42325] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2672), 1, + ACTIONS(2675), 1, anon_sym_LPAREN, - ACTIONS(2769), 1, + ACTIONS(2767), 1, aux_sym_result_profile_token1, STATE(1407), 1, sym_formal_part, STATE(1170), 2, sym__parameter_and_result_profile, sym_result_profile, - [42278] = 3, + [42342] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2759), 1, + ACTIONS(2757), 1, anon_sym_SEMI, ACTIONS(919), 4, sym_tick, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COLON_EQ, - [42291] = 6, + [42355] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1809), 1, aux_sym_primary_null_token1, ACTIONS(1815), 1, aux_sym_record_component_association_list_token1, - ACTIONS(3163), 1, + ACTIONS(3166), 1, aux_sym_interface_type_definition_token2, - ACTIONS(3185), 1, + ACTIONS(3188), 1, aux_sym_allocator_token1, STATE(1371), 1, sym_record_definition, - [42310] = 5, + [42374] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2672), 1, + ACTIONS(2675), 1, anon_sym_LPAREN, - ACTIONS(2769), 1, + ACTIONS(2767), 1, aux_sym_result_profile_token1, STATE(1407), 1, sym_formal_part, STATE(1325), 2, sym__parameter_and_result_profile, sym_result_profile, - [42327] = 4, + [42391] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2672), 1, + ACTIONS(2675), 1, anon_sym_LPAREN, STATE(1325), 1, sym_formal_part, - ACTIONS(3187), 3, + ACTIONS(3190), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [42342] = 6, + [42406] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -50295,11 +50343,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3189), 1, + ACTIONS(3192), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, - [42361] = 6, + [42425] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -50308,11 +50356,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3191), 1, + ACTIONS(3194), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, - [42380] = 6, + [42444] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -50321,11 +50369,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3193), 1, + ACTIONS(3196), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, - [42399] = 6, + [42463] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -50334,11 +50382,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3195), 1, + ACTIONS(3198), 1, aux_sym_object_renaming_declaration_token1, STATE(262), 1, sym_actual_parameter_part, - [42418] = 6, + [42482] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -50347,20 +50395,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3197), 1, + ACTIONS(3200), 1, aux_sym_object_renaming_declaration_token1, STATE(262), 1, sym_actual_parameter_part, - [42437] = 2, + [42501] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3199), 5, + ACTIONS(3202), 5, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_iterator_filter_token1, anon_sym_SEMI, aux_sym_package_specification_token2, - [42448] = 6, + [42512] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -50369,11 +50417,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3201), 1, + ACTIONS(3204), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, - [42467] = 6, + [42531] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -50382,11 +50430,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3203), 1, + ACTIONS(3206), 1, aux_sym_at_clause_token1, STATE(262), 1, sym_actual_parameter_part, - [42486] = 6, + [42550] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -50395,11 +50443,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3205), 1, + ACTIONS(3208), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, - [42505] = 4, + [42569] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, @@ -50410,20 +50458,20 @@ static const uint16_t ts_small_parse_table[] = { sym__delay_statement, sym_delay_until_statement, sym_delay_relative_statement, - [42520] = 6, + [42584] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2112), 1, anon_sym_COLON_EQ, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3207), 1, + ACTIONS(3210), 1, anon_sym_SEMI, STATE(1311), 1, sym__assign_value, STATE(1686), 1, sym_aspect_specification, - [42539] = 4, + [42603] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1949), 1, @@ -50434,16 +50482,16 @@ static const uint16_t ts_small_parse_table[] = { sym_function_specification, sym_procedure_specification, sym__subprogram_specification, - [42554] = 2, + [42618] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3209), 5, + ACTIONS(3212), 5, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_iterator_filter_token1, anon_sym_SEMI, aux_sym_package_specification_token2, - [42565] = 6, + [42629] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -50452,24 +50500,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3211), 1, + ACTIONS(3214), 1, aux_sym_object_renaming_declaration_token1, STATE(262), 1, sym_actual_parameter_part, - [42584] = 6, + [42648] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3213), 1, + ACTIONS(3216), 1, anon_sym_SEMI, - ACTIONS(3215), 1, + ACTIONS(3218), 1, aux_sym_package_specification_token2, - ACTIONS(3217), 1, + ACTIONS(3220), 1, aux_sym_object_renaming_declaration_token1, STATE(1621), 1, sym_aspect_specification, - [42603] = 6, + [42667] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -50478,11 +50526,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3219), 1, + ACTIONS(3222), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, - [42622] = 6, + [42686] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -50491,11 +50539,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3221), 1, + ACTIONS(3224), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, - [42641] = 6, + [42705] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -50504,11 +50552,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3223), 1, + ACTIONS(3226), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, - [42660] = 6, + [42724] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -50517,49 +50565,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3225), 1, + ACTIONS(3228), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, - [42679] = 5, + [42743] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3227), 1, + ACTIONS(3230), 1, aux_sym_package_specification_token3, - ACTIONS(3229), 1, + ACTIONS(3232), 1, aux_sym_expression_token4, - ACTIONS(3231), 1, + ACTIONS(3234), 1, aux_sym_elsif_expression_item_token1, STATE(1006), 2, sym_elsif_statement_item, aux_sym_if_statement_repeat1, - [42696] = 4, + [42760] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2775), 1, + ACTIONS(2778), 1, aux_sym_expression_token1, STATE(1052), 1, aux_sym__interface_list_repeat1, - ACTIONS(3233), 3, + ACTIONS(3236), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [42711] = 3, + [42775] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3235), 1, + ACTIONS(3238), 1, anon_sym_SEMI, ACTIONS(915), 4, sym_tick, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COLON_EQ, - [42724] = 6, + [42788] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3134), 1, + ACTIONS(3137), 1, aux_sym_access_to_subprogram_definition_token2, - ACTIONS(3136), 1, + ACTIONS(3139), 1, aux_sym_access_to_subprogram_definition_token3, STATE(1039), 1, sym__subprogram_specification, @@ -50567,20 +50615,20 @@ static const uint16_t ts_small_parse_table[] = { sym_procedure_specification, STATE(1089), 1, sym_function_specification, - [42743] = 6, + [42807] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(2672), 1, + ACTIONS(2675), 1, anon_sym_LPAREN, - ACTIONS(3237), 1, + ACTIONS(3240), 1, anon_sym_SEMI, STATE(1271), 1, sym_formal_part, STATE(1547), 1, sym_aspect_specification, - [42762] = 6, + [42826] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -50589,11 +50637,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3239), 1, + ACTIONS(3242), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, - [42781] = 6, + [42845] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -50602,11 +50650,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3241), 1, + ACTIONS(3244), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, - [42800] = 6, + [42864] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -50615,60 +50663,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3243), 1, + ACTIONS(3246), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, - [42819] = 5, + [42883] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2672), 1, + ACTIONS(2675), 1, anon_sym_LPAREN, - ACTIONS(2769), 1, + ACTIONS(2767), 1, aux_sym_result_profile_token1, STATE(1407), 1, sym_formal_part, - STATE(831), 2, + STATE(832), 2, sym__parameter_and_result_profile, sym_result_profile, - [42836] = 6, + [42900] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(429), 1, aux_sym_component_choice_list_token1, - ACTIONS(3245), 1, + ACTIONS(3248), 1, sym_identifier, - ACTIONS(3247), 1, + ACTIONS(3250), 1, sym_string_literal, STATE(1367), 1, sym__named_record_component_association, STATE(1798), 1, sym_component_choice_list, - [42855] = 4, + [42919] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3251), 1, + ACTIONS(3254), 1, aux_sym_elsif_expression_item_token1, - ACTIONS(3249), 2, + ACTIONS(3252), 2, aux_sym_package_specification_token3, aux_sym_expression_token4, STATE(1006), 2, sym_elsif_statement_item, aux_sym_if_statement_repeat1, - [42870] = 6, + [42934] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3120), 1, + ACTIONS(3123), 1, anon_sym_LPAREN, - ACTIONS(3254), 1, + ACTIONS(3257), 1, aux_sym_package_specification_token2, STATE(1260), 1, sym_known_discriminant_part, STATE(1647), 1, sym_aspect_specification, - [42889] = 6, + [42953] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -50677,47 +50725,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3256), 1, + ACTIONS(3259), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, - [42908] = 5, + [42972] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3258), 1, + ACTIONS(3261), 1, anon_sym_RPAREN, - ACTIONS(3260), 1, + ACTIONS(3263), 1, aux_sym_expression_token4, - ACTIONS(3262), 1, + ACTIONS(3265), 1, aux_sym_elsif_expression_item_token1, STATE(1010), 2, sym_elsif_expression_item, aux_sym_if_expression_repeat1, - [42925] = 4, + [42989] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3266), 1, - aux_sym_elsif_expression_item_token1, - ACTIONS(3264), 2, - anon_sym_RPAREN, - aux_sym_expression_token4, - STATE(1010), 2, - sym_elsif_expression_item, - aux_sym_if_expression_repeat1, - [42940] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(949), 1, - sym_tick, - ACTIONS(971), 1, - anon_sym_LPAREN, - ACTIONS(2019), 1, - anon_sym_DOT, ACTIONS(3269), 1, + aux_sym_elsif_expression_item_token1, + ACTIONS(3267), 2, anon_sym_RPAREN, - STATE(262), 1, - sym_actual_parameter_part, - [42959] = 6, + aux_sym_expression_token4, + STATE(1010), 2, + sym_elsif_expression_item, + aux_sym_if_expression_repeat1, + [43004] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -50726,46 +50761,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3271), 1, + ACTIONS(3272), 1, + anon_sym_RPAREN, + STATE(262), 1, + sym_actual_parameter_part, + [43023] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(949), 1, + sym_tick, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(3274), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, - [42978] = 4, + [43042] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2230), 1, + ACTIONS(2250), 1, aux_sym_iterator_filter_token1, STATE(1292), 1, sym_iterator_filter, - ACTIONS(3273), 3, + ACTIONS(3276), 3, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_loop_statement_token1, - [42993] = 6, + [43057] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2112), 1, anon_sym_COLON_EQ, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3275), 1, + ACTIONS(3278), 1, anon_sym_SEMI, STATE(1227), 1, sym__assign_value, STATE(1672), 1, sym_aspect_specification, - [43012] = 4, + [43076] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2230), 1, + ACTIONS(2250), 1, aux_sym_iterator_filter_token1, STATE(1198), 1, sym_iterator_filter, - ACTIONS(3277), 3, + ACTIONS(3280), 3, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_loop_statement_token1, - [43027] = 6, + [43091] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -50774,11 +50822,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3279), 1, + ACTIONS(3282), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, - [43046] = 6, + [43110] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -50787,98 +50835,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3281), 1, + ACTIONS(3284), 1, aux_sym_object_renaming_declaration_token1, STATE(262), 1, sym_actual_parameter_part, - [43065] = 6, + [43129] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2112), 1, anon_sym_COLON_EQ, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3283), 1, + ACTIONS(3286), 1, anon_sym_SEMI, STATE(1235), 1, sym__assign_value, STATE(1789), 1, sym_aspect_specification, - [43084] = 6, + [43148] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2112), 1, anon_sym_COLON_EQ, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3285), 1, + ACTIONS(3288), 1, anon_sym_SEMI, STATE(1239), 1, sym__assign_value, STATE(1659), 1, sym_aspect_specification, - [43103] = 6, + [43167] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3287), 1, + ACTIONS(3290), 1, anon_sym_LPAREN, - ACTIONS(3289), 1, + ACTIONS(3292), 1, anon_sym_SEMI, STATE(1207), 1, sym_formal_part, STATE(1770), 1, sym_aspect_specification, - [43122] = 4, + [43186] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, aux_sym_pragma_g_token1, - ACTIONS(3171), 1, + ACTIONS(3174), 1, aux_sym_iterator_filter_token1, STATE(967), 3, sym_exception_handler, aux_sym__exception_handler_list, sym_pragma_g, - [43137] = 5, + [43201] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3094), 1, + ACTIONS(3097), 1, anon_sym_COMMA, - ACTIONS(3096), 1, + ACTIONS(3099), 1, anon_sym_RBRACK, STATE(1254), 1, aux_sym_positional_array_aggregate_repeat1, - ACTIONS(3068), 2, + ACTIONS(3071), 2, anon_sym_EQ_GT, anon_sym_PIPE, - [43154] = 5, + [43218] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2672), 1, + ACTIONS(2675), 1, anon_sym_LPAREN, - ACTIONS(2769), 1, + ACTIONS(2767), 1, aux_sym_result_profile_token1, STATE(1407), 1, sym_formal_part, - STATE(834), 2, + STATE(835), 2, sym__parameter_and_result_profile, sym_result_profile, - [43171] = 6, + [43235] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2112), 1, anon_sym_COLON_EQ, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3291), 1, + ACTIONS(3294), 1, anon_sym_SEMI, STATE(1152), 1, sym__assign_value, STATE(1518), 1, sym_aspect_specification, - [43190] = 2, + [43254] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2051), 5, @@ -50887,7 +50935,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_declare_expression_token1, aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, - [43201] = 6, + [43265] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1949), 1, @@ -50900,7 +50948,7 @@ static const uint16_t ts_small_parse_table[] = { sym_procedure_specification, STATE(1089), 1, sym_function_specification, - [43220] = 6, + [43284] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -50909,23 +50957,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3293), 1, + ACTIONS(3296), 1, anon_sym_RPAREN, STATE(262), 1, sym_actual_parameter_part, - [43239] = 5, + [43303] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2672), 1, + ACTIONS(2675), 1, anon_sym_LPAREN, - ACTIONS(2769), 1, + ACTIONS(2767), 1, aux_sym_result_profile_token1, STATE(1407), 1, sym_formal_part, STATE(837), 2, sym__parameter_and_result_profile, sym_result_profile, - [43256] = 6, + [43320] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -50934,42 +50982,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3295), 1, + ACTIONS(3298), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, - [43275] = 6, + [43339] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2112), 1, anon_sym_COLON_EQ, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3297), 1, + ACTIONS(3300), 1, anon_sym_SEMI, STATE(1268), 1, sym__assign_value, STATE(1552), 1, sym_aspect_specification, - [43294] = 6, + [43358] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2112), 1, anon_sym_COLON_EQ, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3299), 1, + ACTIONS(3302), 1, anon_sym_SEMI, STATE(1270), 1, sym__assign_value, STATE(1548), 1, sym_aspect_specification, - [43313] = 6, + [43377] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3301), 1, + ACTIONS(3304), 1, sym_identifier, - ACTIONS(3303), 1, + ACTIONS(3306), 1, anon_sym_LT_GT, STATE(1229), 1, sym_discriminant_specification, @@ -50977,7 +51025,7 @@ static const uint16_t ts_small_parse_table[] = { sym_discriminant_specification_list, STATE(1677), 1, sym__defining_identifier_list, - [43332] = 6, + [43396] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -50986,11 +51034,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3305), 1, + ACTIONS(3308), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, - [43351] = 6, + [43415] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -50999,98 +51047,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3307), 1, + ACTIONS(3310), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, - [43370] = 5, + [43434] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3262), 1, + ACTIONS(3265), 1, aux_sym_elsif_expression_item_token1, - ACTIONS(3309), 1, + ACTIONS(3312), 1, anon_sym_RPAREN, - ACTIONS(3311), 1, + ACTIONS(3314), 1, aux_sym_expression_token4, STATE(1009), 2, sym_elsif_expression_item, aux_sym_if_expression_repeat1, - [43387] = 6, + [43451] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3313), 1, + ACTIONS(3316), 1, anon_sym_SEMI, - ACTIONS(3315), 1, + ACTIONS(3318), 1, aux_sym_package_specification_token2, - ACTIONS(3317), 1, + ACTIONS(3320), 1, aux_sym_object_renaming_declaration_token1, STATE(1441), 1, sym_aspect_specification, - [43406] = 6, + [43470] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2112), 1, anon_sym_COLON_EQ, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3319), 1, + ACTIONS(3322), 1, anon_sym_SEMI, STATE(1347), 1, sym__assign_value, STATE(1957), 1, sym_aspect_specification, - [43425] = 6, + [43489] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2112), 1, anon_sym_COLON_EQ, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3321), 1, + ACTIONS(3324), 1, anon_sym_SEMI, STATE(1346), 1, sym__assign_value, STATE(1952), 1, sym_aspect_specification, - [43444] = 6, + [43508] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3313), 1, + ACTIONS(3316), 1, anon_sym_SEMI, - ACTIONS(3317), 1, + ACTIONS(3320), 1, aux_sym_object_renaming_declaration_token1, - ACTIONS(3323), 1, + ACTIONS(3326), 1, aux_sym_package_specification_token2, STATE(1869), 1, sym_aspect_specification, - [43463] = 3, + [43527] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3325), 1, + ACTIONS(3328), 1, aux_sym_package_specification_token2, ACTIONS(919), 4, sym_tick, anon_sym_DOT, anon_sym_LPAREN, aux_sym_with_clause_token2, - [43476] = 6, + [43540] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2112), 1, anon_sym_COLON_EQ, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3328), 1, + ACTIONS(3331), 1, anon_sym_SEMI, STATE(1243), 1, sym__assign_value, STATE(1653), 1, sym_aspect_specification, - [43495] = 6, + [43559] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -51099,33 +51147,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3330), 1, + ACTIONS(3333), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, - [43514] = 2, + [43578] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3332), 5, + ACTIONS(3335), 5, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_iterator_filter_token1, anon_sym_SEMI, aux_sym_package_specification_token2, - [43525] = 6, + [43589] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1809), 1, aux_sym_primary_null_token1, ACTIONS(1815), 1, aux_sym_record_component_association_list_token1, - ACTIONS(3334), 1, + ACTIONS(3337), 1, aux_sym_compilation_unit_token1, - ACTIONS(3336), 1, + ACTIONS(3339), 1, aux_sym_with_clause_token1, STATE(1354), 1, sym_record_definition, - [43544] = 6, + [43608] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -51134,11 +51182,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(2420), 1, + ACTIONS(2543), 1, aux_sym_range_attribute_designator_token1, STATE(262), 1, sym_actual_parameter_part, - [43563] = 6, + [43627] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -51147,20 +51195,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3338), 1, + ACTIONS(3341), 1, anon_sym_COMMA, STATE(262), 1, sym_actual_parameter_part, - [43582] = 2, + [43646] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3147), 5, + ACTIONS(3150), 5, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_iterator_filter_token1, anon_sym_SEMI, aux_sym_package_specification_token2, - [43593] = 6, + [43657] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -51169,16 +51217,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3340), 1, + ACTIONS(3343), 1, aux_sym_object_renaming_declaration_token1, STATE(262), 1, sym_actual_parameter_part, - [43612] = 6, + [43676] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3134), 1, + ACTIONS(3137), 1, aux_sym_access_to_subprogram_definition_token2, - ACTIONS(3136), 1, + ACTIONS(3139), 1, aux_sym_access_to_subprogram_definition_token3, STATE(1036), 1, sym__subprogram_specification, @@ -51186,20 +51234,20 @@ static const uint16_t ts_small_parse_table[] = { sym_procedure_specification, STATE(1089), 1, sym_function_specification, - [43631] = 6, + [43695] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3213), 1, + ACTIONS(3216), 1, anon_sym_SEMI, - ACTIONS(3217), 1, + ACTIONS(3220), 1, aux_sym_object_renaming_declaration_token1, - ACTIONS(3342), 1, + ACTIONS(3345), 1, aux_sym_package_specification_token2, STATE(1396), 1, sym_aspect_specification, - [43650] = 6, + [43714] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -51208,48 +51256,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3344), 1, + ACTIONS(3347), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, - [43669] = 4, + [43733] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3346), 1, + ACTIONS(3349), 1, aux_sym_expression_token1, STATE(1052), 1, aux_sym__interface_list_repeat1, - ACTIONS(2916), 3, + ACTIONS(2919), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [43684] = 6, + [43748] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3349), 1, + ACTIONS(3352), 1, anon_sym_LPAREN, - ACTIONS(3351), 1, + ACTIONS(3354), 1, anon_sym_SEMI, STATE(1273), 1, sym_formal_part, STATE(1539), 1, sym_aspect_specification, - [43703] = 6, + [43767] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(2672), 1, + ACTIONS(2675), 1, anon_sym_LPAREN, - ACTIONS(3353), 1, + ACTIONS(3356), 1, anon_sym_SEMI, STATE(1255), 1, sym_formal_part, STATE(1611), 1, sym_aspect_specification, - [43722] = 6, + [43786] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -51258,11 +51306,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3355), 1, + ACTIONS(3358), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, - [43741] = 6, + [43805] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -51271,274 +51319,274 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3357), 1, + ACTIONS(3360), 1, anon_sym_SEMI, STATE(262), 1, sym_actual_parameter_part, - [43760] = 4, + [43824] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2672), 1, + ACTIONS(2675), 1, anon_sym_LPAREN, STATE(1170), 1, sym_formal_part, - ACTIONS(3359), 3, + ACTIONS(3362), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [43775] = 6, + [43839] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(971), 1, anon_sym_LPAREN, ACTIONS(2019), 1, anon_sym_DOT, - ACTIONS(3361), 1, + ACTIONS(3364), 1, sym_tick, - ACTIONS(3363), 1, + ACTIONS(3366), 1, aux_sym_iterated_element_association_token2, STATE(262), 1, sym_actual_parameter_part, - [43794] = 5, + [43858] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3231), 1, + ACTIONS(3234), 1, aux_sym_elsif_expression_item_token1, - ACTIONS(3365), 1, + ACTIONS(3368), 1, aux_sym_package_specification_token3, - ACTIONS(3367), 1, + ACTIONS(3370), 1, aux_sym_expression_token4, STATE(996), 2, sym_elsif_statement_item, aux_sym_if_statement_repeat1, - [43811] = 4, + [43875] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3371), 1, + ACTIONS(3374), 1, aux_sym_range_attribute_designator_token1, STATE(1362), 1, sym_real_range_specification, - ACTIONS(3369), 2, + ACTIONS(3372), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [43825] = 4, + [43889] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2112), 1, anon_sym_COLON_EQ, STATE(1508), 1, sym__assign_value, - ACTIONS(3373), 2, + ACTIONS(3376), 2, anon_sym_SEMI, aux_sym_accept_statement_token2, - [43839] = 5, + [43903] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1809), 1, aux_sym_primary_null_token1, ACTIONS(1815), 1, aux_sym_record_component_association_list_token1, - ACTIONS(3375), 1, + ACTIONS(3378), 1, aux_sym_compilation_unit_token1, STATE(1431), 1, sym_record_definition, - [43855] = 4, + [43919] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3377), 1, + ACTIONS(3380), 1, anon_sym_COMMA, STATE(1063), 1, aux_sym_positional_array_aggregate_repeat1, - ACTIONS(3380), 2, + ACTIONS(3383), 2, anon_sym_RPAREN, anon_sym_RBRACK, - [43869] = 4, + [43933] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2112), 1, anon_sym_COLON_EQ, STATE(1503), 1, sym__assign_value, - ACTIONS(3382), 2, + ACTIONS(3385), 2, anon_sym_SEMI, aux_sym_accept_statement_token2, - [43883] = 4, + [43947] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3384), 1, + ACTIONS(3387), 1, anon_sym_COMMA, STATE(1065), 1, aux_sym__array_component_association_list_repeat1, - ACTIONS(3387), 2, + ACTIONS(3390), 2, anon_sym_RPAREN, anon_sym_RBRACK, - [43897] = 5, + [43961] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1809), 1, aux_sym_primary_null_token1, ACTIONS(1815), 1, aux_sym_record_component_association_list_token1, - ACTIONS(3389), 1, + ACTIONS(3392), 1, aux_sym_compilation_unit_token1, STATE(1431), 1, sym_record_definition, - [43913] = 5, + [43977] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1983), 1, anon_sym_COMMA, - ACTIONS(2761), 1, + ACTIONS(2759), 1, aux_sym_object_renaming_declaration_token1, - ACTIONS(3391), 1, + ACTIONS(3394), 1, anon_sym_COLON, STATE(1162), 1, aux_sym__defining_identifier_list_repeat1, - [43929] = 5, + [43993] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3394), 1, + ACTIONS(3397), 1, aux_sym_package_specification_token3, - ACTIONS(3396), 1, + ACTIONS(3399), 1, aux_sym_expression_token3, - ACTIONS(3398), 1, + ACTIONS(3401), 1, aux_sym_expression_token4, STATE(1076), 1, aux_sym_selective_accept_repeat1, - [43945] = 5, + [44009] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3400), 1, + ACTIONS(3403), 1, anon_sym_COMMA, - ACTIONS(3402), 1, + ACTIONS(3405), 1, anon_sym_RPAREN, STATE(1236), 1, aux_sym_record_component_association_list_repeat1, STATE(1237), 1, aux_sym_positional_array_aggregate_repeat1, - [43961] = 4, + [44025] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3405), 1, + ACTIONS(3408), 1, anon_sym_COMMA, STATE(1106), 1, aux_sym__array_component_association_list_repeat1, - ACTIONS(3407), 2, + ACTIONS(3410), 2, anon_sym_RPAREN, anon_sym_RBRACK, - [43975] = 3, + [44039] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3411), 1, + ACTIONS(3414), 1, aux_sym_expression_token1, - ACTIONS(3409), 3, + ACTIONS(3412), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [43987] = 2, + [44051] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3413), 4, + ACTIONS(3416), 4, anon_sym_SEMI, aux_sym_package_specification_token2, aux_sym_with_clause_token2, aux_sym_expression_token3, - [43997] = 5, + [44061] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3415), 1, + ACTIONS(3418), 1, anon_sym_SEMI, - ACTIONS(3417), 1, - aux_sym_with_clause_token2, ACTIONS(3420), 1, + aux_sym_with_clause_token2, + ACTIONS(3423), 1, aux_sym_expression_token1, STATE(1357), 1, sym_record_extension_part, - [44013] = 3, + [44077] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3424), 1, + ACTIONS(3427), 1, aux_sym_package_specification_token2, - ACTIONS(3422), 3, + ACTIONS(3425), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_object_renaming_declaration_token1, - [44025] = 5, + [44089] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3044), 1, + ACTIONS(3047), 1, aux_sym_iterator_filter_token1, STATE(1460), 1, sym_aspect_specification, STATE(1683), 1, sym_entry_barrier, - [44041] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3429), 1, - aux_sym_expression_token3, - STATE(1076), 1, - aux_sym_selective_accept_repeat1, - ACTIONS(3427), 2, - aux_sym_package_specification_token3, - aux_sym_expression_token4, - [44055] = 4, + [44105] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3432), 1, - aux_sym_iterator_filter_token1, + aux_sym_expression_token3, + STATE(1076), 1, + aux_sym_selective_accept_repeat1, + ACTIONS(3430), 2, + aux_sym_package_specification_token3, + aux_sym_expression_token4, + [44119] = 4, + ACTIONS(3), 1, + sym_comment, ACTIONS(3435), 1, + aux_sym_iterator_filter_token1, + ACTIONS(3438), 1, aux_sym_package_specification_token3, STATE(1077), 2, sym_variant, aux_sym_variant_list_repeat1, - [44069] = 5, + [44133] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3437), 1, + ACTIONS(3440), 1, anon_sym_SEMI, - ACTIONS(3439), 1, - aux_sym_with_clause_token2, ACTIONS(3442), 1, + aux_sym_with_clause_token2, + ACTIONS(3445), 1, aux_sym_expression_token1, STATE(1427), 1, sym_record_extension_part, - [44085] = 5, + [44149] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3444), 1, + ACTIONS(3447), 1, anon_sym_SEMI, - ACTIONS(3446), 1, - aux_sym_with_clause_token2, ACTIONS(3449), 1, + aux_sym_with_clause_token2, + ACTIONS(3452), 1, aux_sym_expression_token1, STATE(1464), 1, sym_record_extension_part, - [44101] = 5, + [44165] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1809), 1, aux_sym_primary_null_token1, ACTIONS(1815), 1, aux_sym_record_component_association_list_token1, - ACTIONS(3451), 1, + ACTIONS(3454), 1, aux_sym_compilation_unit_token1, STATE(1431), 1, sym_record_definition, - [44117] = 2, + [44181] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3453), 4, + ACTIONS(3456), 4, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, anon_sym_COLON_EQ, - [44127] = 5, + [44191] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3455), 1, + ACTIONS(3458), 1, sym_identifier, STATE(943), 1, sym__aspect_mark, @@ -51546,102 +51594,102 @@ static const uint16_t ts_small_parse_table[] = { sym_aspect_association, STATE(1088), 1, sym_aspect_mark_list, - [44143] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3457), 1, - aux_sym_package_specification_token2, - ACTIONS(3422), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_object_renaming_declaration_token1, - [44155] = 4, + [44207] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3460), 1, - aux_sym_iterator_filter_token1, + aux_sym_package_specification_token2, + ACTIONS(3425), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_object_renaming_declaration_token1, + [44219] = 4, + ACTIONS(3), 1, + sym_comment, ACTIONS(3463), 1, + aux_sym_iterator_filter_token1, + ACTIONS(3466), 1, aux_sym_package_specification_token3, STATE(1084), 2, sym_case_statement_alternative, aux_sym_case_statement_repeat1, - [44169] = 5, + [44233] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3313), 1, + ACTIONS(3316), 1, anon_sym_SEMI, - ACTIONS(3465), 1, + ACTIONS(3468), 1, aux_sym_package_specification_token2, STATE(1441), 1, sym_aspect_specification, - [44185] = 4, + [44249] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, STATE(1455), 1, sym_aspect_specification, - ACTIONS(3467), 2, + ACTIONS(3470), 2, anon_sym_RPAREN, anon_sym_SEMI, - [44199] = 3, + [44263] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3469), 1, + ACTIONS(3472), 1, aux_sym_package_specification_token2, - ACTIONS(3422), 3, + ACTIONS(3425), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_object_renaming_declaration_token1, - [44211] = 2, + [44275] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3472), 4, + ACTIONS(3475), 4, anon_sym_RPAREN, aux_sym_iterator_filter_token1, anon_sym_SEMI, aux_sym_package_specification_token2, - [44221] = 3, + [44285] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3474), 1, + ACTIONS(3477), 1, aux_sym_package_specification_token2, - ACTIONS(3422), 3, + ACTIONS(3425), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_object_renaming_declaration_token1, - [44233] = 5, + [44297] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3213), 1, + ACTIONS(3216), 1, anon_sym_SEMI, - ACTIONS(3477), 1, + ACTIONS(3480), 1, aux_sym_package_specification_token2, STATE(1396), 1, sym_aspect_specification, - [44249] = 2, + [44313] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3479), 4, + ACTIONS(3482), 4, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, anon_sym_COLON_EQ, - [44259] = 4, + [44323] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3481), 1, + ACTIONS(3484), 1, anon_sym_COMMA, - ACTIONS(3483), 1, + ACTIONS(3486), 1, anon_sym_RPAREN, - ACTIONS(3068), 2, + ACTIONS(3071), 2, anon_sym_EQ_GT, anon_sym_PIPE, - [44273] = 5, + [44337] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -51652,166 +51700,166 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, STATE(262), 1, sym_actual_parameter_part, - [44289] = 5, + [44353] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3485), 1, + ACTIONS(3488), 1, anon_sym_SEMI, - ACTIONS(3487), 1, + ACTIONS(3490), 1, aux_sym_package_specification_token2, STATE(1388), 1, sym_aspect_specification, - [44305] = 4, + [44369] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, STATE(1454), 1, sym_aspect_specification, - ACTIONS(3489), 2, + ACTIONS(3492), 2, anon_sym_RPAREN, anon_sym_SEMI, - [44319] = 5, + [44383] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3491), 1, + ACTIONS(3494), 1, anon_sym_SEMI, - ACTIONS(3493), 1, + ACTIONS(3496), 1, aux_sym_package_specification_token2, STATE(1428), 1, sym_aspect_specification, - [44335] = 4, + [44399] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3495), 1, + ACTIONS(3498), 1, aux_sym_iterator_filter_token1, - ACTIONS(3497), 1, + ACTIONS(3500), 1, aux_sym_package_specification_token3, STATE(1084), 2, sym_case_statement_alternative, aux_sym_case_statement_repeat1, - [44349] = 4, + [44413] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3499), 1, + ACTIONS(3502), 1, anon_sym_COMMA, STATE(1484), 1, aux_sym_positional_array_aggregate_repeat1, - ACTIONS(3068), 2, + ACTIONS(3071), 2, anon_sym_EQ_GT, anon_sym_PIPE, - [44363] = 2, + [44427] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3501), 4, + ACTIONS(3504), 4, anon_sym_RPAREN, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_accept_statement_token2, - [44373] = 5, + [44437] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2672), 1, + ACTIONS(2675), 1, anon_sym_LPAREN, - ACTIONS(3503), 1, + ACTIONS(3506), 1, anon_sym_SEMI, - ACTIONS(3505), 1, + ACTIONS(3508), 1, aux_sym_accept_statement_token2, STATE(1382), 1, sym_formal_part, - [44389] = 2, + [44453] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3507), 4, + ACTIONS(3510), 4, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, anon_sym_COLON_EQ, - [44399] = 2, + [44463] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3509), 4, + ACTIONS(3512), 4, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, anon_sym_COLON_EQ, - [44409] = 3, + [44473] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3511), 1, + ACTIONS(3514), 1, aux_sym_iterated_element_association_token2, ACTIONS(833), 3, sym_tick, anon_sym_DOT, anon_sym_LPAREN, - [44421] = 5, + [44485] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3313), 1, + ACTIONS(3316), 1, anon_sym_SEMI, - ACTIONS(3323), 1, + ACTIONS(3326), 1, aux_sym_package_specification_token2, STATE(1869), 1, sym_aspect_specification, - [44437] = 5, + [44501] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3514), 1, + ACTIONS(3517), 1, anon_sym_SEMI, - ACTIONS(3516), 1, + ACTIONS(3519), 1, aux_sym_package_specification_token2, STATE(1595), 1, sym_aspect_specification, - [44453] = 4, + [44517] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3405), 1, + ACTIONS(3408), 1, anon_sym_COMMA, STATE(1065), 1, aux_sym__array_component_association_list_repeat1, - ACTIONS(3518), 2, + ACTIONS(3521), 2, anon_sym_RPAREN, anon_sym_RBRACK, - [44467] = 4, + [44531] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, STATE(1384), 1, sym_aspect_specification, - ACTIONS(3520), 2, + ACTIONS(3523), 2, anon_sym_RPAREN, anon_sym_SEMI, - [44481] = 4, + [44545] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3522), 1, + ACTIONS(3525), 1, anon_sym_COMMA, STATE(1108), 1, aux_sym__name_list_repeat1, - ACTIONS(3026), 2, + ACTIONS(3029), 2, anon_sym_RPAREN, anon_sym_SEMI, - [44495] = 2, + [44559] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3525), 4, + ACTIONS(3528), 4, anon_sym_SEMI, aux_sym_package_specification_token2, aux_sym_with_clause_token2, aux_sym_object_renaming_declaration_token1, - [44505] = 5, + [44569] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3301), 1, + ACTIONS(3304), 1, sym_identifier, STATE(1246), 1, sym_parameter_specification, @@ -51819,47 +51867,47 @@ static const uint16_t ts_small_parse_table[] = { sym__parameter_specification_list, STATE(1643), 1, sym__defining_identifier_list, - [44521] = 4, + [44585] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, STATE(1364), 1, sym_aspect_specification, - ACTIONS(3527), 2, + ACTIONS(3530), 2, anon_sym_RPAREN, anon_sym_SEMI, - [44535] = 3, + [44599] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3531), 1, + ACTIONS(3534), 1, aux_sym_expression_token2, - ACTIONS(3529), 3, + ACTIONS(3532), 3, aux_sym_package_specification_token3, aux_sym_expression_token3, aux_sym_expression_token4, - [44547] = 4, + [44611] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, STATE(1410), 1, sym_aspect_specification, - ACTIONS(3533), 2, + ACTIONS(3536), 2, anon_sym_RPAREN, anon_sym_SEMI, - [44561] = 5, + [44625] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3396), 1, + ACTIONS(3399), 1, aux_sym_expression_token3, - ACTIONS(3535), 1, + ACTIONS(3538), 1, aux_sym_package_specification_token3, - ACTIONS(3537), 1, + ACTIONS(3540), 1, aux_sym_expression_token4, STATE(1076), 1, aux_sym_selective_accept_repeat1, - [44577] = 5, + [44641] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(949), 1, @@ -51870,259 +51918,259 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, STATE(998), 1, sym_actual_parameter_part, - [44593] = 4, + [44657] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2112), 1, anon_sym_COLON_EQ, STATE(1420), 1, sym__assign_value, - ACTIONS(3539), 2, + ACTIONS(3542), 2, anon_sym_SEMI, aux_sym_accept_statement_token2, - [44607] = 4, + [44671] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2112), 1, anon_sym_COLON_EQ, STATE(1424), 1, sym__assign_value, - ACTIONS(3539), 2, + ACTIONS(3542), 2, anon_sym_SEMI, aux_sym_accept_statement_token2, - [44621] = 5, + [44685] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3396), 1, + ACTIONS(3399), 1, aux_sym_expression_token3, - ACTIONS(3541), 1, + ACTIONS(3544), 1, aux_sym_package_specification_token3, - ACTIONS(3543), 1, + ACTIONS(3546), 1, aux_sym_expression_token4, STATE(1114), 1, aux_sym_selective_accept_repeat1, - [44637] = 5, + [44701] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3545), 1, + ACTIONS(3548), 1, anon_sym_LPAREN, - ACTIONS(3547), 1, + ACTIONS(3550), 1, anon_sym_SEMI, - ACTIONS(3549), 1, + ACTIONS(3552), 1, aux_sym_accept_statement_token2, STATE(1435), 1, sym_formal_part, - [44653] = 2, + [44717] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3551), 4, + ACTIONS(3554), 4, anon_sym_SEMI, aux_sym_package_specification_token2, aux_sym_with_clause_token2, aux_sym_object_renaming_declaration_token1, - [44663] = 3, + [44727] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2981), 1, + ACTIONS(2984), 1, aux_sym_iterated_element_association_token2, ACTIONS(919), 3, sym_tick, anon_sym_DOT, anon_sym_LPAREN, - [44675] = 4, + [44739] = 4, ACTIONS(3), 1, sym_comment, STATE(1303), 1, sym__enumeration_literal_specification, STATE(1642), 1, sym__enumeration_literal_list, - ACTIONS(3553), 2, + ACTIONS(3556), 2, sym_identifier, sym_character_literal, - [44689] = 3, + [44753] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3557), 1, + ACTIONS(3560), 1, aux_sym_expression_token1, - ACTIONS(3555), 3, + ACTIONS(3558), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [44701] = 5, + [44765] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1983), 1, anon_sym_COMMA, - ACTIONS(2761), 1, + ACTIONS(2759), 1, aux_sym_object_renaming_declaration_token1, - ACTIONS(3559), 1, + ACTIONS(3562), 1, anon_sym_COLON, STATE(1162), 1, aux_sym__defining_identifier_list_repeat1, - [44717] = 5, + [44781] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3396), 1, + ACTIONS(3399), 1, aux_sym_expression_token3, - ACTIONS(3535), 1, + ACTIONS(3538), 1, aux_sym_package_specification_token3, - ACTIONS(3537), 1, + ACTIONS(3540), 1, aux_sym_expression_token4, STATE(1068), 1, aux_sym_selective_accept_repeat1, - [44733] = 4, + [44797] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3371), 1, + ACTIONS(3374), 1, aux_sym_range_attribute_designator_token1, STATE(1475), 1, sym_real_range_specification, - ACTIONS(3562), 2, + ACTIONS(3565), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [44747] = 4, + [44811] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2112), 1, anon_sym_COLON_EQ, STATE(1417), 1, sym__assign_value, - ACTIONS(3564), 2, + ACTIONS(3567), 2, anon_sym_RPAREN, anon_sym_SEMI, - [44761] = 5, + [44825] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1809), 1, aux_sym_primary_null_token1, ACTIONS(1815), 1, aux_sym_record_component_association_list_token1, - ACTIONS(3566), 1, + ACTIONS(3569), 1, aux_sym_with_clause_token1, STATE(1371), 1, sym_record_definition, - [44777] = 5, + [44841] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3444), 1, + ACTIONS(3447), 1, anon_sym_SEMI, - ACTIONS(3568), 1, - aux_sym_with_clause_token2, ACTIONS(3571), 1, + aux_sym_with_clause_token2, + ACTIONS(3574), 1, aux_sym_expression_token1, STATE(1464), 1, sym_record_extension_part, - [44793] = 3, + [44857] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3573), 1, + ACTIONS(3576), 1, aux_sym_attribute_designator_token3, - ACTIONS(3575), 3, + ACTIONS(3578), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [44805] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3159), 1, - aux_sym_private_extension_declaration_token1, - ACTIONS(3161), 1, - aux_sym_allocator_token1, - ACTIONS(3577), 1, - aux_sym_with_clause_token1, - ACTIONS(3579), 1, - aux_sym_private_type_declaration_token2, - [44821] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2212), 1, - aux_sym_with_clause_token2, - ACTIONS(3581), 1, - anon_sym_SEMI, - ACTIONS(3583), 1, - aux_sym_expression_token3, - STATE(1619), 1, - sym_aspect_specification, - [44837] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1809), 1, - aux_sym_primary_null_token1, - ACTIONS(1815), 1, - aux_sym_record_component_association_list_token1, - ACTIONS(3585), 1, - aux_sym_with_clause_token1, - STATE(1354), 1, - sym_record_definition, - [44853] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3587), 1, - aux_sym_compilation_unit_token1, - ACTIONS(3589), 1, - anon_sym_SEMI, - ACTIONS(3591), 1, - aux_sym_with_clause_token1, - ACTIONS(3593), 1, - aux_sym_expression_token3, [44869] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3587), 1, - aux_sym_compilation_unit_token1, - ACTIONS(3591), 1, + ACTIONS(3162), 1, + aux_sym_private_extension_declaration_token1, + ACTIONS(3164), 1, + aux_sym_allocator_token1, + ACTIONS(3580), 1, aux_sym_with_clause_token1, - ACTIONS(3595), 1, - anon_sym_SEMI, - ACTIONS(3597), 1, - aux_sym_expression_token3, + ACTIONS(3582), 1, + aux_sym_private_type_declaration_token2, [44885] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3415), 1, - anon_sym_SEMI, - ACTIONS(3599), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, + ACTIONS(3584), 1, + anon_sym_SEMI, + ACTIONS(3586), 1, + aux_sym_expression_token3, + STATE(1619), 1, + sym_aspect_specification, + [44901] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1809), 1, + aux_sym_primary_null_token1, + ACTIONS(1815), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(3588), 1, + aux_sym_with_clause_token1, + STATE(1354), 1, + sym_record_definition, + [44917] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3590), 1, + aux_sym_compilation_unit_token1, + ACTIONS(3592), 1, + anon_sym_SEMI, + ACTIONS(3594), 1, + aux_sym_with_clause_token1, + ACTIONS(3596), 1, + aux_sym_expression_token3, + [44933] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3590), 1, + aux_sym_compilation_unit_token1, + ACTIONS(3594), 1, + aux_sym_with_clause_token1, + ACTIONS(3598), 1, + anon_sym_SEMI, + ACTIONS(3600), 1, + aux_sym_expression_token3, + [44949] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3418), 1, + anon_sym_SEMI, ACTIONS(3602), 1, + aux_sym_with_clause_token2, + ACTIONS(3605), 1, aux_sym_expression_token1, STATE(1357), 1, sym_record_extension_part, - [44901] = 4, + [44965] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3606), 1, + ACTIONS(3609), 1, aux_sym_allocator_token1, - ACTIONS(3608), 1, + ACTIONS(3611), 1, aux_sym_private_type_declaration_token2, - ACTIONS(3604), 2, + ACTIONS(3607), 2, aux_sym_with_clause_token1, aux_sym_private_extension_declaration_token1, - [44915] = 5, + [44979] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1809), 1, aux_sym_primary_null_token1, ACTIONS(1815), 1, aux_sym_record_component_association_list_token1, - ACTIONS(3610), 1, + ACTIONS(3613), 1, aux_sym_compilation_unit_token1, STATE(1431), 1, sym_record_definition, - [44931] = 5, + [44995] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1809), 1, aux_sym_primary_null_token1, ACTIONS(1815), 1, aux_sym_record_component_association_list_token1, - ACTIONS(3612), 1, + ACTIONS(3615), 1, aux_sym_compilation_unit_token1, STATE(1431), 1, sym_record_definition, - [44947] = 5, + [45011] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3301), 1, + ACTIONS(3304), 1, sym_identifier, STATE(1229), 1, sym_discriminant_specification, @@ -52130,271 +52178,271 @@ static const uint16_t ts_small_parse_table[] = { sym_discriminant_specification_list, STATE(1677), 1, sym__defining_identifier_list, - [44963] = 5, + [45027] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3213), 1, + ACTIONS(3216), 1, anon_sym_SEMI, - ACTIONS(3215), 1, + ACTIONS(3218), 1, aux_sym_package_specification_token2, STATE(1621), 1, sym_aspect_specification, - [44979] = 4, + [45043] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3616), 1, + ACTIONS(3619), 1, aux_sym_allocator_token1, - ACTIONS(3618), 1, + ACTIONS(3621), 1, aux_sym_private_type_declaration_token2, - ACTIONS(3614), 2, + ACTIONS(3617), 2, aux_sym_with_clause_token1, aux_sym_private_extension_declaration_token1, - [44993] = 4, + [45057] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3620), 1, + ACTIONS(3623), 1, aux_sym_iterator_filter_token1, - ACTIONS(3622), 1, + ACTIONS(3625), 1, aux_sym_package_specification_token3, STATE(1077), 2, sym_variant, aux_sym_variant_list_repeat1, - [45007] = 5, + [45071] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3437), 1, + ACTIONS(3440), 1, anon_sym_SEMI, - ACTIONS(3624), 1, - aux_sym_with_clause_token2, ACTIONS(3627), 1, + aux_sym_with_clause_token2, + ACTIONS(3630), 1, aux_sym_expression_token1, STATE(1427), 1, sym_record_extension_part, - [45023] = 2, + [45087] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3629), 4, + ACTIONS(3632), 4, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, anon_sym_COLON_EQ, - [45033] = 5, + [45097] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3631), 1, + ACTIONS(3634), 1, anon_sym_SEMI, - ACTIONS(3633), 1, + ACTIONS(3636), 1, aux_sym_expression_token3, STATE(1558), 1, sym_aspect_specification, - [45049] = 5, + [45113] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1809), 1, aux_sym_primary_null_token1, ACTIONS(1815), 1, aux_sym_record_component_association_list_token1, - ACTIONS(3635), 1, + ACTIONS(3638), 1, aux_sym_compilation_unit_token1, STATE(1431), 1, sym_record_definition, - [45065] = 2, + [45129] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3637), 4, + ACTIONS(3640), 4, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, anon_sym_COLON_EQ, - [45075] = 5, + [45139] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1809), 1, aux_sym_primary_null_token1, ACTIONS(1815), 1, aux_sym_record_component_association_list_token1, - ACTIONS(3639), 1, + ACTIONS(3642), 1, aux_sym_compilation_unit_token1, STATE(1442), 1, sym_record_definition, - [45091] = 4, + [45155] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3620), 1, + ACTIONS(3623), 1, aux_sym_iterator_filter_token1, STATE(1648), 1, sym_variant_list, STATE(1143), 2, sym_variant, aux_sym_variant_list_repeat1, - [45105] = 5, + [45169] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1809), 1, aux_sym_primary_null_token1, ACTIONS(1815), 1, aux_sym_record_component_association_list_token1, - ACTIONS(3334), 1, + ACTIONS(3337), 1, aux_sym_compilation_unit_token1, STATE(1354), 1, sym_record_definition, - [45121] = 4, + [45185] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3207), 1, + ACTIONS(3210), 1, anon_sym_SEMI, STATE(1686), 1, sym_aspect_specification, - [45134] = 2, + [45198] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3641), 3, + ACTIONS(3644), 3, aux_sym_package_specification_token3, aux_sym_expression_token3, aux_sym_expression_token4, - [45143] = 3, + [45207] = 3, ACTIONS(3), 1, sym_comment, STATE(1108), 1, aux_sym__name_list_repeat1, - ACTIONS(3643), 2, + ACTIONS(3646), 2, anon_sym_COMMA, anon_sym_RPAREN, - [45154] = 4, + [45218] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3645), 1, + ACTIONS(3648), 1, sym_identifier, - ACTIONS(3647), 1, + ACTIONS(3650), 1, aux_sym_use_clause_token2, - ACTIONS(3649), 1, + ACTIONS(3652), 1, aux_sym_package_body_token1, - [45167] = 4, + [45231] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3651), 1, + ACTIONS(3654), 1, anon_sym_SEMI, STATE(1745), 1, sym_aspect_specification, - [45180] = 4, + [45244] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3653), 1, + ACTIONS(3656), 1, sym_identifier, - ACTIONS(3655), 1, + ACTIONS(3658), 1, aux_sym_use_clause_token2, - ACTIONS(3657), 1, + ACTIONS(3660), 1, aux_sym_package_body_token1, - [45193] = 2, + [45257] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3659), 3, + ACTIONS(3662), 3, aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_entry_declaration_token1, - [45202] = 2, + [45266] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3661), 3, + ACTIONS(3664), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [45211] = 4, + [45275] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3663), 1, + ACTIONS(3666), 1, anon_sym_SEMI, STATE(1949), 1, sym_aspect_specification, - [45224] = 2, + [45288] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3665), 3, + ACTIONS(3668), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [45233] = 4, + [45297] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1983), 1, anon_sym_COMMA, - ACTIONS(3667), 1, + ACTIONS(3670), 1, anon_sym_COLON, STATE(1194), 1, aux_sym__defining_identifier_list_repeat1, - [45246] = 4, + [45310] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(451), 1, aux_sym_iterated_element_association_token1, - ACTIONS(3669), 1, + ACTIONS(3672), 1, anon_sym_LPAREN, STATE(1840), 1, sym_iterated_element_association, - [45259] = 3, + [45323] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3671), 1, + ACTIONS(3674), 1, sym_identifier, STATE(1401), 2, sym_loop_parameter_specification, sym_iterator_specification, - [45270] = 2, + [45334] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3673), 3, + ACTIONS(3676), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [45279] = 3, + [45343] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3671), 1, + ACTIONS(3674), 1, sym_identifier, STATE(1930), 2, sym_loop_parameter_specification, sym_iterator_specification, - [45290] = 4, + [45354] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3675), 1, + ACTIONS(3678), 1, anon_sym_SEMI, STATE(1936), 1, sym_aspect_specification, - [45303] = 2, + [45367] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3677), 3, + ACTIONS(3680), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [45312] = 2, + [45376] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3679), 3, + ACTIONS(3682), 3, aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_entry_declaration_token1, - [45321] = 2, + [45385] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3187), 3, + ACTIONS(3190), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [45330] = 4, + [45394] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1809), 1, @@ -52403,34 +52451,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_record_component_association_list_token1, STATE(1354), 1, sym_record_definition, - [45343] = 4, + [45407] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3681), 1, + ACTIONS(3684), 1, anon_sym_SEMI, STATE(1934), 1, sym_aspect_specification, - [45356] = 4, + [45420] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3683), 1, + ACTIONS(3686), 1, anon_sym_COMMA, - ACTIONS(3685), 1, + ACTIONS(3688), 1, anon_sym_RPAREN, STATE(1326), 1, aux_sym__enumeration_literal_list_repeat1, - [45369] = 4, + [45433] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3687), 1, + ACTIONS(3690), 1, aux_sym_package_specification_token2, STATE(1818), 1, sym_aspect_specification, - [45382] = 4, + [45446] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1919), 1, @@ -52439,47 +52487,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, STATE(1162), 1, aux_sym__defining_identifier_list_repeat1, - [45395] = 4, + [45459] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3689), 1, + ACTIONS(3692), 1, aux_sym_package_specification_token2, STATE(1692), 1, sym_aspect_specification, - [45408] = 3, + [45472] = 3, ACTIONS(3), 1, sym_comment, STATE(1419), 1, sym__enumeration_literal_specification, - ACTIONS(3691), 2, + ACTIONS(3694), 2, sym_identifier, sym_character_literal, - [45419] = 2, + [45483] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3693), 3, + ACTIONS(3696), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [45428] = 2, + [45492] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3695), 3, + ACTIONS(3698), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [45437] = 4, + [45501] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3697), 1, + ACTIONS(3700), 1, anon_sym_RPAREN, - ACTIONS(3699), 1, + ACTIONS(3702), 1, anon_sym_SEMI, STATE(1180), 1, aux_sym_discriminant_specification_list_repeat1, - [45450] = 4, + [45514] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(451), 1, @@ -52488,507 +52536,507 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_value_sequence_token1, STATE(1931), 1, sym_iterated_element_association, - [45463] = 4, + [45527] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3702), 1, + ACTIONS(3705), 1, anon_sym_EQ_GT, - ACTIONS(3704), 1, + ACTIONS(3707), 1, anon_sym_PIPE, STATE(1307), 1, aux_sym_exception_choice_list_repeat1, - [45476] = 2, + [45540] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3706), 3, + ACTIONS(3709), 3, anon_sym_RPAREN, aux_sym_expression_token4, aux_sym_elsif_expression_item_token1, - [45485] = 2, + [45549] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3708), 3, + ACTIONS(3711), 3, aux_sym_package_specification_token3, aux_sym_expression_token3, aux_sym_expression_token4, - [45494] = 4, + [45558] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3710), 1, + ACTIONS(3713), 1, anon_sym_SEMI, STATE(1916), 1, sym_aspect_specification, - [45507] = 4, + [45571] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3712), 1, + ACTIONS(3715), 1, anon_sym_SEMI, STATE(1914), 1, sym_aspect_specification, - [45520] = 2, + [45584] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3714), 3, + ACTIONS(3717), 3, sym_identifier, sym_string_literal, sym_character_literal, - [45529] = 4, + [45593] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3716), 1, + ACTIONS(3719), 1, anon_sym_SEMI, STATE(1905), 1, sym_aspect_specification, - [45542] = 4, + [45606] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3718), 1, + ACTIONS(3721), 1, anon_sym_SEMI, STATE(1733), 1, sym_aspect_specification, - [45555] = 4, + [45619] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2979), 1, + ACTIONS(2982), 1, aux_sym_chunk_specification_token1, - ACTIONS(2984), 1, + ACTIONS(2987), 1, anon_sym_COLON, - ACTIONS(2986), 1, + ACTIONS(2989), 1, aux_sym_iterator_specification_token1, - [45568] = 4, + [45632] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3002), 1, + ACTIONS(3005), 1, anon_sym_COMMA, - ACTIONS(3643), 1, + ACTIONS(3646), 1, anon_sym_SEMI, STATE(1108), 1, aux_sym__name_list_repeat1, - [45581] = 2, + [45645] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3720), 3, + ACTIONS(3723), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [45590] = 4, + [45654] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3722), 1, + ACTIONS(3725), 1, aux_sym_package_specification_token2, STATE(1645), 1, sym_aspect_specification, - [45603] = 4, + [45667] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3724), 1, - anon_sym_COMMA, ACTIONS(3727), 1, + anon_sym_COMMA, + ACTIONS(3730), 1, anon_sym_COLON, STATE(1194), 1, aux_sym__defining_identifier_list_repeat1, - [45616] = 2, + [45680] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3729), 3, + ACTIONS(3732), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, - [45625] = 2, + [45689] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3731), 3, + ACTIONS(3734), 3, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_loop_statement_token1, - [45634] = 2, + [45698] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3733), 3, + ACTIONS(3736), 3, aux_sym_iterator_filter_token1, aux_sym_package_specification_token3, aux_sym_pragma_g_token1, - [45643] = 2, + [45707] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3735), 3, + ACTIONS(3738), 3, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_loop_statement_token1, - [45652] = 2, + [45716] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3737), 3, + ACTIONS(3740), 3, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_loop_statement_token1, - [45661] = 4, + [45725] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3739), 1, + ACTIONS(3742), 1, anon_sym_COMMA, - ACTIONS(3741), 1, + ACTIONS(3744), 1, anon_sym_RPAREN, STATE(1252), 1, aux_sym_record_component_association_list_repeat2, - [45674] = 4, + [45738] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3743), 1, + ACTIONS(3746), 1, anon_sym_SEMI, STATE(1865), 1, sym_aspect_specification, - [45687] = 4, + [45751] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3745), 1, + ACTIONS(3748), 1, anon_sym_SEMI, STATE(1861), 1, sym_aspect_specification, - [45700] = 4, + [45764] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3747), 1, + ACTIONS(3750), 1, anon_sym_EQ_GT, - ACTIONS(3749), 1, + ACTIONS(3752), 1, anon_sym_PIPE, STATE(1253), 1, aux_sym_discrete_choice_list_repeat1, - [45713] = 4, + [45777] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3751), 1, + ACTIONS(3754), 1, anon_sym_SEMI, STATE(1856), 1, sym_aspect_specification, - [45726] = 3, + [45790] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3495), 1, + ACTIONS(3498), 1, aux_sym_iterator_filter_token1, STATE(1097), 2, sym_case_statement_alternative, aux_sym_case_statement_repeat1, - [45737] = 4, + [45801] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3753), 1, + ACTIONS(3756), 1, aux_sym_package_specification_token2, STATE(1605), 1, sym_aspect_specification, - [45750] = 4, + [45814] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3755), 1, + ACTIONS(3758), 1, anon_sym_SEMI, STATE(1599), 1, sym_aspect_specification, - [45763] = 4, + [45827] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3757), 1, - anon_sym_COMMA, ACTIONS(3760), 1, + anon_sym_COMMA, + ACTIONS(3763), 1, anon_sym_RPAREN, STATE(1208), 1, aux_sym_global_aspect_definition_repeat1, - [45776] = 2, + [45840] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3762), 3, + ACTIONS(3765), 3, aux_sym_package_specification_token3, aux_sym_expression_token3, aux_sym_expression_token4, - [45785] = 3, + [45849] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3531), 1, + ACTIONS(3534), 1, aux_sym_expression_token2, - ACTIONS(3764), 2, + ACTIONS(3767), 2, aux_sym_expression_token3, aux_sym_expression_token4, - [45796] = 4, + [45860] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3002), 1, + ACTIONS(3005), 1, anon_sym_COMMA, - ACTIONS(3766), 1, + ACTIONS(3769), 1, anon_sym_SEMI, STATE(1108), 1, aux_sym__name_list_repeat1, - [45809] = 3, + [45873] = 3, ACTIONS(3), 1, sym_comment, STATE(1248), 1, sym_quantifier, - ACTIONS(3082), 2, + ACTIONS(3085), 2, aux_sym_use_clause_token1, aux_sym_quantifier_token1, - [45820] = 4, + [45884] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3768), 1, + ACTIONS(3771), 1, anon_sym_RPAREN, - ACTIONS(3770), 1, + ACTIONS(3773), 1, anon_sym_SEMI, STATE(1213), 1, aux_sym__parameter_specification_list_repeat1, - [45833] = 4, + [45897] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3773), 1, + ACTIONS(3776), 1, anon_sym_COMMA, - ACTIONS(3775), 1, + ACTIONS(3778), 1, anon_sym_RPAREN, STATE(1267), 1, aux_sym_actual_parameter_part_repeat1, - [45846] = 2, + [45910] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3777), 3, + ACTIONS(3780), 3, aux_sym_package_specification_token3, aux_sym_expression_token4, aux_sym_elsif_expression_item_token1, - [45855] = 4, + [45919] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3779), 1, + ACTIONS(3782), 1, anon_sym_SEMI, STATE(1553), 1, sym_aspect_specification, - [45868] = 4, + [45932] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1787), 1, anon_sym_PIPE, - ACTIONS(3781), 1, + ACTIONS(3784), 1, anon_sym_EQ_GT, STATE(1339), 1, aux_sym_discriminant_association_repeat1, - [45881] = 4, + [45945] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3783), 1, + ACTIONS(3786), 1, anon_sym_SEMI, STATE(1545), 1, sym_aspect_specification, - [45894] = 4, + [45958] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3785), 1, + ACTIONS(3788), 1, anon_sym_SEMI, STATE(1528), 1, sym_aspect_specification, - [45907] = 4, + [45971] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3787), 1, + ACTIONS(3790), 1, anon_sym_COMMA, - ACTIONS(3789), 1, + ACTIONS(3792), 1, anon_sym_RPAREN, STATE(1291), 1, aux_sym_discriminant_constraint_repeat1, - [45920] = 2, + [45984] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3791), 3, + ACTIONS(3794), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [45929] = 4, + [45993] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3793), 1, + ACTIONS(3796), 1, anon_sym_SEMI, STATE(1527), 1, sym_aspect_specification, - [45942] = 4, + [46006] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3795), 1, + ACTIONS(3798), 1, anon_sym_COMMA, - ACTIONS(3797), 1, + ACTIONS(3800), 1, anon_sym_RPAREN, STATE(1289), 1, aux_sym_index_constraint_repeat1, - [45955] = 2, + [46019] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3799), 3, + ACTIONS(3802), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [45964] = 4, + [46028] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3801), 1, + ACTIONS(3804), 1, anon_sym_SEMI, STATE(1523), 1, sym_aspect_specification, - [45977] = 2, + [46041] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3803), 3, + ACTIONS(3806), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [45986] = 4, + [46050] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3805), 1, + ACTIONS(3808), 1, anon_sym_SEMI, STATE(1939), 1, sym_aspect_specification, - [45999] = 4, + [46063] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3807), 1, - anon_sym_COMMA, ACTIONS(3810), 1, + anon_sym_COMMA, + ACTIONS(3813), 1, anon_sym_RPAREN, STATE(1228), 1, aux_sym_case_expression_repeat1, - [46012] = 4, + [46076] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3812), 1, + ACTIONS(3815), 1, anon_sym_RPAREN, - ACTIONS(3814), 1, + ACTIONS(3817), 1, anon_sym_SEMI, STATE(1301), 1, aux_sym_discriminant_specification_list_repeat1, - [46025] = 4, + [46089] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3816), 1, + ACTIONS(3819), 1, anon_sym_COMMA, - ACTIONS(3818), 1, + ACTIONS(3821), 1, anon_sym_RPAREN, STATE(1288), 1, aux_sym_case_expression_repeat1, - [46038] = 4, + [46102] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3820), 1, + ACTIONS(3823), 1, anon_sym_COMMA, - ACTIONS(3822), 1, + ACTIONS(3825), 1, anon_sym_RPAREN, STATE(1348), 1, aux_sym__index_subtype_definition_list_repeat1, - [46051] = 4, + [46115] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3824), 1, + ACTIONS(3827), 1, anon_sym_SEMI, STATE(1658), 1, sym_aspect_specification, - [46064] = 4, + [46128] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3826), 1, + ACTIONS(3829), 1, anon_sym_SEMI, STATE(1796), 1, sym_aspect_specification, - [46077] = 4, + [46141] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3828), 1, + ACTIONS(3831), 1, anon_sym_COMMA, - ACTIONS(3830), 1, + ACTIONS(3833), 1, anon_sym_RPAREN, STATE(1350), 1, aux_sym__discrete_subtype_definition_list_repeat1, - [46090] = 4, + [46154] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3321), 1, + ACTIONS(3324), 1, anon_sym_SEMI, STATE(1952), 1, sym_aspect_specification, - [46103] = 4, + [46167] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3832), 1, + ACTIONS(3835), 1, anon_sym_COMMA, - ACTIONS(3834), 1, + ACTIONS(3837), 1, anon_sym_RPAREN, STATE(1281), 1, aux_sym_record_component_association_list_repeat1, - [46116] = 4, + [46180] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3836), 1, + ACTIONS(3839), 1, anon_sym_COMMA, - ACTIONS(3838), 1, + ACTIONS(3841), 1, anon_sym_RPAREN, STATE(1063), 1, aux_sym_positional_array_aggregate_repeat1, - [46129] = 4, + [46193] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3840), 1, + ACTIONS(3843), 1, anon_sym_SEMI, STATE(1568), 1, sym_aspect_specification, - [46142] = 4, + [46206] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3842), 1, + ACTIONS(3845), 1, anon_sym_SEMI, STATE(1940), 1, sym_aspect_specification, - [46155] = 4, + [46219] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3844), 1, + ACTIONS(3847), 1, anon_sym_SEMI, STATE(1792), 1, sym_aspect_specification, - [46168] = 3, + [46232] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1793), 1, @@ -52996,608 +53044,608 @@ static const uint16_t ts_small_parse_table[] = { STATE(1319), 2, sym_access_to_subprogram_definition, sym_access_to_object_definition, - [46179] = 4, + [46243] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3846), 1, + ACTIONS(3849), 1, anon_sym_SEMI, STATE(1766), 1, sym_aspect_specification, - [46192] = 4, + [46256] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3848), 1, + ACTIONS(3851), 1, anon_sym_SEMI, STATE(1785), 1, sym_aspect_specification, - [46205] = 4, + [46269] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3850), 1, + ACTIONS(3853), 1, anon_sym_SEMI, STATE(1776), 1, sym_aspect_specification, - [46218] = 4, + [46282] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3852), 1, - anon_sym_COMMA, ACTIONS(3855), 1, + anon_sym_COMMA, + ACTIONS(3858), 1, anon_sym_RPAREN, STATE(1245), 1, aux_sym_actual_parameter_part_repeat1, - [46231] = 4, + [46295] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3857), 1, + ACTIONS(3860), 1, anon_sym_RPAREN, - ACTIONS(3859), 1, + ACTIONS(3862), 1, anon_sym_SEMI, STATE(1335), 1, aux_sym__parameter_specification_list_repeat1, - [46244] = 4, + [46308] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1787), 1, anon_sym_PIPE, - ACTIONS(3861), 1, + ACTIONS(3864), 1, anon_sym_EQ_GT, STATE(1339), 1, aux_sym_discriminant_association_repeat1, - [46257] = 3, + [46321] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3671), 1, + ACTIONS(3674), 1, sym_identifier, STATE(1907), 2, sym_loop_parameter_specification, sym_iterator_specification, - [46268] = 2, + [46332] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3863), 3, + ACTIONS(3866), 3, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_loop_statement_token1, - [46277] = 2, + [46341] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3863), 3, + ACTIONS(3866), 3, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_loop_statement_token1, - [46286] = 4, + [46350] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3865), 1, + ACTIONS(3868), 1, anon_sym_COMMA, - ACTIONS(3867), 1, + ACTIONS(3870), 1, anon_sym_RPAREN, STATE(1208), 1, aux_sym_global_aspect_definition_repeat1, - [46299] = 4, + [46363] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3739), 1, + ACTIONS(3742), 1, anon_sym_COMMA, - ACTIONS(3869), 1, + ACTIONS(3872), 1, anon_sym_RPAREN, STATE(1342), 1, aux_sym_record_component_association_list_repeat2, - [46312] = 4, + [46376] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3749), 1, + ACTIONS(3752), 1, anon_sym_PIPE, - ACTIONS(3871), 1, + ACTIONS(3874), 1, anon_sym_EQ_GT, STATE(1345), 1, aux_sym_discrete_choice_list_repeat1, - [46325] = 4, + [46389] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3873), 1, + ACTIONS(3876), 1, anon_sym_COMMA, - ACTIONS(3875), 1, + ACTIONS(3878), 1, anon_sym_RBRACK, STATE(1063), 1, aux_sym_positional_array_aggregate_repeat1, - [46338] = 4, + [46402] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3877), 1, + ACTIONS(3880), 1, anon_sym_SEMI, STATE(1757), 1, sym_aspect_specification, - [46351] = 2, + [46415] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3879), 3, + ACTIONS(3882), 3, aux_sym_package_specification_token3, aux_sym_expression_token3, aux_sym_expression_token4, - [46360] = 4, + [46424] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3881), 1, - anon_sym_COMMA, ACTIONS(3884), 1, + anon_sym_COMMA, + ACTIONS(3887), 1, anon_sym_RPAREN, STATE(1257), 1, aux_sym__index_subtype_definition_list_repeat1, - [46373] = 4, + [46437] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3886), 1, + ACTIONS(3889), 1, anon_sym_SEMI, - ACTIONS(3888), 1, + ACTIONS(3891), 1, aux_sym_package_specification_token2, - ACTIONS(3890), 1, + ACTIONS(3893), 1, aux_sym_expression_token3, - [46386] = 4, + [46450] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3892), 1, - anon_sym_COMMA, ACTIONS(3895), 1, + anon_sym_COMMA, + ACTIONS(3898), 1, anon_sym_RPAREN, STATE(1259), 1, aux_sym__discrete_subtype_definition_list_repeat1, - [46399] = 4, + [46463] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3897), 1, + ACTIONS(3900), 1, aux_sym_package_specification_token2, STATE(1843), 1, sym_aspect_specification, - [46412] = 4, + [46476] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3899), 1, + ACTIONS(3902), 1, anon_sym_COMMA, - ACTIONS(3901), 1, + ACTIONS(3904), 1, anon_sym_RPAREN, STATE(1275), 1, aux_sym_pragma_g_repeat1, - [46425] = 2, + [46489] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3903), 3, + ACTIONS(3906), 3, aux_sym_terminate_alternative_token1, aux_sym_accept_statement_token1, aux_sym_delay_until_statement_token1, - [46434] = 2, + [46498] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3529), 3, + ACTIONS(3532), 3, aux_sym_package_specification_token3, aux_sym_expression_token3, aux_sym_expression_token4, - [46443] = 2, + [46507] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3427), 3, + ACTIONS(3430), 3, aux_sym_package_specification_token3, aux_sym_expression_token3, aux_sym_expression_token4, - [46452] = 4, + [46516] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3905), 1, + ACTIONS(3908), 1, anon_sym_SEMI, STATE(1737), 1, sym_aspect_specification, - [46465] = 4, + [46529] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3907), 1, + ACTIONS(3910), 1, anon_sym_SEMI, STATE(1624), 1, sym_aspect_specification, - [46478] = 4, + [46542] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3773), 1, + ACTIONS(3776), 1, anon_sym_COMMA, - ACTIONS(3909), 1, + ACTIONS(3912), 1, anon_sym_RPAREN, STATE(1245), 1, aux_sym_actual_parameter_part_repeat1, - [46491] = 4, + [46555] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3911), 1, + ACTIONS(3914), 1, anon_sym_SEMI, STATE(1721), 1, sym_aspect_specification, - [46504] = 2, + [46568] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3913), 3, + ACTIONS(3916), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [46513] = 4, + [46577] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3283), 1, + ACTIONS(3286), 1, anon_sym_SEMI, STATE(1789), 1, sym_aspect_specification, - [46526] = 4, + [46590] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3915), 1, + ACTIONS(3918), 1, anon_sym_SEMI, STATE(1538), 1, sym_aspect_specification, - [46539] = 2, + [46603] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3917), 3, + ACTIONS(3920), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [46548] = 4, + [46612] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3919), 1, + ACTIONS(3922), 1, anon_sym_SEMI, STATE(1734), 1, sym_aspect_specification, - [46561] = 4, + [46625] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3921), 1, + ACTIONS(3924), 1, anon_sym_SEMI, STATE(1736), 1, sym_aspect_specification, - [46574] = 4, + [46638] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3899), 1, + ACTIONS(3902), 1, anon_sym_COMMA, - ACTIONS(3923), 1, + ACTIONS(3926), 1, anon_sym_RPAREN, STATE(1317), 1, aux_sym_pragma_g_repeat1, - [46587] = 4, + [46651] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3925), 1, + ACTIONS(3928), 1, anon_sym_SEMI, STATE(1747), 1, sym_aspect_specification, - [46600] = 4, + [46664] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3927), 1, + ACTIONS(3930), 1, anon_sym_SEMI, STATE(1542), 1, sym_aspect_specification, - [46613] = 4, + [46677] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3929), 1, + ACTIONS(3932), 1, anon_sym_SEMI, STATE(1758), 1, sym_aspect_specification, - [46626] = 4, + [46690] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3931), 1, + ACTIONS(3934), 1, anon_sym_SEMI, STATE(1760), 1, sym_aspect_specification, - [46639] = 4, + [46703] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3455), 1, + ACTIONS(3458), 1, sym_identifier, STATE(943), 1, sym__aspect_mark, STATE(1047), 1, sym_aspect_association, - [46652] = 4, + [46716] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3933), 1, - anon_sym_COMMA, ACTIONS(3936), 1, + anon_sym_COMMA, + ACTIONS(3939), 1, anon_sym_RPAREN, STATE(1281), 1, aux_sym_record_component_association_list_repeat1, - [46665] = 2, + [46729] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3938), 3, + ACTIONS(3941), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [46674] = 2, + [46738] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3940), 3, + ACTIONS(3943), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [46683] = 2, + [46747] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3942), 3, + ACTIONS(3945), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [46692] = 4, + [46756] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3944), 1, + ACTIONS(3947), 1, anon_sym_SEMI, STATE(1655), 1, sym_aspect_specification, - [46705] = 2, + [46769] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3946), 3, + ACTIONS(3949), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [46714] = 2, + [46778] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3948), 3, + ACTIONS(3951), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, - [46723] = 4, + [46787] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3816), 1, + ACTIONS(3819), 1, anon_sym_COMMA, - ACTIONS(3950), 1, + ACTIONS(3953), 1, anon_sym_RPAREN, STATE(1228), 1, aux_sym_case_expression_repeat1, - [46736] = 4, + [46800] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3952), 1, - anon_sym_COMMA, ACTIONS(3955), 1, + anon_sym_COMMA, + ACTIONS(3958), 1, anon_sym_RPAREN, STATE(1289), 1, aux_sym_index_constraint_repeat1, - [46749] = 2, + [46813] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3957), 3, + ACTIONS(3960), 3, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_loop_statement_token1, - [46758] = 4, + [46822] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3959), 1, - anon_sym_COMMA, ACTIONS(3962), 1, + anon_sym_COMMA, + ACTIONS(3965), 1, anon_sym_RPAREN, STATE(1291), 1, aux_sym_discriminant_constraint_repeat1, - [46771] = 2, + [46835] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3964), 3, + ACTIONS(3967), 3, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_loop_statement_token1, - [46780] = 2, + [46844] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3966), 3, + ACTIONS(3969), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [46789] = 4, + [46853] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3968), 1, + ACTIONS(3971), 1, anon_sym_SEMI, STATE(1832), 1, sym_aspect_specification, - [46802] = 2, + [46866] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3970), 3, + ACTIONS(3973), 3, anon_sym_SEMI, anon_sym_COLON_EQ, aux_sym_accept_statement_token2, - [46811] = 2, + [46875] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3972), 3, + ACTIONS(3975), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [46820] = 2, + [46884] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3974), 3, + ACTIONS(3977), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [46829] = 2, + [46893] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3976), 3, + ACTIONS(3979), 3, anon_sym_SEMI, aux_sym_package_specification_token2, aux_sym_expression_token3, - [46838] = 4, + [46902] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3301), 1, + ACTIONS(3304), 1, sym_identifier, STATE(1379), 1, sym_discriminant_specification, STATE(1677), 1, sym__defining_identifier_list, - [46851] = 4, + [46915] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3163), 1, + ACTIONS(3166), 1, aux_sym_interface_type_definition_token2, - ACTIONS(3587), 1, + ACTIONS(3590), 1, aux_sym_compilation_unit_token1, - ACTIONS(3606), 1, + ACTIONS(3609), 1, aux_sym_allocator_token1, - [46864] = 4, + [46928] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3814), 1, + ACTIONS(3817), 1, anon_sym_SEMI, - ACTIONS(3978), 1, + ACTIONS(3981), 1, anon_sym_RPAREN, STATE(1180), 1, aux_sym_discriminant_specification_list_repeat1, - [46877] = 2, + [46941] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3980), 3, + ACTIONS(3983), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [46886] = 4, + [46950] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3683), 1, + ACTIONS(3686), 1, anon_sym_COMMA, - ACTIONS(3982), 1, + ACTIONS(3985), 1, anon_sym_RPAREN, STATE(1173), 1, aux_sym__enumeration_literal_list_repeat1, - [46899] = 2, + [46963] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3984), 3, + ACTIONS(3987), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [46908] = 4, + [46972] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3371), 1, + ACTIONS(3374), 1, aux_sym_range_attribute_designator_token1, - ACTIONS(3986), 1, + ACTIONS(3989), 1, aux_sym_attribute_designator_token3, STATE(1374), 1, sym_real_range_specification, - [46921] = 4, + [46985] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3988), 1, + ACTIONS(3991), 1, anon_sym_SEMI, STATE(1935), 1, sym_aspect_specification, - [46934] = 4, + [46998] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3990), 1, + ACTIONS(3993), 1, anon_sym_EQ_GT, - ACTIONS(3992), 1, + ACTIONS(3995), 1, anon_sym_PIPE, STATE(1307), 1, aux_sym_exception_choice_list_repeat1, - [46947] = 2, + [47011] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3995), 3, + ACTIONS(3998), 3, aux_sym_iterator_filter_token1, aux_sym_package_specification_token3, aux_sym_pragma_g_token1, - [46956] = 4, + [47020] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3997), 1, + ACTIONS(4000), 1, aux_sym_package_specification_token2, STATE(1605), 1, sym_aspect_specification, - [46969] = 4, + [47033] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(3999), 1, + ACTIONS(4002), 1, anon_sym_SEMI, STATE(1564), 1, sym_aspect_specification, - [46982] = 4, + [47046] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(4001), 1, + ACTIONS(4004), 1, anon_sym_SEMI, STATE(1565), 1, sym_aspect_specification, - [46995] = 4, + [47059] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(4003), 1, + ACTIONS(4006), 1, aux_sym_package_specification_token2, STATE(1645), 1, sym_aspect_specification, - [47008] = 4, + [47072] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(4005), 1, + ACTIONS(4008), 1, anon_sym_SEMI, STATE(1531), 1, sym_aspect_specification, - [47021] = 4, + [47085] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1809), 1, @@ -53606,7 +53654,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_record_component_association_list_token1, STATE(1442), 1, sym_record_definition, - [47034] = 4, + [47098] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1809), 1, @@ -53615,219 +53663,219 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_record_component_association_list_token1, STATE(1431), 1, sym_record_definition, - [47047] = 4, + [47111] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(4007), 1, + ACTIONS(4010), 1, anon_sym_SEMI, STATE(1660), 1, sym_aspect_specification, - [47060] = 4, + [47124] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4009), 1, - anon_sym_COMMA, ACTIONS(4012), 1, + anon_sym_COMMA, + ACTIONS(4015), 1, anon_sym_RPAREN, STATE(1317), 1, aux_sym_pragma_g_repeat1, - [47073] = 3, + [47137] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4014), 1, + ACTIONS(4017), 1, sym_identifier, - ACTIONS(4016), 2, + ACTIONS(4019), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [47084] = 2, + [47148] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4018), 3, + ACTIONS(4021), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [47093] = 4, + [47157] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(4020), 1, + ACTIONS(4023), 1, anon_sym_SEMI, STATE(1644), 1, sym_aspect_specification, - [47106] = 2, + [47170] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4022), 3, + ACTIONS(4025), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [47115] = 4, + [47179] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3334), 1, + ACTIONS(3337), 1, aux_sym_compilation_unit_token1, - ACTIONS(4024), 1, + ACTIONS(4027), 1, anon_sym_SEMI, - ACTIONS(4026), 1, + ACTIONS(4029), 1, aux_sym_with_clause_token1, - [47128] = 4, + [47192] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3185), 1, + ACTIONS(3188), 1, aux_sym_allocator_token1, - ACTIONS(4028), 1, + ACTIONS(4031), 1, aux_sym_with_clause_token1, - ACTIONS(4030), 1, + ACTIONS(4033), 1, aux_sym_private_type_declaration_token2, - [47141] = 4, + [47205] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(4032), 1, + ACTIONS(4035), 1, anon_sym_SEMI, STATE(1910), 1, sym_aspect_specification, - [47154] = 2, + [47218] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4034), 3, + ACTIONS(4037), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [47163] = 4, + [47227] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4036), 1, - anon_sym_COMMA, ACTIONS(4039), 1, + anon_sym_COMMA, + ACTIONS(4042), 1, anon_sym_RPAREN, STATE(1326), 1, aux_sym__enumeration_literal_list_repeat1, - [47176] = 4, + [47240] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(4041), 1, + ACTIONS(4044), 1, aux_sym_package_specification_token2, STATE(1891), 1, sym_aspect_specification, - [47189] = 4, + [47253] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3704), 1, + ACTIONS(3707), 1, anon_sym_PIPE, - ACTIONS(4043), 1, + ACTIONS(4046), 1, anon_sym_EQ_GT, STATE(1182), 1, aux_sym_exception_choice_list_repeat1, - [47202] = 4, + [47266] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3836), 1, + ACTIONS(3839), 1, anon_sym_COMMA, - ACTIONS(4045), 1, + ACTIONS(4048), 1, anon_sym_RPAREN, STATE(1237), 1, aux_sym_positional_array_aggregate_repeat1, - [47215] = 4, + [47279] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(4047), 1, + ACTIONS(4050), 1, anon_sym_SEMI, STATE(1791), 1, sym_aspect_specification, - [47228] = 2, + [47292] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4049), 3, + ACTIONS(4052), 3, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_loop_statement_token1, - [47237] = 2, + [47301] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4049), 3, + ACTIONS(4052), 3, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_loop_statement_token1, - [47246] = 4, + [47310] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3301), 1, + ACTIONS(3304), 1, sym_identifier, STATE(1436), 1, sym_parameter_specification, STATE(1643), 1, sym__defining_identifier_list, - [47259] = 2, + [47323] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4051), 3, + ACTIONS(4054), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, - [47268] = 4, + [47332] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3859), 1, + ACTIONS(3862), 1, anon_sym_SEMI, - ACTIONS(4053), 1, + ACTIONS(4056), 1, anon_sym_RPAREN, STATE(1213), 1, aux_sym__parameter_specification_list_repeat1, - [47281] = 4, + [47345] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3787), 1, + ACTIONS(3790), 1, anon_sym_COMMA, - ACTIONS(4055), 1, + ACTIONS(4058), 1, anon_sym_RPAREN, STATE(1220), 1, aux_sym_discriminant_constraint_repeat1, - [47294] = 4, + [47358] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3865), 1, + ACTIONS(3868), 1, anon_sym_COMMA, - ACTIONS(4057), 1, + ACTIONS(4060), 1, anon_sym_RPAREN, STATE(1251), 1, aux_sym_global_aspect_definition_repeat1, - [47307] = 4, + [47371] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3795), 1, + ACTIONS(3798), 1, anon_sym_COMMA, - ACTIONS(4059), 1, + ACTIONS(4062), 1, anon_sym_RPAREN, STATE(1223), 1, aux_sym_index_constraint_repeat1, - [47320] = 4, + [47384] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4061), 1, + ACTIONS(4064), 1, anon_sym_EQ_GT, - ACTIONS(4063), 1, + ACTIONS(4066), 1, anon_sym_PIPE, STATE(1339), 1, aux_sym_discriminant_association_repeat1, - [47333] = 4, + [47397] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3832), 1, + ACTIONS(3835), 1, anon_sym_COMMA, - ACTIONS(4066), 1, + ACTIONS(4069), 1, anon_sym_RPAREN, STATE(1236), 1, aux_sym_record_component_association_list_repeat1, - [47346] = 4, + [47410] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1785), 1, @@ -53836,3408 +53884,3408 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, STATE(1247), 1, aux_sym_discriminant_association_repeat1, - [47359] = 4, + [47423] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4068), 1, - anon_sym_COMMA, ACTIONS(4071), 1, + anon_sym_COMMA, + ACTIONS(4074), 1, anon_sym_RPAREN, STATE(1342), 1, aux_sym_record_component_association_list_repeat2, - [47372] = 2, + [47436] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3387), 3, + ACTIONS(3390), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, - [47381] = 2, + [47445] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4073), 3, + ACTIONS(4076), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, - [47390] = 4, + [47454] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4075), 1, + ACTIONS(4078), 1, anon_sym_EQ_GT, - ACTIONS(4077), 1, + ACTIONS(4080), 1, anon_sym_PIPE, STATE(1345), 1, aux_sym_discrete_choice_list_repeat1, - [47403] = 4, + [47467] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(4080), 1, + ACTIONS(4083), 1, anon_sym_SEMI, STATE(1601), 1, sym_aspect_specification, - [47416] = 4, + [47480] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, + ACTIONS(2234), 1, aux_sym_with_clause_token2, - ACTIONS(4082), 1, + ACTIONS(4085), 1, anon_sym_SEMI, STATE(1600), 1, sym_aspect_specification, - [47429] = 4, + [47493] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3820), 1, + ACTIONS(3823), 1, anon_sym_COMMA, - ACTIONS(4084), 1, + ACTIONS(4087), 1, anon_sym_RPAREN, STATE(1257), 1, aux_sym__index_subtype_definition_list_repeat1, - [47442] = 2, + [47506] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3380), 3, + ACTIONS(3383), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, - [47451] = 4, + [47515] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3828), 1, + ACTIONS(3831), 1, anon_sym_COMMA, - ACTIONS(4086), 1, + ACTIONS(4089), 1, anon_sym_RPAREN, STATE(1259), 1, aux_sym__discrete_subtype_definition_list_repeat1, - [47464] = 2, + [47528] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3936), 2, + ACTIONS(3939), 2, anon_sym_COMMA, anon_sym_RPAREN, - [47472] = 3, + [47536] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4088), 1, + ACTIONS(4091), 1, aux_sym_compilation_unit_token1, - ACTIONS(4090), 1, + ACTIONS(4093), 1, aux_sym_with_clause_token2, - [47482] = 3, + [47546] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4092), 1, + ACTIONS(4095), 1, anon_sym_COMMA, - ACTIONS(4094), 1, + ACTIONS(4097), 1, anon_sym_RPAREN, - [47492] = 2, + [47556] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4097), 2, + ACTIONS(4100), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [47500] = 3, + [47564] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4099), 1, + ACTIONS(4102), 1, sym_identifier, - ACTIONS(4101), 1, + ACTIONS(4104), 1, anon_sym_SEMI, - [47510] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4103), 1, - sym_identifier, - ACTIONS(4105), 1, - anon_sym_SEMI, - [47520] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4107), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [47528] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4109), 1, - sym_identifier, - ACTIONS(4111), 1, - anon_sym_SEMI, - [47538] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4113), 1, - aux_sym_with_clause_token2, - ACTIONS(4115), 1, - aux_sym_expression_token1, - [47548] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4075), 2, - anon_sym_EQ_GT, - anon_sym_PIPE, - [47556] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3639), 1, - aux_sym_compilation_unit_token1, - ACTIONS(4117), 1, - aux_sym_with_clause_token1, - [47566] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4119), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, [47574] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4121), 1, + ACTIONS(4106), 1, sym_identifier, - ACTIONS(4123), 1, + ACTIONS(4108), 1, anon_sym_SEMI, [47584] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 2, - anon_sym_RPAREN, + ACTIONS(4110), 2, anon_sym_SEMI, + aux_sym_with_clause_token2, [47592] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4127), 1, + ACTIONS(4112), 1, sym_identifier, - ACTIONS(4129), 1, + ACTIONS(4114), 1, anon_sym_SEMI, [47602] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4131), 1, - sym_identifier, - ACTIONS(4133), 1, - anon_sym_SEMI, + ACTIONS(4116), 1, + aux_sym_with_clause_token2, + ACTIONS(4118), 1, + aux_sym_expression_token1, [47612] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4071), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4078), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, [47620] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4135), 1, - sym_identifier, - ACTIONS(4137), 1, + ACTIONS(3642), 1, + aux_sym_compilation_unit_token1, + ACTIONS(4120), 1, + aux_sym_with_clause_token1, + [47630] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4122), 2, anon_sym_SEMI, - [47630] = 3, + aux_sym_with_clause_token2, + [47638] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4139), 1, - aux_sym_package_specification_token3, - ACTIONS(4141), 1, - aux_sym_exception_declaration_token1, - [47640] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4143), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4124), 1, + sym_identifier, + ACTIONS(4126), 1, + anon_sym_SEMI, [47648] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4145), 2, + ACTIONS(4128), 2, + anon_sym_RPAREN, anon_sym_SEMI, - aux_sym_with_clause_token2, [47656] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3481), 1, - anon_sym_COMMA, - ACTIONS(3483), 1, - anon_sym_RPAREN, + ACTIONS(4130), 1, + sym_identifier, + ACTIONS(4132), 1, + anon_sym_SEMI, [47666] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4147), 1, + ACTIONS(4134), 1, sym_identifier, - ACTIONS(4149), 1, + ACTIONS(4136), 1, anon_sym_SEMI, [47676] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4151), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, + ACTIONS(4074), 2, + anon_sym_COMMA, + anon_sym_RPAREN, [47684] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4153), 1, + ACTIONS(4138), 1, + sym_identifier, + ACTIONS(4140), 1, + anon_sym_SEMI, + [47694] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4142), 1, + aux_sym_package_specification_token3, + ACTIONS(4144), 1, + aux_sym_exception_declaration_token1, + [47704] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4146), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [47712] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4148), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [47720] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3484), 1, + anon_sym_COMMA, + ACTIONS(3486), 1, + anon_sym_RPAREN, + [47730] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4150), 1, + sym_identifier, + ACTIONS(4152), 1, + anon_sym_SEMI, + [47740] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4154), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [47748] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4156), 1, aux_sym_iterator_filter_token1, STATE(1230), 1, sym_case_expression_alternative, - [47694] = 2, + [47758] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4155), 2, + ACTIONS(4158), 2, aux_sym_iterator_filter_token1, aux_sym_package_specification_token3, - [47702] = 2, + [47766] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4157), 2, + ACTIONS(4160), 2, aux_sym_iterator_filter_token1, aux_sym_package_specification_token3, - [47710] = 2, + [47774] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4159), 2, + ACTIONS(4162), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [47718] = 2, + [47782] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3697), 2, + ACTIONS(3700), 2, anon_sym_RPAREN, anon_sym_SEMI, - [47726] = 2, + [47790] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4061), 2, + ACTIONS(4064), 2, anon_sym_EQ_GT, anon_sym_PIPE, - [47734] = 2, + [47798] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3527), 2, + ACTIONS(3530), 2, anon_sym_RPAREN, anon_sym_SEMI, - [47742] = 3, + [47806] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4161), 1, + ACTIONS(4164), 1, anon_sym_SEMI, - ACTIONS(4163), 1, + ACTIONS(4166), 1, aux_sym_accept_statement_token2, - [47752] = 2, + [47816] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4165), 2, + ACTIONS(4168), 2, anon_sym_COMMA, anon_sym_RPAREN, - [47760] = 2, + [47824] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4167), 2, + ACTIONS(4170), 2, anon_sym_RPAREN, anon_sym_SEMI, - [47768] = 2, + [47832] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4169), 2, + ACTIONS(4172), 2, anon_sym_COMMA, anon_sym_RPAREN, - [47776] = 3, + [47840] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4171), 1, + ACTIONS(4174), 1, sym_identifier, - ACTIONS(4173), 1, + ACTIONS(4176), 1, anon_sym_SEMI, - [47786] = 3, + [47850] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4175), 1, + ACTIONS(4178), 1, anon_sym_SEMI, - ACTIONS(4177), 1, + ACTIONS(4180), 1, aux_sym_accept_statement_token2, - [47796] = 3, + [47860] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4179), 1, + ACTIONS(4182), 1, anon_sym_SEMI, - ACTIONS(4181), 1, + ACTIONS(4184), 1, aux_sym_package_specification_token2, - [47806] = 2, + [47870] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4183), 2, + ACTIONS(4186), 2, aux_sym_iterator_filter_token1, aux_sym_with_clause_token2, - [47814] = 3, + [47878] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4185), 1, + ACTIONS(4188), 1, aux_sym_expression_token3, - ACTIONS(4187), 1, + ACTIONS(4190), 1, aux_sym_expression_token4, - [47824] = 3, + [47888] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4189), 1, + ACTIONS(4192), 1, aux_sym_with_clause_token2, STATE(1393), 1, sym_record_extension_part, - [47834] = 3, + [47898] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4191), 1, + ACTIONS(4194), 1, sym_identifier, - ACTIONS(4193), 1, + ACTIONS(4196), 1, anon_sym_SEMI, - [47844] = 2, + [47908] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4195), 2, + ACTIONS(4198), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [47852] = 3, + [47916] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4197), 1, + ACTIONS(4200), 1, sym_identifier, STATE(242), 1, sym_reduction_attribute_designator, - [47862] = 3, + [47926] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4199), 1, + ACTIONS(4202), 1, aux_sym_package_specification_token3, - ACTIONS(4201), 1, + ACTIONS(4204), 1, aux_sym_subprogram_body_token1, - [47872] = 3, + [47936] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3313), 1, + ACTIONS(3316), 1, anon_sym_SEMI, - ACTIONS(3689), 1, + ACTIONS(3692), 1, aux_sym_package_specification_token2, - [47882] = 2, + [47946] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3727), 2, + ACTIONS(3730), 2, anon_sym_COMMA, anon_sym_COLON, - [47890] = 3, + [47954] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4203), 1, + ACTIONS(4206), 1, sym_identifier, - ACTIONS(4205), 1, + ACTIONS(4208), 1, anon_sym_SEMI, - [47900] = 3, + [47964] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4207), 1, + ACTIONS(4210), 1, sym_identifier, - ACTIONS(4209), 1, + ACTIONS(4212), 1, anon_sym_SEMI, - [47910] = 3, + [47974] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4211), 1, + ACTIONS(4214), 1, anon_sym_LPAREN, - ACTIONS(4213), 1, + ACTIONS(4216), 1, anon_sym_SEMI, - [47920] = 3, + [47984] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4215), 1, + ACTIONS(4218), 1, aux_sym_iterated_element_association_token2, - ACTIONS(4217), 1, + ACTIONS(4220), 1, anon_sym_EQ_GT, - [47930] = 3, + [47994] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4219), 1, + ACTIONS(4222), 1, sym_identifier, - ACTIONS(4221), 1, + ACTIONS(4224), 1, anon_sym_SEMI, - [47940] = 3, + [48004] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4223), 1, + ACTIONS(4226), 1, anon_sym_SEMI, - ACTIONS(4225), 1, + ACTIONS(4228), 1, aux_sym_package_specification_token2, - [47950] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4227), 1, - anon_sym_SEMI, - ACTIONS(4229), 1, - aux_sym_package_specification_token2, - [47960] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4232), 1, - sym_identifier, - ACTIONS(4234), 1, - anon_sym_SEMI, - [47970] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4236), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [47978] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2769), 1, - aux_sym_result_profile_token1, - STATE(838), 1, - sym_result_profile, - [47988] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4238), 1, - sym_identifier, - ACTIONS(4240), 1, - anon_sym_SEMI, - [47998] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3520), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [48006] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4242), 2, - anon_sym_RPAREN, - anon_sym_SEMI, [48014] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2672), 1, + ACTIONS(4230), 1, + anon_sym_SEMI, + ACTIONS(4232), 1, + aux_sym_package_specification_token2, + [48024] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4235), 1, + sym_identifier, + ACTIONS(4237), 1, + anon_sym_SEMI, + [48034] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4239), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [48042] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2767), 1, + aux_sym_result_profile_token1, + STATE(838), 1, + sym_result_profile, + [48052] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4241), 1, + sym_identifier, + ACTIONS(4243), 1, + anon_sym_SEMI, + [48062] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3523), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [48070] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4245), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [48078] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2675), 1, anon_sym_LPAREN, STATE(1389), 1, sym_formal_part, - [48024] = 2, + [48088] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4244), 2, + ACTIONS(4247), 2, anon_sym_EQ_GT, anon_sym_PIPE, - [48032] = 2, + [48096] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4246), 2, + ACTIONS(4249), 2, anon_sym_EQ_GT, anon_sym_PIPE, - [48040] = 2, + [48104] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3068), 2, + ACTIONS(3071), 2, anon_sym_EQ_GT, anon_sym_PIPE, - [48048] = 3, + [48112] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4189), 1, + ACTIONS(4192), 1, aux_sym_with_clause_token2, STATE(1423), 1, sym_record_extension_part, - [48058] = 2, + [48122] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4248), 2, + ACTIONS(4251), 2, anon_sym_RPAREN, anon_sym_SEMI, - [48066] = 2, + [48130] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4250), 2, + ACTIONS(4253), 2, anon_sym_RPAREN, anon_sym_SEMI, - [48074] = 3, + [48138] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4252), 1, + ACTIONS(4255), 1, aux_sym_with_clause_token2, STATE(1393), 1, sym_record_extension_part, - [48084] = 2, + [48148] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4039), 2, + ACTIONS(4042), 2, anon_sym_COMMA, anon_sym_RPAREN, - [48092] = 2, + [48156] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4254), 2, + ACTIONS(4257), 2, anon_sym_SEMI, aux_sym_accept_statement_token2, - [48100] = 3, + [48164] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4256), 1, + ACTIONS(4259), 1, sym_identifier, - ACTIONS(4258), 1, + ACTIONS(4261), 1, anon_sym_SEMI, - [48110] = 3, + [48174] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3729), 1, + ACTIONS(3732), 1, anon_sym_COMMA, - ACTIONS(4260), 1, + ACTIONS(4263), 1, anon_sym_RBRACK, - [48120] = 2, + [48184] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4263), 2, + ACTIONS(4266), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [48128] = 2, + [48192] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4254), 2, + ACTIONS(4257), 2, anon_sym_SEMI, aux_sym_accept_statement_token2, - [48136] = 2, + [48200] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4265), 2, + ACTIONS(4268), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [48144] = 2, + [48208] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4267), 2, + ACTIONS(4270), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [48152] = 2, + [48216] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4269), 2, + ACTIONS(4272), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [48160] = 3, + [48224] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4271), 1, + ACTIONS(4274), 1, anon_sym_SEMI, - ACTIONS(4273), 1, + ACTIONS(4276), 1, aux_sym_package_specification_token2, - [48170] = 2, + [48234] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4275), 2, + ACTIONS(4278), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [48178] = 2, + [48242] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 2, + ACTIONS(4280), 2, aux_sym_iterator_filter_token1, aux_sym_package_specification_token3, - [48186] = 2, + [48250] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4279), 2, + ACTIONS(4282), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [48194] = 3, + [48258] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4281), 1, + ACTIONS(4284), 1, aux_sym_with_clause_token2, STATE(1471), 1, sym_record_extension_part, - [48204] = 3, + [48268] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3334), 1, + ACTIONS(3337), 1, aux_sym_compilation_unit_token1, - ACTIONS(3616), 1, + ACTIONS(3619), 1, aux_sym_allocator_token1, - [48214] = 2, + [48278] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3760), 2, + ACTIONS(3763), 2, anon_sym_COMMA, anon_sym_RPAREN, - [48222] = 3, + [48286] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4283), 1, + ACTIONS(4286), 1, anon_sym_SEMI, - ACTIONS(4285), 1, + ACTIONS(4288), 1, aux_sym_accept_statement_token2, - [48232] = 2, + [48296] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3768), 2, + ACTIONS(3771), 2, anon_sym_RPAREN, anon_sym_SEMI, - [48240] = 2, + [48304] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4287), 2, + ACTIONS(4290), 2, anon_sym_COMMA, anon_sym_RPAREN, - [48248] = 3, + [48312] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4289), 1, + ACTIONS(4292), 1, sym_identifier, - ACTIONS(4291), 1, + ACTIONS(4294), 1, anon_sym_SEMI, - [48258] = 2, + [48322] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2294), 2, + ACTIONS(2291), 2, aux_sym_iterator_filter_token1, aux_sym_package_specification_token3, - [48266] = 3, + [48330] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3068), 1, + ACTIONS(3071), 1, anon_sym_PIPE, - ACTIONS(4293), 1, - anon_sym_EQ_GT, - [48276] = 3, - ACTIONS(3), 1, - sym_comment, ACTIONS(4296), 1, + anon_sym_EQ_GT, + [48340] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4299), 1, anon_sym_SEMI, - ACTIONS(4298), 1, + ACTIONS(4301), 1, aux_sym_package_specification_token2, - [48286] = 2, + [48350] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4300), 2, + ACTIONS(4303), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [48294] = 3, + [48358] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4302), 1, + ACTIONS(4305), 1, aux_sym_with_clause_token2, - ACTIONS(4304), 1, + ACTIONS(4307), 1, aux_sym_expression_token1, - [48304] = 3, + [48368] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4306), 1, + ACTIONS(4309), 1, sym_identifier, - ACTIONS(4308), 1, + ACTIONS(4311), 1, anon_sym_SEMI, - [48314] = 3, + [48378] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2286), 1, + ACTIONS(2299), 1, aux_sym_access_to_subprogram_definition_token2, - ACTIONS(2288), 1, + ACTIONS(2301), 1, aux_sym_access_to_subprogram_definition_token3, - [48324] = 3, + [48388] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4310), 1, + ACTIONS(4313), 1, sym_identifier, - ACTIONS(4312), 1, + ACTIONS(4315), 1, anon_sym_SEMI, - [48334] = 3, + [48398] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4314), 1, + ACTIONS(4317), 1, aux_sym_chunk_specification_token1, - ACTIONS(4316), 1, + ACTIONS(4319), 1, aux_sym_iterator_specification_token1, - [48344] = 2, + [48408] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 2, + ACTIONS(4321), 2, aux_sym_chunk_specification_token1, aux_sym_iterator_specification_token1, - [48352] = 2, + [48416] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4012), 2, + ACTIONS(4015), 2, anon_sym_COMMA, anon_sym_RPAREN, - [48360] = 2, + [48424] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3810), 2, + ACTIONS(3813), 2, anon_sym_COMMA, anon_sym_RPAREN, - [48368] = 2, + [48432] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4320), 2, + ACTIONS(4323), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [48376] = 2, + [48440] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4322), 2, + ACTIONS(4325), 2, anon_sym_COMMA, anon_sym_RPAREN, - [48384] = 2, + [48448] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4324), 2, + ACTIONS(4327), 2, anon_sym_COMMA, anon_sym_RPAREN, - [48392] = 2, + [48456] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4326), 2, + ACTIONS(4329), 2, anon_sym_RPAREN, anon_sym_SEMI, - [48400] = 2, + [48464] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4328), 2, + ACTIONS(4331), 2, anon_sym_RPAREN, anon_sym_SEMI, - [48408] = 3, + [48472] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3645), 1, + ACTIONS(3648), 1, sym_identifier, - ACTIONS(3647), 1, + ACTIONS(3650), 1, aux_sym_use_clause_token2, - [48418] = 2, + [48482] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3533), 2, + ACTIONS(3536), 2, anon_sym_RPAREN, anon_sym_SEMI, - [48426] = 3, + [48490] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3653), 1, + ACTIONS(3656), 1, sym_identifier, - ACTIONS(3655), 1, + ACTIONS(3658), 1, aux_sym_use_clause_token2, - [48436] = 2, + [48500] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3990), 2, + ACTIONS(3993), 2, anon_sym_EQ_GT, anon_sym_PIPE, - [48444] = 3, + [48508] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3044), 1, + ACTIONS(3047), 1, aux_sym_iterator_filter_token1, STATE(1809), 1, sym_entry_barrier, - [48454] = 3, + [48518] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4189), 1, + ACTIONS(4192), 1, aux_sym_with_clause_token2, STATE(1471), 1, sym_record_extension_part, - [48464] = 3, + [48528] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3153), 1, + ACTIONS(3156), 1, aux_sym_allocator_token1, - ACTIONS(3163), 1, + ACTIONS(3166), 1, aux_sym_interface_type_definition_token2, - [48474] = 3, + [48538] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4330), 1, + ACTIONS(4333), 1, aux_sym_with_clause_token2, - ACTIONS(4332), 1, + ACTIONS(4335), 1, aux_sym_expression_token1, - [48484] = 2, + [48548] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4334), 2, + ACTIONS(4337), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [48492] = 3, + [48556] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4336), 1, + ACTIONS(4339), 1, sym_identifier, - ACTIONS(4338), 1, + ACTIONS(4341), 1, anon_sym_SEMI, - [48502] = 2, + [48566] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4340), 2, + ACTIONS(4343), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [48510] = 2, + [48574] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4342), 2, + ACTIONS(4345), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [48518] = 2, + [48582] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4344), 2, + ACTIONS(4347), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [48526] = 2, + [48590] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4346), 2, + ACTIONS(4349), 2, anon_sym_COMMA, anon_sym_RPAREN, - [48534] = 3, + [48598] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4348), 1, + ACTIONS(4351), 1, sym_identifier, - ACTIONS(4350), 1, + ACTIONS(4353), 1, anon_sym_SEMI, - [48544] = 2, + [48608] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4352), 2, + ACTIONS(4355), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [48552] = 3, + [48616] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4354), 1, + ACTIONS(4357), 1, aux_sym_access_to_subprogram_definition_token2, - ACTIONS(4356), 1, + ACTIONS(4359), 1, aux_sym_access_to_subprogram_definition_token3, - [48562] = 3, + [48626] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4358), 1, + ACTIONS(4361), 1, aux_sym_with_clause_token2, STATE(1423), 1, sym_record_extension_part, - [48572] = 2, + [48636] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3855), 2, + ACTIONS(3858), 2, anon_sym_COMMA, anon_sym_RPAREN, - [48580] = 2, + [48644] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4360), 2, + ACTIONS(4363), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [48588] = 3, + [48652] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3044), 1, + ACTIONS(3047), 1, aux_sym_iterator_filter_token1, STATE(1683), 1, sym_entry_barrier, - [48598] = 2, + [48662] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4362), 2, + ACTIONS(4365), 2, anon_sym_RPAREN, anon_sym_SEMI, - [48606] = 2, + [48670] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4364), 2, + ACTIONS(4367), 2, aux_sym_iterator_filter_token1, aux_sym_with_clause_token2, - [48614] = 3, + [48678] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4366), 1, + ACTIONS(4369), 1, sym_identifier, - ACTIONS(4368), 1, + ACTIONS(4371), 1, anon_sym_SEMI, - [48624] = 3, + [48688] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3163), 1, + ACTIONS(3166), 1, aux_sym_interface_type_definition_token2, - ACTIONS(3606), 1, + ACTIONS(3609), 1, aux_sym_allocator_token1, - [48634] = 2, + [48698] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4370), 2, + ACTIONS(4373), 2, sym_identifier, sym_string_literal, - [48642] = 3, + [48706] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4372), 1, + ACTIONS(4375), 1, sym_identifier, - ACTIONS(4374), 1, + ACTIONS(4377), 1, anon_sym_SEMI, - [48652] = 2, + [48716] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4376), 2, + ACTIONS(4379), 2, anon_sym_COMMA, anon_sym_RPAREN, - [48660] = 3, + [48724] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4378), 1, + ACTIONS(4381), 1, anon_sym_COMMA, STATE(1063), 1, aux_sym_positional_array_aggregate_repeat1, - [48670] = 3, + [48734] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4380), 1, + ACTIONS(4383), 1, sym_identifier, - ACTIONS(4382), 1, + ACTIONS(4385), 1, anon_sym_SEMI, - [48680] = 2, + [48744] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3467), 2, + ACTIONS(3470), 2, anon_sym_RPAREN, anon_sym_SEMI, - [48688] = 3, + [48752] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(267), 1, aux_sym_package_specification_token3, ACTIONS(269), 1, aux_sym_subprogram_body_token1, - [48698] = 2, + [48762] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3489), 2, + ACTIONS(3492), 2, anon_sym_RPAREN, anon_sym_SEMI, - [48706] = 3, + [48770] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4384), 1, + ACTIONS(4387), 1, sym_identifier, - ACTIONS(4386), 1, + ACTIONS(4389), 1, anon_sym_SEMI, - [48716] = 3, + [48780] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4388), 1, + ACTIONS(4391), 1, sym_identifier, - ACTIONS(4390), 1, + ACTIONS(4393), 1, anon_sym_SEMI, - [48726] = 2, + [48790] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4392), 2, + ACTIONS(4395), 2, anon_sym_COMMA, anon_sym_RPAREN, - [48734] = 3, + [48798] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3485), 1, + ACTIONS(3488), 1, anon_sym_SEMI, - ACTIONS(3487), 1, + ACTIONS(3490), 1, aux_sym_package_specification_token2, - [48744] = 2, + [48808] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3884), 2, + ACTIONS(3887), 2, anon_sym_COMMA, anon_sym_RPAREN, - [48752] = 2, + [48816] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3962), 2, + ACTIONS(3965), 2, anon_sym_COMMA, anon_sym_RPAREN, - [48760] = 2, + [48824] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4394), 2, + ACTIONS(4397), 2, anon_sym_COMMA, anon_sym_RPAREN, - [48768] = 2, + [48832] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4396), 2, + ACTIONS(4399), 2, anon_sym_COMMA, anon_sym_RPAREN, - [48776] = 2, + [48840] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4398), 2, + ACTIONS(4401), 2, anon_sym_COMMA, anon_sym_RPAREN, - [48784] = 2, + [48848] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4400), 2, + ACTIONS(4403), 2, anon_sym_COMMA, anon_sym_RPAREN, - [48792] = 3, + [48856] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4402), 1, + ACTIONS(4405), 1, aux_sym_compilation_unit_token1, - ACTIONS(4404), 1, + ACTIONS(4407), 1, aux_sym_with_clause_token1, - [48802] = 2, + [48866] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4406), 2, + ACTIONS(4409), 2, aux_sym_iterator_filter_token1, aux_sym_package_specification_token3, - [48810] = 3, + [48874] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4408), 1, + ACTIONS(4411), 1, aux_sym_access_to_subprogram_definition_token2, - ACTIONS(4410), 1, + ACTIONS(4413), 1, aux_sym_access_to_subprogram_definition_token3, - [48820] = 3, + [48884] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4153), 1, + ACTIONS(4156), 1, aux_sym_iterator_filter_token1, STATE(1450), 1, sym_case_expression_alternative, - [48830] = 2, + [48894] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4412), 2, + ACTIONS(4415), 2, anon_sym_SEMI, aux_sym_accept_statement_token2, - [48838] = 3, + [48902] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4414), 1, + ACTIONS(4417), 1, sym_identifier, - ACTIONS(4416), 1, + ACTIONS(4419), 1, anon_sym_SEMI, - [48848] = 3, + [48912] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4418), 1, + ACTIONS(4421), 1, sym_identifier, - ACTIONS(4420), 1, + ACTIONS(4423), 1, anon_sym_SEMI, - [48858] = 3, + [48922] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(451), 1, aux_sym_iterated_element_association_token1, STATE(1961), 1, sym_iterated_element_association, - [48868] = 3, + [48932] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4422), 1, + ACTIONS(4425), 1, sym_identifier, - ACTIONS(4424), 1, + ACTIONS(4427), 1, anon_sym_SEMI, - [48878] = 2, + [48942] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4426), 2, + ACTIONS(4429), 2, anon_sym_SEMI, aux_sym_accept_statement_token2, - [48886] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4428), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [48894] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3944), 1, - anon_sym_SEMI, - [48901] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4129), 1, - anon_sym_SEMI, - [48908] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4431), 1, - anon_sym_EQ_GT, - [48915] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4433), 1, - aux_sym_allocator_token1, - [48922] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4435), 1, - aux_sym_iterator_specification_token1, - [48929] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4437), 1, - anon_sym_EQ_GT, - [48936] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4439), 1, - anon_sym_RPAREN, - [48943] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4441), 1, - anon_sym_RPAREN, [48950] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3207), 1, - anon_sym_SEMI, - [48957] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4443), 1, - anon_sym_SEMI, - [48964] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4445), 1, + ACTIONS(4431), 2, + anon_sym_COMMA, anon_sym_RPAREN, - [48971] = 2, + [48958] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4447), 1, + ACTIONS(3947), 1, + anon_sym_SEMI, + [48965] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4132), 1, + anon_sym_SEMI, + [48972] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4434), 1, + anon_sym_EQ_GT, + [48979] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4436), 1, + aux_sym_allocator_token1, + [48986] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4438), 1, + aux_sym_iterator_specification_token1, + [48993] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4440), 1, + anon_sym_EQ_GT, + [49000] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4442), 1, + anon_sym_RPAREN, + [49007] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4444), 1, + anon_sym_RPAREN, + [49014] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3210), 1, + anon_sym_SEMI, + [49021] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4446), 1, + anon_sym_SEMI, + [49028] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4448), 1, + anon_sym_RPAREN, + [49035] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4450), 1, aux_sym__aspect_mark_token1, - [48978] = 2, + [49042] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4441), 1, + ACTIONS(4444), 1, anon_sym_RBRACK, - [48985] = 2, + [49049] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4449), 1, + ACTIONS(4452), 1, anon_sym_SEMI, - [48992] = 2, + [49056] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4451), 1, + ACTIONS(4454), 1, aux_sym_package_specification_token3, - [48999] = 2, + [49063] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4453), 1, + ACTIONS(4456), 1, anon_sym_SEMI, - [49006] = 2, + [49070] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4455), 1, + ACTIONS(4458), 1, anon_sym_SEMI, - [49013] = 2, + [49077] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3929), 1, + ACTIONS(3932), 1, anon_sym_SEMI, - [49020] = 2, + [49084] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3925), 1, + ACTIONS(3928), 1, anon_sym_SEMI, - [49027] = 2, + [49091] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4457), 1, + ACTIONS(4460), 1, aux_sym_with_clause_token2, - [49034] = 2, + [49098] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(273), 1, aux_sym_subprogram_body_token1, - [49041] = 2, + [49105] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4459), 1, + ACTIONS(4462), 1, anon_sym_SEMI, - [49048] = 2, + [49112] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4461), 1, + ACTIONS(4464), 1, anon_sym_SEMI, - [49055] = 2, + [49119] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4463), 1, + ACTIONS(4466), 1, anon_sym_SEMI, - [49062] = 2, + [49126] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4465), 1, + ACTIONS(4468), 1, aux_sym_package_specification_token3, - [49069] = 2, + [49133] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3927), 1, + ACTIONS(3930), 1, anon_sym_SEMI, - [49076] = 2, + [49140] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4467), 1, + ACTIONS(4470), 1, aux_sym_if_expression_token1, - [49083] = 2, + [49147] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4469), 1, + ACTIONS(4472), 1, anon_sym_SEMI, - [49090] = 2, + [49154] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4471), 1, + ACTIONS(4474), 1, anon_sym_SEMI, - [49097] = 2, + [49161] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4473), 1, + ACTIONS(4476), 1, anon_sym_SEMI, - [49104] = 2, + [49168] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4475), 1, + ACTIONS(4478), 1, aux_sym_allocator_token1, - [49111] = 2, + [49175] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4477), 1, + ACTIONS(4480), 1, aux_sym_package_specification_token3, - [49118] = 2, + [49182] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4479), 1, + ACTIONS(4482), 1, anon_sym_SEMI, - [49125] = 2, + [49189] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4481), 1, + ACTIONS(4484), 1, aux_sym_loop_statement_token1, - [49132] = 2, + [49196] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4483), 1, + ACTIONS(4486), 1, anon_sym_LT_GT, - [49139] = 2, + [49203] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3921), 1, + ACTIONS(3924), 1, anon_sym_SEMI, - [49146] = 2, + [49210] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4485), 1, + ACTIONS(4488), 1, aux_sym_compilation_unit_token1, - [49153] = 2, + [49217] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4487), 1, + ACTIONS(4490), 1, anon_sym_SEMI, - [49160] = 2, + [49224] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3283), 1, + ACTIONS(3286), 1, anon_sym_SEMI, - [49167] = 2, + [49231] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4489), 1, + ACTIONS(4492), 1, aux_sym_result_profile_token1, - [49174] = 2, + [49238] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4491), 1, + ACTIONS(4494), 1, aux_sym_compilation_unit_token1, - [49181] = 2, + [49245] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4493), 1, + ACTIONS(4496), 1, aux_sym_subprogram_body_token1, - [49188] = 2, + [49252] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4495), 1, + ACTIONS(4498), 1, anon_sym_SEMI, - [49195] = 2, + [49259] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4497), 1, + ACTIONS(4500), 1, anon_sym_SEMI, - [49202] = 2, + [49266] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4499), 1, + ACTIONS(4502), 1, anon_sym_SEMI, - [49209] = 2, + [49273] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4501), 1, + ACTIONS(4504), 1, aux_sym_asynchronous_select_token1, - [49216] = 2, + [49280] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4503), 1, + ACTIONS(4506), 1, aux_sym_iterated_element_association_token2, - [49223] = 2, + [49287] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4505), 1, + ACTIONS(4508), 1, aux_sym_iterated_element_association_token2, - [49230] = 2, + [49294] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4507), 1, + ACTIONS(4510), 1, anon_sym_SEMI, - [49237] = 2, + [49301] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4509), 1, + ACTIONS(4512), 1, aux_sym_package_specification_token3, - [49244] = 2, + [49308] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4511), 1, + ACTIONS(4514), 1, anon_sym_SEMI, - [49251] = 2, + [49315] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4513), 1, + ACTIONS(4516), 1, aux_sym_package_specification_token3, - [49258] = 2, + [49322] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4515), 1, + ACTIONS(4518), 1, anon_sym_RPAREN, - [49265] = 2, + [49329] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4517), 1, + ACTIONS(4520), 1, anon_sym_SEMI, - [49272] = 2, + [49336] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4519), 1, + ACTIONS(4522), 1, anon_sym_SEMI, - [49279] = 2, + [49343] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4521), 1, + ACTIONS(4524), 1, anon_sym_SEMI, - [49286] = 2, + [49350] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3394), 1, + ACTIONS(3397), 1, aux_sym_package_specification_token3, - [49293] = 2, + [49357] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3905), 1, + ACTIONS(3908), 1, anon_sym_SEMI, - [49300] = 2, + [49364] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4523), 1, + ACTIONS(4526), 1, anon_sym_SEMI, - [49307] = 2, + [49371] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4525), 1, + ACTIONS(4528), 1, aux_sym_asynchronous_select_token1, - [49314] = 2, + [49378] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4527), 1, + ACTIONS(4530), 1, anon_sym_SEMI, - [49321] = 2, + [49385] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4529), 1, + ACTIONS(4532), 1, aux_sym_if_expression_token1, - [49328] = 2, + [49392] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4531), 1, + ACTIONS(4534), 1, aux_sym_package_specification_token3, - [49335] = 2, + [49399] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4533), 1, + ACTIONS(4536), 1, anon_sym_SEMI, - [49342] = 2, + [49406] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4535), 1, + ACTIONS(4538), 1, aux_sym_package_specification_token3, - [49349] = 2, + [49413] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4537), 1, + ACTIONS(4540), 1, aux_sym_asynchronous_select_token1, - [49356] = 2, + [49420] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4539), 1, + ACTIONS(4542), 1, aux_sym_package_specification_token3, - [49363] = 2, + [49427] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4541), 1, + ACTIONS(4544), 1, aux_sym_package_specification_token3, - [49370] = 2, + [49434] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4543), 1, + ACTIONS(4546), 1, anon_sym_SEMI, - [49377] = 2, + [49441] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4545), 1, + ACTIONS(4548), 1, anon_sym_SEMI, - [49384] = 2, + [49448] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4547), 1, + ACTIONS(4550), 1, anon_sym_SEMI, - [49391] = 2, + [49455] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4549), 1, + ACTIONS(4552), 1, aux_sym_asynchronous_select_token1, - [49398] = 2, + [49462] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4551), 1, + ACTIONS(4554), 1, aux_sym_package_specification_token3, - [49405] = 2, + [49469] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4553), 1, + ACTIONS(4556), 1, aux_sym_package_specification_token3, - [49412] = 2, + [49476] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4555), 1, + ACTIONS(4558), 1, anon_sym_SEMI, - [49419] = 2, + [49483] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4557), 1, + ACTIONS(4560), 1, aux_sym_package_specification_token3, - [49426] = 2, + [49490] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4559), 1, + ACTIONS(4562), 1, anon_sym_SEMI, - [49433] = 2, + [49497] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4561), 1, + ACTIONS(4564), 1, anon_sym_EQ_GT, - [49440] = 2, + [49504] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3901), 1, + ACTIONS(3904), 1, anon_sym_RPAREN, - [49447] = 2, + [49511] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4374), 1, + ACTIONS(4377), 1, anon_sym_SEMI, - [49454] = 2, + [49518] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4563), 1, + ACTIONS(4566), 1, aux_sym_iterated_element_association_token2, - [49461] = 2, + [49525] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4402), 1, + ACTIONS(4405), 1, aux_sym_compilation_unit_token1, - [49468] = 2, + [49532] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4565), 1, + ACTIONS(4568), 1, aux_sym_with_clause_token2, - [49475] = 2, + [49539] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4567), 1, + ACTIONS(4570), 1, aux_sym_asynchronous_select_token1, - [49482] = 2, + [49546] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4569), 1, + ACTIONS(4572), 1, aux_sym_iterated_element_association_token2, - [49489] = 2, + [49553] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4571), 1, + ACTIONS(4574), 1, anon_sym_SEMI, - [49496] = 2, + [49560] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4573), 1, + ACTIONS(4576), 1, aux_sym_iterated_element_association_token2, - [49503] = 2, + [49567] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4575), 1, + ACTIONS(4578), 1, aux_sym_with_clause_token2, - [49510] = 2, + [49574] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4577), 1, + ACTIONS(4580), 1, aux_sym_package_specification_token2, - [49517] = 2, + [49581] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4579), 1, + ACTIONS(4582), 1, anon_sym_SEMI, - [49524] = 2, + [49588] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4581), 1, + ACTIONS(4584), 1, anon_sym_SEMI, - [49531] = 2, + [49595] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4583), 1, + ACTIONS(4586), 1, anon_sym_SEMI, - [49538] = 2, + [49602] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4585), 1, + ACTIONS(4588), 1, anon_sym_RPAREN, - [49545] = 2, + [49609] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4587), 1, + ACTIONS(4590), 1, anon_sym_RPAREN, - [49552] = 2, + [49616] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4589), 1, + ACTIONS(4592), 1, anon_sym_SEMI, - [49559] = 2, + [49623] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4591), 1, + ACTIONS(4594), 1, aux_sym_package_specification_token2, - [49566] = 2, + [49630] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4593), 1, + ACTIONS(4596), 1, anon_sym_SEMI, - [49573] = 2, + [49637] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4595), 1, + ACTIONS(4598), 1, anon_sym_SEMI, - [49580] = 2, + [49644] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3138), 1, + ACTIONS(3141), 1, aux_sym_entry_declaration_token1, - [49587] = 2, + [49651] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4597), 1, + ACTIONS(4600), 1, anon_sym_SEMI, - [49594] = 2, + [49658] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4599), 1, + ACTIONS(4602), 1, anon_sym_SEMI, - [49601] = 2, + [49665] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4601), 1, + ACTIONS(4604), 1, anon_sym_SEMI, - [49608] = 2, + [49672] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4603), 1, + ACTIONS(4606), 1, aux_sym_record_component_association_list_token1, - [49615] = 2, + [49679] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4605), 1, + ACTIONS(4608), 1, aux_sym_attribute_designator_token4, - [49622] = 2, + [49686] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4607), 1, + ACTIONS(4610), 1, aux_sym_iterated_element_association_token2, - [49629] = 2, + [49693] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4609), 1, + ACTIONS(4612), 1, aux_sym_attribute_designator_token2, - [49636] = 2, + [49700] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4611), 1, + ACTIONS(4614), 1, aux_sym_package_specification_token3, - [49643] = 2, + [49707] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4613), 1, + ACTIONS(4616), 1, anon_sym_SEMI, - [49650] = 2, + [49714] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4615), 1, + ACTIONS(4618), 1, aux_sym_package_specification_token3, - [49657] = 2, + [49721] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3631), 1, + ACTIONS(3634), 1, anon_sym_SEMI, - [49664] = 2, + [49728] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4617), 1, + ACTIONS(4620), 1, anon_sym_SEMI, - [49671] = 2, + [49735] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3313), 1, + ACTIONS(3316), 1, anon_sym_SEMI, - [49678] = 2, + [49742] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4619), 1, + ACTIONS(4622), 1, aux_sym_expression_token2, - [49685] = 2, + [49749] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4621), 1, + ACTIONS(4624), 1, anon_sym_SEMI, - [49692] = 2, + [49756] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4623), 1, + ACTIONS(4626), 1, anon_sym_SEMI, - [49699] = 2, + [49763] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4625), 1, + ACTIONS(4628), 1, aux_sym_package_specification_token2, - [49706] = 2, + [49770] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4627), 1, + ACTIONS(4630), 1, anon_sym_COLON, - [49713] = 2, + [49777] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4629), 1, + ACTIONS(4632), 1, sym_identifier, - [49720] = 2, + [49784] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4631), 1, + ACTIONS(4634), 1, sym_identifier, - [49727] = 2, + [49791] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3869), 1, + ACTIONS(3872), 1, anon_sym_RPAREN, - [49734] = 2, + [49798] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4633), 1, + ACTIONS(4636), 1, anon_sym_EQ_GT, - [49741] = 2, + [49805] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4635), 1, + ACTIONS(4638), 1, sym_identifier, - [49748] = 2, + [49812] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4637), 1, + ACTIONS(4640), 1, anon_sym_RBRACK, - [49755] = 2, + [49819] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4639), 1, + ACTIONS(4642), 1, anon_sym_SEMI, - [49762] = 2, + [49826] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4641), 1, + ACTIONS(4644), 1, aux_sym_package_specification_token3, - [49769] = 2, + [49833] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4643), 1, + ACTIONS(4646), 1, aux_sym_package_specification_token3, - [49776] = 2, + [49840] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4645), 1, + ACTIONS(4648), 1, aux_sym_compilation_unit_token1, - [49783] = 2, + [49847] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4647), 1, + ACTIONS(4650), 1, anon_sym_RPAREN, - [49790] = 2, + [49854] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4649), 1, + ACTIONS(4652), 1, anon_sym_LT_GT, - [49797] = 2, + [49861] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4651), 1, + ACTIONS(4654), 1, aux_sym_package_specification_token2, - [49804] = 2, + [49868] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4653), 1, + ACTIONS(4656), 1, anon_sym_SEMI, - [49811] = 2, + [49875] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4655), 1, + ACTIONS(4658), 1, anon_sym_EQ_GT, - [49818] = 2, + [49882] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4657), 1, + ACTIONS(4660), 1, anon_sym_RPAREN, - [49825] = 2, + [49889] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4659), 1, + ACTIONS(4662), 1, anon_sym_COLON, - [49832] = 2, + [49896] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4661), 1, + ACTIONS(4664), 1, anon_sym_SEMI, - [49839] = 2, + [49903] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4663), 1, + ACTIONS(4666), 1, aux_sym_package_specification_token2, - [49846] = 2, + [49910] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4665), 1, + ACTIONS(4668), 1, anon_sym_SEMI, - [49853] = 2, + [49917] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3897), 1, + ACTIONS(3900), 1, aux_sym_package_specification_token2, - [49860] = 2, + [49924] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4667), 1, + ACTIONS(4670), 1, aux_sym_package_specification_token3, - [49867] = 2, + [49931] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4669), 1, + ACTIONS(4672), 1, anon_sym_RPAREN, - [49874] = 2, + [49938] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4671), 1, + ACTIONS(4674), 1, anon_sym_SEMI, - [49881] = 2, + [49945] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4673), 1, + ACTIONS(4676), 1, anon_sym_SEMI, - [49888] = 2, + [49952] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4675), 1, + ACTIONS(4678), 1, anon_sym_SEMI, - [49895] = 2, + [49959] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3848), 1, + ACTIONS(3851), 1, anon_sym_SEMI, - [49902] = 2, + [49966] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(4680), 1, anon_sym_LT_GT, - [49909] = 2, + [49973] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4679), 1, + ACTIONS(4682), 1, anon_sym_SEMI, - [49916] = 2, + [49980] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4368), 1, + ACTIONS(4371), 1, anon_sym_SEMI, - [49923] = 2, + [49987] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4681), 1, + ACTIONS(4684), 1, aux_sym_with_clause_token2, - [49930] = 2, + [49994] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3988), 1, + ACTIONS(3991), 1, anon_sym_SEMI, - [49937] = 2, + [50001] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4683), 1, + ACTIONS(4686), 1, anon_sym_SEMI, - [49944] = 2, + [50008] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3826), 1, + ACTIONS(3829), 1, anon_sym_SEMI, - [49951] = 2, + [50015] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4685), 1, + ACTIONS(4688), 1, aux_sym_compilation_unit_token1, - [49958] = 2, + [50022] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4637), 1, + ACTIONS(4640), 1, anon_sym_RPAREN, - [49965] = 2, + [50029] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4687), 1, + ACTIONS(4690), 1, anon_sym_RPAREN, - [49972] = 2, + [50036] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4689), 1, + ACTIONS(4692), 1, aux_sym_with_clause_token2, - [49979] = 2, + [50043] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4691), 1, + ACTIONS(4694), 1, anon_sym_SEMI, - [49986] = 2, + [50050] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4693), 1, + ACTIONS(4696), 1, anon_sym_RPAREN, - [49993] = 2, + [50057] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4695), 1, + ACTIONS(4698), 1, anon_sym_LT_GT, - [50000] = 2, + [50064] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(209), 1, aux_sym_private_type_declaration_token1, - [50007] = 2, + [50071] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3163), 1, + ACTIONS(3166), 1, aux_sym_interface_type_definition_token2, - [50014] = 2, + [50078] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4697), 1, + ACTIONS(4700), 1, aux_sym_record_component_association_list_token1, - [50021] = 2, + [50085] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4699), 1, + ACTIONS(4702), 1, anon_sym_RPAREN, - [50028] = 2, + [50092] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4701), 1, + ACTIONS(4704), 1, anon_sym_SEMI, - [50035] = 2, + [50099] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4703), 1, + ACTIONS(4706), 1, anon_sym_RPAREN, - [50042] = 2, + [50106] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4705), 1, + ACTIONS(4708), 1, anon_sym_SEMI, - [50049] = 2, + [50113] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4707), 1, + ACTIONS(4710), 1, anon_sym_SEMI, - [50056] = 2, + [50120] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4709), 1, + ACTIONS(4712), 1, anon_sym_SEMI, - [50063] = 2, + [50127] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4711), 1, + ACTIONS(4714), 1, anon_sym_COLON, - [50070] = 2, + [50134] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4713), 1, + ACTIONS(4716), 1, aux_sym_with_clause_token2, - [50077] = 2, + [50141] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4715), 1, + ACTIONS(4718), 1, anon_sym_RPAREN, - [50084] = 2, + [50148] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4717), 1, + ACTIONS(4720), 1, sym_identifier, - [50091] = 2, + [50155] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4719), 1, + ACTIONS(4722), 1, anon_sym_RPAREN, - [50098] = 2, + [50162] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4721), 1, + ACTIONS(4724), 1, aux_sym_package_specification_token2, - [50105] = 2, + [50169] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4723), 1, + ACTIONS(4726), 1, aux_sym_package_specification_token2, - [50112] = 2, + [50176] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4725), 1, + ACTIONS(4728), 1, anon_sym_SEMI, - [50119] = 2, + [50183] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4338), 1, + ACTIONS(4341), 1, anon_sym_SEMI, - [50126] = 2, + [50190] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4001), 1, + ACTIONS(4004), 1, anon_sym_SEMI, - [50133] = 2, + [50197] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4727), 1, + ACTIONS(4730), 1, anon_sym_SEMI, - [50140] = 2, + [50204] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4729), 1, + ACTIONS(4732), 1, anon_sym_LT_GT, - [50147] = 2, + [50211] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4731), 1, + ACTIONS(4734), 1, anon_sym_EQ_GT, - [50154] = 2, + [50218] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4733), 1, + ACTIONS(4736), 1, aux_sym_package_specification_token2, - [50161] = 2, + [50225] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4735), 1, + ACTIONS(4738), 1, aux_sym_subunit_token1, - [50168] = 2, + [50232] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4298), 1, + ACTIONS(4301), 1, aux_sym_package_specification_token2, - [50175] = 2, + [50239] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(4002), 1, anon_sym_SEMI, - [50182] = 2, + [50246] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4737), 1, + ACTIONS(4740), 1, anon_sym_LT_GT, - [50189] = 2, + [50253] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4739), 1, + ACTIONS(4742), 1, anon_sym_SEMI, - [50196] = 2, + [50260] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4741), 1, + ACTIONS(4744), 1, anon_sym_DOT_DOT, - [50203] = 2, + [50267] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4743), 1, + ACTIONS(4746), 1, anon_sym_RPAREN, - [50210] = 2, + [50274] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4745), 1, + ACTIONS(4748), 1, anon_sym_RPAREN, - [50217] = 2, + [50281] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4747), 1, + ACTIONS(4750), 1, aux_sym_expression_token2, - [50224] = 2, + [50288] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4749), 1, + ACTIONS(4752), 1, anon_sym_SEMI, - [50231] = 2, + [50295] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4751), 1, + ACTIONS(4754), 1, anon_sym_SEMI, - [50238] = 2, + [50302] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4753), 1, + ACTIONS(4756), 1, aux_sym_component_list_token1, - [50245] = 2, + [50309] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4755), 1, + ACTIONS(4758), 1, sym_identifier, - [50252] = 2, + [50316] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4757), 1, + ACTIONS(4760), 1, anon_sym_RPAREN, - [50259] = 2, + [50323] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4757), 1, + ACTIONS(4760), 1, anon_sym_RBRACK, - [50266] = 2, + [50330] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2126), 1, anon_sym_DOT_DOT, - [50273] = 2, + [50337] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4759), 1, + ACTIONS(4762), 1, anon_sym_SEMI, - [50280] = 2, + [50344] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4761), 1, + ACTIONS(4764), 1, anon_sym_SEMI, - [50287] = 2, + [50351] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4763), 1, + ACTIONS(4766), 1, anon_sym_SEMI, - [50294] = 2, + [50358] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4765), 1, + ACTIONS(4768), 1, sym_tick, - [50301] = 2, + [50365] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4767), 1, + ACTIONS(4770), 1, aux_sym_with_clause_token2, - [50308] = 2, + [50372] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4769), 1, + ACTIONS(4772), 1, anon_sym_RPAREN, - [50315] = 2, + [50379] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4312), 1, + ACTIONS(4315), 1, anon_sym_SEMI, - [50322] = 2, + [50386] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4771), 1, + ACTIONS(4774), 1, anon_sym_LPAREN, - [50329] = 2, + [50393] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4773), 1, + ACTIONS(4776), 1, anon_sym_SEMI, - [50336] = 2, + [50400] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4775), 1, + ACTIONS(4778), 1, aux_sym_package_specification_token3, - [50343] = 2, + [50407] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4777), 1, + ACTIONS(4780), 1, anon_sym_SEMI, - [50350] = 2, + [50414] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4779), 1, + ACTIONS(4782), 1, anon_sym_COLON, - [50357] = 2, + [50421] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4781), 1, + ACTIONS(4784), 1, anon_sym_SEMI, - [50364] = 2, + [50428] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(213), 1, aux_sym_subprogram_body_token1, - [50371] = 2, + [50435] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4783), 1, + ACTIONS(4786), 1, anon_sym_SEMI, - [50378] = 2, + [50442] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4785), 1, + ACTIONS(4788), 1, aux_sym_compilation_unit_token1, - [50385] = 2, + [50449] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4787), 1, + ACTIONS(4790), 1, anon_sym_RPAREN, - [50392] = 2, + [50456] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4789), 1, + ACTIONS(4792), 1, aux_sym_package_specification_token3, - [50399] = 2, + [50463] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4791), 1, + ACTIONS(4794), 1, aux_sym_with_clause_token2, - [50406] = 2, + [50470] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4793), 1, + ACTIONS(4796), 1, aux_sym_package_specification_token3, - [50413] = 2, + [50477] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4795), 1, + ACTIONS(4798), 1, aux_sym_loop_statement_token1, - [50420] = 2, + [50484] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4797), 1, + ACTIONS(4800), 1, anon_sym_RPAREN, - [50427] = 2, + [50491] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4799), 1, + ACTIONS(4802), 1, aux_sym_compilation_unit_token1, - [50434] = 2, + [50498] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4801), 1, + ACTIONS(4804), 1, aux_sym_primary_null_token1, - [50441] = 2, + [50505] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4803), 1, + ACTIONS(4806), 1, aux_sym_package_specification_token3, - [50448] = 2, + [50512] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4805), 1, + ACTIONS(4808), 1, aux_sym_subprogram_body_token1, - [50455] = 2, + [50519] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4807), 1, + ACTIONS(4810), 1, anon_sym_SEMI, - [50462] = 2, + [50526] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4809), 1, + ACTIONS(4812), 1, anon_sym_SEMI, - [50469] = 2, + [50533] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4811), 1, + ACTIONS(4814), 1, anon_sym_SEMI, - [50476] = 2, + [50540] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4813), 1, + ACTIONS(4816), 1, anon_sym_SEMI, - [50483] = 2, + [50547] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4815), 1, + ACTIONS(4818), 1, anon_sym_SEMI, - [50490] = 2, + [50554] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4817), 1, + ACTIONS(4820), 1, anon_sym_SEMI, - [50497] = 2, + [50561] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4819), 1, + ACTIONS(4822), 1, anon_sym_RPAREN, - [50504] = 2, + [50568] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4821), 1, + ACTIONS(4824), 1, anon_sym_LPAREN, - [50511] = 2, + [50575] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4823), 1, + ACTIONS(4826), 1, aux_sym_if_expression_token1, - [50518] = 2, + [50582] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4825), 1, + ACTIONS(4828), 1, anon_sym_EQ_GT, - [50525] = 2, + [50589] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3775), 1, + ACTIONS(3778), 1, anon_sym_RPAREN, - [50532] = 2, + [50596] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4827), 1, + ACTIONS(4830), 1, anon_sym_SEMI, - [50539] = 2, + [50603] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4007), 1, + ACTIONS(4010), 1, anon_sym_SEMI, - [50546] = 2, + [50610] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4829), 1, + ACTIONS(4832), 1, aux_sym_package_specification_token3, - [50553] = 2, + [50617] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4834), 1, anon_sym_SEMI, - [50560] = 2, + [50624] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4833), 1, + ACTIONS(4836), 1, anon_sym_RPAREN, - [50567] = 2, + [50631] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1785), 1, anon_sym_EQ_GT, - [50574] = 2, + [50638] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4835), 1, + ACTIONS(4838), 1, anon_sym_SEMI, - [50581] = 2, + [50645] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(4840), 1, aux_sym_allocator_token1, - [50588] = 2, + [50652] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4839), 1, + ACTIONS(4842), 1, aux_sym_loop_statement_token1, - [50595] = 2, + [50659] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4841), 1, + ACTIONS(4844), 1, anon_sym_SEMI, - [50602] = 2, + [50666] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4843), 1, + ACTIONS(4846), 1, anon_sym_SEMI, - [50609] = 2, + [50673] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3616), 1, + ACTIONS(3619), 1, aux_sym_allocator_token1, - [50616] = 2, + [50680] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4845), 1, + ACTIONS(4848), 1, aux_sym_asynchronous_select_token2, - [50623] = 2, + [50687] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4847), 1, + ACTIONS(4850), 1, anon_sym_SEMI, - [50630] = 2, + [50694] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4849), 1, + ACTIONS(4852), 1, anon_sym_SEMI, - [50637] = 2, + [50701] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4851), 1, + ACTIONS(4854), 1, aux_sym_package_specification_token3, - [50644] = 2, + [50708] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4853), 1, + ACTIONS(4856), 1, anon_sym_SEMI, - [50651] = 2, + [50715] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4855), 1, + ACTIONS(4858), 1, aux_sym_asynchronous_select_token1, - [50658] = 2, + [50722] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4857), 1, + ACTIONS(4860), 1, aux_sym_package_specification_token3, - [50665] = 2, + [50729] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4859), 1, + ACTIONS(4862), 1, aux_sym_asynchronous_select_token2, - [50672] = 2, + [50736] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4861), 1, + ACTIONS(4864), 1, anon_sym_SEMI, - [50679] = 2, + [50743] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4863), 1, + ACTIONS(4866), 1, anon_sym_DOT_DOT, - [50686] = 2, + [50750] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4032), 1, + ACTIONS(4035), 1, anon_sym_SEMI, - [50693] = 2, + [50757] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4865), 1, + ACTIONS(4868), 1, anon_sym_EQ_GT, - [50700] = 2, + [50764] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4867), 1, + ACTIONS(4870), 1, sym_identifier, - [50707] = 2, + [50771] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4869), 1, + ACTIONS(4872), 1, aux_sym_subprogram_body_token1, - [50714] = 2, + [50778] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3351), 1, + ACTIONS(3354), 1, anon_sym_SEMI, - [50721] = 2, + [50785] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4871), 1, + ACTIONS(4874), 1, anon_sym_SEMI, - [50728] = 2, + [50792] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4873), 1, + ACTIONS(4876), 1, aux_sym_expression_token2, - [50735] = 2, + [50799] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4875), 1, + ACTIONS(4878), 1, aux_sym_chunk_specification_token1, - [50742] = 2, + [50806] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4877), 1, + ACTIONS(4880), 1, aux_sym_if_expression_token1, - [50749] = 2, + [50813] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(4882), 1, anon_sym_SEMI, - [50756] = 2, + [50820] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4881), 1, + ACTIONS(4884), 1, anon_sym_SEMI, - [50763] = 2, + [50827] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4883), 1, + ACTIONS(4886), 1, anon_sym_RBRACK, - [50770] = 2, + [50834] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4885), 1, + ACTIONS(4888), 1, aux_sym_allocator_token1, - [50777] = 2, + [50841] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4887), 1, + ACTIONS(4890), 1, anon_sym_DOT_DOT, - [50784] = 2, + [50848] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4889), 1, + ACTIONS(4892), 1, aux_sym_package_body_token1, - [50791] = 2, + [50855] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4891), 1, + ACTIONS(4894), 1, anon_sym_EQ_GT, - [50798] = 2, + [50862] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4893), 1, + ACTIONS(4896), 1, aux_sym_case_expression_token1, - [50805] = 2, + [50869] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4895), 1, + ACTIONS(4898), 1, anon_sym_SEMI, - [50812] = 2, + [50876] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4897), 1, + ACTIONS(4900), 1, anon_sym_EQ_GT, - [50819] = 2, + [50883] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4899), 1, + ACTIONS(4902), 1, anon_sym_SEMI, - [50826] = 2, + [50890] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4901), 1, + ACTIONS(4904), 1, anon_sym_RPAREN, - [50833] = 2, + [50897] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(327), 1, aux_sym_subprogram_body_token1, - [50840] = 2, + [50904] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4883), 1, + ACTIONS(4886), 1, anon_sym_RPAREN, - [50847] = 2, + [50911] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3321), 1, + ACTIONS(3324), 1, anon_sym_SEMI, - [50854] = 2, + [50918] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4903), 1, + ACTIONS(4906), 1, aux_sym_with_clause_token2, - [50861] = 2, + [50925] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4905), 1, + ACTIONS(4908), 1, anon_sym_SEMI, - [50868] = 2, + [50932] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4907), 1, + ACTIONS(4910), 1, anon_sym_SEMI, - [50875] = 2, + [50939] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4909), 1, + ACTIONS(4912), 1, aux_sym_compilation_unit_token1, - [50882] = 2, + [50946] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4911), 1, + ACTIONS(4914), 1, aux_sym_compilation_unit_token1, - [50889] = 2, + [50953] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4913), 1, + ACTIONS(4916), 1, anon_sym_RPAREN, - [50896] = 2, + [50960] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4915), 1, + ACTIONS(4918), 1, anon_sym_SEMI, - [50903] = 2, + [50967] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4917), 1, + ACTIONS(4920), 1, aux_sym_package_body_token1, - [50910] = 2, + [50974] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4919), 1, + ACTIONS(4922), 1, anon_sym_EQ_GT, - [50917] = 2, + [50981] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4258), 1, + ACTIONS(4261), 1, anon_sym_SEMI, - [50924] = 2, + [50988] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3181), 1, + ACTIONS(3184), 1, anon_sym_RPAREN, - [50931] = 2, + [50995] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4921), 1, + ACTIONS(4924), 1, aux_sym_package_body_token1, - [50938] = 2, + [51002] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4923), 1, + ACTIONS(4926), 1, anon_sym_SEMI, - [50945] = 2, + [51009] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4925), 1, + ACTIONS(4928), 1, anon_sym_SEMI, - [50952] = 2, + [51016] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4927), 1, + ACTIONS(4930), 1, aux_sym_chunk_specification_token1, - [50959] = 2, + [51023] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4929), 1, + ACTIONS(4932), 1, anon_sym_COLON, - [50966] = 2, + [51030] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4931), 1, + ACTIONS(4934), 1, anon_sym_SEMI, - [50973] = 2, + [51037] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4933), 1, + ACTIONS(4936), 1, anon_sym_SEMI, - [50980] = 2, + [51044] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(271), 1, aux_sym_subprogram_body_token1, - [50987] = 2, + [51051] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4935), 1, + ACTIONS(4938), 1, aux_sym_package_specification_token2, - [50994] = 2, + [51058] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4937), 1, + ACTIONS(4940), 1, aux_sym_package_specification_token3, - [51001] = 2, + [51065] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4939), 1, + ACTIONS(4942), 1, anon_sym_EQ_GT, - [51008] = 2, + [51072] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4941), 1, + ACTIONS(4944), 1, aux_sym_package_specification_token3, - [51015] = 2, + [51079] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4943), 1, + ACTIONS(4946), 1, anon_sym_SEMI, - [51022] = 2, + [51086] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(445), 1, aux_sym_allocator_token1, - [51029] = 2, + [51093] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4240), 1, + ACTIONS(4243), 1, anon_sym_SEMI, - [51036] = 2, + [51100] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4945), 1, + ACTIONS(4948), 1, aux_sym_record_component_association_list_token1, - [51043] = 2, + [51107] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4947), 1, + ACTIONS(4950), 1, anon_sym_RPAREN, - [51050] = 2, + [51114] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4949), 1, + ACTIONS(4952), 1, aux_sym_package_specification_token2, - [51057] = 2, + [51121] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4951), 1, + ACTIONS(4954), 1, aux_sym_with_clause_token2, - [51064] = 2, + [51128] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4953), 1, + ACTIONS(4956), 1, anon_sym_SEMI, - [51071] = 2, + [51135] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, + ACTIONS(4958), 1, anon_sym_SEMI, - [51078] = 2, + [51142] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4957), 1, + ACTIONS(4960), 1, aux_sym_record_component_association_list_token1, - [51085] = 2, + [51149] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4959), 1, + ACTIONS(4962), 1, anon_sym_SEMI, - [51092] = 2, + [51156] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4221), 1, + ACTIONS(4224), 1, anon_sym_SEMI, - [51099] = 2, + [51163] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4961), 1, + ACTIONS(4964), 1, anon_sym_SEMI, - [51106] = 2, + [51170] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4963), 1, + ACTIONS(4966), 1, aux_sym_package_specification_token2, - [51113] = 2, + [51177] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4965), 1, + ACTIONS(4968), 1, aux_sym_with_clause_token2, - [51120] = 2, + [51184] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4967), 1, + ACTIONS(4970), 1, aux_sym_with_clause_token2, - [51127] = 2, + [51191] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4969), 1, + ACTIONS(4972), 1, aux_sym_compilation_unit_token1, - [51134] = 2, + [51198] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4971), 1, + ACTIONS(4974), 1, aux_sym_compilation_unit_token1, - [51141] = 2, + [51205] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4973), 1, + ACTIONS(4976), 1, anon_sym_SEMI, - [51148] = 2, + [51212] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4975), 1, + ACTIONS(4978), 1, anon_sym_SEMI, - [51155] = 2, + [51219] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4977), 1, + ACTIONS(4980), 1, anon_sym_SEMI, - [51162] = 2, + [51226] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4979), 1, + ACTIONS(4982), 1, anon_sym_SEMI, - [51169] = 2, + [51233] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4981), 1, + ACTIONS(4984), 1, aux_sym_at_clause_token1, - [51176] = 2, + [51240] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4983), 1, + ACTIONS(4986), 1, sym_tick, - [51183] = 2, + [51247] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4985), 1, + ACTIONS(4988), 1, aux_sym_range_attribute_designator_token1, - [51190] = 2, + [51254] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4987), 1, + ACTIONS(4990), 1, aux_sym_with_clause_token2, - [51197] = 2, + [51261] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4989), 1, + ACTIONS(4992), 1, anon_sym_SEMI, - [51204] = 2, + [51268] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4991), 1, + ACTIONS(4994), 1, anon_sym_RBRACK, - [51211] = 2, + [51275] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4993), 1, + ACTIONS(4996), 1, anon_sym_SEMI, - [51218] = 2, + [51282] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4995), 1, + ACTIONS(4998), 1, aux_sym_iterator_specification_token1, - [51225] = 2, + [51289] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4997), 1, + ACTIONS(5000), 1, aux_sym_package_specification_token2, - [51232] = 2, + [51296] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4999), 1, + ACTIONS(5002), 1, aux_sym_object_renaming_declaration_token1, - [51239] = 2, + [51303] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5001), 1, + ACTIONS(5004), 1, aux_sym_object_renaming_declaration_token1, - [51246] = 2, + [51310] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5003), 1, + ACTIONS(5006), 1, aux_sym_primary_null_token1, - [51253] = 2, + [51317] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5005), 1, + ACTIONS(5008), 1, anon_sym_SEMI, - [51260] = 2, + [51324] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5007), 1, + ACTIONS(5010), 1, anon_sym_EQ_GT, - [51267] = 2, + [51331] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5009), 1, + ACTIONS(5012), 1, aux_sym_primary_null_token1, - [51274] = 2, + [51338] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5011), 1, + ACTIONS(5014), 1, sym_identifier, - [51281] = 2, + [51345] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5013), 1, + ACTIONS(5016), 1, aux_sym_loop_statement_token1, - [51288] = 2, + [51352] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4199), 1, + ACTIONS(4202), 1, aux_sym_package_specification_token3, - [51295] = 2, + [51359] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5015), 1, + ACTIONS(5018), 1, anon_sym_SEMI, - [51302] = 2, + [51366] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5017), 1, + ACTIONS(5020), 1, aux_sym_asynchronous_select_token1, - [51309] = 2, + [51373] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5019), 1, + ACTIONS(5022), 1, anon_sym_RPAREN, - [51316] = 2, + [51380] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5021), 1, + ACTIONS(5024), 1, anon_sym_SEMI, - [51323] = 2, + [51387] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5023), 1, + ACTIONS(5026), 1, anon_sym_SEMI, - [51330] = 2, + [51394] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5025), 1, + ACTIONS(5028), 1, anon_sym_SEMI, - [51337] = 2, + [51401] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5027), 1, + ACTIONS(5030), 1, anon_sym_SEMI, - [51344] = 2, + [51408] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5029), 1, + ACTIONS(5032), 1, aux_sym_package_specification_token2, - [51351] = 2, + [51415] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5031), 1, + ACTIONS(5034), 1, anon_sym_SEMI, - [51358] = 2, + [51422] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5033), 1, + ACTIONS(5036), 1, aux_sym_loop_statement_token1, - [51365] = 2, + [51429] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5035), 1, + ACTIONS(5038), 1, sym_identifier, - [51372] = 2, + [51436] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5037), 1, + ACTIONS(5040), 1, aux_sym_package_specification_token3, - [51379] = 2, + [51443] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5039), 1, + ACTIONS(5042), 1, anon_sym_SEMI, - [51386] = 2, + [51450] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5041), 1, + ACTIONS(5044), 1, aux_sym_compilation_unit_token1, - [51393] = 2, + [51457] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5043), 1, + ACTIONS(5046), 1, anon_sym_SEMI, - [51400] = 2, + [51464] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(215), 1, aux_sym_private_type_declaration_token1, - [51407] = 2, + [51471] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4296), 1, + ACTIONS(4299), 1, anon_sym_SEMI, - [51414] = 2, + [51478] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5045), 1, + ACTIONS(5048), 1, aux_sym_with_clause_token2, - [51421] = 2, + [51485] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5047), 1, + ACTIONS(5050), 1, aux_sym_asynchronous_select_token1, - [51428] = 2, + [51492] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5049), 1, + ACTIONS(5052), 1, anon_sym_SEMI, - [51435] = 2, + [51499] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5051), 1, + ACTIONS(5054), 1, aux_sym_expression_token2, - [51442] = 2, + [51506] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5053), 1, + ACTIONS(5056), 1, anon_sym_SEMI, - [51449] = 2, + [51513] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5055), 1, + ACTIONS(5058), 1, aux_sym_package_specification_token3, - [51456] = 2, + [51520] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5057), 1, + ACTIONS(5060), 1, sym_tick, - [51463] = 2, + [51527] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5059), 1, + ACTIONS(5062), 1, anon_sym_SEMI, - [51470] = 2, + [51534] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(281), 1, aux_sym_subprogram_body_token1, - [51477] = 2, + [51541] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5061), 1, + ACTIONS(5064), 1, aux_sym_package_specification_token3, - [51484] = 2, + [51548] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5063), 1, + ACTIONS(5066), 1, anon_sym_SEMI, - [51491] = 2, + [51555] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4173), 1, + ACTIONS(4176), 1, anon_sym_SEMI, - [51498] = 2, + [51562] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4179), 1, + ACTIONS(4182), 1, anon_sym_SEMI, - [51505] = 2, + [51569] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5065), 1, + ACTIONS(5068), 1, anon_sym_SEMI, - [51512] = 2, + [51576] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4193), 1, + ACTIONS(4196), 1, anon_sym_SEMI, - [51519] = 2, + [51583] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5067), 1, + ACTIONS(5070), 1, aux_sym_expression_token2, - [51526] = 2, + [51590] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5069), 1, + ACTIONS(5072), 1, anon_sym_SEMI, - [51533] = 2, + [51597] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5071), 1, + ACTIONS(5074), 1, anon_sym_SEMI, - [51540] = 2, + [51604] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5073), 1, + ACTIONS(5076), 1, anon_sym_SEMI, - [51547] = 2, + [51611] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5075), 1, + ACTIONS(5078), 1, aux_sym_compilation_unit_token1, - [51554] = 2, + [51618] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5077), 1, + ACTIONS(5080), 1, anon_sym_SEMI, - [51561] = 2, + [51625] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3689), 1, + ACTIONS(3692), 1, aux_sym_package_specification_token2, - [51568] = 2, + [51632] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5079), 1, + ACTIONS(5082), 1, aux_sym_with_clause_token2, - [51575] = 2, + [51639] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5081), 1, + ACTIONS(5084), 1, anon_sym_GT_GT, - [51582] = 2, + [51646] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5083), 1, + ACTIONS(5086), 1, anon_sym_COLON, - [51589] = 2, + [51653] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5085), 1, + ACTIONS(5088), 1, sym_identifier, - [51596] = 2, + [51660] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5087), 1, + ACTIONS(5090), 1, anon_sym_SEMI, - [51603] = 2, + [51667] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5089), 1, + ACTIONS(5092), 1, sym_identifier, - [51610] = 2, + [51674] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5091), 1, + ACTIONS(5094), 1, sym_identifier, - [51617] = 2, + [51681] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5093), 1, + ACTIONS(5096), 1, anon_sym_SEMI, - [51624] = 2, + [51688] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5095), 1, + ACTIONS(5098), 1, sym_identifier, - [51631] = 2, + [51695] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5097), 1, + ACTIONS(5100), 1, aux_sym_package_specification_token2, - [51638] = 2, + [51702] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5099), 1, + ACTIONS(5102), 1, anon_sym_SEMI, - [51645] = 2, + [51709] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(329), 1, aux_sym_subprogram_body_token1, - [51652] = 2, + [51716] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5101), 1, + ACTIONS(5104), 1, sym_identifier, - [51659] = 2, + [51723] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5103), 1, + ACTIONS(5106), 1, anon_sym_SEMI, - [51666] = 2, + [51730] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5105), 1, + ACTIONS(5108), 1, sym_identifier, - [51673] = 2, + [51737] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5107), 1, + ACTIONS(5110), 1, anon_sym_EQ_GT, - [51680] = 2, + [51744] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5109), 1, + ACTIONS(5112), 1, aux_sym_package_specification_token3, - [51687] = 2, + [51751] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5111), 1, + ACTIONS(5114), 1, sym_identifier, - [51694] = 2, + [51758] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5113), 1, + ACTIONS(5116), 1, anon_sym_SEMI, - [51701] = 2, + [51765] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5115), 1, + ACTIONS(5118), 1, aux_sym_allocator_token1, - [51708] = 2, + [51772] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5117), 1, + ACTIONS(5120), 1, anon_sym_RPAREN, - [51715] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5119), 1, - anon_sym_EQ_GT, - [51722] = 2, + [51779] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5122), 1, - anon_sym_SEMI, - [51729] = 2, + anon_sym_EQ_GT, + [51786] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5124), 1, + ACTIONS(5125), 1, + anon_sym_SEMI, + [51793] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5127), 1, aux_sym_package_specification_token3, - [51736] = 2, + [51800] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5126), 1, + ACTIONS(5129), 1, anon_sym_SEMI, - [51743] = 2, + [51807] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5128), 1, + ACTIONS(5131), 1, aux_sym_compilation_unit_token1, - [51750] = 2, + [51814] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3639), 1, + ACTIONS(3642), 1, aux_sym_compilation_unit_token1, - [51757] = 2, + [51821] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5130), 1, + ACTIONS(5133), 1, anon_sym_RPAREN, - [51764] = 2, + [51828] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5132), 1, + ACTIONS(5135), 1, aux_sym_package_specification_token3, - [51771] = 2, + [51835] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5134), 1, + ACTIONS(5137), 1, anon_sym_SEMI, - [51778] = 2, + [51842] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5136), 1, + ACTIONS(5139), 1, aux_sym_with_clause_token2, - [51785] = 2, + [51849] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5138), 1, + ACTIONS(5141), 1, aux_sym_subprogram_body_token1, - [51792] = 2, + [51856] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5140), 1, + ACTIONS(5143), 1, anon_sym_SEMI, - [51799] = 2, + [51863] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5142), 1, + ACTIONS(5145), 1, aux_sym_with_clause_token2, - [51806] = 2, + [51870] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5144), 1, + ACTIONS(5147), 1, anon_sym_SEMI, - [51813] = 2, + [51877] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5146), 1, + ACTIONS(5149), 1, anon_sym_SEMI, - [51820] = 2, + [51884] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5148), 1, + ACTIONS(5151), 1, aux_sym_compilation_unit_token1, - [51827] = 2, + [51891] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5150), 1, + ACTIONS(5153), 1, aux_sym_use_clause_token2, - [51834] = 2, + [51898] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5152), 1, + ACTIONS(5155), 1, aux_sym_loop_statement_token1, - [51841] = 2, + [51905] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5154), 1, + ACTIONS(5157), 1, anon_sym_RBRACK, - [51848] = 2, + [51912] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5156), 1, + ACTIONS(5159), 1, aux_sym_case_expression_token1, - [51855] = 2, + [51919] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5158), 1, + ACTIONS(5161), 1, aux_sym_allocator_token1, - [51862] = 2, + [51926] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5160), 1, + ACTIONS(5163), 1, anon_sym_SEMI, - [51869] = 2, + [51933] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3651), 1, + ACTIONS(3654), 1, anon_sym_SEMI, - [51876] = 2, + [51940] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5162), 1, + ACTIONS(5165), 1, anon_sym_SEMI, - [51883] = 2, + [51947] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5164), 1, + ACTIONS(5167), 1, sym_identifier, - [51890] = 2, + [51954] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3116), 1, + ACTIONS(3119), 1, aux_sym_loop_statement_token1, - [51897] = 2, + [51961] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5166), 1, + ACTIONS(5169), 1, anon_sym_SEMI, - [51904] = 2, + [51968] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5168), 1, + ACTIONS(5171), 1, anon_sym_SEMI, - [51911] = 2, + [51975] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5170), 1, + ACTIONS(5173), 1, aux_sym_package_specification_token3, - [51918] = 2, + [51982] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4114), 1, anon_sym_SEMI, - [51925] = 2, + [51989] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5172), 1, + ACTIONS(5175), 1, anon_sym_SEMI, - [51932] = 2, + [51996] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5174), 1, + ACTIONS(5177), 1, sym_tick, - [51939] = 2, + [52003] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5176), 1, + ACTIONS(5179), 1, anon_sym_EQ_GT, - [51946] = 2, + [52010] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5178), 1, + ACTIONS(5181), 1, anon_sym_COLON, - [51953] = 2, + [52017] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5180), 1, + ACTIONS(5183), 1, ts_builtin_sym_end, - [51960] = 2, + [52024] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5182), 1, + ACTIONS(5185), 1, sym_identifier, - [51967] = 2, + [52031] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5184), 1, + ACTIONS(5187), 1, anon_sym_SEMI, - [51974] = 2, + [52038] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4105), 1, + ACTIONS(4108), 1, anon_sym_SEMI, - [51981] = 2, + [52045] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5186), 1, + ACTIONS(5189), 1, sym_identifier, - [51988] = 2, + [52052] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4080), 1, + ACTIONS(4083), 1, anon_sym_SEMI, - [51995] = 2, + [52059] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5188), 1, + ACTIONS(5191), 1, aux_sym_package_specification_token3, - [52002] = 2, + [52066] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5190), 1, + ACTIONS(5193), 1, sym_identifier, - [52009] = 2, + [52073] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5192), 1, + ACTIONS(5195), 1, sym_identifier, - [52016] = 2, + [52080] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4101), 1, + ACTIONS(4104), 1, anon_sym_SEMI, - [52023] = 2, + [52087] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5194), 1, + ACTIONS(5197), 1, anon_sym_SEMI, - [52030] = 2, + [52094] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5196), 1, + ACTIONS(5199), 1, anon_sym_EQ_GT, - [52037] = 2, + [52101] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5198), 1, + ACTIONS(5201), 1, anon_sym_SEMI, - [52044] = 2, + [52108] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5200), 1, + ACTIONS(5203), 1, sym_identifier, - [52051] = 2, + [52115] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5202), 1, + ACTIONS(5205), 1, anon_sym_RBRACK, - [52058] = 2, + [52122] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5204), 1, + ACTIONS(5207), 1, aux_sym_record_component_association_list_token1, - [52065] = 2, + [52129] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5206), 1, + ACTIONS(5209), 1, aux_sym_package_specification_token2, - [52072] = 2, + [52136] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5208), 1, + ACTIONS(5211), 1, anon_sym_SEMI, - [52079] = 2, + [52143] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5210), 1, + ACTIONS(5213), 1, aux_sym_global_mode_token1, - [52086] = 2, + [52150] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5212), 1, + ACTIONS(5215), 1, anon_sym_LPAREN, - [52093] = 2, + [52157] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5214), 1, + ACTIONS(5217), 1, sym_identifier, - [52100] = 2, + [52164] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5216), 1, + ACTIONS(5219), 1, anon_sym_LT_GT, }; @@ -57768,1374 +57816,1374 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(598)] = 32553, [SMALL_STATE(599)] = 32582, [SMALL_STATE(600)] = 32627, - [SMALL_STATE(601)] = 32670, - [SMALL_STATE(602)] = 32715, - [SMALL_STATE(603)] = 32752, - [SMALL_STATE(604)] = 32797, - [SMALL_STATE(605)] = 32826, - [SMALL_STATE(606)] = 32855, - [SMALL_STATE(607)] = 32884, - [SMALL_STATE(608)] = 32913, - [SMALL_STATE(609)] = 32942, - [SMALL_STATE(610)] = 32982, - [SMALL_STATE(611)] = 33022, - [SMALL_STATE(612)] = 33046, - [SMALL_STATE(613)] = 33070, - [SMALL_STATE(614)] = 33104, - [SMALL_STATE(615)] = 33128, - [SMALL_STATE(616)] = 33152, - [SMALL_STATE(617)] = 33176, - [SMALL_STATE(618)] = 33218, - [SMALL_STATE(619)] = 33260, - [SMALL_STATE(620)] = 33304, - [SMALL_STATE(621)] = 33338, - [SMALL_STATE(622)] = 33380, - [SMALL_STATE(623)] = 33420, - [SMALL_STATE(624)] = 33459, - [SMALL_STATE(625)] = 33500, - [SMALL_STATE(626)] = 33541, - [SMALL_STATE(627)] = 33582, - [SMALL_STATE(628)] = 33609, - [SMALL_STATE(629)] = 33650, - [SMALL_STATE(630)] = 33677, - [SMALL_STATE(631)] = 33716, - [SMALL_STATE(632)] = 33755, - [SMALL_STATE(633)] = 33796, - [SMALL_STATE(634)] = 33833, - [SMALL_STATE(635)] = 33870, - [SMALL_STATE(636)] = 33909, - [SMALL_STATE(637)] = 33948, - [SMALL_STATE(638)] = 33987, - [SMALL_STATE(639)] = 34026, - [SMALL_STATE(640)] = 34065, - [SMALL_STATE(641)] = 34104, - [SMALL_STATE(642)] = 34142, - [SMALL_STATE(643)] = 34176, - [SMALL_STATE(644)] = 34208, - [SMALL_STATE(645)] = 34246, - [SMALL_STATE(646)] = 34284, - [SMALL_STATE(647)] = 34322, - [SMALL_STATE(648)] = 34358, - [SMALL_STATE(649)] = 34396, - [SMALL_STATE(650)] = 34434, - [SMALL_STATE(651)] = 34470, - [SMALL_STATE(652)] = 34508, - [SMALL_STATE(653)] = 34546, - [SMALL_STATE(654)] = 34580, - [SMALL_STATE(655)] = 34614, - [SMALL_STATE(656)] = 34652, - [SMALL_STATE(657)] = 34690, - [SMALL_STATE(658)] = 34728, - [SMALL_STATE(659)] = 34762, - [SMALL_STATE(660)] = 34800, - [SMALL_STATE(661)] = 34836, - [SMALL_STATE(662)] = 34874, - [SMALL_STATE(663)] = 34914, - [SMALL_STATE(664)] = 34952, - [SMALL_STATE(665)] = 34990, - [SMALL_STATE(666)] = 35028, - [SMALL_STATE(667)] = 35061, - [SMALL_STATE(668)] = 35082, - [SMALL_STATE(669)] = 35103, - [SMALL_STATE(670)] = 35124, - [SMALL_STATE(671)] = 35157, - [SMALL_STATE(672)] = 35178, - [SMALL_STATE(673)] = 35211, - [SMALL_STATE(674)] = 35244, - [SMALL_STATE(675)] = 35265, - [SMALL_STATE(676)] = 35286, - [SMALL_STATE(677)] = 35317, - [SMALL_STATE(678)] = 35352, - [SMALL_STATE(679)] = 35385, - [SMALL_STATE(680)] = 35406, - [SMALL_STATE(681)] = 35434, - [SMALL_STATE(682)] = 35464, - [SMALL_STATE(683)] = 35496, - [SMALL_STATE(684)] = 35524, - [SMALL_STATE(685)] = 35556, - [SMALL_STATE(686)] = 35584, - [SMALL_STATE(687)] = 35616, - [SMALL_STATE(688)] = 35644, - [SMALL_STATE(689)] = 35672, - [SMALL_STATE(690)] = 35700, - [SMALL_STATE(691)] = 35728, - [SMALL_STATE(692)] = 35756, - [SMALL_STATE(693)] = 35784, - [SMALL_STATE(694)] = 35812, - [SMALL_STATE(695)] = 35840, - [SMALL_STATE(696)] = 35868, - [SMALL_STATE(697)] = 35896, - [SMALL_STATE(698)] = 35924, - [SMALL_STATE(699)] = 35952, - [SMALL_STATE(700)] = 35980, - [SMALL_STATE(701)] = 36010, - [SMALL_STATE(702)] = 36042, - [SMALL_STATE(703)] = 36070, - [SMALL_STATE(704)] = 36098, - [SMALL_STATE(705)] = 36126, - [SMALL_STATE(706)] = 36154, - [SMALL_STATE(707)] = 36182, - [SMALL_STATE(708)] = 36210, - [SMALL_STATE(709)] = 36238, - [SMALL_STATE(710)] = 36266, - [SMALL_STATE(711)] = 36296, - [SMALL_STATE(712)] = 36324, - [SMALL_STATE(713)] = 36352, - [SMALL_STATE(714)] = 36380, - [SMALL_STATE(715)] = 36408, - [SMALL_STATE(716)] = 36436, - [SMALL_STATE(717)] = 36464, - [SMALL_STATE(718)] = 36492, - [SMALL_STATE(719)] = 36520, - [SMALL_STATE(720)] = 36548, - [SMALL_STATE(721)] = 36576, - [SMALL_STATE(722)] = 36604, - [SMALL_STATE(723)] = 36632, - [SMALL_STATE(724)] = 36660, - [SMALL_STATE(725)] = 36688, - [SMALL_STATE(726)] = 36716, - [SMALL_STATE(727)] = 36746, - [SMALL_STATE(728)] = 36774, - [SMALL_STATE(729)] = 36802, - [SMALL_STATE(730)] = 36830, - [SMALL_STATE(731)] = 36858, - [SMALL_STATE(732)] = 36888, - [SMALL_STATE(733)] = 36916, - [SMALL_STATE(734)] = 36944, - [SMALL_STATE(735)] = 36972, - [SMALL_STATE(736)] = 37002, - [SMALL_STATE(737)] = 37032, - [SMALL_STATE(738)] = 37060, - [SMALL_STATE(739)] = 37090, - [SMALL_STATE(740)] = 37118, - [SMALL_STATE(741)] = 37146, - [SMALL_STATE(742)] = 37174, - [SMALL_STATE(743)] = 37202, - [SMALL_STATE(744)] = 37230, - [SMALL_STATE(745)] = 37258, - [SMALL_STATE(746)] = 37290, - [SMALL_STATE(747)] = 37318, - [SMALL_STATE(748)] = 37346, - [SMALL_STATE(749)] = 37378, - [SMALL_STATE(750)] = 37408, - [SMALL_STATE(751)] = 37436, - [SMALL_STATE(752)] = 37466, - [SMALL_STATE(753)] = 37491, - [SMALL_STATE(754)] = 37516, - [SMALL_STATE(755)] = 37539, - [SMALL_STATE(756)] = 37560, - [SMALL_STATE(757)] = 37585, - [SMALL_STATE(758)] = 37610, - [SMALL_STATE(759)] = 37635, - [SMALL_STATE(760)] = 37660, - [SMALL_STATE(761)] = 37687, - [SMALL_STATE(762)] = 37712, - [SMALL_STATE(763)] = 37737, - [SMALL_STATE(764)] = 37762, - [SMALL_STATE(765)] = 37787, - [SMALL_STATE(766)] = 37812, - [SMALL_STATE(767)] = 37837, - [SMALL_STATE(768)] = 37862, - [SMALL_STATE(769)] = 37887, - [SMALL_STATE(770)] = 37912, - [SMALL_STATE(771)] = 37937, - [SMALL_STATE(772)] = 37960, - [SMALL_STATE(773)] = 37987, - [SMALL_STATE(774)] = 38012, - [SMALL_STATE(775)] = 38037, - [SMALL_STATE(776)] = 38062, - [SMALL_STATE(777)] = 38087, - [SMALL_STATE(778)] = 38112, - [SMALL_STATE(779)] = 38137, - [SMALL_STATE(780)] = 38162, - [SMALL_STATE(781)] = 38187, - [SMALL_STATE(782)] = 38212, - [SMALL_STATE(783)] = 38237, - [SMALL_STATE(784)] = 38262, - [SMALL_STATE(785)] = 38287, - [SMALL_STATE(786)] = 38312, - [SMALL_STATE(787)] = 38337, - [SMALL_STATE(788)] = 38362, - [SMALL_STATE(789)] = 38389, - [SMALL_STATE(790)] = 38414, - [SMALL_STATE(791)] = 38439, - [SMALL_STATE(792)] = 38464, - [SMALL_STATE(793)] = 38489, - [SMALL_STATE(794)] = 38512, - [SMALL_STATE(795)] = 38537, - [SMALL_STATE(796)] = 38562, - [SMALL_STATE(797)] = 38587, - [SMALL_STATE(798)] = 38612, - [SMALL_STATE(799)] = 38637, - [SMALL_STATE(800)] = 38662, - [SMALL_STATE(801)] = 38687, - [SMALL_STATE(802)] = 38712, - [SMALL_STATE(803)] = 38737, - [SMALL_STATE(804)] = 38762, - [SMALL_STATE(805)] = 38797, - [SMALL_STATE(806)] = 38822, - [SMALL_STATE(807)] = 38845, - [SMALL_STATE(808)] = 38870, - [SMALL_STATE(809)] = 38895, - [SMALL_STATE(810)] = 38920, - [SMALL_STATE(811)] = 38945, - [SMALL_STATE(812)] = 38970, - [SMALL_STATE(813)] = 38990, - [SMALL_STATE(814)] = 39010, - [SMALL_STATE(815)] = 39032, - [SMALL_STATE(816)] = 39054, - [SMALL_STATE(817)] = 39076, - [SMALL_STATE(818)] = 39094, - [SMALL_STATE(819)] = 39113, - [SMALL_STATE(820)] = 39132, - [SMALL_STATE(821)] = 39161, - [SMALL_STATE(822)] = 39190, - [SMALL_STATE(823)] = 39209, - [SMALL_STATE(824)] = 39238, - [SMALL_STATE(825)] = 39257, - [SMALL_STATE(826)] = 39286, - [SMALL_STATE(827)] = 39305, - [SMALL_STATE(828)] = 39324, - [SMALL_STATE(829)] = 39353, - [SMALL_STATE(830)] = 39385, - [SMALL_STATE(831)] = 39417, - [SMALL_STATE(832)] = 39433, - [SMALL_STATE(833)] = 39451, - [SMALL_STATE(834)] = 39467, - [SMALL_STATE(835)] = 39483, - [SMALL_STATE(836)] = 39515, - [SMALL_STATE(837)] = 39547, - [SMALL_STATE(838)] = 39563, - [SMALL_STATE(839)] = 39579, - [SMALL_STATE(840)] = 39606, - [SMALL_STATE(841)] = 39637, - [SMALL_STATE(842)] = 39664, - [SMALL_STATE(843)] = 39689, - [SMALL_STATE(844)] = 39716, - [SMALL_STATE(845)] = 39743, - [SMALL_STATE(846)] = 39774, - [SMALL_STATE(847)] = 39801, - [SMALL_STATE(848)] = 39830, - [SMALL_STATE(849)] = 39861, - [SMALL_STATE(850)] = 39888, - [SMALL_STATE(851)] = 39917, - [SMALL_STATE(852)] = 39944, - [SMALL_STATE(853)] = 39971, - [SMALL_STATE(854)] = 39998, - [SMALL_STATE(855)] = 40014, - [SMALL_STATE(856)] = 40030, - [SMALL_STATE(857)] = 40046, - [SMALL_STATE(858)] = 40072, - [SMALL_STATE(859)] = 40088, - [SMALL_STATE(860)] = 40104, - [SMALL_STATE(861)] = 40120, - [SMALL_STATE(862)] = 40136, - [SMALL_STATE(863)] = 40152, - [SMALL_STATE(864)] = 40178, - [SMALL_STATE(865)] = 40194, - [SMALL_STATE(866)] = 40220, - [SMALL_STATE(867)] = 40236, - [SMALL_STATE(868)] = 40252, - [SMALL_STATE(869)] = 40268, - [SMALL_STATE(870)] = 40284, - [SMALL_STATE(871)] = 40300, - [SMALL_STATE(872)] = 40316, - [SMALL_STATE(873)] = 40342, - [SMALL_STATE(874)] = 40358, - [SMALL_STATE(875)] = 40374, - [SMALL_STATE(876)] = 40390, - [SMALL_STATE(877)] = 40406, - [SMALL_STATE(878)] = 40422, - [SMALL_STATE(879)] = 40438, - [SMALL_STATE(880)] = 40454, - [SMALL_STATE(881)] = 40470, - [SMALL_STATE(882)] = 40486, - [SMALL_STATE(883)] = 40502, - [SMALL_STATE(884)] = 40518, - [SMALL_STATE(885)] = 40534, - [SMALL_STATE(886)] = 40550, - [SMALL_STATE(887)] = 40574, - [SMALL_STATE(888)] = 40602, - [SMALL_STATE(889)] = 40624, - [SMALL_STATE(890)] = 40640, - [SMALL_STATE(891)] = 40656, - [SMALL_STATE(892)] = 40672, - [SMALL_STATE(893)] = 40698, - [SMALL_STATE(894)] = 40714, - [SMALL_STATE(895)] = 40730, - [SMALL_STATE(896)] = 40746, - [SMALL_STATE(897)] = 40762, - [SMALL_STATE(898)] = 40778, - [SMALL_STATE(899)] = 40794, - [SMALL_STATE(900)] = 40820, - [SMALL_STATE(901)] = 40836, - [SMALL_STATE(902)] = 40858, - [SMALL_STATE(903)] = 40879, - [SMALL_STATE(904)] = 40904, - [SMALL_STATE(905)] = 40929, - [SMALL_STATE(906)] = 40954, - [SMALL_STATE(907)] = 40975, - [SMALL_STATE(908)] = 41000, - [SMALL_STATE(909)] = 41025, - [SMALL_STATE(910)] = 41046, - [SMALL_STATE(911)] = 41071, - [SMALL_STATE(912)] = 41096, - [SMALL_STATE(913)] = 41121, - [SMALL_STATE(914)] = 41144, - [SMALL_STATE(915)] = 41169, - [SMALL_STATE(916)] = 41194, - [SMALL_STATE(917)] = 41219, - [SMALL_STATE(918)] = 41234, - [SMALL_STATE(919)] = 41259, - [SMALL_STATE(920)] = 41284, - [SMALL_STATE(921)] = 41297, - [SMALL_STATE(922)] = 41310, - [SMALL_STATE(923)] = 41335, - [SMALL_STATE(924)] = 41356, - [SMALL_STATE(925)] = 41369, - [SMALL_STATE(926)] = 41394, - [SMALL_STATE(927)] = 41419, - [SMALL_STATE(928)] = 41444, - [SMALL_STATE(929)] = 41469, - [SMALL_STATE(930)] = 41494, - [SMALL_STATE(931)] = 41519, - [SMALL_STATE(932)] = 41544, - [SMALL_STATE(933)] = 41557, - [SMALL_STATE(934)] = 41570, - [SMALL_STATE(935)] = 41588, - [SMALL_STATE(936)] = 41610, - [SMALL_STATE(937)] = 41624, - [SMALL_STATE(938)] = 41636, - [SMALL_STATE(939)] = 41648, - [SMALL_STATE(940)] = 41662, - [SMALL_STATE(941)] = 41682, - [SMALL_STATE(942)] = 41700, - [SMALL_STATE(943)] = 41718, - [SMALL_STATE(944)] = 41732, - [SMALL_STATE(945)] = 41754, - [SMALL_STATE(946)] = 41770, - [SMALL_STATE(947)] = 41790, - [SMALL_STATE(948)] = 41810, - [SMALL_STATE(949)] = 41830, - [SMALL_STATE(950)] = 41844, - [SMALL_STATE(951)] = 41860, - [SMALL_STATE(952)] = 41882, - [SMALL_STATE(953)] = 41898, - [SMALL_STATE(954)] = 41920, - [SMALL_STATE(955)] = 41942, - [SMALL_STATE(956)] = 41962, - [SMALL_STATE(957)] = 41984, - [SMALL_STATE(958)] = 41998, - [SMALL_STATE(959)] = 42020, - [SMALL_STATE(960)] = 42042, - [SMALL_STATE(961)] = 42056, - [SMALL_STATE(962)] = 42072, - [SMALL_STATE(963)] = 42094, - [SMALL_STATE(964)] = 42116, - [SMALL_STATE(965)] = 42138, - [SMALL_STATE(966)] = 42160, - [SMALL_STATE(967)] = 42178, - [SMALL_STATE(968)] = 42196, - [SMALL_STATE(969)] = 42210, - [SMALL_STATE(970)] = 42230, - [SMALL_STATE(971)] = 42250, - [SMALL_STATE(972)] = 42261, - [SMALL_STATE(973)] = 42278, - [SMALL_STATE(974)] = 42291, - [SMALL_STATE(975)] = 42310, - [SMALL_STATE(976)] = 42327, - [SMALL_STATE(977)] = 42342, - [SMALL_STATE(978)] = 42361, - [SMALL_STATE(979)] = 42380, - [SMALL_STATE(980)] = 42399, - [SMALL_STATE(981)] = 42418, - [SMALL_STATE(982)] = 42437, - [SMALL_STATE(983)] = 42448, - [SMALL_STATE(984)] = 42467, - [SMALL_STATE(985)] = 42486, - [SMALL_STATE(986)] = 42505, - [SMALL_STATE(987)] = 42520, - [SMALL_STATE(988)] = 42539, - [SMALL_STATE(989)] = 42554, - [SMALL_STATE(990)] = 42565, - [SMALL_STATE(991)] = 42584, - [SMALL_STATE(992)] = 42603, - [SMALL_STATE(993)] = 42622, - [SMALL_STATE(994)] = 42641, - [SMALL_STATE(995)] = 42660, - [SMALL_STATE(996)] = 42679, - [SMALL_STATE(997)] = 42696, - [SMALL_STATE(998)] = 42711, - [SMALL_STATE(999)] = 42724, - [SMALL_STATE(1000)] = 42743, - [SMALL_STATE(1001)] = 42762, - [SMALL_STATE(1002)] = 42781, - [SMALL_STATE(1003)] = 42800, - [SMALL_STATE(1004)] = 42819, - [SMALL_STATE(1005)] = 42836, - [SMALL_STATE(1006)] = 42855, - [SMALL_STATE(1007)] = 42870, - [SMALL_STATE(1008)] = 42889, - [SMALL_STATE(1009)] = 42908, - [SMALL_STATE(1010)] = 42925, - [SMALL_STATE(1011)] = 42940, - [SMALL_STATE(1012)] = 42959, - [SMALL_STATE(1013)] = 42978, - [SMALL_STATE(1014)] = 42993, - [SMALL_STATE(1015)] = 43012, - [SMALL_STATE(1016)] = 43027, - [SMALL_STATE(1017)] = 43046, - [SMALL_STATE(1018)] = 43065, - [SMALL_STATE(1019)] = 43084, - [SMALL_STATE(1020)] = 43103, - [SMALL_STATE(1021)] = 43122, - [SMALL_STATE(1022)] = 43137, - [SMALL_STATE(1023)] = 43154, - [SMALL_STATE(1024)] = 43171, - [SMALL_STATE(1025)] = 43190, - [SMALL_STATE(1026)] = 43201, - [SMALL_STATE(1027)] = 43220, - [SMALL_STATE(1028)] = 43239, - [SMALL_STATE(1029)] = 43256, - [SMALL_STATE(1030)] = 43275, - [SMALL_STATE(1031)] = 43294, - [SMALL_STATE(1032)] = 43313, - [SMALL_STATE(1033)] = 43332, - [SMALL_STATE(1034)] = 43351, - [SMALL_STATE(1035)] = 43370, - [SMALL_STATE(1036)] = 43387, - [SMALL_STATE(1037)] = 43406, - [SMALL_STATE(1038)] = 43425, - [SMALL_STATE(1039)] = 43444, - [SMALL_STATE(1040)] = 43463, - [SMALL_STATE(1041)] = 43476, - [SMALL_STATE(1042)] = 43495, - [SMALL_STATE(1043)] = 43514, - [SMALL_STATE(1044)] = 43525, - [SMALL_STATE(1045)] = 43544, - [SMALL_STATE(1046)] = 43563, - [SMALL_STATE(1047)] = 43582, - [SMALL_STATE(1048)] = 43593, - [SMALL_STATE(1049)] = 43612, - [SMALL_STATE(1050)] = 43631, - [SMALL_STATE(1051)] = 43650, - [SMALL_STATE(1052)] = 43669, - [SMALL_STATE(1053)] = 43684, - [SMALL_STATE(1054)] = 43703, - [SMALL_STATE(1055)] = 43722, - [SMALL_STATE(1056)] = 43741, - [SMALL_STATE(1057)] = 43760, - [SMALL_STATE(1058)] = 43775, - [SMALL_STATE(1059)] = 43794, - [SMALL_STATE(1060)] = 43811, - [SMALL_STATE(1061)] = 43825, - [SMALL_STATE(1062)] = 43839, - [SMALL_STATE(1063)] = 43855, - [SMALL_STATE(1064)] = 43869, - [SMALL_STATE(1065)] = 43883, - [SMALL_STATE(1066)] = 43897, - [SMALL_STATE(1067)] = 43913, - [SMALL_STATE(1068)] = 43929, - [SMALL_STATE(1069)] = 43945, - [SMALL_STATE(1070)] = 43961, - [SMALL_STATE(1071)] = 43975, - [SMALL_STATE(1072)] = 43987, - [SMALL_STATE(1073)] = 43997, - [SMALL_STATE(1074)] = 44013, - [SMALL_STATE(1075)] = 44025, - [SMALL_STATE(1076)] = 44041, - [SMALL_STATE(1077)] = 44055, - [SMALL_STATE(1078)] = 44069, - [SMALL_STATE(1079)] = 44085, - [SMALL_STATE(1080)] = 44101, - [SMALL_STATE(1081)] = 44117, - [SMALL_STATE(1082)] = 44127, - [SMALL_STATE(1083)] = 44143, - [SMALL_STATE(1084)] = 44155, - [SMALL_STATE(1085)] = 44169, - [SMALL_STATE(1086)] = 44185, - [SMALL_STATE(1087)] = 44199, - [SMALL_STATE(1088)] = 44211, - [SMALL_STATE(1089)] = 44221, - [SMALL_STATE(1090)] = 44233, - [SMALL_STATE(1091)] = 44249, - [SMALL_STATE(1092)] = 44259, - [SMALL_STATE(1093)] = 44273, - [SMALL_STATE(1094)] = 44289, - [SMALL_STATE(1095)] = 44305, - [SMALL_STATE(1096)] = 44319, - [SMALL_STATE(1097)] = 44335, - [SMALL_STATE(1098)] = 44349, - [SMALL_STATE(1099)] = 44363, - [SMALL_STATE(1100)] = 44373, - [SMALL_STATE(1101)] = 44389, - [SMALL_STATE(1102)] = 44399, - [SMALL_STATE(1103)] = 44409, - [SMALL_STATE(1104)] = 44421, - [SMALL_STATE(1105)] = 44437, - [SMALL_STATE(1106)] = 44453, - [SMALL_STATE(1107)] = 44467, - [SMALL_STATE(1108)] = 44481, - [SMALL_STATE(1109)] = 44495, - [SMALL_STATE(1110)] = 44505, - [SMALL_STATE(1111)] = 44521, - [SMALL_STATE(1112)] = 44535, - [SMALL_STATE(1113)] = 44547, - [SMALL_STATE(1114)] = 44561, - [SMALL_STATE(1115)] = 44577, - [SMALL_STATE(1116)] = 44593, - [SMALL_STATE(1117)] = 44607, - [SMALL_STATE(1118)] = 44621, - [SMALL_STATE(1119)] = 44637, - [SMALL_STATE(1120)] = 44653, - [SMALL_STATE(1121)] = 44663, - [SMALL_STATE(1122)] = 44675, - [SMALL_STATE(1123)] = 44689, - [SMALL_STATE(1124)] = 44701, - [SMALL_STATE(1125)] = 44717, - [SMALL_STATE(1126)] = 44733, - [SMALL_STATE(1127)] = 44747, - [SMALL_STATE(1128)] = 44761, - [SMALL_STATE(1129)] = 44777, - [SMALL_STATE(1130)] = 44793, - [SMALL_STATE(1131)] = 44805, - [SMALL_STATE(1132)] = 44821, - [SMALL_STATE(1133)] = 44837, - [SMALL_STATE(1134)] = 44853, - [SMALL_STATE(1135)] = 44869, - [SMALL_STATE(1136)] = 44885, - [SMALL_STATE(1137)] = 44901, - [SMALL_STATE(1138)] = 44915, - [SMALL_STATE(1139)] = 44931, - [SMALL_STATE(1140)] = 44947, - [SMALL_STATE(1141)] = 44963, - [SMALL_STATE(1142)] = 44979, - [SMALL_STATE(1143)] = 44993, - [SMALL_STATE(1144)] = 45007, - [SMALL_STATE(1145)] = 45023, - [SMALL_STATE(1146)] = 45033, - [SMALL_STATE(1147)] = 45049, - [SMALL_STATE(1148)] = 45065, - [SMALL_STATE(1149)] = 45075, - [SMALL_STATE(1150)] = 45091, - [SMALL_STATE(1151)] = 45105, - [SMALL_STATE(1152)] = 45121, - [SMALL_STATE(1153)] = 45134, - [SMALL_STATE(1154)] = 45143, - [SMALL_STATE(1155)] = 45154, - [SMALL_STATE(1156)] = 45167, - [SMALL_STATE(1157)] = 45180, - [SMALL_STATE(1158)] = 45193, - [SMALL_STATE(1159)] = 45202, - [SMALL_STATE(1160)] = 45211, - [SMALL_STATE(1161)] = 45224, - [SMALL_STATE(1162)] = 45233, - [SMALL_STATE(1163)] = 45246, - [SMALL_STATE(1164)] = 45259, - [SMALL_STATE(1165)] = 45270, - [SMALL_STATE(1166)] = 45279, - [SMALL_STATE(1167)] = 45290, - [SMALL_STATE(1168)] = 45303, - [SMALL_STATE(1169)] = 45312, - [SMALL_STATE(1170)] = 45321, - [SMALL_STATE(1171)] = 45330, - [SMALL_STATE(1172)] = 45343, - [SMALL_STATE(1173)] = 45356, - [SMALL_STATE(1174)] = 45369, - [SMALL_STATE(1175)] = 45382, - [SMALL_STATE(1176)] = 45395, - [SMALL_STATE(1177)] = 45408, - [SMALL_STATE(1178)] = 45419, - [SMALL_STATE(1179)] = 45428, - [SMALL_STATE(1180)] = 45437, - [SMALL_STATE(1181)] = 45450, - [SMALL_STATE(1182)] = 45463, - [SMALL_STATE(1183)] = 45476, - [SMALL_STATE(1184)] = 45485, - [SMALL_STATE(1185)] = 45494, - [SMALL_STATE(1186)] = 45507, - [SMALL_STATE(1187)] = 45520, - [SMALL_STATE(1188)] = 45529, - [SMALL_STATE(1189)] = 45542, - [SMALL_STATE(1190)] = 45555, - [SMALL_STATE(1191)] = 45568, - [SMALL_STATE(1192)] = 45581, - [SMALL_STATE(1193)] = 45590, - [SMALL_STATE(1194)] = 45603, - [SMALL_STATE(1195)] = 45616, - [SMALL_STATE(1196)] = 45625, - [SMALL_STATE(1197)] = 45634, - [SMALL_STATE(1198)] = 45643, - [SMALL_STATE(1199)] = 45652, - [SMALL_STATE(1200)] = 45661, - [SMALL_STATE(1201)] = 45674, - [SMALL_STATE(1202)] = 45687, - [SMALL_STATE(1203)] = 45700, - [SMALL_STATE(1204)] = 45713, - [SMALL_STATE(1205)] = 45726, - [SMALL_STATE(1206)] = 45737, - [SMALL_STATE(1207)] = 45750, - [SMALL_STATE(1208)] = 45763, - [SMALL_STATE(1209)] = 45776, - [SMALL_STATE(1210)] = 45785, - [SMALL_STATE(1211)] = 45796, - [SMALL_STATE(1212)] = 45809, - [SMALL_STATE(1213)] = 45820, - [SMALL_STATE(1214)] = 45833, - [SMALL_STATE(1215)] = 45846, - [SMALL_STATE(1216)] = 45855, - [SMALL_STATE(1217)] = 45868, - [SMALL_STATE(1218)] = 45881, - [SMALL_STATE(1219)] = 45894, - [SMALL_STATE(1220)] = 45907, - [SMALL_STATE(1221)] = 45920, - [SMALL_STATE(1222)] = 45929, - [SMALL_STATE(1223)] = 45942, - [SMALL_STATE(1224)] = 45955, - [SMALL_STATE(1225)] = 45964, - [SMALL_STATE(1226)] = 45977, - [SMALL_STATE(1227)] = 45986, - [SMALL_STATE(1228)] = 45999, - [SMALL_STATE(1229)] = 46012, - [SMALL_STATE(1230)] = 46025, - [SMALL_STATE(1231)] = 46038, - [SMALL_STATE(1232)] = 46051, - [SMALL_STATE(1233)] = 46064, - [SMALL_STATE(1234)] = 46077, - [SMALL_STATE(1235)] = 46090, - [SMALL_STATE(1236)] = 46103, - [SMALL_STATE(1237)] = 46116, - [SMALL_STATE(1238)] = 46129, - [SMALL_STATE(1239)] = 46142, - [SMALL_STATE(1240)] = 46155, - [SMALL_STATE(1241)] = 46168, - [SMALL_STATE(1242)] = 46179, - [SMALL_STATE(1243)] = 46192, - [SMALL_STATE(1244)] = 46205, - [SMALL_STATE(1245)] = 46218, - [SMALL_STATE(1246)] = 46231, - [SMALL_STATE(1247)] = 46244, - [SMALL_STATE(1248)] = 46257, - [SMALL_STATE(1249)] = 46268, - [SMALL_STATE(1250)] = 46277, - [SMALL_STATE(1251)] = 46286, - [SMALL_STATE(1252)] = 46299, - [SMALL_STATE(1253)] = 46312, - [SMALL_STATE(1254)] = 46325, - [SMALL_STATE(1255)] = 46338, - [SMALL_STATE(1256)] = 46351, - [SMALL_STATE(1257)] = 46360, - [SMALL_STATE(1258)] = 46373, - [SMALL_STATE(1259)] = 46386, - [SMALL_STATE(1260)] = 46399, - [SMALL_STATE(1261)] = 46412, - [SMALL_STATE(1262)] = 46425, - [SMALL_STATE(1263)] = 46434, - [SMALL_STATE(1264)] = 46443, - [SMALL_STATE(1265)] = 46452, - [SMALL_STATE(1266)] = 46465, - [SMALL_STATE(1267)] = 46478, - [SMALL_STATE(1268)] = 46491, - [SMALL_STATE(1269)] = 46504, - [SMALL_STATE(1270)] = 46513, - [SMALL_STATE(1271)] = 46526, - [SMALL_STATE(1272)] = 46539, - [SMALL_STATE(1273)] = 46548, - [SMALL_STATE(1274)] = 46561, - [SMALL_STATE(1275)] = 46574, - [SMALL_STATE(1276)] = 46587, - [SMALL_STATE(1277)] = 46600, - [SMALL_STATE(1278)] = 46613, - [SMALL_STATE(1279)] = 46626, - [SMALL_STATE(1280)] = 46639, - [SMALL_STATE(1281)] = 46652, - [SMALL_STATE(1282)] = 46665, - [SMALL_STATE(1283)] = 46674, - [SMALL_STATE(1284)] = 46683, - [SMALL_STATE(1285)] = 46692, - [SMALL_STATE(1286)] = 46705, - [SMALL_STATE(1287)] = 46714, - [SMALL_STATE(1288)] = 46723, - [SMALL_STATE(1289)] = 46736, - [SMALL_STATE(1290)] = 46749, - [SMALL_STATE(1291)] = 46758, - [SMALL_STATE(1292)] = 46771, - [SMALL_STATE(1293)] = 46780, - [SMALL_STATE(1294)] = 46789, - [SMALL_STATE(1295)] = 46802, - [SMALL_STATE(1296)] = 46811, - [SMALL_STATE(1297)] = 46820, - [SMALL_STATE(1298)] = 46829, - [SMALL_STATE(1299)] = 46838, - [SMALL_STATE(1300)] = 46851, - [SMALL_STATE(1301)] = 46864, - [SMALL_STATE(1302)] = 46877, - [SMALL_STATE(1303)] = 46886, - [SMALL_STATE(1304)] = 46899, - [SMALL_STATE(1305)] = 46908, - [SMALL_STATE(1306)] = 46921, - [SMALL_STATE(1307)] = 46934, - [SMALL_STATE(1308)] = 46947, - [SMALL_STATE(1309)] = 46956, - [SMALL_STATE(1310)] = 46969, - [SMALL_STATE(1311)] = 46982, - [SMALL_STATE(1312)] = 46995, - [SMALL_STATE(1313)] = 47008, - [SMALL_STATE(1314)] = 47021, - [SMALL_STATE(1315)] = 47034, - [SMALL_STATE(1316)] = 47047, - [SMALL_STATE(1317)] = 47060, - [SMALL_STATE(1318)] = 47073, - [SMALL_STATE(1319)] = 47084, - [SMALL_STATE(1320)] = 47093, - [SMALL_STATE(1321)] = 47106, - [SMALL_STATE(1322)] = 47115, - [SMALL_STATE(1323)] = 47128, - [SMALL_STATE(1324)] = 47141, - [SMALL_STATE(1325)] = 47154, - [SMALL_STATE(1326)] = 47163, - [SMALL_STATE(1327)] = 47176, - [SMALL_STATE(1328)] = 47189, - [SMALL_STATE(1329)] = 47202, - [SMALL_STATE(1330)] = 47215, - [SMALL_STATE(1331)] = 47228, - [SMALL_STATE(1332)] = 47237, - [SMALL_STATE(1333)] = 47246, - [SMALL_STATE(1334)] = 47259, - [SMALL_STATE(1335)] = 47268, - [SMALL_STATE(1336)] = 47281, - [SMALL_STATE(1337)] = 47294, - [SMALL_STATE(1338)] = 47307, - [SMALL_STATE(1339)] = 47320, - [SMALL_STATE(1340)] = 47333, - [SMALL_STATE(1341)] = 47346, - [SMALL_STATE(1342)] = 47359, - [SMALL_STATE(1343)] = 47372, - [SMALL_STATE(1344)] = 47381, - [SMALL_STATE(1345)] = 47390, - [SMALL_STATE(1346)] = 47403, - [SMALL_STATE(1347)] = 47416, - [SMALL_STATE(1348)] = 47429, - [SMALL_STATE(1349)] = 47442, - [SMALL_STATE(1350)] = 47451, - [SMALL_STATE(1351)] = 47464, - [SMALL_STATE(1352)] = 47472, - [SMALL_STATE(1353)] = 47482, - [SMALL_STATE(1354)] = 47492, - [SMALL_STATE(1355)] = 47500, - [SMALL_STATE(1356)] = 47510, - [SMALL_STATE(1357)] = 47520, - [SMALL_STATE(1358)] = 47528, - [SMALL_STATE(1359)] = 47538, - [SMALL_STATE(1360)] = 47548, - [SMALL_STATE(1361)] = 47556, - [SMALL_STATE(1362)] = 47566, - [SMALL_STATE(1363)] = 47574, - [SMALL_STATE(1364)] = 47584, - [SMALL_STATE(1365)] = 47592, - [SMALL_STATE(1366)] = 47602, - [SMALL_STATE(1367)] = 47612, - [SMALL_STATE(1368)] = 47620, - [SMALL_STATE(1369)] = 47630, - [SMALL_STATE(1370)] = 47640, - [SMALL_STATE(1371)] = 47648, - [SMALL_STATE(1372)] = 47656, - [SMALL_STATE(1373)] = 47666, - [SMALL_STATE(1374)] = 47676, - [SMALL_STATE(1375)] = 47684, - [SMALL_STATE(1376)] = 47694, - [SMALL_STATE(1377)] = 47702, - [SMALL_STATE(1378)] = 47710, - [SMALL_STATE(1379)] = 47718, - [SMALL_STATE(1380)] = 47726, - [SMALL_STATE(1381)] = 47734, - [SMALL_STATE(1382)] = 47742, - [SMALL_STATE(1383)] = 47752, - [SMALL_STATE(1384)] = 47760, - [SMALL_STATE(1385)] = 47768, - [SMALL_STATE(1386)] = 47776, - [SMALL_STATE(1387)] = 47786, - [SMALL_STATE(1388)] = 47796, - [SMALL_STATE(1389)] = 47806, - [SMALL_STATE(1390)] = 47814, - [SMALL_STATE(1391)] = 47824, - [SMALL_STATE(1392)] = 47834, - [SMALL_STATE(1393)] = 47844, - [SMALL_STATE(1394)] = 47852, - [SMALL_STATE(1395)] = 47862, - [SMALL_STATE(1396)] = 47872, - [SMALL_STATE(1397)] = 47882, - [SMALL_STATE(1398)] = 47890, - [SMALL_STATE(1399)] = 47900, - [SMALL_STATE(1400)] = 47910, - [SMALL_STATE(1401)] = 47920, - [SMALL_STATE(1402)] = 47930, - [SMALL_STATE(1403)] = 47940, - [SMALL_STATE(1404)] = 47950, - [SMALL_STATE(1405)] = 47960, - [SMALL_STATE(1406)] = 47970, - [SMALL_STATE(1407)] = 47978, - [SMALL_STATE(1408)] = 47988, - [SMALL_STATE(1409)] = 47998, - [SMALL_STATE(1410)] = 48006, - [SMALL_STATE(1411)] = 48014, - [SMALL_STATE(1412)] = 48024, - [SMALL_STATE(1413)] = 48032, - [SMALL_STATE(1414)] = 48040, - [SMALL_STATE(1415)] = 48048, - [SMALL_STATE(1416)] = 48058, - [SMALL_STATE(1417)] = 48066, - [SMALL_STATE(1418)] = 48074, - [SMALL_STATE(1419)] = 48084, - [SMALL_STATE(1420)] = 48092, - [SMALL_STATE(1421)] = 48100, - [SMALL_STATE(1422)] = 48110, - [SMALL_STATE(1423)] = 48120, - [SMALL_STATE(1424)] = 48128, - [SMALL_STATE(1425)] = 48136, - [SMALL_STATE(1426)] = 48144, - [SMALL_STATE(1427)] = 48152, - [SMALL_STATE(1428)] = 48160, - [SMALL_STATE(1429)] = 48170, - [SMALL_STATE(1430)] = 48178, - [SMALL_STATE(1431)] = 48186, - [SMALL_STATE(1432)] = 48194, - [SMALL_STATE(1433)] = 48204, - [SMALL_STATE(1434)] = 48214, - [SMALL_STATE(1435)] = 48222, - [SMALL_STATE(1436)] = 48232, - [SMALL_STATE(1437)] = 48240, - [SMALL_STATE(1438)] = 48248, - [SMALL_STATE(1439)] = 48258, - [SMALL_STATE(1440)] = 48266, - [SMALL_STATE(1441)] = 48276, - [SMALL_STATE(1442)] = 48286, - [SMALL_STATE(1443)] = 48294, - [SMALL_STATE(1444)] = 48304, - [SMALL_STATE(1445)] = 48314, - [SMALL_STATE(1446)] = 48324, - [SMALL_STATE(1447)] = 48334, - [SMALL_STATE(1448)] = 48344, - [SMALL_STATE(1449)] = 48352, - [SMALL_STATE(1450)] = 48360, - [SMALL_STATE(1451)] = 48368, - [SMALL_STATE(1452)] = 48376, - [SMALL_STATE(1453)] = 48384, - [SMALL_STATE(1454)] = 48392, - [SMALL_STATE(1455)] = 48400, - [SMALL_STATE(1456)] = 48408, - [SMALL_STATE(1457)] = 48418, - [SMALL_STATE(1458)] = 48426, - [SMALL_STATE(1459)] = 48436, - [SMALL_STATE(1460)] = 48444, - [SMALL_STATE(1461)] = 48454, - [SMALL_STATE(1462)] = 48464, - [SMALL_STATE(1463)] = 48474, - [SMALL_STATE(1464)] = 48484, - [SMALL_STATE(1465)] = 48492, - [SMALL_STATE(1466)] = 48502, - [SMALL_STATE(1467)] = 48510, - [SMALL_STATE(1468)] = 48518, - [SMALL_STATE(1469)] = 48526, - [SMALL_STATE(1470)] = 48534, - [SMALL_STATE(1471)] = 48544, - [SMALL_STATE(1472)] = 48552, - [SMALL_STATE(1473)] = 48562, - [SMALL_STATE(1474)] = 48572, - [SMALL_STATE(1475)] = 48580, - [SMALL_STATE(1476)] = 48588, - [SMALL_STATE(1477)] = 48598, - [SMALL_STATE(1478)] = 48606, - [SMALL_STATE(1479)] = 48614, - [SMALL_STATE(1480)] = 48624, - [SMALL_STATE(1481)] = 48634, - [SMALL_STATE(1482)] = 48642, - [SMALL_STATE(1483)] = 48652, - [SMALL_STATE(1484)] = 48660, - [SMALL_STATE(1485)] = 48670, - [SMALL_STATE(1486)] = 48680, - [SMALL_STATE(1487)] = 48688, - [SMALL_STATE(1488)] = 48698, - [SMALL_STATE(1489)] = 48706, - [SMALL_STATE(1490)] = 48716, - [SMALL_STATE(1491)] = 48726, - [SMALL_STATE(1492)] = 48734, - [SMALL_STATE(1493)] = 48744, - [SMALL_STATE(1494)] = 48752, - [SMALL_STATE(1495)] = 48760, - [SMALL_STATE(1496)] = 48768, - [SMALL_STATE(1497)] = 48776, - [SMALL_STATE(1498)] = 48784, - [SMALL_STATE(1499)] = 48792, - [SMALL_STATE(1500)] = 48802, - [SMALL_STATE(1501)] = 48810, - [SMALL_STATE(1502)] = 48820, - [SMALL_STATE(1503)] = 48830, - [SMALL_STATE(1504)] = 48838, - [SMALL_STATE(1505)] = 48848, - [SMALL_STATE(1506)] = 48858, - [SMALL_STATE(1507)] = 48868, - [SMALL_STATE(1508)] = 48878, - [SMALL_STATE(1509)] = 48886, - [SMALL_STATE(1510)] = 48894, - [SMALL_STATE(1511)] = 48901, - [SMALL_STATE(1512)] = 48908, - [SMALL_STATE(1513)] = 48915, - [SMALL_STATE(1514)] = 48922, - [SMALL_STATE(1515)] = 48929, - [SMALL_STATE(1516)] = 48936, - [SMALL_STATE(1517)] = 48943, - [SMALL_STATE(1518)] = 48950, - [SMALL_STATE(1519)] = 48957, - [SMALL_STATE(1520)] = 48964, - [SMALL_STATE(1521)] = 48971, - [SMALL_STATE(1522)] = 48978, - [SMALL_STATE(1523)] = 48985, - [SMALL_STATE(1524)] = 48992, - [SMALL_STATE(1525)] = 48999, - [SMALL_STATE(1526)] = 49006, - [SMALL_STATE(1527)] = 49013, - [SMALL_STATE(1528)] = 49020, - [SMALL_STATE(1529)] = 49027, - [SMALL_STATE(1530)] = 49034, - [SMALL_STATE(1531)] = 49041, - [SMALL_STATE(1532)] = 49048, - [SMALL_STATE(1533)] = 49055, - [SMALL_STATE(1534)] = 49062, - [SMALL_STATE(1535)] = 49069, - [SMALL_STATE(1536)] = 49076, - [SMALL_STATE(1537)] = 49083, - [SMALL_STATE(1538)] = 49090, - [SMALL_STATE(1539)] = 49097, - [SMALL_STATE(1540)] = 49104, - [SMALL_STATE(1541)] = 49111, - [SMALL_STATE(1542)] = 49118, - [SMALL_STATE(1543)] = 49125, - [SMALL_STATE(1544)] = 49132, - [SMALL_STATE(1545)] = 49139, - [SMALL_STATE(1546)] = 49146, - [SMALL_STATE(1547)] = 49153, - [SMALL_STATE(1548)] = 49160, - [SMALL_STATE(1549)] = 49167, - [SMALL_STATE(1550)] = 49174, - [SMALL_STATE(1551)] = 49181, - [SMALL_STATE(1552)] = 49188, - [SMALL_STATE(1553)] = 49195, - [SMALL_STATE(1554)] = 49202, - [SMALL_STATE(1555)] = 49209, - [SMALL_STATE(1556)] = 49216, - [SMALL_STATE(1557)] = 49223, - [SMALL_STATE(1558)] = 49230, - [SMALL_STATE(1559)] = 49237, - [SMALL_STATE(1560)] = 49244, - [SMALL_STATE(1561)] = 49251, - [SMALL_STATE(1562)] = 49258, - [SMALL_STATE(1563)] = 49265, - [SMALL_STATE(1564)] = 49272, - [SMALL_STATE(1565)] = 49279, - [SMALL_STATE(1566)] = 49286, - [SMALL_STATE(1567)] = 49293, - [SMALL_STATE(1568)] = 49300, - [SMALL_STATE(1569)] = 49307, - [SMALL_STATE(1570)] = 49314, - [SMALL_STATE(1571)] = 49321, - [SMALL_STATE(1572)] = 49328, - [SMALL_STATE(1573)] = 49335, - [SMALL_STATE(1574)] = 49342, - [SMALL_STATE(1575)] = 49349, - [SMALL_STATE(1576)] = 49356, - [SMALL_STATE(1577)] = 49363, - [SMALL_STATE(1578)] = 49370, - [SMALL_STATE(1579)] = 49377, - [SMALL_STATE(1580)] = 49384, - [SMALL_STATE(1581)] = 49391, - [SMALL_STATE(1582)] = 49398, - [SMALL_STATE(1583)] = 49405, - [SMALL_STATE(1584)] = 49412, - [SMALL_STATE(1585)] = 49419, - [SMALL_STATE(1586)] = 49426, - [SMALL_STATE(1587)] = 49433, - [SMALL_STATE(1588)] = 49440, - [SMALL_STATE(1589)] = 49447, - [SMALL_STATE(1590)] = 49454, - [SMALL_STATE(1591)] = 49461, - [SMALL_STATE(1592)] = 49468, - [SMALL_STATE(1593)] = 49475, - [SMALL_STATE(1594)] = 49482, - [SMALL_STATE(1595)] = 49489, - [SMALL_STATE(1596)] = 49496, - [SMALL_STATE(1597)] = 49503, - [SMALL_STATE(1598)] = 49510, - [SMALL_STATE(1599)] = 49517, - [SMALL_STATE(1600)] = 49524, - [SMALL_STATE(1601)] = 49531, - [SMALL_STATE(1602)] = 49538, - [SMALL_STATE(1603)] = 49545, - [SMALL_STATE(1604)] = 49552, - [SMALL_STATE(1605)] = 49559, - [SMALL_STATE(1606)] = 49566, - [SMALL_STATE(1607)] = 49573, - [SMALL_STATE(1608)] = 49580, - [SMALL_STATE(1609)] = 49587, - [SMALL_STATE(1610)] = 49594, - [SMALL_STATE(1611)] = 49601, - [SMALL_STATE(1612)] = 49608, - [SMALL_STATE(1613)] = 49615, - [SMALL_STATE(1614)] = 49622, - [SMALL_STATE(1615)] = 49629, - [SMALL_STATE(1616)] = 49636, - [SMALL_STATE(1617)] = 49643, - [SMALL_STATE(1618)] = 49650, - [SMALL_STATE(1619)] = 49657, - [SMALL_STATE(1620)] = 49664, - [SMALL_STATE(1621)] = 49671, - [SMALL_STATE(1622)] = 49678, - [SMALL_STATE(1623)] = 49685, - [SMALL_STATE(1624)] = 49692, - [SMALL_STATE(1625)] = 49699, - [SMALL_STATE(1626)] = 49706, - [SMALL_STATE(1627)] = 49713, - [SMALL_STATE(1628)] = 49720, - [SMALL_STATE(1629)] = 49727, - [SMALL_STATE(1630)] = 49734, - [SMALL_STATE(1631)] = 49741, - [SMALL_STATE(1632)] = 49748, - [SMALL_STATE(1633)] = 49755, - [SMALL_STATE(1634)] = 49762, - [SMALL_STATE(1635)] = 49769, - [SMALL_STATE(1636)] = 49776, - [SMALL_STATE(1637)] = 49783, - [SMALL_STATE(1638)] = 49790, - [SMALL_STATE(1639)] = 49797, - [SMALL_STATE(1640)] = 49804, - [SMALL_STATE(1641)] = 49811, - [SMALL_STATE(1642)] = 49818, - [SMALL_STATE(1643)] = 49825, - [SMALL_STATE(1644)] = 49832, - [SMALL_STATE(1645)] = 49839, - [SMALL_STATE(1646)] = 49846, - [SMALL_STATE(1647)] = 49853, - [SMALL_STATE(1648)] = 49860, - [SMALL_STATE(1649)] = 49867, - [SMALL_STATE(1650)] = 49874, - [SMALL_STATE(1651)] = 49881, - [SMALL_STATE(1652)] = 49888, - [SMALL_STATE(1653)] = 49895, - [SMALL_STATE(1654)] = 49902, - [SMALL_STATE(1655)] = 49909, - [SMALL_STATE(1656)] = 49916, - [SMALL_STATE(1657)] = 49923, - [SMALL_STATE(1658)] = 49930, - [SMALL_STATE(1659)] = 49937, - [SMALL_STATE(1660)] = 49944, - [SMALL_STATE(1661)] = 49951, - [SMALL_STATE(1662)] = 49958, - [SMALL_STATE(1663)] = 49965, - [SMALL_STATE(1664)] = 49972, - [SMALL_STATE(1665)] = 49979, - [SMALL_STATE(1666)] = 49986, - [SMALL_STATE(1667)] = 49993, - [SMALL_STATE(1668)] = 50000, - [SMALL_STATE(1669)] = 50007, - [SMALL_STATE(1670)] = 50014, - [SMALL_STATE(1671)] = 50021, - [SMALL_STATE(1672)] = 50028, - [SMALL_STATE(1673)] = 50035, - [SMALL_STATE(1674)] = 50042, - [SMALL_STATE(1675)] = 50049, - [SMALL_STATE(1676)] = 50056, - [SMALL_STATE(1677)] = 50063, - [SMALL_STATE(1678)] = 50070, - [SMALL_STATE(1679)] = 50077, - [SMALL_STATE(1680)] = 50084, - [SMALL_STATE(1681)] = 50091, - [SMALL_STATE(1682)] = 50098, - [SMALL_STATE(1683)] = 50105, - [SMALL_STATE(1684)] = 50112, - [SMALL_STATE(1685)] = 50119, - [SMALL_STATE(1686)] = 50126, - [SMALL_STATE(1687)] = 50133, - [SMALL_STATE(1688)] = 50140, - [SMALL_STATE(1689)] = 50147, - [SMALL_STATE(1690)] = 50154, - [SMALL_STATE(1691)] = 50161, - [SMALL_STATE(1692)] = 50168, - [SMALL_STATE(1693)] = 50175, - [SMALL_STATE(1694)] = 50182, - [SMALL_STATE(1695)] = 50189, - [SMALL_STATE(1696)] = 50196, - [SMALL_STATE(1697)] = 50203, - [SMALL_STATE(1698)] = 50210, - [SMALL_STATE(1699)] = 50217, - [SMALL_STATE(1700)] = 50224, - [SMALL_STATE(1701)] = 50231, - [SMALL_STATE(1702)] = 50238, - [SMALL_STATE(1703)] = 50245, - [SMALL_STATE(1704)] = 50252, - [SMALL_STATE(1705)] = 50259, - [SMALL_STATE(1706)] = 50266, - [SMALL_STATE(1707)] = 50273, - [SMALL_STATE(1708)] = 50280, - [SMALL_STATE(1709)] = 50287, - [SMALL_STATE(1710)] = 50294, - [SMALL_STATE(1711)] = 50301, - [SMALL_STATE(1712)] = 50308, - [SMALL_STATE(1713)] = 50315, - [SMALL_STATE(1714)] = 50322, - [SMALL_STATE(1715)] = 50329, - [SMALL_STATE(1716)] = 50336, - [SMALL_STATE(1717)] = 50343, - [SMALL_STATE(1718)] = 50350, - [SMALL_STATE(1719)] = 50357, - [SMALL_STATE(1720)] = 50364, - [SMALL_STATE(1721)] = 50371, - [SMALL_STATE(1722)] = 50378, - [SMALL_STATE(1723)] = 50385, - [SMALL_STATE(1724)] = 50392, - [SMALL_STATE(1725)] = 50399, - [SMALL_STATE(1726)] = 50406, - [SMALL_STATE(1727)] = 50413, - [SMALL_STATE(1728)] = 50420, - [SMALL_STATE(1729)] = 50427, - [SMALL_STATE(1730)] = 50434, - [SMALL_STATE(1731)] = 50441, - [SMALL_STATE(1732)] = 50448, - [SMALL_STATE(1733)] = 50455, - [SMALL_STATE(1734)] = 50462, - [SMALL_STATE(1735)] = 50469, - [SMALL_STATE(1736)] = 50476, - [SMALL_STATE(1737)] = 50483, - [SMALL_STATE(1738)] = 50490, - [SMALL_STATE(1739)] = 50497, - [SMALL_STATE(1740)] = 50504, - [SMALL_STATE(1741)] = 50511, - [SMALL_STATE(1742)] = 50518, - [SMALL_STATE(1743)] = 50525, - [SMALL_STATE(1744)] = 50532, - [SMALL_STATE(1745)] = 50539, - [SMALL_STATE(1746)] = 50546, - [SMALL_STATE(1747)] = 50553, - [SMALL_STATE(1748)] = 50560, - [SMALL_STATE(1749)] = 50567, - [SMALL_STATE(1750)] = 50574, - [SMALL_STATE(1751)] = 50581, - [SMALL_STATE(1752)] = 50588, - [SMALL_STATE(1753)] = 50595, - [SMALL_STATE(1754)] = 50602, - [SMALL_STATE(1755)] = 50609, - [SMALL_STATE(1756)] = 50616, - [SMALL_STATE(1757)] = 50623, - [SMALL_STATE(1758)] = 50630, - [SMALL_STATE(1759)] = 50637, - [SMALL_STATE(1760)] = 50644, - [SMALL_STATE(1761)] = 50651, - [SMALL_STATE(1762)] = 50658, - [SMALL_STATE(1763)] = 50665, - [SMALL_STATE(1764)] = 50672, - [SMALL_STATE(1765)] = 50679, - [SMALL_STATE(1766)] = 50686, - [SMALL_STATE(1767)] = 50693, - [SMALL_STATE(1768)] = 50700, - [SMALL_STATE(1769)] = 50707, - [SMALL_STATE(1770)] = 50714, - [SMALL_STATE(1771)] = 50721, - [SMALL_STATE(1772)] = 50728, - [SMALL_STATE(1773)] = 50735, - [SMALL_STATE(1774)] = 50742, - [SMALL_STATE(1775)] = 50749, - [SMALL_STATE(1776)] = 50756, - [SMALL_STATE(1777)] = 50763, - [SMALL_STATE(1778)] = 50770, - [SMALL_STATE(1779)] = 50777, - [SMALL_STATE(1780)] = 50784, - [SMALL_STATE(1781)] = 50791, - [SMALL_STATE(1782)] = 50798, - [SMALL_STATE(1783)] = 50805, - [SMALL_STATE(1784)] = 50812, - [SMALL_STATE(1785)] = 50819, - [SMALL_STATE(1786)] = 50826, - [SMALL_STATE(1787)] = 50833, - [SMALL_STATE(1788)] = 50840, - [SMALL_STATE(1789)] = 50847, - [SMALL_STATE(1790)] = 50854, - [SMALL_STATE(1791)] = 50861, - [SMALL_STATE(1792)] = 50868, - [SMALL_STATE(1793)] = 50875, - [SMALL_STATE(1794)] = 50882, - [SMALL_STATE(1795)] = 50889, - [SMALL_STATE(1796)] = 50896, - [SMALL_STATE(1797)] = 50903, - [SMALL_STATE(1798)] = 50910, - [SMALL_STATE(1799)] = 50917, - [SMALL_STATE(1800)] = 50924, - [SMALL_STATE(1801)] = 50931, - [SMALL_STATE(1802)] = 50938, - [SMALL_STATE(1803)] = 50945, - [SMALL_STATE(1804)] = 50952, - [SMALL_STATE(1805)] = 50959, - [SMALL_STATE(1806)] = 50966, - [SMALL_STATE(1807)] = 50973, - [SMALL_STATE(1808)] = 50980, - [SMALL_STATE(1809)] = 50987, - [SMALL_STATE(1810)] = 50994, - [SMALL_STATE(1811)] = 51001, - [SMALL_STATE(1812)] = 51008, - [SMALL_STATE(1813)] = 51015, - [SMALL_STATE(1814)] = 51022, - [SMALL_STATE(1815)] = 51029, - [SMALL_STATE(1816)] = 51036, - [SMALL_STATE(1817)] = 51043, - [SMALL_STATE(1818)] = 51050, - [SMALL_STATE(1819)] = 51057, - [SMALL_STATE(1820)] = 51064, - [SMALL_STATE(1821)] = 51071, - [SMALL_STATE(1822)] = 51078, - [SMALL_STATE(1823)] = 51085, - [SMALL_STATE(1824)] = 51092, - [SMALL_STATE(1825)] = 51099, - [SMALL_STATE(1826)] = 51106, - [SMALL_STATE(1827)] = 51113, - [SMALL_STATE(1828)] = 51120, - [SMALL_STATE(1829)] = 51127, - [SMALL_STATE(1830)] = 51134, - [SMALL_STATE(1831)] = 51141, - [SMALL_STATE(1832)] = 51148, - [SMALL_STATE(1833)] = 51155, - [SMALL_STATE(1834)] = 51162, - [SMALL_STATE(1835)] = 51169, - [SMALL_STATE(1836)] = 51176, - [SMALL_STATE(1837)] = 51183, - [SMALL_STATE(1838)] = 51190, - [SMALL_STATE(1839)] = 51197, - [SMALL_STATE(1840)] = 51204, - [SMALL_STATE(1841)] = 51211, - [SMALL_STATE(1842)] = 51218, - [SMALL_STATE(1843)] = 51225, - [SMALL_STATE(1844)] = 51232, - [SMALL_STATE(1845)] = 51239, - [SMALL_STATE(1846)] = 51246, - [SMALL_STATE(1847)] = 51253, - [SMALL_STATE(1848)] = 51260, - [SMALL_STATE(1849)] = 51267, - [SMALL_STATE(1850)] = 51274, - [SMALL_STATE(1851)] = 51281, - [SMALL_STATE(1852)] = 51288, - [SMALL_STATE(1853)] = 51295, - [SMALL_STATE(1854)] = 51302, - [SMALL_STATE(1855)] = 51309, - [SMALL_STATE(1856)] = 51316, - [SMALL_STATE(1857)] = 51323, - [SMALL_STATE(1858)] = 51330, - [SMALL_STATE(1859)] = 51337, - [SMALL_STATE(1860)] = 51344, - [SMALL_STATE(1861)] = 51351, - [SMALL_STATE(1862)] = 51358, - [SMALL_STATE(1863)] = 51365, - [SMALL_STATE(1864)] = 51372, - [SMALL_STATE(1865)] = 51379, - [SMALL_STATE(1866)] = 51386, - [SMALL_STATE(1867)] = 51393, - [SMALL_STATE(1868)] = 51400, - [SMALL_STATE(1869)] = 51407, - [SMALL_STATE(1870)] = 51414, - [SMALL_STATE(1871)] = 51421, - [SMALL_STATE(1872)] = 51428, - [SMALL_STATE(1873)] = 51435, - [SMALL_STATE(1874)] = 51442, - [SMALL_STATE(1875)] = 51449, - [SMALL_STATE(1876)] = 51456, - [SMALL_STATE(1877)] = 51463, - [SMALL_STATE(1878)] = 51470, - [SMALL_STATE(1879)] = 51477, - [SMALL_STATE(1880)] = 51484, - [SMALL_STATE(1881)] = 51491, - [SMALL_STATE(1882)] = 51498, - [SMALL_STATE(1883)] = 51505, - [SMALL_STATE(1884)] = 51512, - [SMALL_STATE(1885)] = 51519, - [SMALL_STATE(1886)] = 51526, - [SMALL_STATE(1887)] = 51533, - [SMALL_STATE(1888)] = 51540, - [SMALL_STATE(1889)] = 51547, - [SMALL_STATE(1890)] = 51554, - [SMALL_STATE(1891)] = 51561, - [SMALL_STATE(1892)] = 51568, - [SMALL_STATE(1893)] = 51575, - [SMALL_STATE(1894)] = 51582, - [SMALL_STATE(1895)] = 51589, - [SMALL_STATE(1896)] = 51596, - [SMALL_STATE(1897)] = 51603, - [SMALL_STATE(1898)] = 51610, - [SMALL_STATE(1899)] = 51617, - [SMALL_STATE(1900)] = 51624, - [SMALL_STATE(1901)] = 51631, - [SMALL_STATE(1902)] = 51638, - [SMALL_STATE(1903)] = 51645, - [SMALL_STATE(1904)] = 51652, - [SMALL_STATE(1905)] = 51659, - [SMALL_STATE(1906)] = 51666, - [SMALL_STATE(1907)] = 51673, - [SMALL_STATE(1908)] = 51680, - [SMALL_STATE(1909)] = 51687, - [SMALL_STATE(1910)] = 51694, - [SMALL_STATE(1911)] = 51701, - [SMALL_STATE(1912)] = 51708, - [SMALL_STATE(1913)] = 51715, - [SMALL_STATE(1914)] = 51722, - [SMALL_STATE(1915)] = 51729, - [SMALL_STATE(1916)] = 51736, - [SMALL_STATE(1917)] = 51743, - [SMALL_STATE(1918)] = 51750, - [SMALL_STATE(1919)] = 51757, - [SMALL_STATE(1920)] = 51764, - [SMALL_STATE(1921)] = 51771, - [SMALL_STATE(1922)] = 51778, - [SMALL_STATE(1923)] = 51785, - [SMALL_STATE(1924)] = 51792, - [SMALL_STATE(1925)] = 51799, - [SMALL_STATE(1926)] = 51806, - [SMALL_STATE(1927)] = 51813, - [SMALL_STATE(1928)] = 51820, - [SMALL_STATE(1929)] = 51827, - [SMALL_STATE(1930)] = 51834, - [SMALL_STATE(1931)] = 51841, - [SMALL_STATE(1932)] = 51848, - [SMALL_STATE(1933)] = 51855, - [SMALL_STATE(1934)] = 51862, - [SMALL_STATE(1935)] = 51869, - [SMALL_STATE(1936)] = 51876, - [SMALL_STATE(1937)] = 51883, - [SMALL_STATE(1938)] = 51890, - [SMALL_STATE(1939)] = 51897, - [SMALL_STATE(1940)] = 51904, - [SMALL_STATE(1941)] = 51911, - [SMALL_STATE(1942)] = 51918, - [SMALL_STATE(1943)] = 51925, - [SMALL_STATE(1944)] = 51932, - [SMALL_STATE(1945)] = 51939, - [SMALL_STATE(1946)] = 51946, - [SMALL_STATE(1947)] = 51953, - [SMALL_STATE(1948)] = 51960, - [SMALL_STATE(1949)] = 51967, - [SMALL_STATE(1950)] = 51974, - [SMALL_STATE(1951)] = 51981, - [SMALL_STATE(1952)] = 51988, - [SMALL_STATE(1953)] = 51995, - [SMALL_STATE(1954)] = 52002, - [SMALL_STATE(1955)] = 52009, - [SMALL_STATE(1956)] = 52016, - [SMALL_STATE(1957)] = 52023, - [SMALL_STATE(1958)] = 52030, - [SMALL_STATE(1959)] = 52037, - [SMALL_STATE(1960)] = 52044, - [SMALL_STATE(1961)] = 52051, - [SMALL_STATE(1962)] = 52058, - [SMALL_STATE(1963)] = 52065, - [SMALL_STATE(1964)] = 52072, - [SMALL_STATE(1965)] = 52079, - [SMALL_STATE(1966)] = 52086, - [SMALL_STATE(1967)] = 52093, - [SMALL_STATE(1968)] = 52100, + [SMALL_STATE(601)] = 32664, + [SMALL_STATE(602)] = 32709, + [SMALL_STATE(603)] = 32754, + [SMALL_STATE(604)] = 32799, + [SMALL_STATE(605)] = 32828, + [SMALL_STATE(606)] = 32857, + [SMALL_STATE(607)] = 32886, + [SMALL_STATE(608)] = 32915, + [SMALL_STATE(609)] = 32944, + [SMALL_STATE(610)] = 32989, + [SMALL_STATE(611)] = 33034, + [SMALL_STATE(612)] = 33077, + [SMALL_STATE(613)] = 33122, + [SMALL_STATE(614)] = 33167, + [SMALL_STATE(615)] = 33209, + [SMALL_STATE(616)] = 33251, + [SMALL_STATE(617)] = 33293, + [SMALL_STATE(618)] = 33335, + [SMALL_STATE(619)] = 33375, + [SMALL_STATE(620)] = 33415, + [SMALL_STATE(621)] = 33439, + [SMALL_STATE(622)] = 33463, + [SMALL_STATE(623)] = 33505, + [SMALL_STATE(624)] = 33545, + [SMALL_STATE(625)] = 33587, + [SMALL_STATE(626)] = 33611, + [SMALL_STATE(627)] = 33655, + [SMALL_STATE(628)] = 33679, + [SMALL_STATE(629)] = 33703, + [SMALL_STATE(630)] = 33737, + [SMALL_STATE(631)] = 33779, + [SMALL_STATE(632)] = 33821, + [SMALL_STATE(633)] = 33855, + [SMALL_STATE(634)] = 33892, + [SMALL_STATE(635)] = 33931, + [SMALL_STATE(636)] = 33968, + [SMALL_STATE(637)] = 34007, + [SMALL_STATE(638)] = 34046, + [SMALL_STATE(639)] = 34085, + [SMALL_STATE(640)] = 34124, + [SMALL_STATE(641)] = 34163, + [SMALL_STATE(642)] = 34202, + [SMALL_STATE(643)] = 34241, + [SMALL_STATE(644)] = 34280, + [SMALL_STATE(645)] = 34307, + [SMALL_STATE(646)] = 34334, + [SMALL_STATE(647)] = 34373, + [SMALL_STATE(648)] = 34410, + [SMALL_STATE(649)] = 34446, + [SMALL_STATE(650)] = 34482, + [SMALL_STATE(651)] = 34520, + [SMALL_STATE(652)] = 34558, + [SMALL_STATE(653)] = 34594, + [SMALL_STATE(654)] = 34628, + [SMALL_STATE(655)] = 34666, + [SMALL_STATE(656)] = 34702, + [SMALL_STATE(657)] = 34736, + [SMALL_STATE(658)] = 34774, + [SMALL_STATE(659)] = 34808, + [SMALL_STATE(660)] = 34844, + [SMALL_STATE(661)] = 34882, + [SMALL_STATE(662)] = 34920, + [SMALL_STATE(663)] = 34958, + [SMALL_STATE(664)] = 34996, + [SMALL_STATE(665)] = 35028, + [SMALL_STATE(666)] = 35064, + [SMALL_STATE(667)] = 35100, + [SMALL_STATE(668)] = 35140, + [SMALL_STATE(669)] = 35178, + [SMALL_STATE(670)] = 35212, + [SMALL_STATE(671)] = 35250, + [SMALL_STATE(672)] = 35288, + [SMALL_STATE(673)] = 35319, + [SMALL_STATE(674)] = 35352, + [SMALL_STATE(675)] = 35373, + [SMALL_STATE(676)] = 35406, + [SMALL_STATE(677)] = 35427, + [SMALL_STATE(678)] = 35448, + [SMALL_STATE(679)] = 35481, + [SMALL_STATE(680)] = 35514, + [SMALL_STATE(681)] = 35535, + [SMALL_STATE(682)] = 35556, + [SMALL_STATE(683)] = 35577, + [SMALL_STATE(684)] = 35598, + [SMALL_STATE(685)] = 35626, + [SMALL_STATE(686)] = 35656, + [SMALL_STATE(687)] = 35684, + [SMALL_STATE(688)] = 35712, + [SMALL_STATE(689)] = 35740, + [SMALL_STATE(690)] = 35768, + [SMALL_STATE(691)] = 35796, + [SMALL_STATE(692)] = 35824, + [SMALL_STATE(693)] = 35852, + [SMALL_STATE(694)] = 35880, + [SMALL_STATE(695)] = 35908, + [SMALL_STATE(696)] = 35936, + [SMALL_STATE(697)] = 35964, + [SMALL_STATE(698)] = 35992, + [SMALL_STATE(699)] = 36020, + [SMALL_STATE(700)] = 36048, + [SMALL_STATE(701)] = 36076, + [SMALL_STATE(702)] = 36106, + [SMALL_STATE(703)] = 36134, + [SMALL_STATE(704)] = 36162, + [SMALL_STATE(705)] = 36190, + [SMALL_STATE(706)] = 36218, + [SMALL_STATE(707)] = 36246, + [SMALL_STATE(708)] = 36274, + [SMALL_STATE(709)] = 36302, + [SMALL_STATE(710)] = 36330, + [SMALL_STATE(711)] = 36360, + [SMALL_STATE(712)] = 36388, + [SMALL_STATE(713)] = 36416, + [SMALL_STATE(714)] = 36444, + [SMALL_STATE(715)] = 36472, + [SMALL_STATE(716)] = 36500, + [SMALL_STATE(717)] = 36528, + [SMALL_STATE(718)] = 36556, + [SMALL_STATE(719)] = 36584, + [SMALL_STATE(720)] = 36612, + [SMALL_STATE(721)] = 36640, + [SMALL_STATE(722)] = 36670, + [SMALL_STATE(723)] = 36698, + [SMALL_STATE(724)] = 36726, + [SMALL_STATE(725)] = 36754, + [SMALL_STATE(726)] = 36782, + [SMALL_STATE(727)] = 36810, + [SMALL_STATE(728)] = 36838, + [SMALL_STATE(729)] = 36866, + [SMALL_STATE(730)] = 36894, + [SMALL_STATE(731)] = 36922, + [SMALL_STATE(732)] = 36950, + [SMALL_STATE(733)] = 36980, + [SMALL_STATE(734)] = 37008, + [SMALL_STATE(735)] = 37038, + [SMALL_STATE(736)] = 37066, + [SMALL_STATE(737)] = 37096, + [SMALL_STATE(738)] = 37124, + [SMALL_STATE(739)] = 37154, + [SMALL_STATE(740)] = 37182, + [SMALL_STATE(741)] = 37210, + [SMALL_STATE(742)] = 37238, + [SMALL_STATE(743)] = 37270, + [SMALL_STATE(744)] = 37298, + [SMALL_STATE(745)] = 37326, + [SMALL_STATE(746)] = 37358, + [SMALL_STATE(747)] = 37386, + [SMALL_STATE(748)] = 37414, + [SMALL_STATE(749)] = 37442, + [SMALL_STATE(750)] = 37472, + [SMALL_STATE(751)] = 37500, + [SMALL_STATE(752)] = 37530, + [SMALL_STATE(753)] = 37555, + [SMALL_STATE(754)] = 37580, + [SMALL_STATE(755)] = 37603, + [SMALL_STATE(756)] = 37628, + [SMALL_STATE(757)] = 37653, + [SMALL_STATE(758)] = 37678, + [SMALL_STATE(759)] = 37703, + [SMALL_STATE(760)] = 37728, + [SMALL_STATE(761)] = 37753, + [SMALL_STATE(762)] = 37778, + [SMALL_STATE(763)] = 37803, + [SMALL_STATE(764)] = 37830, + [SMALL_STATE(765)] = 37855, + [SMALL_STATE(766)] = 37880, + [SMALL_STATE(767)] = 37905, + [SMALL_STATE(768)] = 37930, + [SMALL_STATE(769)] = 37955, + [SMALL_STATE(770)] = 37980, + [SMALL_STATE(771)] = 38005, + [SMALL_STATE(772)] = 38030, + [SMALL_STATE(773)] = 38053, + [SMALL_STATE(774)] = 38078, + [SMALL_STATE(775)] = 38103, + [SMALL_STATE(776)] = 38128, + [SMALL_STATE(777)] = 38155, + [SMALL_STATE(778)] = 38180, + [SMALL_STATE(779)] = 38201, + [SMALL_STATE(780)] = 38226, + [SMALL_STATE(781)] = 38251, + [SMALL_STATE(782)] = 38276, + [SMALL_STATE(783)] = 38301, + [SMALL_STATE(784)] = 38326, + [SMALL_STATE(785)] = 38351, + [SMALL_STATE(786)] = 38376, + [SMALL_STATE(787)] = 38401, + [SMALL_STATE(788)] = 38426, + [SMALL_STATE(789)] = 38453, + [SMALL_STATE(790)] = 38478, + [SMALL_STATE(791)] = 38503, + [SMALL_STATE(792)] = 38528, + [SMALL_STATE(793)] = 38553, + [SMALL_STATE(794)] = 38576, + [SMALL_STATE(795)] = 38601, + [SMALL_STATE(796)] = 38626, + [SMALL_STATE(797)] = 38651, + [SMALL_STATE(798)] = 38676, + [SMALL_STATE(799)] = 38701, + [SMALL_STATE(800)] = 38726, + [SMALL_STATE(801)] = 38751, + [SMALL_STATE(802)] = 38776, + [SMALL_STATE(803)] = 38801, + [SMALL_STATE(804)] = 38826, + [SMALL_STATE(805)] = 38851, + [SMALL_STATE(806)] = 38886, + [SMALL_STATE(807)] = 38909, + [SMALL_STATE(808)] = 38934, + [SMALL_STATE(809)] = 38959, + [SMALL_STATE(810)] = 38984, + [SMALL_STATE(811)] = 39009, + [SMALL_STATE(812)] = 39034, + [SMALL_STATE(813)] = 39054, + [SMALL_STATE(814)] = 39074, + [SMALL_STATE(815)] = 39096, + [SMALL_STATE(816)] = 39118, + [SMALL_STATE(817)] = 39140, + [SMALL_STATE(818)] = 39158, + [SMALL_STATE(819)] = 39177, + [SMALL_STATE(820)] = 39196, + [SMALL_STATE(821)] = 39225, + [SMALL_STATE(822)] = 39254, + [SMALL_STATE(823)] = 39273, + [SMALL_STATE(824)] = 39292, + [SMALL_STATE(825)] = 39321, + [SMALL_STATE(826)] = 39340, + [SMALL_STATE(827)] = 39359, + [SMALL_STATE(828)] = 39388, + [SMALL_STATE(829)] = 39417, + [SMALL_STATE(830)] = 39449, + [SMALL_STATE(831)] = 39481, + [SMALL_STATE(832)] = 39499, + [SMALL_STATE(833)] = 39515, + [SMALL_STATE(834)] = 39547, + [SMALL_STATE(835)] = 39563, + [SMALL_STATE(836)] = 39579, + [SMALL_STATE(837)] = 39611, + [SMALL_STATE(838)] = 39627, + [SMALL_STATE(839)] = 39643, + [SMALL_STATE(840)] = 39670, + [SMALL_STATE(841)] = 39701, + [SMALL_STATE(842)] = 39732, + [SMALL_STATE(843)] = 39757, + [SMALL_STATE(844)] = 39784, + [SMALL_STATE(845)] = 39813, + [SMALL_STATE(846)] = 39844, + [SMALL_STATE(847)] = 39871, + [SMALL_STATE(848)] = 39898, + [SMALL_STATE(849)] = 39925, + [SMALL_STATE(850)] = 39952, + [SMALL_STATE(851)] = 39981, + [SMALL_STATE(852)] = 40008, + [SMALL_STATE(853)] = 40035, + [SMALL_STATE(854)] = 40062, + [SMALL_STATE(855)] = 40078, + [SMALL_STATE(856)] = 40094, + [SMALL_STATE(857)] = 40110, + [SMALL_STATE(858)] = 40136, + [SMALL_STATE(859)] = 40152, + [SMALL_STATE(860)] = 40168, + [SMALL_STATE(861)] = 40184, + [SMALL_STATE(862)] = 40200, + [SMALL_STATE(863)] = 40216, + [SMALL_STATE(864)] = 40242, + [SMALL_STATE(865)] = 40258, + [SMALL_STATE(866)] = 40284, + [SMALL_STATE(867)] = 40300, + [SMALL_STATE(868)] = 40316, + [SMALL_STATE(869)] = 40332, + [SMALL_STATE(870)] = 40348, + [SMALL_STATE(871)] = 40364, + [SMALL_STATE(872)] = 40380, + [SMALL_STATE(873)] = 40406, + [SMALL_STATE(874)] = 40422, + [SMALL_STATE(875)] = 40438, + [SMALL_STATE(876)] = 40454, + [SMALL_STATE(877)] = 40470, + [SMALL_STATE(878)] = 40486, + [SMALL_STATE(879)] = 40502, + [SMALL_STATE(880)] = 40518, + [SMALL_STATE(881)] = 40534, + [SMALL_STATE(882)] = 40550, + [SMALL_STATE(883)] = 40566, + [SMALL_STATE(884)] = 40582, + [SMALL_STATE(885)] = 40598, + [SMALL_STATE(886)] = 40614, + [SMALL_STATE(887)] = 40638, + [SMALL_STATE(888)] = 40666, + [SMALL_STATE(889)] = 40688, + [SMALL_STATE(890)] = 40704, + [SMALL_STATE(891)] = 40720, + [SMALL_STATE(892)] = 40736, + [SMALL_STATE(893)] = 40762, + [SMALL_STATE(894)] = 40778, + [SMALL_STATE(895)] = 40794, + [SMALL_STATE(896)] = 40810, + [SMALL_STATE(897)] = 40826, + [SMALL_STATE(898)] = 40842, + [SMALL_STATE(899)] = 40858, + [SMALL_STATE(900)] = 40884, + [SMALL_STATE(901)] = 40900, + [SMALL_STATE(902)] = 40922, + [SMALL_STATE(903)] = 40943, + [SMALL_STATE(904)] = 40968, + [SMALL_STATE(905)] = 40993, + [SMALL_STATE(906)] = 41018, + [SMALL_STATE(907)] = 41039, + [SMALL_STATE(908)] = 41064, + [SMALL_STATE(909)] = 41089, + [SMALL_STATE(910)] = 41110, + [SMALL_STATE(911)] = 41135, + [SMALL_STATE(912)] = 41160, + [SMALL_STATE(913)] = 41185, + [SMALL_STATE(914)] = 41208, + [SMALL_STATE(915)] = 41233, + [SMALL_STATE(916)] = 41258, + [SMALL_STATE(917)] = 41283, + [SMALL_STATE(918)] = 41298, + [SMALL_STATE(919)] = 41323, + [SMALL_STATE(920)] = 41348, + [SMALL_STATE(921)] = 41361, + [SMALL_STATE(922)] = 41374, + [SMALL_STATE(923)] = 41399, + [SMALL_STATE(924)] = 41420, + [SMALL_STATE(925)] = 41433, + [SMALL_STATE(926)] = 41458, + [SMALL_STATE(927)] = 41483, + [SMALL_STATE(928)] = 41508, + [SMALL_STATE(929)] = 41533, + [SMALL_STATE(930)] = 41558, + [SMALL_STATE(931)] = 41583, + [SMALL_STATE(932)] = 41608, + [SMALL_STATE(933)] = 41621, + [SMALL_STATE(934)] = 41634, + [SMALL_STATE(935)] = 41652, + [SMALL_STATE(936)] = 41674, + [SMALL_STATE(937)] = 41688, + [SMALL_STATE(938)] = 41700, + [SMALL_STATE(939)] = 41712, + [SMALL_STATE(940)] = 41726, + [SMALL_STATE(941)] = 41746, + [SMALL_STATE(942)] = 41764, + [SMALL_STATE(943)] = 41782, + [SMALL_STATE(944)] = 41796, + [SMALL_STATE(945)] = 41818, + [SMALL_STATE(946)] = 41834, + [SMALL_STATE(947)] = 41854, + [SMALL_STATE(948)] = 41874, + [SMALL_STATE(949)] = 41894, + [SMALL_STATE(950)] = 41908, + [SMALL_STATE(951)] = 41924, + [SMALL_STATE(952)] = 41946, + [SMALL_STATE(953)] = 41962, + [SMALL_STATE(954)] = 41984, + [SMALL_STATE(955)] = 42006, + [SMALL_STATE(956)] = 42026, + [SMALL_STATE(957)] = 42048, + [SMALL_STATE(958)] = 42062, + [SMALL_STATE(959)] = 42084, + [SMALL_STATE(960)] = 42106, + [SMALL_STATE(961)] = 42120, + [SMALL_STATE(962)] = 42136, + [SMALL_STATE(963)] = 42158, + [SMALL_STATE(964)] = 42180, + [SMALL_STATE(965)] = 42202, + [SMALL_STATE(966)] = 42224, + [SMALL_STATE(967)] = 42242, + [SMALL_STATE(968)] = 42260, + [SMALL_STATE(969)] = 42274, + [SMALL_STATE(970)] = 42294, + [SMALL_STATE(971)] = 42314, + [SMALL_STATE(972)] = 42325, + [SMALL_STATE(973)] = 42342, + [SMALL_STATE(974)] = 42355, + [SMALL_STATE(975)] = 42374, + [SMALL_STATE(976)] = 42391, + [SMALL_STATE(977)] = 42406, + [SMALL_STATE(978)] = 42425, + [SMALL_STATE(979)] = 42444, + [SMALL_STATE(980)] = 42463, + [SMALL_STATE(981)] = 42482, + [SMALL_STATE(982)] = 42501, + [SMALL_STATE(983)] = 42512, + [SMALL_STATE(984)] = 42531, + [SMALL_STATE(985)] = 42550, + [SMALL_STATE(986)] = 42569, + [SMALL_STATE(987)] = 42584, + [SMALL_STATE(988)] = 42603, + [SMALL_STATE(989)] = 42618, + [SMALL_STATE(990)] = 42629, + [SMALL_STATE(991)] = 42648, + [SMALL_STATE(992)] = 42667, + [SMALL_STATE(993)] = 42686, + [SMALL_STATE(994)] = 42705, + [SMALL_STATE(995)] = 42724, + [SMALL_STATE(996)] = 42743, + [SMALL_STATE(997)] = 42760, + [SMALL_STATE(998)] = 42775, + [SMALL_STATE(999)] = 42788, + [SMALL_STATE(1000)] = 42807, + [SMALL_STATE(1001)] = 42826, + [SMALL_STATE(1002)] = 42845, + [SMALL_STATE(1003)] = 42864, + [SMALL_STATE(1004)] = 42883, + [SMALL_STATE(1005)] = 42900, + [SMALL_STATE(1006)] = 42919, + [SMALL_STATE(1007)] = 42934, + [SMALL_STATE(1008)] = 42953, + [SMALL_STATE(1009)] = 42972, + [SMALL_STATE(1010)] = 42989, + [SMALL_STATE(1011)] = 43004, + [SMALL_STATE(1012)] = 43023, + [SMALL_STATE(1013)] = 43042, + [SMALL_STATE(1014)] = 43057, + [SMALL_STATE(1015)] = 43076, + [SMALL_STATE(1016)] = 43091, + [SMALL_STATE(1017)] = 43110, + [SMALL_STATE(1018)] = 43129, + [SMALL_STATE(1019)] = 43148, + [SMALL_STATE(1020)] = 43167, + [SMALL_STATE(1021)] = 43186, + [SMALL_STATE(1022)] = 43201, + [SMALL_STATE(1023)] = 43218, + [SMALL_STATE(1024)] = 43235, + [SMALL_STATE(1025)] = 43254, + [SMALL_STATE(1026)] = 43265, + [SMALL_STATE(1027)] = 43284, + [SMALL_STATE(1028)] = 43303, + [SMALL_STATE(1029)] = 43320, + [SMALL_STATE(1030)] = 43339, + [SMALL_STATE(1031)] = 43358, + [SMALL_STATE(1032)] = 43377, + [SMALL_STATE(1033)] = 43396, + [SMALL_STATE(1034)] = 43415, + [SMALL_STATE(1035)] = 43434, + [SMALL_STATE(1036)] = 43451, + [SMALL_STATE(1037)] = 43470, + [SMALL_STATE(1038)] = 43489, + [SMALL_STATE(1039)] = 43508, + [SMALL_STATE(1040)] = 43527, + [SMALL_STATE(1041)] = 43540, + [SMALL_STATE(1042)] = 43559, + [SMALL_STATE(1043)] = 43578, + [SMALL_STATE(1044)] = 43589, + [SMALL_STATE(1045)] = 43608, + [SMALL_STATE(1046)] = 43627, + [SMALL_STATE(1047)] = 43646, + [SMALL_STATE(1048)] = 43657, + [SMALL_STATE(1049)] = 43676, + [SMALL_STATE(1050)] = 43695, + [SMALL_STATE(1051)] = 43714, + [SMALL_STATE(1052)] = 43733, + [SMALL_STATE(1053)] = 43748, + [SMALL_STATE(1054)] = 43767, + [SMALL_STATE(1055)] = 43786, + [SMALL_STATE(1056)] = 43805, + [SMALL_STATE(1057)] = 43824, + [SMALL_STATE(1058)] = 43839, + [SMALL_STATE(1059)] = 43858, + [SMALL_STATE(1060)] = 43875, + [SMALL_STATE(1061)] = 43889, + [SMALL_STATE(1062)] = 43903, + [SMALL_STATE(1063)] = 43919, + [SMALL_STATE(1064)] = 43933, + [SMALL_STATE(1065)] = 43947, + [SMALL_STATE(1066)] = 43961, + [SMALL_STATE(1067)] = 43977, + [SMALL_STATE(1068)] = 43993, + [SMALL_STATE(1069)] = 44009, + [SMALL_STATE(1070)] = 44025, + [SMALL_STATE(1071)] = 44039, + [SMALL_STATE(1072)] = 44051, + [SMALL_STATE(1073)] = 44061, + [SMALL_STATE(1074)] = 44077, + [SMALL_STATE(1075)] = 44089, + [SMALL_STATE(1076)] = 44105, + [SMALL_STATE(1077)] = 44119, + [SMALL_STATE(1078)] = 44133, + [SMALL_STATE(1079)] = 44149, + [SMALL_STATE(1080)] = 44165, + [SMALL_STATE(1081)] = 44181, + [SMALL_STATE(1082)] = 44191, + [SMALL_STATE(1083)] = 44207, + [SMALL_STATE(1084)] = 44219, + [SMALL_STATE(1085)] = 44233, + [SMALL_STATE(1086)] = 44249, + [SMALL_STATE(1087)] = 44263, + [SMALL_STATE(1088)] = 44275, + [SMALL_STATE(1089)] = 44285, + [SMALL_STATE(1090)] = 44297, + [SMALL_STATE(1091)] = 44313, + [SMALL_STATE(1092)] = 44323, + [SMALL_STATE(1093)] = 44337, + [SMALL_STATE(1094)] = 44353, + [SMALL_STATE(1095)] = 44369, + [SMALL_STATE(1096)] = 44383, + [SMALL_STATE(1097)] = 44399, + [SMALL_STATE(1098)] = 44413, + [SMALL_STATE(1099)] = 44427, + [SMALL_STATE(1100)] = 44437, + [SMALL_STATE(1101)] = 44453, + [SMALL_STATE(1102)] = 44463, + [SMALL_STATE(1103)] = 44473, + [SMALL_STATE(1104)] = 44485, + [SMALL_STATE(1105)] = 44501, + [SMALL_STATE(1106)] = 44517, + [SMALL_STATE(1107)] = 44531, + [SMALL_STATE(1108)] = 44545, + [SMALL_STATE(1109)] = 44559, + [SMALL_STATE(1110)] = 44569, + [SMALL_STATE(1111)] = 44585, + [SMALL_STATE(1112)] = 44599, + [SMALL_STATE(1113)] = 44611, + [SMALL_STATE(1114)] = 44625, + [SMALL_STATE(1115)] = 44641, + [SMALL_STATE(1116)] = 44657, + [SMALL_STATE(1117)] = 44671, + [SMALL_STATE(1118)] = 44685, + [SMALL_STATE(1119)] = 44701, + [SMALL_STATE(1120)] = 44717, + [SMALL_STATE(1121)] = 44727, + [SMALL_STATE(1122)] = 44739, + [SMALL_STATE(1123)] = 44753, + [SMALL_STATE(1124)] = 44765, + [SMALL_STATE(1125)] = 44781, + [SMALL_STATE(1126)] = 44797, + [SMALL_STATE(1127)] = 44811, + [SMALL_STATE(1128)] = 44825, + [SMALL_STATE(1129)] = 44841, + [SMALL_STATE(1130)] = 44857, + [SMALL_STATE(1131)] = 44869, + [SMALL_STATE(1132)] = 44885, + [SMALL_STATE(1133)] = 44901, + [SMALL_STATE(1134)] = 44917, + [SMALL_STATE(1135)] = 44933, + [SMALL_STATE(1136)] = 44949, + [SMALL_STATE(1137)] = 44965, + [SMALL_STATE(1138)] = 44979, + [SMALL_STATE(1139)] = 44995, + [SMALL_STATE(1140)] = 45011, + [SMALL_STATE(1141)] = 45027, + [SMALL_STATE(1142)] = 45043, + [SMALL_STATE(1143)] = 45057, + [SMALL_STATE(1144)] = 45071, + [SMALL_STATE(1145)] = 45087, + [SMALL_STATE(1146)] = 45097, + [SMALL_STATE(1147)] = 45113, + [SMALL_STATE(1148)] = 45129, + [SMALL_STATE(1149)] = 45139, + [SMALL_STATE(1150)] = 45155, + [SMALL_STATE(1151)] = 45169, + [SMALL_STATE(1152)] = 45185, + [SMALL_STATE(1153)] = 45198, + [SMALL_STATE(1154)] = 45207, + [SMALL_STATE(1155)] = 45218, + [SMALL_STATE(1156)] = 45231, + [SMALL_STATE(1157)] = 45244, + [SMALL_STATE(1158)] = 45257, + [SMALL_STATE(1159)] = 45266, + [SMALL_STATE(1160)] = 45275, + [SMALL_STATE(1161)] = 45288, + [SMALL_STATE(1162)] = 45297, + [SMALL_STATE(1163)] = 45310, + [SMALL_STATE(1164)] = 45323, + [SMALL_STATE(1165)] = 45334, + [SMALL_STATE(1166)] = 45343, + [SMALL_STATE(1167)] = 45354, + [SMALL_STATE(1168)] = 45367, + [SMALL_STATE(1169)] = 45376, + [SMALL_STATE(1170)] = 45385, + [SMALL_STATE(1171)] = 45394, + [SMALL_STATE(1172)] = 45407, + [SMALL_STATE(1173)] = 45420, + [SMALL_STATE(1174)] = 45433, + [SMALL_STATE(1175)] = 45446, + [SMALL_STATE(1176)] = 45459, + [SMALL_STATE(1177)] = 45472, + [SMALL_STATE(1178)] = 45483, + [SMALL_STATE(1179)] = 45492, + [SMALL_STATE(1180)] = 45501, + [SMALL_STATE(1181)] = 45514, + [SMALL_STATE(1182)] = 45527, + [SMALL_STATE(1183)] = 45540, + [SMALL_STATE(1184)] = 45549, + [SMALL_STATE(1185)] = 45558, + [SMALL_STATE(1186)] = 45571, + [SMALL_STATE(1187)] = 45584, + [SMALL_STATE(1188)] = 45593, + [SMALL_STATE(1189)] = 45606, + [SMALL_STATE(1190)] = 45619, + [SMALL_STATE(1191)] = 45632, + [SMALL_STATE(1192)] = 45645, + [SMALL_STATE(1193)] = 45654, + [SMALL_STATE(1194)] = 45667, + [SMALL_STATE(1195)] = 45680, + [SMALL_STATE(1196)] = 45689, + [SMALL_STATE(1197)] = 45698, + [SMALL_STATE(1198)] = 45707, + [SMALL_STATE(1199)] = 45716, + [SMALL_STATE(1200)] = 45725, + [SMALL_STATE(1201)] = 45738, + [SMALL_STATE(1202)] = 45751, + [SMALL_STATE(1203)] = 45764, + [SMALL_STATE(1204)] = 45777, + [SMALL_STATE(1205)] = 45790, + [SMALL_STATE(1206)] = 45801, + [SMALL_STATE(1207)] = 45814, + [SMALL_STATE(1208)] = 45827, + [SMALL_STATE(1209)] = 45840, + [SMALL_STATE(1210)] = 45849, + [SMALL_STATE(1211)] = 45860, + [SMALL_STATE(1212)] = 45873, + [SMALL_STATE(1213)] = 45884, + [SMALL_STATE(1214)] = 45897, + [SMALL_STATE(1215)] = 45910, + [SMALL_STATE(1216)] = 45919, + [SMALL_STATE(1217)] = 45932, + [SMALL_STATE(1218)] = 45945, + [SMALL_STATE(1219)] = 45958, + [SMALL_STATE(1220)] = 45971, + [SMALL_STATE(1221)] = 45984, + [SMALL_STATE(1222)] = 45993, + [SMALL_STATE(1223)] = 46006, + [SMALL_STATE(1224)] = 46019, + [SMALL_STATE(1225)] = 46028, + [SMALL_STATE(1226)] = 46041, + [SMALL_STATE(1227)] = 46050, + [SMALL_STATE(1228)] = 46063, + [SMALL_STATE(1229)] = 46076, + [SMALL_STATE(1230)] = 46089, + [SMALL_STATE(1231)] = 46102, + [SMALL_STATE(1232)] = 46115, + [SMALL_STATE(1233)] = 46128, + [SMALL_STATE(1234)] = 46141, + [SMALL_STATE(1235)] = 46154, + [SMALL_STATE(1236)] = 46167, + [SMALL_STATE(1237)] = 46180, + [SMALL_STATE(1238)] = 46193, + [SMALL_STATE(1239)] = 46206, + [SMALL_STATE(1240)] = 46219, + [SMALL_STATE(1241)] = 46232, + [SMALL_STATE(1242)] = 46243, + [SMALL_STATE(1243)] = 46256, + [SMALL_STATE(1244)] = 46269, + [SMALL_STATE(1245)] = 46282, + [SMALL_STATE(1246)] = 46295, + [SMALL_STATE(1247)] = 46308, + [SMALL_STATE(1248)] = 46321, + [SMALL_STATE(1249)] = 46332, + [SMALL_STATE(1250)] = 46341, + [SMALL_STATE(1251)] = 46350, + [SMALL_STATE(1252)] = 46363, + [SMALL_STATE(1253)] = 46376, + [SMALL_STATE(1254)] = 46389, + [SMALL_STATE(1255)] = 46402, + [SMALL_STATE(1256)] = 46415, + [SMALL_STATE(1257)] = 46424, + [SMALL_STATE(1258)] = 46437, + [SMALL_STATE(1259)] = 46450, + [SMALL_STATE(1260)] = 46463, + [SMALL_STATE(1261)] = 46476, + [SMALL_STATE(1262)] = 46489, + [SMALL_STATE(1263)] = 46498, + [SMALL_STATE(1264)] = 46507, + [SMALL_STATE(1265)] = 46516, + [SMALL_STATE(1266)] = 46529, + [SMALL_STATE(1267)] = 46542, + [SMALL_STATE(1268)] = 46555, + [SMALL_STATE(1269)] = 46568, + [SMALL_STATE(1270)] = 46577, + [SMALL_STATE(1271)] = 46590, + [SMALL_STATE(1272)] = 46603, + [SMALL_STATE(1273)] = 46612, + [SMALL_STATE(1274)] = 46625, + [SMALL_STATE(1275)] = 46638, + [SMALL_STATE(1276)] = 46651, + [SMALL_STATE(1277)] = 46664, + [SMALL_STATE(1278)] = 46677, + [SMALL_STATE(1279)] = 46690, + [SMALL_STATE(1280)] = 46703, + [SMALL_STATE(1281)] = 46716, + [SMALL_STATE(1282)] = 46729, + [SMALL_STATE(1283)] = 46738, + [SMALL_STATE(1284)] = 46747, + [SMALL_STATE(1285)] = 46756, + [SMALL_STATE(1286)] = 46769, + [SMALL_STATE(1287)] = 46778, + [SMALL_STATE(1288)] = 46787, + [SMALL_STATE(1289)] = 46800, + [SMALL_STATE(1290)] = 46813, + [SMALL_STATE(1291)] = 46822, + [SMALL_STATE(1292)] = 46835, + [SMALL_STATE(1293)] = 46844, + [SMALL_STATE(1294)] = 46853, + [SMALL_STATE(1295)] = 46866, + [SMALL_STATE(1296)] = 46875, + [SMALL_STATE(1297)] = 46884, + [SMALL_STATE(1298)] = 46893, + [SMALL_STATE(1299)] = 46902, + [SMALL_STATE(1300)] = 46915, + [SMALL_STATE(1301)] = 46928, + [SMALL_STATE(1302)] = 46941, + [SMALL_STATE(1303)] = 46950, + [SMALL_STATE(1304)] = 46963, + [SMALL_STATE(1305)] = 46972, + [SMALL_STATE(1306)] = 46985, + [SMALL_STATE(1307)] = 46998, + [SMALL_STATE(1308)] = 47011, + [SMALL_STATE(1309)] = 47020, + [SMALL_STATE(1310)] = 47033, + [SMALL_STATE(1311)] = 47046, + [SMALL_STATE(1312)] = 47059, + [SMALL_STATE(1313)] = 47072, + [SMALL_STATE(1314)] = 47085, + [SMALL_STATE(1315)] = 47098, + [SMALL_STATE(1316)] = 47111, + [SMALL_STATE(1317)] = 47124, + [SMALL_STATE(1318)] = 47137, + [SMALL_STATE(1319)] = 47148, + [SMALL_STATE(1320)] = 47157, + [SMALL_STATE(1321)] = 47170, + [SMALL_STATE(1322)] = 47179, + [SMALL_STATE(1323)] = 47192, + [SMALL_STATE(1324)] = 47205, + [SMALL_STATE(1325)] = 47218, + [SMALL_STATE(1326)] = 47227, + [SMALL_STATE(1327)] = 47240, + [SMALL_STATE(1328)] = 47253, + [SMALL_STATE(1329)] = 47266, + [SMALL_STATE(1330)] = 47279, + [SMALL_STATE(1331)] = 47292, + [SMALL_STATE(1332)] = 47301, + [SMALL_STATE(1333)] = 47310, + [SMALL_STATE(1334)] = 47323, + [SMALL_STATE(1335)] = 47332, + [SMALL_STATE(1336)] = 47345, + [SMALL_STATE(1337)] = 47358, + [SMALL_STATE(1338)] = 47371, + [SMALL_STATE(1339)] = 47384, + [SMALL_STATE(1340)] = 47397, + [SMALL_STATE(1341)] = 47410, + [SMALL_STATE(1342)] = 47423, + [SMALL_STATE(1343)] = 47436, + [SMALL_STATE(1344)] = 47445, + [SMALL_STATE(1345)] = 47454, + [SMALL_STATE(1346)] = 47467, + [SMALL_STATE(1347)] = 47480, + [SMALL_STATE(1348)] = 47493, + [SMALL_STATE(1349)] = 47506, + [SMALL_STATE(1350)] = 47515, + [SMALL_STATE(1351)] = 47528, + [SMALL_STATE(1352)] = 47536, + [SMALL_STATE(1353)] = 47546, + [SMALL_STATE(1354)] = 47556, + [SMALL_STATE(1355)] = 47564, + [SMALL_STATE(1356)] = 47574, + [SMALL_STATE(1357)] = 47584, + [SMALL_STATE(1358)] = 47592, + [SMALL_STATE(1359)] = 47602, + [SMALL_STATE(1360)] = 47612, + [SMALL_STATE(1361)] = 47620, + [SMALL_STATE(1362)] = 47630, + [SMALL_STATE(1363)] = 47638, + [SMALL_STATE(1364)] = 47648, + [SMALL_STATE(1365)] = 47656, + [SMALL_STATE(1366)] = 47666, + [SMALL_STATE(1367)] = 47676, + [SMALL_STATE(1368)] = 47684, + [SMALL_STATE(1369)] = 47694, + [SMALL_STATE(1370)] = 47704, + [SMALL_STATE(1371)] = 47712, + [SMALL_STATE(1372)] = 47720, + [SMALL_STATE(1373)] = 47730, + [SMALL_STATE(1374)] = 47740, + [SMALL_STATE(1375)] = 47748, + [SMALL_STATE(1376)] = 47758, + [SMALL_STATE(1377)] = 47766, + [SMALL_STATE(1378)] = 47774, + [SMALL_STATE(1379)] = 47782, + [SMALL_STATE(1380)] = 47790, + [SMALL_STATE(1381)] = 47798, + [SMALL_STATE(1382)] = 47806, + [SMALL_STATE(1383)] = 47816, + [SMALL_STATE(1384)] = 47824, + [SMALL_STATE(1385)] = 47832, + [SMALL_STATE(1386)] = 47840, + [SMALL_STATE(1387)] = 47850, + [SMALL_STATE(1388)] = 47860, + [SMALL_STATE(1389)] = 47870, + [SMALL_STATE(1390)] = 47878, + [SMALL_STATE(1391)] = 47888, + [SMALL_STATE(1392)] = 47898, + [SMALL_STATE(1393)] = 47908, + [SMALL_STATE(1394)] = 47916, + [SMALL_STATE(1395)] = 47926, + [SMALL_STATE(1396)] = 47936, + [SMALL_STATE(1397)] = 47946, + [SMALL_STATE(1398)] = 47954, + [SMALL_STATE(1399)] = 47964, + [SMALL_STATE(1400)] = 47974, + [SMALL_STATE(1401)] = 47984, + [SMALL_STATE(1402)] = 47994, + [SMALL_STATE(1403)] = 48004, + [SMALL_STATE(1404)] = 48014, + [SMALL_STATE(1405)] = 48024, + [SMALL_STATE(1406)] = 48034, + [SMALL_STATE(1407)] = 48042, + [SMALL_STATE(1408)] = 48052, + [SMALL_STATE(1409)] = 48062, + [SMALL_STATE(1410)] = 48070, + [SMALL_STATE(1411)] = 48078, + [SMALL_STATE(1412)] = 48088, + [SMALL_STATE(1413)] = 48096, + [SMALL_STATE(1414)] = 48104, + [SMALL_STATE(1415)] = 48112, + [SMALL_STATE(1416)] = 48122, + [SMALL_STATE(1417)] = 48130, + [SMALL_STATE(1418)] = 48138, + [SMALL_STATE(1419)] = 48148, + [SMALL_STATE(1420)] = 48156, + [SMALL_STATE(1421)] = 48164, + [SMALL_STATE(1422)] = 48174, + [SMALL_STATE(1423)] = 48184, + [SMALL_STATE(1424)] = 48192, + [SMALL_STATE(1425)] = 48200, + [SMALL_STATE(1426)] = 48208, + [SMALL_STATE(1427)] = 48216, + [SMALL_STATE(1428)] = 48224, + [SMALL_STATE(1429)] = 48234, + [SMALL_STATE(1430)] = 48242, + [SMALL_STATE(1431)] = 48250, + [SMALL_STATE(1432)] = 48258, + [SMALL_STATE(1433)] = 48268, + [SMALL_STATE(1434)] = 48278, + [SMALL_STATE(1435)] = 48286, + [SMALL_STATE(1436)] = 48296, + [SMALL_STATE(1437)] = 48304, + [SMALL_STATE(1438)] = 48312, + [SMALL_STATE(1439)] = 48322, + [SMALL_STATE(1440)] = 48330, + [SMALL_STATE(1441)] = 48340, + [SMALL_STATE(1442)] = 48350, + [SMALL_STATE(1443)] = 48358, + [SMALL_STATE(1444)] = 48368, + [SMALL_STATE(1445)] = 48378, + [SMALL_STATE(1446)] = 48388, + [SMALL_STATE(1447)] = 48398, + [SMALL_STATE(1448)] = 48408, + [SMALL_STATE(1449)] = 48416, + [SMALL_STATE(1450)] = 48424, + [SMALL_STATE(1451)] = 48432, + [SMALL_STATE(1452)] = 48440, + [SMALL_STATE(1453)] = 48448, + [SMALL_STATE(1454)] = 48456, + [SMALL_STATE(1455)] = 48464, + [SMALL_STATE(1456)] = 48472, + [SMALL_STATE(1457)] = 48482, + [SMALL_STATE(1458)] = 48490, + [SMALL_STATE(1459)] = 48500, + [SMALL_STATE(1460)] = 48508, + [SMALL_STATE(1461)] = 48518, + [SMALL_STATE(1462)] = 48528, + [SMALL_STATE(1463)] = 48538, + [SMALL_STATE(1464)] = 48548, + [SMALL_STATE(1465)] = 48556, + [SMALL_STATE(1466)] = 48566, + [SMALL_STATE(1467)] = 48574, + [SMALL_STATE(1468)] = 48582, + [SMALL_STATE(1469)] = 48590, + [SMALL_STATE(1470)] = 48598, + [SMALL_STATE(1471)] = 48608, + [SMALL_STATE(1472)] = 48616, + [SMALL_STATE(1473)] = 48626, + [SMALL_STATE(1474)] = 48636, + [SMALL_STATE(1475)] = 48644, + [SMALL_STATE(1476)] = 48652, + [SMALL_STATE(1477)] = 48662, + [SMALL_STATE(1478)] = 48670, + [SMALL_STATE(1479)] = 48678, + [SMALL_STATE(1480)] = 48688, + [SMALL_STATE(1481)] = 48698, + [SMALL_STATE(1482)] = 48706, + [SMALL_STATE(1483)] = 48716, + [SMALL_STATE(1484)] = 48724, + [SMALL_STATE(1485)] = 48734, + [SMALL_STATE(1486)] = 48744, + [SMALL_STATE(1487)] = 48752, + [SMALL_STATE(1488)] = 48762, + [SMALL_STATE(1489)] = 48770, + [SMALL_STATE(1490)] = 48780, + [SMALL_STATE(1491)] = 48790, + [SMALL_STATE(1492)] = 48798, + [SMALL_STATE(1493)] = 48808, + [SMALL_STATE(1494)] = 48816, + [SMALL_STATE(1495)] = 48824, + [SMALL_STATE(1496)] = 48832, + [SMALL_STATE(1497)] = 48840, + [SMALL_STATE(1498)] = 48848, + [SMALL_STATE(1499)] = 48856, + [SMALL_STATE(1500)] = 48866, + [SMALL_STATE(1501)] = 48874, + [SMALL_STATE(1502)] = 48884, + [SMALL_STATE(1503)] = 48894, + [SMALL_STATE(1504)] = 48902, + [SMALL_STATE(1505)] = 48912, + [SMALL_STATE(1506)] = 48922, + [SMALL_STATE(1507)] = 48932, + [SMALL_STATE(1508)] = 48942, + [SMALL_STATE(1509)] = 48950, + [SMALL_STATE(1510)] = 48958, + [SMALL_STATE(1511)] = 48965, + [SMALL_STATE(1512)] = 48972, + [SMALL_STATE(1513)] = 48979, + [SMALL_STATE(1514)] = 48986, + [SMALL_STATE(1515)] = 48993, + [SMALL_STATE(1516)] = 49000, + [SMALL_STATE(1517)] = 49007, + [SMALL_STATE(1518)] = 49014, + [SMALL_STATE(1519)] = 49021, + [SMALL_STATE(1520)] = 49028, + [SMALL_STATE(1521)] = 49035, + [SMALL_STATE(1522)] = 49042, + [SMALL_STATE(1523)] = 49049, + [SMALL_STATE(1524)] = 49056, + [SMALL_STATE(1525)] = 49063, + [SMALL_STATE(1526)] = 49070, + [SMALL_STATE(1527)] = 49077, + [SMALL_STATE(1528)] = 49084, + [SMALL_STATE(1529)] = 49091, + [SMALL_STATE(1530)] = 49098, + [SMALL_STATE(1531)] = 49105, + [SMALL_STATE(1532)] = 49112, + [SMALL_STATE(1533)] = 49119, + [SMALL_STATE(1534)] = 49126, + [SMALL_STATE(1535)] = 49133, + [SMALL_STATE(1536)] = 49140, + [SMALL_STATE(1537)] = 49147, + [SMALL_STATE(1538)] = 49154, + [SMALL_STATE(1539)] = 49161, + [SMALL_STATE(1540)] = 49168, + [SMALL_STATE(1541)] = 49175, + [SMALL_STATE(1542)] = 49182, + [SMALL_STATE(1543)] = 49189, + [SMALL_STATE(1544)] = 49196, + [SMALL_STATE(1545)] = 49203, + [SMALL_STATE(1546)] = 49210, + [SMALL_STATE(1547)] = 49217, + [SMALL_STATE(1548)] = 49224, + [SMALL_STATE(1549)] = 49231, + [SMALL_STATE(1550)] = 49238, + [SMALL_STATE(1551)] = 49245, + [SMALL_STATE(1552)] = 49252, + [SMALL_STATE(1553)] = 49259, + [SMALL_STATE(1554)] = 49266, + [SMALL_STATE(1555)] = 49273, + [SMALL_STATE(1556)] = 49280, + [SMALL_STATE(1557)] = 49287, + [SMALL_STATE(1558)] = 49294, + [SMALL_STATE(1559)] = 49301, + [SMALL_STATE(1560)] = 49308, + [SMALL_STATE(1561)] = 49315, + [SMALL_STATE(1562)] = 49322, + [SMALL_STATE(1563)] = 49329, + [SMALL_STATE(1564)] = 49336, + [SMALL_STATE(1565)] = 49343, + [SMALL_STATE(1566)] = 49350, + [SMALL_STATE(1567)] = 49357, + [SMALL_STATE(1568)] = 49364, + [SMALL_STATE(1569)] = 49371, + [SMALL_STATE(1570)] = 49378, + [SMALL_STATE(1571)] = 49385, + [SMALL_STATE(1572)] = 49392, + [SMALL_STATE(1573)] = 49399, + [SMALL_STATE(1574)] = 49406, + [SMALL_STATE(1575)] = 49413, + [SMALL_STATE(1576)] = 49420, + [SMALL_STATE(1577)] = 49427, + [SMALL_STATE(1578)] = 49434, + [SMALL_STATE(1579)] = 49441, + [SMALL_STATE(1580)] = 49448, + [SMALL_STATE(1581)] = 49455, + [SMALL_STATE(1582)] = 49462, + [SMALL_STATE(1583)] = 49469, + [SMALL_STATE(1584)] = 49476, + [SMALL_STATE(1585)] = 49483, + [SMALL_STATE(1586)] = 49490, + [SMALL_STATE(1587)] = 49497, + [SMALL_STATE(1588)] = 49504, + [SMALL_STATE(1589)] = 49511, + [SMALL_STATE(1590)] = 49518, + [SMALL_STATE(1591)] = 49525, + [SMALL_STATE(1592)] = 49532, + [SMALL_STATE(1593)] = 49539, + [SMALL_STATE(1594)] = 49546, + [SMALL_STATE(1595)] = 49553, + [SMALL_STATE(1596)] = 49560, + [SMALL_STATE(1597)] = 49567, + [SMALL_STATE(1598)] = 49574, + [SMALL_STATE(1599)] = 49581, + [SMALL_STATE(1600)] = 49588, + [SMALL_STATE(1601)] = 49595, + [SMALL_STATE(1602)] = 49602, + [SMALL_STATE(1603)] = 49609, + [SMALL_STATE(1604)] = 49616, + [SMALL_STATE(1605)] = 49623, + [SMALL_STATE(1606)] = 49630, + [SMALL_STATE(1607)] = 49637, + [SMALL_STATE(1608)] = 49644, + [SMALL_STATE(1609)] = 49651, + [SMALL_STATE(1610)] = 49658, + [SMALL_STATE(1611)] = 49665, + [SMALL_STATE(1612)] = 49672, + [SMALL_STATE(1613)] = 49679, + [SMALL_STATE(1614)] = 49686, + [SMALL_STATE(1615)] = 49693, + [SMALL_STATE(1616)] = 49700, + [SMALL_STATE(1617)] = 49707, + [SMALL_STATE(1618)] = 49714, + [SMALL_STATE(1619)] = 49721, + [SMALL_STATE(1620)] = 49728, + [SMALL_STATE(1621)] = 49735, + [SMALL_STATE(1622)] = 49742, + [SMALL_STATE(1623)] = 49749, + [SMALL_STATE(1624)] = 49756, + [SMALL_STATE(1625)] = 49763, + [SMALL_STATE(1626)] = 49770, + [SMALL_STATE(1627)] = 49777, + [SMALL_STATE(1628)] = 49784, + [SMALL_STATE(1629)] = 49791, + [SMALL_STATE(1630)] = 49798, + [SMALL_STATE(1631)] = 49805, + [SMALL_STATE(1632)] = 49812, + [SMALL_STATE(1633)] = 49819, + [SMALL_STATE(1634)] = 49826, + [SMALL_STATE(1635)] = 49833, + [SMALL_STATE(1636)] = 49840, + [SMALL_STATE(1637)] = 49847, + [SMALL_STATE(1638)] = 49854, + [SMALL_STATE(1639)] = 49861, + [SMALL_STATE(1640)] = 49868, + [SMALL_STATE(1641)] = 49875, + [SMALL_STATE(1642)] = 49882, + [SMALL_STATE(1643)] = 49889, + [SMALL_STATE(1644)] = 49896, + [SMALL_STATE(1645)] = 49903, + [SMALL_STATE(1646)] = 49910, + [SMALL_STATE(1647)] = 49917, + [SMALL_STATE(1648)] = 49924, + [SMALL_STATE(1649)] = 49931, + [SMALL_STATE(1650)] = 49938, + [SMALL_STATE(1651)] = 49945, + [SMALL_STATE(1652)] = 49952, + [SMALL_STATE(1653)] = 49959, + [SMALL_STATE(1654)] = 49966, + [SMALL_STATE(1655)] = 49973, + [SMALL_STATE(1656)] = 49980, + [SMALL_STATE(1657)] = 49987, + [SMALL_STATE(1658)] = 49994, + [SMALL_STATE(1659)] = 50001, + [SMALL_STATE(1660)] = 50008, + [SMALL_STATE(1661)] = 50015, + [SMALL_STATE(1662)] = 50022, + [SMALL_STATE(1663)] = 50029, + [SMALL_STATE(1664)] = 50036, + [SMALL_STATE(1665)] = 50043, + [SMALL_STATE(1666)] = 50050, + [SMALL_STATE(1667)] = 50057, + [SMALL_STATE(1668)] = 50064, + [SMALL_STATE(1669)] = 50071, + [SMALL_STATE(1670)] = 50078, + [SMALL_STATE(1671)] = 50085, + [SMALL_STATE(1672)] = 50092, + [SMALL_STATE(1673)] = 50099, + [SMALL_STATE(1674)] = 50106, + [SMALL_STATE(1675)] = 50113, + [SMALL_STATE(1676)] = 50120, + [SMALL_STATE(1677)] = 50127, + [SMALL_STATE(1678)] = 50134, + [SMALL_STATE(1679)] = 50141, + [SMALL_STATE(1680)] = 50148, + [SMALL_STATE(1681)] = 50155, + [SMALL_STATE(1682)] = 50162, + [SMALL_STATE(1683)] = 50169, + [SMALL_STATE(1684)] = 50176, + [SMALL_STATE(1685)] = 50183, + [SMALL_STATE(1686)] = 50190, + [SMALL_STATE(1687)] = 50197, + [SMALL_STATE(1688)] = 50204, + [SMALL_STATE(1689)] = 50211, + [SMALL_STATE(1690)] = 50218, + [SMALL_STATE(1691)] = 50225, + [SMALL_STATE(1692)] = 50232, + [SMALL_STATE(1693)] = 50239, + [SMALL_STATE(1694)] = 50246, + [SMALL_STATE(1695)] = 50253, + [SMALL_STATE(1696)] = 50260, + [SMALL_STATE(1697)] = 50267, + [SMALL_STATE(1698)] = 50274, + [SMALL_STATE(1699)] = 50281, + [SMALL_STATE(1700)] = 50288, + [SMALL_STATE(1701)] = 50295, + [SMALL_STATE(1702)] = 50302, + [SMALL_STATE(1703)] = 50309, + [SMALL_STATE(1704)] = 50316, + [SMALL_STATE(1705)] = 50323, + [SMALL_STATE(1706)] = 50330, + [SMALL_STATE(1707)] = 50337, + [SMALL_STATE(1708)] = 50344, + [SMALL_STATE(1709)] = 50351, + [SMALL_STATE(1710)] = 50358, + [SMALL_STATE(1711)] = 50365, + [SMALL_STATE(1712)] = 50372, + [SMALL_STATE(1713)] = 50379, + [SMALL_STATE(1714)] = 50386, + [SMALL_STATE(1715)] = 50393, + [SMALL_STATE(1716)] = 50400, + [SMALL_STATE(1717)] = 50407, + [SMALL_STATE(1718)] = 50414, + [SMALL_STATE(1719)] = 50421, + [SMALL_STATE(1720)] = 50428, + [SMALL_STATE(1721)] = 50435, + [SMALL_STATE(1722)] = 50442, + [SMALL_STATE(1723)] = 50449, + [SMALL_STATE(1724)] = 50456, + [SMALL_STATE(1725)] = 50463, + [SMALL_STATE(1726)] = 50470, + [SMALL_STATE(1727)] = 50477, + [SMALL_STATE(1728)] = 50484, + [SMALL_STATE(1729)] = 50491, + [SMALL_STATE(1730)] = 50498, + [SMALL_STATE(1731)] = 50505, + [SMALL_STATE(1732)] = 50512, + [SMALL_STATE(1733)] = 50519, + [SMALL_STATE(1734)] = 50526, + [SMALL_STATE(1735)] = 50533, + [SMALL_STATE(1736)] = 50540, + [SMALL_STATE(1737)] = 50547, + [SMALL_STATE(1738)] = 50554, + [SMALL_STATE(1739)] = 50561, + [SMALL_STATE(1740)] = 50568, + [SMALL_STATE(1741)] = 50575, + [SMALL_STATE(1742)] = 50582, + [SMALL_STATE(1743)] = 50589, + [SMALL_STATE(1744)] = 50596, + [SMALL_STATE(1745)] = 50603, + [SMALL_STATE(1746)] = 50610, + [SMALL_STATE(1747)] = 50617, + [SMALL_STATE(1748)] = 50624, + [SMALL_STATE(1749)] = 50631, + [SMALL_STATE(1750)] = 50638, + [SMALL_STATE(1751)] = 50645, + [SMALL_STATE(1752)] = 50652, + [SMALL_STATE(1753)] = 50659, + [SMALL_STATE(1754)] = 50666, + [SMALL_STATE(1755)] = 50673, + [SMALL_STATE(1756)] = 50680, + [SMALL_STATE(1757)] = 50687, + [SMALL_STATE(1758)] = 50694, + [SMALL_STATE(1759)] = 50701, + [SMALL_STATE(1760)] = 50708, + [SMALL_STATE(1761)] = 50715, + [SMALL_STATE(1762)] = 50722, + [SMALL_STATE(1763)] = 50729, + [SMALL_STATE(1764)] = 50736, + [SMALL_STATE(1765)] = 50743, + [SMALL_STATE(1766)] = 50750, + [SMALL_STATE(1767)] = 50757, + [SMALL_STATE(1768)] = 50764, + [SMALL_STATE(1769)] = 50771, + [SMALL_STATE(1770)] = 50778, + [SMALL_STATE(1771)] = 50785, + [SMALL_STATE(1772)] = 50792, + [SMALL_STATE(1773)] = 50799, + [SMALL_STATE(1774)] = 50806, + [SMALL_STATE(1775)] = 50813, + [SMALL_STATE(1776)] = 50820, + [SMALL_STATE(1777)] = 50827, + [SMALL_STATE(1778)] = 50834, + [SMALL_STATE(1779)] = 50841, + [SMALL_STATE(1780)] = 50848, + [SMALL_STATE(1781)] = 50855, + [SMALL_STATE(1782)] = 50862, + [SMALL_STATE(1783)] = 50869, + [SMALL_STATE(1784)] = 50876, + [SMALL_STATE(1785)] = 50883, + [SMALL_STATE(1786)] = 50890, + [SMALL_STATE(1787)] = 50897, + [SMALL_STATE(1788)] = 50904, + [SMALL_STATE(1789)] = 50911, + [SMALL_STATE(1790)] = 50918, + [SMALL_STATE(1791)] = 50925, + [SMALL_STATE(1792)] = 50932, + [SMALL_STATE(1793)] = 50939, + [SMALL_STATE(1794)] = 50946, + [SMALL_STATE(1795)] = 50953, + [SMALL_STATE(1796)] = 50960, + [SMALL_STATE(1797)] = 50967, + [SMALL_STATE(1798)] = 50974, + [SMALL_STATE(1799)] = 50981, + [SMALL_STATE(1800)] = 50988, + [SMALL_STATE(1801)] = 50995, + [SMALL_STATE(1802)] = 51002, + [SMALL_STATE(1803)] = 51009, + [SMALL_STATE(1804)] = 51016, + [SMALL_STATE(1805)] = 51023, + [SMALL_STATE(1806)] = 51030, + [SMALL_STATE(1807)] = 51037, + [SMALL_STATE(1808)] = 51044, + [SMALL_STATE(1809)] = 51051, + [SMALL_STATE(1810)] = 51058, + [SMALL_STATE(1811)] = 51065, + [SMALL_STATE(1812)] = 51072, + [SMALL_STATE(1813)] = 51079, + [SMALL_STATE(1814)] = 51086, + [SMALL_STATE(1815)] = 51093, + [SMALL_STATE(1816)] = 51100, + [SMALL_STATE(1817)] = 51107, + [SMALL_STATE(1818)] = 51114, + [SMALL_STATE(1819)] = 51121, + [SMALL_STATE(1820)] = 51128, + [SMALL_STATE(1821)] = 51135, + [SMALL_STATE(1822)] = 51142, + [SMALL_STATE(1823)] = 51149, + [SMALL_STATE(1824)] = 51156, + [SMALL_STATE(1825)] = 51163, + [SMALL_STATE(1826)] = 51170, + [SMALL_STATE(1827)] = 51177, + [SMALL_STATE(1828)] = 51184, + [SMALL_STATE(1829)] = 51191, + [SMALL_STATE(1830)] = 51198, + [SMALL_STATE(1831)] = 51205, + [SMALL_STATE(1832)] = 51212, + [SMALL_STATE(1833)] = 51219, + [SMALL_STATE(1834)] = 51226, + [SMALL_STATE(1835)] = 51233, + [SMALL_STATE(1836)] = 51240, + [SMALL_STATE(1837)] = 51247, + [SMALL_STATE(1838)] = 51254, + [SMALL_STATE(1839)] = 51261, + [SMALL_STATE(1840)] = 51268, + [SMALL_STATE(1841)] = 51275, + [SMALL_STATE(1842)] = 51282, + [SMALL_STATE(1843)] = 51289, + [SMALL_STATE(1844)] = 51296, + [SMALL_STATE(1845)] = 51303, + [SMALL_STATE(1846)] = 51310, + [SMALL_STATE(1847)] = 51317, + [SMALL_STATE(1848)] = 51324, + [SMALL_STATE(1849)] = 51331, + [SMALL_STATE(1850)] = 51338, + [SMALL_STATE(1851)] = 51345, + [SMALL_STATE(1852)] = 51352, + [SMALL_STATE(1853)] = 51359, + [SMALL_STATE(1854)] = 51366, + [SMALL_STATE(1855)] = 51373, + [SMALL_STATE(1856)] = 51380, + [SMALL_STATE(1857)] = 51387, + [SMALL_STATE(1858)] = 51394, + [SMALL_STATE(1859)] = 51401, + [SMALL_STATE(1860)] = 51408, + [SMALL_STATE(1861)] = 51415, + [SMALL_STATE(1862)] = 51422, + [SMALL_STATE(1863)] = 51429, + [SMALL_STATE(1864)] = 51436, + [SMALL_STATE(1865)] = 51443, + [SMALL_STATE(1866)] = 51450, + [SMALL_STATE(1867)] = 51457, + [SMALL_STATE(1868)] = 51464, + [SMALL_STATE(1869)] = 51471, + [SMALL_STATE(1870)] = 51478, + [SMALL_STATE(1871)] = 51485, + [SMALL_STATE(1872)] = 51492, + [SMALL_STATE(1873)] = 51499, + [SMALL_STATE(1874)] = 51506, + [SMALL_STATE(1875)] = 51513, + [SMALL_STATE(1876)] = 51520, + [SMALL_STATE(1877)] = 51527, + [SMALL_STATE(1878)] = 51534, + [SMALL_STATE(1879)] = 51541, + [SMALL_STATE(1880)] = 51548, + [SMALL_STATE(1881)] = 51555, + [SMALL_STATE(1882)] = 51562, + [SMALL_STATE(1883)] = 51569, + [SMALL_STATE(1884)] = 51576, + [SMALL_STATE(1885)] = 51583, + [SMALL_STATE(1886)] = 51590, + [SMALL_STATE(1887)] = 51597, + [SMALL_STATE(1888)] = 51604, + [SMALL_STATE(1889)] = 51611, + [SMALL_STATE(1890)] = 51618, + [SMALL_STATE(1891)] = 51625, + [SMALL_STATE(1892)] = 51632, + [SMALL_STATE(1893)] = 51639, + [SMALL_STATE(1894)] = 51646, + [SMALL_STATE(1895)] = 51653, + [SMALL_STATE(1896)] = 51660, + [SMALL_STATE(1897)] = 51667, + [SMALL_STATE(1898)] = 51674, + [SMALL_STATE(1899)] = 51681, + [SMALL_STATE(1900)] = 51688, + [SMALL_STATE(1901)] = 51695, + [SMALL_STATE(1902)] = 51702, + [SMALL_STATE(1903)] = 51709, + [SMALL_STATE(1904)] = 51716, + [SMALL_STATE(1905)] = 51723, + [SMALL_STATE(1906)] = 51730, + [SMALL_STATE(1907)] = 51737, + [SMALL_STATE(1908)] = 51744, + [SMALL_STATE(1909)] = 51751, + [SMALL_STATE(1910)] = 51758, + [SMALL_STATE(1911)] = 51765, + [SMALL_STATE(1912)] = 51772, + [SMALL_STATE(1913)] = 51779, + [SMALL_STATE(1914)] = 51786, + [SMALL_STATE(1915)] = 51793, + [SMALL_STATE(1916)] = 51800, + [SMALL_STATE(1917)] = 51807, + [SMALL_STATE(1918)] = 51814, + [SMALL_STATE(1919)] = 51821, + [SMALL_STATE(1920)] = 51828, + [SMALL_STATE(1921)] = 51835, + [SMALL_STATE(1922)] = 51842, + [SMALL_STATE(1923)] = 51849, + [SMALL_STATE(1924)] = 51856, + [SMALL_STATE(1925)] = 51863, + [SMALL_STATE(1926)] = 51870, + [SMALL_STATE(1927)] = 51877, + [SMALL_STATE(1928)] = 51884, + [SMALL_STATE(1929)] = 51891, + [SMALL_STATE(1930)] = 51898, + [SMALL_STATE(1931)] = 51905, + [SMALL_STATE(1932)] = 51912, + [SMALL_STATE(1933)] = 51919, + [SMALL_STATE(1934)] = 51926, + [SMALL_STATE(1935)] = 51933, + [SMALL_STATE(1936)] = 51940, + [SMALL_STATE(1937)] = 51947, + [SMALL_STATE(1938)] = 51954, + [SMALL_STATE(1939)] = 51961, + [SMALL_STATE(1940)] = 51968, + [SMALL_STATE(1941)] = 51975, + [SMALL_STATE(1942)] = 51982, + [SMALL_STATE(1943)] = 51989, + [SMALL_STATE(1944)] = 51996, + [SMALL_STATE(1945)] = 52003, + [SMALL_STATE(1946)] = 52010, + [SMALL_STATE(1947)] = 52017, + [SMALL_STATE(1948)] = 52024, + [SMALL_STATE(1949)] = 52031, + [SMALL_STATE(1950)] = 52038, + [SMALL_STATE(1951)] = 52045, + [SMALL_STATE(1952)] = 52052, + [SMALL_STATE(1953)] = 52059, + [SMALL_STATE(1954)] = 52066, + [SMALL_STATE(1955)] = 52073, + [SMALL_STATE(1956)] = 52080, + [SMALL_STATE(1957)] = 52087, + [SMALL_STATE(1958)] = 52094, + [SMALL_STATE(1959)] = 52101, + [SMALL_STATE(1960)] = 52108, + [SMALL_STATE(1961)] = 52115, + [SMALL_STATE(1962)] = 52122, + [SMALL_STATE(1963)] = 52129, + [SMALL_STATE(1964)] = 52136, + [SMALL_STATE(1965)] = 52143, + [SMALL_STATE(1966)] = 52150, + [SMALL_STATE(1967)] = 52157, + [SMALL_STATE(1968)] = 52164, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -59146,12 +59194,12 @@ static const TSParseActionEntry ts_parse_actions[] = { [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(842), [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), - [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), - [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), + [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), + [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), - [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), + [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), @@ -59159,8 +59207,8 @@ static const TSParseActionEntry ts_parse_actions[] = { [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964), [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), - [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), - [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), @@ -59172,11 +59220,11 @@ static const TSParseActionEntry ts_parse_actions[] = { [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), - [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), + [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), - [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), - [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), + [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), @@ -59186,12 +59234,12 @@ static const TSParseActionEntry ts_parse_actions[] = { [87] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(842), [90] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(973), [93] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1181), - [96] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(676), - [99] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(660), + [96] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(672), + [99] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(648), [102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(32), - [105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(700), + [105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(701), [108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1352), - [111] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(723), + [111] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(724), [114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1967), [117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1966), [120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(45), @@ -59199,8 +59247,8 @@ static const TSParseActionEntry ts_parse_actions[] = { [126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(728), [129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1964), [132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1155), - [135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(808), - [138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(809), + [135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(807), + [138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(808), [141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(15), [144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(233), [147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1157), @@ -59212,17 +59260,17 @@ static const TSParseActionEntry ts_parse_actions[] = { [165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(204), [168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(111), [171] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(530), - [174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(767), - [177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(786), + [174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(756), + [177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(789), [180] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1951), - [183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(672), - [186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(789), + [183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(679), + [186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(783), [189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(181), [192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(68), [195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(195), [198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1948), [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1067), - [203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), [205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), [207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), [209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), @@ -59233,26 +59281,26 @@ static const TSParseActionEntry ts_parse_actions[] = { [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), - [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), - [227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(824), + [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), + [227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(825), [229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), [231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), [237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), [243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), - [245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), [247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), [249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), [251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), - [253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), + [253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), [255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), [257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), [259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), [261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), [265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), [267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), @@ -59263,15 +59311,15 @@ static const TSParseActionEntry ts_parse_actions[] = { [279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_declarative_part, 1), [281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), [283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1067), - [286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(772), - [289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(660), - [292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(700), + [286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(776), + [289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(648), + [292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(701), [295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), [297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1967), [300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1965), [303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1155), - [306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(808), - [309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(809), + [306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(807), + [309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(808), [312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1157), [315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(578), [318] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1158), @@ -59294,11 +59342,11 @@ static const TSParseActionEntry ts_parse_actions[] = { [366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(204), [369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(111), [372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(530), - [375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(767), - [378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(786), + [375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(756), + [378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(789), [381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1951), - [384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(672), - [387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(789), + [384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(679), + [387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(783), [390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(181), [393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(68), [396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(195), @@ -59323,24 +59371,24 @@ static const TSParseActionEntry ts_parse_actions[] = { [435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), [437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), [439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), + [441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), - [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), [447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), [449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), + [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), [457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1067), - [460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(772), - [463] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(660), + [460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(776), + [463] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(648), [466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), - [468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(753), + [468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(786), [471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1967), [474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1965), [477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1456), - [480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(808), - [483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(809), + [480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(807), + [483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(808), [486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1458), [489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(578), [492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1158), @@ -59349,7 +59397,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533), [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), [505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), + [507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), [509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), [511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263), [513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), @@ -59569,7 +59617,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_actual_parameter_part, 3), [945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__subtype_indication_paren_constraint, 2), [947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication_paren_constraint, 2), - [949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), + [949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), [951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1187), [953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), [955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__subtype_indication_paren_constraint, 1), @@ -59997,9 +60045,9 @@ static const TSParseActionEntry ts_parse_actions[] = { [1805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), [1807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), [1809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), - [1811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [1811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), [1813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), - [1815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), + [1815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), [1817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), [1819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), [1821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), @@ -60012,17 +60060,17 @@ static const TSParseActionEntry ts_parse_actions[] = { [1835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 8), [1837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 8), [1839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), - [1841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), + [1841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), [1843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), [1845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), [1847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__simple_expression_repeat1, 2), [1849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__simple_expression_repeat1, 2), - [1851] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__simple_expression_repeat1, 2), SHIFT_REPEAT(826), - [1854] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__simple_expression_repeat1, 2), SHIFT_REPEAT(826), + [1851] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__simple_expression_repeat1, 2), SHIFT_REPEAT(823), + [1854] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__simple_expression_repeat1, 2), SHIFT_REPEAT(823), [1857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_expression, 2), [1859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_expression, 2), - [1861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), - [1863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), + [1861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), + [1863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), [1865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_expression, 1), [1867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_expression, 1), [1869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_expression, 3), @@ -60034,7 +60082,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [1881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), [1883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), [1885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), - [1887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), + [1887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), [1889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), [1891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), [1893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1480), @@ -60055,8 +60103,8 @@ static const TSParseActionEntry ts_parse_actions[] = { [1925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(973), [1927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), [1929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), - [1931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(755), - [1933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), + [1931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(778), + [1933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), [1935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__relation, 1), [1937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), [1939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), @@ -60064,14 +60112,14 @@ static const TSParseActionEntry ts_parse_actions[] = { [1943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), [1945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1175), [1947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), - [1949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), - [1951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), + [1949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), + [1951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), [1953] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(1175), - [1956] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(772), + [1956] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(776), [1959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), [1961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(1965), - [1964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(784), - [1967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(783), + [1964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(753), + [1967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(784), [1970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(1960), [1973] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(1158), [1976] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(1954), @@ -60082,11 +60130,11 @@ static const TSParseActionEntry ts_parse_actions[] = { [1988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__aspect_mark, 1), [1990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), [1992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), - [1994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), - [1996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [1998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [2000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), - [2002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [1994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), + [1996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [1998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), + [2000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [2002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), [2004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_attribute_designator, 1), [2006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), [2008] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(271), @@ -60097,24 +60145,24 @@ static const TSParseActionEntry ts_parse_actions[] = { [2019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), [2021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_expression, 2, .production_id = 9), [2023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), - [2025] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(772), + [2025] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(776), [2028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), [2030] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(1965), - [2033] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(784), - [2036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(783), + [2033] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(753), + [2036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(784), [2039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(1863), [2042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(1158), [2045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), [2047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1048), [2049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), [2051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_label, 2, .production_id = 1), - [2053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), + [2053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), [2055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), - [2057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(772), + [2057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(776), [2060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), [2062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(1965), - [2065] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(784), - [2068] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(783), + [2065] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(753), + [2068] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(784), [2071] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(1960), [2074] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(1158), [2077] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(1954), @@ -60142,7 +60190,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [2122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), [2124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__membership_choice, 1), [2126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [2128] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generic_formal_part, 1), SHIFT(778), + [2128] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generic_formal_part, 1), SHIFT(770), [2131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), [2133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), [2135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generic_formal_part, 1), SHIFT(779), @@ -60151,1501 +60199,1502 @@ static const TSParseActionEntry ts_parse_actions[] = { [2143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_membership_choice_list, 1), [2145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_formal_part, 2), [2147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(1175), - [2150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(660), + [2150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(648), [2153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), [2155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(934), [2158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(1895), [2161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(1954), [2164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_membership_choice_list_repeat1, 2), [2166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_membership_choice_list_repeat1, 2), SHIFT_REPEAT(269), - [2169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(835), - [2171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [2173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), + [2169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(829), + [2171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [2173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), [2175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_expression, 4, .production_id = 9), [2177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relation_membership, 4), - [2179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), - [2181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(848), - [2183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [2179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), + [2181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(845), + [2183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), [2185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relation_membership, 3), [2187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245), [2189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), [2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), [2195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), - [2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), + [2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), [2199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__relation, 3), [2201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat2, 2), [2203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_repeat2, 2), SHIFT_REPEAT(200), - [2206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), - [2208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), - [2210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [2212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), - [2214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), - [2216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 2), - [2218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat1, 2), - [2220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_repeat1, 2), SHIFT_REPEAT(203), - [2223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat3, 2), - [2225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_repeat3, 2), SHIFT_REPEAT(257), - [2228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 4, .production_id = 35), - [2230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [2232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 3, .production_id = 21), - [2234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat2, 3), - [2236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat1, 3), - [2238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270), - [2240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [2242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), - [2244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(829), - [2246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), - [2248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(984), - [2250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), - [2252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), - [2254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), - [2256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(845), - [2258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), - [2260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [2262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), - [2264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), - [2266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), - [2268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [2270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_digits_constraint, 2), - [2272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), - [2274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delta_constraint, 2), - [2276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), - [2278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), - [2280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(733), - [2282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), - [2284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), - [2286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [2288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), - [2290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), - [2292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [2294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_list, 1), - [2296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [2298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957), - [2300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), - [2302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), - [2304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(725), - [2306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), - [2308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(863), - [2310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), - [2312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692), - [2314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [2316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), - [2318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), - [2320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), - [2322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), - [2324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), - [2326] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_component_list_repeat1, 2), SHIFT_REPEAT(1175), - [2329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_list_repeat1, 2), SHIFT_REPEAT(772), - [2332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_component_list_repeat1, 2), - [2334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_list_repeat1, 2), SHIFT_REPEAT(1954), - [2337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(947), - [2339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), - [2341] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), SHIFT_REPEAT(984), - [2344] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), SHIFT_REPEAT(984), - [2347] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), SHIFT_REPEAT(1181), - [2350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), - [2352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), - [2354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), - [2356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), - [2358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), - [2360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780), - [2362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), - [2364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), - [2366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(836), - [2368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [2370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_digits_constraint, 3), - [2372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 2, .production_id = 6), - [2374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_constraint, 4), - [2376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delta_constraint, 3), - [2378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(956), - [2380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), - [2382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [2384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [2386] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(772), - [2389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), - [2391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(1965), - [2394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(1960), - [2397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(1158), - [2400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_constraint, 3), - [2402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_constraint, 2), - [2404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [2406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), - [2408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), - [2410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), - [2412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 3, .production_id = 18), - [2414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(844), - [2416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), - [2418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), - [2420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), - [2422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), - [2424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), - [2426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), - [2428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), - [2430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), - [2432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), - [2434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [2436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), - [2438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), - [2440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_profile, 3, .production_id = 34), - [2442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), - [2444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [2446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 2, .production_id = 18), - [2448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), - [2450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 7, .production_id = 3), - [2452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 4, .production_id = 59), - [2454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(887), - [2456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [2458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), - [2460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), - [2462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), - [2464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), - [2466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 4, .production_id = 3), - [2468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), - [2470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [2472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), - [2474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [2476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(840), - [2478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), - [2480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), - [2482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [2484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), - [2486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [2488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), - [2490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [2492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), - [2494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 6, .production_id = 3), - [2496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), - [2498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 8, .production_id = 3), - [2500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_profile, 2, .production_id = 18), - [2502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), - [2504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [2506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(846), - [2508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [2510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), - [2512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 3, .production_id = 34), - [2514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), - [2516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017), - [2518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), - [2520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(690), - [2522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), - [2524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [2526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [2528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), - [2530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [2532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), - [2534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 5, .production_id = 3), - [2536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), - [2538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [2540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), - [2542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), - [2544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [2546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(865), - [2548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), - [2550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(839), - [2552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), - [2554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [2556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [2558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [2560] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_relational_operator, 1), - [2562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relational_operator, 1), - [2564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), - [2566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), - [2568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [2570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), - [2572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), - [2574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [2576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), - [2578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), - [2580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), - [2582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), - [2584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), - [2586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [2588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [2590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), - [2592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), - [2594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), - [2596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), - [2598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), - [2600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), - [2602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [2604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [2606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [2608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), - [2610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), - [2612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), - [2614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [2616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), - [2618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), - [2620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), - [2622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), - [2624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), - [2626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), - [2628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), - [2630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), - [2632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [2634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [2636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), - [2638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), - [2640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), - [2642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [2644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), - [2646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), - [2648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), - [2650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), - [2652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_non_empty_mode, 1), - [2654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_mode, 1), - [2656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), - [2658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), - [2660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), - [2662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), - [2664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), - [2666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), - [2668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_non_empty_mode, 2), - [2670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_mode, 2), - [2672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), - [2674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 4), - [2676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 2), - [2678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 3), - [2680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_part, 3), - [2682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multiplying_operator, 1), - [2684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiplying_operator, 1), - [2686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_declaration, 5), - [2688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 5), - [2690] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1124), - [2693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), - [2695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1628), - [2698] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1627), + [2206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [2208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), + [2210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [2212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [2214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 2), + [2216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat1, 2), + [2218] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_repeat1, 2), SHIFT_REPEAT(203), + [2221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat3, 2), + [2223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_repeat3, 2), SHIFT_REPEAT(257), + [2226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), + [2228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), + [2230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [2232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [2234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), + [2236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), + [2238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [2240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), + [2242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270), + [2244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [2246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [2248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 4, .production_id = 35), + [2250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [2252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(984), + [2254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), + [2256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), + [2258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), + [2260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 3, .production_id = 21), + [2262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat2, 3), + [2264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat1, 3), + [2266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(833), + [2268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), + [2270] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(776), + [2273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), + [2275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(1965), + [2278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(1960), + [2281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(1158), + [2284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(1954), + [2287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), + [2289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), + [2291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_list, 1), + [2293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(733), + [2295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), + [2297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), + [2299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), + [2301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), + [2303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [2305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957), + [2307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), + [2309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), + [2311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(840), + [2313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), + [2315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(726), + [2317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [2319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), + [2321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), + [2323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(863), + [2325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [2327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_digits_constraint, 2), + [2329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delta_constraint, 2), + [2331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(693), + [2333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [2335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), + [2337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), + [2339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), + [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [2343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), + [2345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), + [2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [2349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), + [2351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), + [2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), + [2355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), + [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), + [2359] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_component_list_repeat1, 2), SHIFT_REPEAT(1175), + [2362] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_list_repeat1, 2), SHIFT_REPEAT(776), + [2365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_component_list_repeat1, 2), + [2367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_list_repeat1, 2), SHIFT_REPEAT(1954), + [2370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(947), + [2372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), + [2374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780), + [2376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), + [2378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), + [2380] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), SHIFT_REPEAT(984), + [2383] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), SHIFT_REPEAT(984), + [2386] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), SHIFT_REPEAT(1181), + [2389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), + [2391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), + [2393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), + [2395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 3, .production_id = 18), + [2397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_constraint, 2), + [2399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 2, .production_id = 6), + [2401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(836), + [2403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [2405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(956), + [2407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), + [2409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [2411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [2413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_constraint, 4), + [2415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_digits_constraint, 3), + [2417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delta_constraint, 3), + [2419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_constraint, 3), + [2421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(851), + [2423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [2425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [2427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), + [2429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [2431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), + [2433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [2435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), + [2437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [2439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_profile, 3, .production_id = 34), + [2441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), + [2443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [2445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 2, .production_id = 18), + [2447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), + [2449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 7, .production_id = 3), + [2451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 4, .production_id = 59), + [2453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(887), + [2455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), + [2457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), + [2459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), + [2461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), + [2463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 4, .production_id = 3), + [2465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), + [2467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [2469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), + [2471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [2473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(841), + [2475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), + [2477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [2479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), + [2481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [2483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), + [2485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), + [2487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), + [2489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), + [2493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 6, .production_id = 3), + [2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), + [2497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 8, .production_id = 3), + [2499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_profile, 2, .production_id = 18), + [2501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), + [2503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [2505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(846), + [2507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), + [2509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), + [2511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 3, .production_id = 34), + [2513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), + [2515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017), + [2517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), + [2519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(691), + [2521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), + [2523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), + [2525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [2527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), + [2529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [2531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), + [2533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [2535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), + [2537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 5, .production_id = 3), + [2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), + [2541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [2543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), + [2545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), + [2547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [2549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(865), + [2551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [2553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(839), + [2555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), + [2557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [2559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), + [2561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [2563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [2565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), + [2567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), + [2571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [2573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), + [2575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [2577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), + [2579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), + [2581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), + [2583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [2585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [2587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), + [2589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [2591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), + [2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), + [2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), + [2599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [2601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), + [2603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), + [2605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), + [2607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_relational_operator, 1), + [2609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relational_operator, 1), + [2611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), + [2613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [2615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [2617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), + [2619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [2621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), + [2623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), + [2625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), + [2627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), + [2629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [2631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), + [2633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [2635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), + [2637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), + [2639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [2641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [2643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [2645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [2647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), + [2649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [2651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), + [2653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [2655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_non_empty_mode, 1), + [2657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_mode, 1), + [2659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), + [2661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), + [2663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [2667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), + [2669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), + [2671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_non_empty_mode, 2), + [2673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_mode, 2), + [2675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), + [2677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 4), + [2679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 3), + [2681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 2), + [2683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_part, 3), + [2685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multiplying_operator, 1), + [2687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiplying_operator, 1), + [2689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_declaration, 5), + [2691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 5), + [2693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1124), + [2695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [2697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), + [2699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), [2701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_declaration, 4), [2703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 4), - [2705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1124), - [2707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [2709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), - [2711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), - [2713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_adding_operator, 1), - [2715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_adding_operator, 1), - [2717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_adding_operator, 1), - [2719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_adding_operator, 1), - [2721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_declaration, 6), - [2723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 6), - [2725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [2727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 4, .production_id = 59), - [2729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 107), - [2731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_mode, 1), - [2733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_mode, 1), - [2735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_profile, 2), - [2737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 3, .production_id = 34), - [2739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 95), - [2741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 5), - [2743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_and_result_profile, 2), - [2745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 5, .production_id = 60), - [2747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), - [2749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [2751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 2, .production_id = 3), - [2753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_procedure_specification, 2, .production_id = 3), SHIFT(1814), - [2756] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(562), - [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), - [2763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 6, .production_id = 75), - [2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), - [2767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), - [2769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), - [2771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), - [2773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_list, 1), - [2775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), - [2777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), - [2779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_procedure_specification, 2, .production_id = 3), SHIFT(1540), - [2782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_abstract_subprogram_declaration, 5), - [2784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_abstract_subprogram_declaration, 5), - [2786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 10, .production_id = 114), - [2788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 10, .production_id = 114), - [2790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 5), - [2792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 5), - [2794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 2, .production_id = 18), - [2796] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 2, .production_id = 18), SHIFT(1546), - [2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [2801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 4), - [2803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 4), - [2805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 4), - [2807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 4), - [2809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_abstract_subprogram_declaration, 7), - [2811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_abstract_subprogram_declaration, 7), - [2813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 4, .production_id = 49), - [2815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 4, .production_id = 49), - [2817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 5), - [2819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 5), - [2821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 3, .production_id = 34), - [2823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 49), - [2825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 49), - [2827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4, .production_id = 59), - [2829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 5), - [2831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 5), - [2833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 68), - [2835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 68), - [2837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 4), - [2839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 4), - [2841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_abstract_subprogram_declaration, 6), - [2843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_abstract_subprogram_declaration, 6), - [2845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 6), - [2847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 6), - [2849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 114), - [2851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 114), - [2853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 3, .production_id = 34), - [2855] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 3, .production_id = 34), SHIFT(1722), - [2858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), - [2860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_subprogram_declaration, 1), - [2862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_subprogram_declaration, 1), - [2864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 108), - [2866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 108), - [2868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 6), - [2870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 6), - [2872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 9, .production_id = 114), - [2874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 9, .production_id = 114), - [2876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 84), - [2878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 84), - [2880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 6, .production_id = 83), - [2882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 6, .production_id = 83), - [2884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 7), - [2886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 7), - [2888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 6), - [2890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 6), - [2892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 68), - [2894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 68), - [2896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 7, .production_id = 98), - [2898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 7, .production_id = 98), - [2900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 49), - [2902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 49), - [2904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6), - [2906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6), - [2908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 5), - [2910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 5), - [2912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [2914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [2916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interface_list_repeat1, 2), - [2918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_package_declaration, 8, .production_id = 97), - [2920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_package_declaration, 8, .production_id = 97), - [2922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 68), - [2924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 68), - [2926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 84), - [2928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 84), - [2930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 8, .production_id = 84), - [2932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 8, .production_id = 84), - [2934] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 7), - [2936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 7), - [2938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 3), - [2940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 3), - [2942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 3), - [2944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 3), - [2946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_package_declaration, 7, .production_id = 97), - [2948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_package_declaration, 7, .production_id = 97), - [2950] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 8, .production_id = 108), - [2952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 8, .production_id = 108), - [2954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 59), - [2956] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 59), SHIFT(1830), - [2959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), - [2961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 8, .production_id = 108), - [2963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 8, .production_id = 108), - [2965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [2967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [2969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), - [2971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), - [2973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [2975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), - [2977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [2979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [2981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1835), - [2984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), - [2986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), - [2988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), - [2990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [2992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), - [2994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), - [2996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [2998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), - [3000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [3002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), - [3004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name_list, 1), - [3006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), - [3008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), - [3010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), - [3012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), - [3014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), - [3016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [3018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), - [3020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 12), - [3022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 11), - [3024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [3026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__name_list_repeat1, 2), - [3028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 8), - [3030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [3032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [3034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [3036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [3038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), - [3040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [3042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), - [3044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [3046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 10), - [3048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 9), - [3050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), - [3052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [3054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), - [3056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__aspect_mark, 3), - [3058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition, 1, .production_id = 7), - [3060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_clause, 8, .production_id = 121), - [3062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_clause, 8, .production_id = 121), - [3064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [3066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [3068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice, 1), - [3070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [3072] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__exception_handler_list, 2), SHIFT_REPEAT(636), - [3075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__exception_handler_list, 2), - [3077] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__exception_handler_list, 2), SHIFT_REPEAT(1954), - [3080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1190), - [3082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), - [3084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_association, 1), - [3086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [3088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [3090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [3092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025), - [3094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [3096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [3098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), - [3100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice, 1, .production_id = 44), - [3102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [3104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [3106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subpool_specification, 3, .production_id = 46), - [3108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subpool_specification, 3, .production_id = 46), - [3110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), - [3112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_mark_list, 1), - [3114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [3116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [3118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_mark_list, 2), - [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), - [3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [3124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), - [3126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_default, 1, .production_id = 48), - [3128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [3130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [3132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_choice_parameter_specification, 1), - [3134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [3136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), - [3138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), - [3140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_clause, 4), - [3142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_clause, 4), - [3144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_aspect_mark_list_repeat1, 2), SHIFT_REPEAT(1280), - [3147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_aspect_mark_list_repeat1, 2), - [3149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), - [3151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), - [3153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [3155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), - [3157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), - [3159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), - [3161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), - [3163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), - [3165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), - [3167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), - [3169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), - [3171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), - [3173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_handled_sequence_of_statements, 3), - [3175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_general_access_modifier, 1), - [3177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_general_access_modifier, 1), - [3179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 3), - [3181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [3183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_association, 3), - [3185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), - [3187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_subprogram_definition, 3), - [3189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 8, .production_id = 94), - [3191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), - [3193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [3195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), - [3197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), - [3199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_definition, 4), - [3201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [3203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [3205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [3207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [3209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_definition, 3), - [3211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), - [3213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [3215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), - [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), - [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [3221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [3223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [3225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 6, .production_id = 62), - [3227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), - [3229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [3233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_list, 2), - [3235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [3237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), - [3239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 7, .production_id = 77), - [3241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), - [3243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [3245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1341), - [3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), - [3249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), - [3251] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(224), - [3254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [3256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [3258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 5, .production_id = 5), - [3260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [3262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [3264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_expression_repeat1, 2), - [3266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_expression_repeat1, 2), SHIFT_REPEAT(191), - [3269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), - [3271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [3273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 3, .production_id = 22), - [3275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [3277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 4, .production_id = 36), - [3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), - [3281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), - [3283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [3285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [3287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [3289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), - [3293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), - [3295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), - [3297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [3299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), - [3301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), - [3303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), - [3305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), - [3307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 5, .production_id = 39), - [3309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 4, .production_id = 5), - [3311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [3313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [3315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [3317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), - [3319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [3321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [3323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), - [3325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1691), - [3328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), - [3330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), - [3332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_definition, 1), - [3334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), - [3336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), - [3338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [3340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), - [3342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [3344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 9, .production_id = 105), - [3346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interface_list_repeat1, 2), SHIFT_REPEAT(795), - [3349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [3351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [3353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), - [3355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), - [3357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), - [3359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_subprogram_definition, 2), - [3361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), - [3363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [3365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), - [3367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [3369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_floating_point_definition, 2), - [3371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), - [3373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 5, .production_id = 69), - [3375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), - [3377] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_positional_array_aggregate_repeat1, 2), SHIFT_REPEAT(214), - [3380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_positional_array_aggregate_repeat1, 2), - [3382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 3, .production_id = 22), - [3384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_component_association_list_repeat1, 2), SHIFT_REPEAT(96), - [3387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__array_component_association_list_repeat1, 2), - [3389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), - [3391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(621), - [3394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593), - [3396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [3398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [3400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [3402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_record_component_association_list, 3), SHIFT(259), - [3405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [3407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_component_association_list, 1), - [3409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 2), - [3411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [3413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_known_discriminant_part, 3), - [3415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 42), - [3417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 42), SHIFT(1147), - [3420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), - [3422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), - [3424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(1849), - [3427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 2), - [3429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 2), SHIFT_REPEAT(804), - [3432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variant_list_repeat1, 2), SHIFT_REPEAT(100), - [3435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variant_list_repeat1, 2), - [3437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 22), - [3439] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 22), SHIFT(1315), - [3442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), - [3444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 36), - [3446] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 36), SHIFT(1066), - [3449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [3451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), - [3453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 1), - [3455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [3457] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(793), - [3460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(99), - [3463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), - [3465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [3467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 4, .production_id = 34), - [3469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(1730), - [3472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_specification, 2), - [3474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(771), - [3477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [3479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 1, .production_id = 7), - [3481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), - [3483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__record_component_association_list_or_expression, 1), - [3485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [3487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), - [3489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 4), - [3491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [3493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), - [3495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [3497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), - [3499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [3501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assign_value, 2), - [3503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [3505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [3507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_definition, 6, .production_id = 22), - [3509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_definition, 6), - [3511] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__attribute_reference, 3), SHIFT(199), - [3514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [3516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), - [3518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_component_association_list, 2), - [3520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 95), - [3522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__name_list_repeat1, 2), SHIFT_REPEAT(799), - [3525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 3, .production_id = 3), - [3527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 7, .production_id = 107), - [3529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_alternative, 2), - [3531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_triggering_alternative, 2), - [3533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 59), - [3535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), - [3537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [3539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 4, .production_id = 36), - [3541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), - [3543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [3545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [3547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [3549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [3551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 3, .production_id = 3), - [3553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), - [3555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 1), - [3557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), - [3559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(635), - [3562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decimal_fixed_point_definition, 4), - [3564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 3), - [3566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), - [3568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 36), SHIFT(1315), - [3571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), - [3573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), - [3575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_ordinary_fixed_point_definition, 2), - [3577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), - [3579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), - [3581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), - [3583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614), - [3585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), - [3587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), - [3589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), - [3591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), - [3593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), - [3595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [3597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), - [3599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 42), SHIFT(1315), - [3602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [3604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), - [3606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), - [3608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), - [3610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), - [3612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), - [3614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), - [3616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), - [3618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), - [3620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [3622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_list, 1), - [3624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 22), SHIFT(1139), - [3627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), - [3629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 2, .production_id = 42), - [3631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [3633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), - [3635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), - [3637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 2), - [3639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), - [3641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_terminate_alternative, 2), - [3643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name_list, 2), - [3645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1174), - [3647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), - [3649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), - [3651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [3653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1096), - [3655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), - [3657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), - [3659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overriding_indicator, 1), - [3661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 8, .production_id = 59), - [3663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), - [3665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 3), - [3667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__defining_identifier_list, 2), - [3669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [3671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), - [3673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 7, .production_id = 34), - [3675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [3677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_object_definition, 3, .production_id = 22), - [3679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overriding_indicator, 2), - [3681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), - [3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), - [3685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enumeration_literal_list, 2), - [3687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), - [3689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [3691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), - [3693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 6, .production_id = 59), - [3695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 6, .production_id = 18), - [3697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discriminant_specification_list_repeat1, 2), - [3699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discriminant_specification_list_repeat1, 2), SHIFT_REPEAT(1299), - [3702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice_list, 2), - [3704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), - [3706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_expression_item, 4, .production_id = 5), - [3708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_alternative, 1), - [3710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [3712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [3714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [3716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [3718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [3720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 5, .production_id = 34), - [3722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), - [3724] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__defining_identifier_list_repeat1, 2), SHIFT_REPEAT(1937), - [3727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__defining_identifier_list_repeat1, 2), - [3729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_component_association, 1), - [3731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_filter, 2, .production_id = 5), - [3733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_handler, 6), - [3735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 5, .production_id = 36), - [3737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 5, .production_id = 35), - [3739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), - [3741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 1), - [3743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [3745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [3747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice_list, 1), - [3749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [3751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), - [3753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [3755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), - [3757] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_aspect_definition_repeat1, 2), SHIFT_REPEAT(958), - [3760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_aspect_definition_repeat1, 2), - [3762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_alternative, 2), - [3764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_call_alternative, 2), - [3766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [3768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parameter_specification_list_repeat1, 2), - [3770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameter_specification_list_repeat1, 2), SHIFT_REPEAT(1333), - [3773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [3775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [3777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_statement_item, 4, .production_id = 85), - [3779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [3781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [3783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [3785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), - [3787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [3789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [3791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 4), - [3793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [3795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [3797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [3799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 18), - [3801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [3803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_decimal_fixed_point_definition, 4), - [3805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [3807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_expression_repeat1, 2), SHIFT_REPEAT(1502), - [3810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_expression_repeat1, 2), - [3812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification_list, 1), - [3814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), - [3816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), - [3818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 4), - [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), - [3822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__index_subtype_definition_list, 1), - [3824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), - [3826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [3828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [3830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition_list, 1, .production_id = 7), - [3832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [3834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 4), - [3836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [3838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [3840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [3842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), - [3844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [3846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [3848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [3850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [3852] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_actual_parameter_part_repeat1, 2), SHIFT_REPEAT(105), - [3855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_actual_parameter_part_repeat1, 2), - [3857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_specification_list, 1), - [3859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), - [3861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_choice_list, 2), - [3863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 7, .production_id = 75), - [3865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), - [3867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), - [3869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 2), - [3871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice_list, 2), - [3873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [3875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [3877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [3879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 3), - [3881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__index_subtype_definition_list_repeat1, 2), SHIFT_REPEAT(734), - [3884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__index_subtype_definition_list_repeat1, 2), - [3886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [3888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), - [3890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), - [3892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 71), SHIFT_REPEAT(256), - [3895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 71), - [3897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), - [3899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [3901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), - [3903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guard, 3, .production_id = 5), - [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), - [3907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), - [3909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [3911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [3913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 3), - [3915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), - [3917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_discrete_type_definition, 3), - [3919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [3921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [3923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), - [3925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [3927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), - [3929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), - [3931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [3933] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2), SHIFT_REPEAT(108), - [3936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2), - [3938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_floating_point_definition, 2), - [3940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_modular_type_definition, 2), - [3942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 2), - [3944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [3946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_signed_integer_type_definition, 2), - [3948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterated_element_association, 4), - [3950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 5), - [3952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 71), SHIFT_REPEAT(250), - [3955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 71), - [3957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 4, .production_id = 21), - [3959] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discriminant_constraint_repeat1, 2), SHIFT_REPEAT(120), - [3962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discriminant_constraint_repeat1, 2), - [3964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 4, .production_id = 22), - [3966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_interface_type_definition, 1), - [3968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), - [3970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__return_subtype_indication, 1, .production_id = 7), - [3972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_array_type_definition, 1), - [3974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_access_type_definition, 1), - [3976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unknown_discriminant_part, 3), - [3978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification_list, 2), - [3980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 1), - [3982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enumeration_literal_list, 1), - [3984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_object_definition, 2, .production_id = 42), - [3986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [3988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [3990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_exception_choice_list_repeat1, 2), - [3992] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_exception_choice_list_repeat1, 2), SHIFT_REPEAT(670), - [3995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_handler, 4), - [3997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [3999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), - [4001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [4003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), - [4005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [4007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [4009] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pragma_g_repeat1, 2), SHIFT_REPEAT(112), - [4012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pragma_g_repeat1, 2), - [4014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1468), - [4016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 4), - [4018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__access_type_definition, 2), - [4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [4022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 4), - [4024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [4026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), - [4028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), - [4030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), - [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [4034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_subprogram_definition, 4), - [4036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__enumeration_literal_list_repeat1, 2), SHIFT_REPEAT(1177), - [4039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__enumeration_literal_list_repeat1, 2), - [4041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [4043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice_list, 1), - [4045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), - [4047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), - [4049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 6, .production_id = 60), - [4051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterated_element_association, 6), - [4053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_specification_list, 2), - [4055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), - [4057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), - [4059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), - [4061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discriminant_association_repeat1, 2), - [4063] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discriminant_association_repeat1, 2), SHIFT_REPEAT(1481), - [4066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 3), - [4068] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat2, 2), SHIFT_REPEAT(1005), - [4071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat2, 2), - [4073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_component_association, 3), - [4075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discrete_choice_list_repeat1, 2), - [4077] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discrete_choice_list_repeat1, 2), SHIFT_REPEAT(103), - [4080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [4082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), - [4084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__index_subtype_definition_list, 2), - [4086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition_list, 2, .production_id = 71), - [4088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), - [4090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), - [4092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_range, 1), - [4094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__discrete_range, 1), SHIFT(260), - [4097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 3), - [4099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), - [4101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), - [4103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), - [4105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), - [4107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 42), - [4109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), - [4111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), - [4113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), - [4115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), - [4117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), - [4119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_floating_point_definition, 3), - [4121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), - [4123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 2), - [4125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 8, .production_id = 107), - [4127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), - [4129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [4131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), - [4133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), - [4135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), - [4137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [4139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_handled_sequence_of_statements, 1), - [4141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), - [4143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__named_record_component_association, 3), - [4145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 2), - [4147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), - [4149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [4151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordinary_fixed_point_definition, 3), - [4153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [4155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_part, 7), - [4157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant, 4), - [4159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_type_definition, 3), - [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [4163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [4165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_association, 1), - [4167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 7, .production_id = 95), - [4169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_range, 1, .production_id = 7), - [4171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511), - [4173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [4175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [4177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [4179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), - [4181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), - [4183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_entry_body_formal_part, 4, .production_id = 53), - [4185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), - [4187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [4189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), - [4191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), - [4193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 3), - [4195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 7, .production_id = 36), - [4197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), - [4199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), - [4201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [4203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), - [4205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [4207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), - [4209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), - [4211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [4213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [4215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [4217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [4219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), - [4221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [4223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [4225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), - [4227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discriminant_part, 1), - [4229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__discriminant_part, 1), SHIFT(511), - [4232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), - [4234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [4236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression_alternative, 4), - [4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), - [4240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 2), - [4242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 59), - [4244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice, 1, .production_id = 7), - [4246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice, 1), - [4248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4, .production_id = 34), - [4250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4), - [4252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), - [4254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 5, .production_id = 36), - [4256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), - [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [4260] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array_component_association, 1), SHIFT(1836), - [4263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 6, .production_id = 22), - [4265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_real_range_specification, 4), - [4267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_default, 1), - [4269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 22), - [4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), - [4273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), - [4275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signed_integer_type_definition, 4), - [4277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_list, 2), - [4279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_extension_part, 2), - [4281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), - [4283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [4287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_association, 1), - [4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), - [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [4293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_component_choice_list, 1), REDUCE(sym_discrete_choice, 1), - [4296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [4298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [4300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 4), - [4302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), - [4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), - [4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [4310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), - [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), - [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [4318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__loop_parameter_subtype_indication, 1, .production_id = 7), - [4320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 2), - [4322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_argument_association, 3), - [4324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_association, 4), - [4326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5), - [4328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 34), - [4330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), - [4332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), - [4334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 5, .production_id = 36), - [4336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), - [4338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 4), - [4340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 1), - [4342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_modular_type_definition, 2), - [4344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 5), - [4346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_association, 3), - [4348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), - [4350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 1), - [4352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 5, .production_id = 42), - [4354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), - [4356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), - [4360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decimal_fixed_point_definition, 5), - [4362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 5, .production_id = 59), - [4364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_entry_body_formal_part, 1, .production_id = 78), - [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), - [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [4370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), - [4372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), - [4374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [4376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_element, 2, .production_id = 91), - [4378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [4380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), - [4382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 3), - [4384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), - [4386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 1), - [4388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), - [4390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [4392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_association, 3), - [4394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 42), - [4396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_subtype_definition, 3, .production_id = 6), - [4398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 42), - [4400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_argument_association, 1), - [4402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), - [4404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), - [4406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement_alternative, 4), - [4408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), - [4410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), - [4412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 4, .production_id = 22), - [4414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), - [4416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [4418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), - [4420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), - [4422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), - [4424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 4), - [4426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 6, .production_id = 69), - [4428] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2), REDUCE(aux_sym_positional_array_aggregate_repeat1, 2), - [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [4433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), - [4435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), - [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), - [4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), - [4447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), - [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [4451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), - [4453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 4, .production_id = 81), - [4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), - [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), - [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), - [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), - [4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), - [4469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [4471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), - [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), - [4479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), - [4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), - [4483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), - [4485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), - [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), - [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), - [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), - [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), - [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), - [4503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), - [4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), - [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), - [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), - [4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), - [4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), - [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), - [4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), - [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [4535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), - [4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), - [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), - [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), - [4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), - [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), - [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), - [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), - [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), - [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), - [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), - [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), - [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), - [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), - [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), - [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), - [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), - [4587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reduction_specification, 3), - [4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), - [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), - [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [4613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 3, .production_id = 64), - [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), - [4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [4619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [4623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), - [4627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), - [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), - [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), - [4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [4635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quantifier, 1), - [4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), - [4643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), - [4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), - [4647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), - [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), - [4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), - [4661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [4663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), - [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), - [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), - [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), - [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), - [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), - [4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), - [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), - [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), - [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), - [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), - [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842), - [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), - [4705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 5), - [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), - [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), - [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), - [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), - [4721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_barrier, 2, .production_id = 5), - [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), - [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), - [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), - [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [4743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_expression, 4), - [4745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 6, .production_id = 5), - [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [4749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [4751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_aggregate, 1), - [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), - [4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), - [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [4759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 5, .production_id = 96), - [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [4765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_sequence, 4, .production_id = 20), - [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [4769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chunk_specification, 1), - [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), - [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), - [4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), - [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), - [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), - [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), - [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), - [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), - [4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), - [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), - [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), - [4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), - [4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [4819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quantified_expression, 5, .production_id = 80), - [4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), - [4823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), - [4825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [4829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), - [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), - [4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), - [4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), - [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [4849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), - [4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), - [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), - [4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), - [4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598), - [4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), - [4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), - [4881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), - [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [4885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), - [4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [4891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), - [4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), - [4895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), - [4897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [4899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), - [4901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chunk_specification, 3, .production_id = 22), - [4903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), - [4905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), - [4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), - [4919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), - [4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), - [4925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), - [4929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), - [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), - [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [4935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), - [4939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [4941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [4943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [4947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 7, .production_id = 5), - [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), - [4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [4955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [4957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), - [4959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [4967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), - [4969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), - [4971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), - [4973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [4975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [4977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [4979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), - [4981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [4983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_sequence, 3), - [4985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), - [4987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [4989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [4991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), - [4993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [4995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), - [4997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), - [4999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), - [5001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), - [5003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), - [5005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [5007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [5009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), - [5011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), - [5013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [5015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [5017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), - [5019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [5021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [5023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [5025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), - [5027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [5029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [5031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [5033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iteration_scheme, 2, .production_id = 5), - [5035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [5037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), - [5039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [5041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), - [5043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [5045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), - [5047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), - [5049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [5051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), - [5053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), - [5055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), - [5057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_sequence, 7, .production_id = 20), - [5059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), - [5061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), - [5063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [5065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [5067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [5069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [5071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [5073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [5075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), - [5077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), - [5079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), - [5081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [5083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [5085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [5087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), - [5089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), - [5091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), - [5093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [5095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [5097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), - [5099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), - [5101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), - [5103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [5105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), - [5107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [5109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [5111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), - [5113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), - [5115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [5117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_expression, 3), - [5119] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_component_choice_list, 1), SHIFT(165), - [5122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [5124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), - [5126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [5128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), - [5130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_index_specification, 4, .production_id = 36), - [5132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), - [5134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [5136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), - [5138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [5140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [5142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), - [5144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [5146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 2, .production_id = 47), - [5148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), - [5150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), - [5152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iteration_scheme, 2), - [5154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), - [5156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), - [5158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [5160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [5162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [5164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), - [5166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), - [5168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [5170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), - [5172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [5174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), - [5176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [5178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), - [5180] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [5182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), - [5184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [5186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), - [5188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), - [5190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), - [5192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), - [5194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), - [5196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [5198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), - [5200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), - [5202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), - [5204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), - [5206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), - [5208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [5210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), - [5212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [5214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [5216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), + [2705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_adding_operator, 1), + [2707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_adding_operator, 1), + [2709] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1124), + [2712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), + [2714] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1628), + [2717] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1627), + [2720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_adding_operator, 1), + [2722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_adding_operator, 1), + [2724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_declaration, 6), + [2726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 6), + [2728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [2730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 3, .production_id = 34), + [2732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 107), + [2734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_mode, 1), + [2736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_mode, 1), + [2738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 4, .production_id = 59), + [2740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_profile, 2), + [2742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 95), + [2744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 5), + [2746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_and_result_profile, 2), + [2748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 5, .production_id = 60), + [2750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), + [2752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), + [2754] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(562), + [2757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [2761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 6, .production_id = 75), + [2763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), + [2767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), + [2769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [2771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 2, .production_id = 3), + [2773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_procedure_specification, 2, .production_id = 3), SHIFT(1540), + [2776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_list, 1), + [2778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), + [2780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), + [2782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_procedure_specification, 2, .production_id = 3), SHIFT(1814), + [2785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_abstract_subprogram_declaration, 5), + [2787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_abstract_subprogram_declaration, 5), + [2789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 10, .production_id = 114), + [2791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 10, .production_id = 114), + [2793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 5), + [2795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 5), + [2797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 2, .production_id = 18), + [2799] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 2, .production_id = 18), SHIFT(1546), + [2802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), + [2804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 4), + [2806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 4), + [2808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 4), + [2810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 4), + [2812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_abstract_subprogram_declaration, 7), + [2814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_abstract_subprogram_declaration, 7), + [2816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 4, .production_id = 49), + [2818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 4, .production_id = 49), + [2820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 5), + [2822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 5), + [2824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 3, .production_id = 34), + [2826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 49), + [2828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 49), + [2830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4, .production_id = 59), + [2832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 5), + [2834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 5), + [2836] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 68), + [2838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 68), + [2840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 4), + [2842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 4), + [2844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_abstract_subprogram_declaration, 6), + [2846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_abstract_subprogram_declaration, 6), + [2848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 6), + [2850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 6), + [2852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 114), + [2854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 114), + [2856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 3, .production_id = 34), + [2858] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 3, .production_id = 34), SHIFT(1722), + [2861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [2863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_subprogram_declaration, 1), + [2865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_subprogram_declaration, 1), + [2867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 108), + [2869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 108), + [2871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 6), + [2873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 6), + [2875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 9, .production_id = 114), + [2877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 9, .production_id = 114), + [2879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 84), + [2881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 84), + [2883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 6, .production_id = 83), + [2885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 6, .production_id = 83), + [2887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 7), + [2889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 7), + [2891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 6), + [2893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 6), + [2895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 68), + [2897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 68), + [2899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 7, .production_id = 98), + [2901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 7, .production_id = 98), + [2903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 49), + [2905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 49), + [2907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6), + [2909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6), + [2911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 5), + [2913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 5), + [2915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [2917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), + [2919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interface_list_repeat1, 2), + [2921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_package_declaration, 8, .production_id = 97), + [2923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_package_declaration, 8, .production_id = 97), + [2925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 68), + [2927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 68), + [2929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 84), + [2931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 84), + [2933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 8, .production_id = 84), + [2935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 8, .production_id = 84), + [2937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 7), + [2939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 7), + [2941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 3), + [2943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 3), + [2945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 3), + [2947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 3), + [2949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_package_declaration, 7, .production_id = 97), + [2951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_package_declaration, 7, .production_id = 97), + [2953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 8, .production_id = 108), + [2955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 8, .production_id = 108), + [2957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 59), + [2959] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 59), SHIFT(1830), + [2962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), + [2964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 8, .production_id = 108), + [2966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 8, .production_id = 108), + [2968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [2970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [2972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), + [2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), + [2976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [2978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [2980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), + [2982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [2984] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1835), + [2987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [2989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), + [2991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), + [2993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [2995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), + [2997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [3001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), + [3003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [3005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), + [3007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name_list, 1), + [3009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), + [3011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [3013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [3015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), + [3017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), + [3019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [3021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [3023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 12), + [3025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 11), + [3027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [3029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__name_list_repeat1, 2), + [3031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 8), + [3033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [3035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [3037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [3039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [3041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), + [3043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [3045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), + [3047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [3049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 10), + [3051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 9), + [3053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), + [3055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [3057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), + [3059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__aspect_mark, 3), + [3061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition, 1, .production_id = 7), + [3063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_clause, 8, .production_id = 121), + [3065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_clause, 8, .production_id = 121), + [3067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [3071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice, 1), + [3073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [3075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__exception_handler_list, 2), SHIFT_REPEAT(639), + [3078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__exception_handler_list, 2), + [3080] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__exception_handler_list, 2), SHIFT_REPEAT(1954), + [3083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1190), + [3085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), + [3087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_association, 1), + [3089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [3091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [3093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [3095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025), + [3097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [3099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [3101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), + [3103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice, 1, .production_id = 44), + [3105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [3107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [3109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subpool_specification, 3, .production_id = 46), + [3111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subpool_specification, 3, .production_id = 46), + [3113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), + [3115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_mark_list, 1), + [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [3119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [3121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_mark_list, 2), + [3123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), + [3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [3127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), + [3129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_default, 1, .production_id = 48), + [3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [3135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_choice_parameter_specification, 1), + [3137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), + [3139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), + [3141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), + [3143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_clause, 4), + [3145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_clause, 4), + [3147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_aspect_mark_list_repeat1, 2), SHIFT_REPEAT(1280), + [3150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_aspect_mark_list_repeat1, 2), + [3152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), + [3154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), + [3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [3158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), + [3160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), + [3162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), + [3164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), + [3166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), + [3168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [3170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), + [3172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), + [3174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), + [3176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_handled_sequence_of_statements, 3), + [3178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_general_access_modifier, 1), + [3180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_general_access_modifier, 1), + [3182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 3), + [3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [3186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_association, 3), + [3188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), + [3190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_subprogram_definition, 3), + [3192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 8, .production_id = 94), + [3194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [3196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), + [3200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [3202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_definition, 4), + [3204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), + [3206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [3208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [3210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), + [3212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_definition, 3), + [3214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), + [3216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [3218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), + [3220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [3222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [3224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [3226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [3228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 6, .production_id = 62), + [3230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), + [3232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [3234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [3236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_list, 2), + [3238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [3240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [3242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 7, .production_id = 77), + [3244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [3246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [3248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1341), + [3250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), + [3252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), + [3254] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(224), + [3257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), + [3259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [3261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 5, .production_id = 5), + [3263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [3265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [3267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_expression_repeat1, 2), + [3269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_expression_repeat1, 2), SHIFT_REPEAT(191), + [3272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [3274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [3276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 3, .production_id = 22), + [3278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [3280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 4, .production_id = 36), + [3282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), + [3284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [3286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [3288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [3290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [3292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [3294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), + [3296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), + [3298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), + [3300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [3302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [3304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), + [3306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), + [3308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [3310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 5, .production_id = 39), + [3312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 4, .production_id = 5), + [3314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [3316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [3318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [3320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [3322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [3324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [3326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), + [3328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1691), + [3331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), + [3333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [3335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_definition, 1), + [3337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), + [3339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), + [3341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [3343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), + [3345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), + [3347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 9, .production_id = 105), + [3349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interface_list_repeat1, 2), SHIFT_REPEAT(796), + [3352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [3354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [3356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), + [3358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [3360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), + [3362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_subprogram_definition, 2), + [3364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), + [3366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [3368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), + [3370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [3372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_floating_point_definition, 2), + [3374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [3376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 5, .production_id = 69), + [3378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), + [3380] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_positional_array_aggregate_repeat1, 2), SHIFT_REPEAT(214), + [3383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_positional_array_aggregate_repeat1, 2), + [3385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 3, .production_id = 22), + [3387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_component_association_list_repeat1, 2), SHIFT_REPEAT(96), + [3390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__array_component_association_list_repeat1, 2), + [3392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), + [3394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(615), + [3397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593), + [3399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [3401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [3403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [3405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_record_component_association_list, 3), SHIFT(259), + [3408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [3410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_component_association_list, 1), + [3412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 2), + [3414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [3416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_known_discriminant_part, 3), + [3418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 42), + [3420] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 42), SHIFT(1147), + [3423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [3425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), + [3427] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(1849), + [3430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 2), + [3432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 2), SHIFT_REPEAT(805), + [3435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variant_list_repeat1, 2), SHIFT_REPEAT(100), + [3438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variant_list_repeat1, 2), + [3440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 22), + [3442] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 22), SHIFT(1315), + [3445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [3447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 36), + [3449] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 36), SHIFT(1066), + [3452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [3454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), + [3456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 1), + [3458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [3460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(793), + [3463] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(99), + [3466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), + [3468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [3470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 4, .production_id = 34), + [3472] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(1730), + [3475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_specification, 2), + [3477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(772), + [3480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [3482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 1, .production_id = 7), + [3484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [3486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__record_component_association_list_or_expression, 1), + [3488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [3490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), + [3492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 4), + [3494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [3496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), + [3498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [3500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), + [3502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [3504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assign_value, 2), + [3506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [3508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [3510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_definition, 6, .production_id = 22), + [3512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_definition, 6), + [3514] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__attribute_reference, 3), SHIFT(199), + [3517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [3519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), + [3521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_component_association_list, 2), + [3523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 95), + [3525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__name_list_repeat1, 2), SHIFT_REPEAT(799), + [3528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 3, .production_id = 3), + [3530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 7, .production_id = 107), + [3532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_alternative, 2), + [3534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_triggering_alternative, 2), + [3536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 59), + [3538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), + [3540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [3542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 4, .production_id = 36), + [3544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), + [3546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [3548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [3550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [3552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [3554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 3, .production_id = 3), + [3556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), + [3558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 1), + [3560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [3562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(638), + [3565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decimal_fixed_point_definition, 4), + [3567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 3), + [3569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), + [3571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 36), SHIFT(1315), + [3574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), + [3576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), + [3578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_ordinary_fixed_point_definition, 2), + [3580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), + [3582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), + [3584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [3586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614), + [3588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), + [3590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), + [3592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [3594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), + [3596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), + [3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [3600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), + [3602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 42), SHIFT(1315), + [3605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [3607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), + [3609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), + [3611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), + [3613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), + [3615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), + [3617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), + [3619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), + [3621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), + [3623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [3625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_list, 1), + [3627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 22), SHIFT(1139), + [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [3632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 2, .production_id = 42), + [3634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [3636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), + [3638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), + [3640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 2), + [3642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), + [3644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_terminate_alternative, 2), + [3646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name_list, 2), + [3648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1174), + [3650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), + [3652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), + [3654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [3656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1096), + [3658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), + [3660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), + [3662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overriding_indicator, 1), + [3664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 8, .production_id = 59), + [3666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), + [3668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 3), + [3670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__defining_identifier_list, 2), + [3672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [3674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), + [3676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 7, .production_id = 34), + [3678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [3680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_object_definition, 3, .production_id = 22), + [3682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overriding_indicator, 2), + [3684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [3686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), + [3688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enumeration_literal_list, 2), + [3690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [3692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [3694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), + [3696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 6, .production_id = 59), + [3698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 6, .production_id = 18), + [3700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discriminant_specification_list_repeat1, 2), + [3702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discriminant_specification_list_repeat1, 2), SHIFT_REPEAT(1299), + [3705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice_list, 2), + [3707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), + [3709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_expression_item, 4, .production_id = 5), + [3711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_alternative, 1), + [3713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [3717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [3719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [3721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [3723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 5, .production_id = 34), + [3725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [3727] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__defining_identifier_list_repeat1, 2), SHIFT_REPEAT(1937), + [3730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__defining_identifier_list_repeat1, 2), + [3732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_component_association, 1), + [3734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_filter, 2, .production_id = 5), + [3736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_handler, 6), + [3738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 5, .production_id = 36), + [3740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 5, .production_id = 35), + [3742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), + [3744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 1), + [3746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [3748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [3750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice_list, 1), + [3752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [3754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), + [3756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [3758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), + [3760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_aspect_definition_repeat1, 2), SHIFT_REPEAT(958), + [3763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_aspect_definition_repeat1, 2), + [3765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_alternative, 2), + [3767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_call_alternative, 2), + [3769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [3771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parameter_specification_list_repeat1, 2), + [3773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameter_specification_list_repeat1, 2), SHIFT_REPEAT(1333), + [3776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [3778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [3780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_statement_item, 4, .production_id = 85), + [3782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [3784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [3786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [3788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [3792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [3794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 4), + [3796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [3798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [3800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [3802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 18), + [3804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [3806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_decimal_fixed_point_definition, 4), + [3808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [3810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_expression_repeat1, 2), SHIFT_REPEAT(1502), + [3813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_expression_repeat1, 2), + [3815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification_list, 1), + [3817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), + [3819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), + [3821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 4), + [3823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), + [3825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__index_subtype_definition_list, 1), + [3827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [3829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [3831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [3833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition_list, 1, .production_id = 7), + [3835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [3837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 4), + [3839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [3841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [3843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), + [3845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [3847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [3849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [3851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), + [3853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [3855] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_actual_parameter_part_repeat1, 2), SHIFT_REPEAT(105), + [3858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_actual_parameter_part_repeat1, 2), + [3860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_specification_list, 1), + [3862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), + [3864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_choice_list, 2), + [3866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 7, .production_id = 75), + [3868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [3870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), + [3872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 2), + [3874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice_list, 2), + [3876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [3878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [3880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [3882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 3), + [3884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__index_subtype_definition_list_repeat1, 2), SHIFT_REPEAT(735), + [3887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__index_subtype_definition_list_repeat1, 2), + [3889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [3891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), + [3893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), + [3895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 71), SHIFT_REPEAT(256), + [3898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 71), + [3900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [3902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [3904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), + [3906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guard, 3, .production_id = 5), + [3908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), + [3910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [3912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [3914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [3916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 3), + [3918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [3920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_discrete_type_definition, 3), + [3922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [3924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [3926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), + [3928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [3930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [3932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [3934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [3936] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2), SHIFT_REPEAT(108), + [3939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2), + [3941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_floating_point_definition, 2), + [3943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_modular_type_definition, 2), + [3945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 2), + [3947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), + [3949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_signed_integer_type_definition, 2), + [3951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterated_element_association, 4), + [3953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 5), + [3955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 71), SHIFT_REPEAT(250), + [3958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 71), + [3960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 4, .production_id = 21), + [3962] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discriminant_constraint_repeat1, 2), SHIFT_REPEAT(120), + [3965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discriminant_constraint_repeat1, 2), + [3967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 4, .production_id = 22), + [3969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_interface_type_definition, 1), + [3971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [3973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__return_subtype_indication, 1, .production_id = 7), + [3975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_array_type_definition, 1), + [3977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_access_type_definition, 1), + [3979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unknown_discriminant_part, 3), + [3981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification_list, 2), + [3983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 1), + [3985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enumeration_literal_list, 1), + [3987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_object_definition, 2, .production_id = 42), + [3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [3991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [3993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_exception_choice_list_repeat1, 2), + [3995] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_exception_choice_list_repeat1, 2), SHIFT_REPEAT(675), + [3998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_handler, 4), + [4000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [4002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), + [4004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), + [4006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [4008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [4010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [4012] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pragma_g_repeat1, 2), SHIFT_REPEAT(112), + [4015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pragma_g_repeat1, 2), + [4017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1468), + [4019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 4), + [4021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__access_type_definition, 2), + [4023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [4025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 4), + [4027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), + [4029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), + [4031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), + [4033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), + [4035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [4037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_subprogram_definition, 4), + [4039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__enumeration_literal_list_repeat1, 2), SHIFT_REPEAT(1177), + [4042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__enumeration_literal_list_repeat1, 2), + [4044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [4046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice_list, 1), + [4048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [4050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), + [4052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 6, .production_id = 60), + [4054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterated_element_association, 6), + [4056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_specification_list, 2), + [4058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [4060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), + [4062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), + [4064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discriminant_association_repeat1, 2), + [4066] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discriminant_association_repeat1, 2), SHIFT_REPEAT(1481), + [4069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 3), + [4071] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat2, 2), SHIFT_REPEAT(1005), + [4074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat2, 2), + [4076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_component_association, 3), + [4078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discrete_choice_list_repeat1, 2), + [4080] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discrete_choice_list_repeat1, 2), SHIFT_REPEAT(103), + [4083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [4085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), + [4087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__index_subtype_definition_list, 2), + [4089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition_list, 2, .production_id = 71), + [4091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), + [4093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), + [4095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_range, 1), + [4097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__discrete_range, 1), SHIFT(260), + [4100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 3), + [4102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), + [4104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [4106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), + [4108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), + [4110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 42), + [4112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), + [4114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), + [4116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), + [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), + [4120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), + [4122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_floating_point_definition, 3), + [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), + [4126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 2), + [4128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 8, .production_id = 107), + [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), + [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), + [4136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), + [4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [4142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_handled_sequence_of_statements, 1), + [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), + [4146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__named_record_component_association, 3), + [4148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 2), + [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), + [4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [4154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordinary_fixed_point_definition, 3), + [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [4158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_part, 7), + [4160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant, 4), + [4162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_type_definition, 3), + [4164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [4168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_association, 1), + [4170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 7, .production_id = 95), + [4172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_range, 1, .production_id = 7), + [4174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511), + [4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [4182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [4184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [4186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_entry_body_formal_part, 4, .production_id = 53), + [4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), + [4190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [4192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), + [4194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), + [4196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 3), + [4198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 7, .production_id = 36), + [4200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), + [4202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), + [4204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [4206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), + [4208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), + [4212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), + [4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [4222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), + [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [4226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [4228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), + [4230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discriminant_part, 1), + [4232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__discriminant_part, 1), SHIFT(511), + [4235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), + [4237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [4239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression_alternative, 4), + [4241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), + [4243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 2), + [4245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 59), + [4247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice, 1, .production_id = 7), + [4249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice, 1), + [4251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4, .production_id = 34), + [4253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4), + [4255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), + [4257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 5, .production_id = 36), + [4259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), + [4261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [4263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array_component_association, 1), SHIFT(1836), + [4266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 6, .production_id = 22), + [4268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_real_range_specification, 4), + [4270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_default, 1), + [4272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 22), + [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), + [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), + [4278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signed_integer_type_definition, 4), + [4280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_list, 2), + [4282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_extension_part, 2), + [4284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), + [4286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [4288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [4290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_association, 1), + [4292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), + [4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [4296] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_component_choice_list, 1), REDUCE(sym_discrete_choice, 1), + [4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [4301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [4303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 4), + [4305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), + [4307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [4309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), + [4311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [4313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), + [4315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [4317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), + [4319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), + [4321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__loop_parameter_subtype_indication, 1, .production_id = 7), + [4323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 2), + [4325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_argument_association, 3), + [4327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_association, 4), + [4329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5), + [4331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 34), + [4333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), + [4335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), + [4337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 5, .production_id = 36), + [4339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), + [4341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 4), + [4343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 1), + [4345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_modular_type_definition, 2), + [4347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 5), + [4349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_association, 3), + [4351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), + [4353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 1), + [4355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 5, .production_id = 42), + [4357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), + [4359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), + [4361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), + [4363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decimal_fixed_point_definition, 5), + [4365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 5, .production_id = 59), + [4367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_entry_body_formal_part, 1, .production_id = 78), + [4369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), + [4371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [4373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), + [4375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), + [4377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), + [4379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_element, 2, .production_id = 91), + [4381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), + [4385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 3), + [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), + [4389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 1), + [4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), + [4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [4395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_association, 3), + [4397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 42), + [4399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_subtype_definition, 3, .production_id = 6), + [4401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 42), + [4403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_argument_association, 1), + [4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), + [4409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement_alternative, 4), + [4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), + [4413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), + [4415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 4, .production_id = 22), + [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), + [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), + [4423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), + [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), + [4427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 4), + [4429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 6, .production_id = 69), + [4431] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2), REDUCE(aux_sym_positional_array_aggregate_repeat1, 2), + [4434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [4436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [4438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), + [4440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [4442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [4444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [4446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [4448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [4450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [4452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [4454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [4456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 4, .production_id = 81), + [4458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [4460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), + [4462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), + [4464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), + [4466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [4468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), + [4470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), + [4472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [4474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), + [4476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [4478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), + [4480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), + [4482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [4484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), + [4486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), + [4488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), + [4490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [4492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), + [4494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), + [4496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [4498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [4500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [4502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), + [4504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), + [4506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [4508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [4510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), + [4512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), + [4514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [4516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), + [4518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), + [4520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [4522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), + [4524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [4526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [4528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), + [4530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [4532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), + [4534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), + [4536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [4538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), + [4540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), + [4542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), + [4544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), + [4546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [4548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [4550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [4552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), + [4554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), + [4556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), + [4558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [4560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), + [4562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [4564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [4566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), + [4568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), + [4570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), + [4572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), + [4574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), + [4576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), + [4578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), + [4580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), + [4582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), + [4584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [4586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), + [4588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), + [4590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reduction_specification, 3), + [4592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [4594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [4596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [4598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [4600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [4602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), + [4604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [4606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [4608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [4610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), + [4612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [4614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [4616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 3, .production_id = 64), + [4618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), + [4620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [4622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [4624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [4626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [4628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), + [4630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [4632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), + [4634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), + [4636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [4638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quantifier, 1), + [4640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [4642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [4644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), + [4646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [4648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), + [4650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), + [4652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), + [4654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [4656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [4658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [4660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), + [4662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), + [4664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [4666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), + [4668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [4670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), + [4672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), + [4674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [4676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [4678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [4680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), + [4682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [4684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), + [4686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [4688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), + [4690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [4692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), + [4694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [4696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), + [4698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), + [4700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), + [4702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842), + [4704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [4706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), + [4708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 5), + [4710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [4712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [4714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), + [4716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [4718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), + [4720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), + [4722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), + [4724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_barrier, 2, .production_id = 5), + [4726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [4728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [4730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [4732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), + [4734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [4736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [4738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), + [4740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), + [4742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [4744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [4746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_expression, 4), + [4748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 6, .production_id = 5), + [4750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [4752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [4754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_aggregate, 1), + [4756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), + [4758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), + [4760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [4762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 5, .production_id = 96), + [4764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [4766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [4768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_sequence, 4, .production_id = 20), + [4770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), + [4772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chunk_specification, 1), + [4774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), + [4776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [4778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), + [4780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [4782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [4784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [4786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [4788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), + [4790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [4792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), + [4794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), + [4796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), + [4798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), + [4800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), + [4802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), + [4804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), + [4806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), + [4808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [4810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [4812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), + [4814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [4816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [4818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [4820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [4822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quantified_expression, 5, .production_id = 80), + [4824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), + [4826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), + [4828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [4830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [4832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), + [4834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [4836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [4838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [4840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), + [4842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), + [4844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [4846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [4848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), + [4850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [4852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [4854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [4856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [4858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), + [4860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), + [4862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [4864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [4866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), + [4868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), + [4870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598), + [4872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [4874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [4876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [4878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [4880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), + [4882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), + [4884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), + [4886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [4888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), + [4890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [4892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), + [4894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), + [4896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), + [4898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [4900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [4902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), + [4904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chunk_specification, 3, .production_id = 22), + [4906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), + [4908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [4910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [4912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), + [4914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), + [4916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [4918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [4920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), + [4922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [4924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), + [4926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [4928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [4930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [4932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), + [4934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), + [4936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [4938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [4940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), + [4942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [4944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), + [4946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [4948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), + [4950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 7, .production_id = 5), + [4952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), + [4954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), + [4956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [4958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), + [4960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), + [4962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [4964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), + [4966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [4968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [4970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), + [4972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), + [4974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), + [4976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), + [4978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [4980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [4982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [4984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [4986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_sequence, 3), + [4988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), + [4990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), + [4992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [4994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), + [4996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [4998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [5000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [5002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), + [5004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), + [5006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), + [5008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [5010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [5012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), + [5014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), + [5016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [5018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [5020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), + [5022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [5024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [5026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [5028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), + [5030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [5032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [5034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [5036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iteration_scheme, 2, .production_id = 5), + [5038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [5040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), + [5042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [5044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), + [5046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [5048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), + [5050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), + [5052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [5054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), + [5056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), + [5058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), + [5060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_sequence, 7, .production_id = 20), + [5062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), + [5064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), + [5066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [5068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [5070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [5072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [5074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [5076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [5078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), + [5080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), + [5082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), + [5084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [5086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), + [5088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [5090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), + [5092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), + [5094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), + [5096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [5098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [5100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), + [5102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), + [5104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), + [5106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [5108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), + [5110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [5112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), + [5114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), + [5116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), + [5118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), + [5120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_expression, 3), + [5122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_component_choice_list, 1), SHIFT(165), + [5125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [5127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), + [5129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [5131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), + [5133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_index_specification, 4, .production_id = 36), + [5135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), + [5137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [5139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [5141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [5143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [5145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), + [5147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [5149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 2, .production_id = 47), + [5151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), + [5153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), + [5155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iteration_scheme, 2), + [5157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), + [5159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), + [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), + [5163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [5165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), + [5167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), + [5169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), + [5171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [5173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), + [5175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [5177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), + [5179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [5181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [5183] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [5185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), + [5187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [5189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), + [5191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), + [5193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), + [5195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), + [5197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [5199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [5201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [5203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), + [5205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), + [5207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), + [5209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), + [5211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [5213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), + [5215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [5217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [5219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), }; #ifdef __cplusplus diff --git a/test/corpus/pragmas.txt b/test/corpus/pragmas.txt index a9cb7c3..26e18c9 100644 --- a/test/corpus/pragmas.txt +++ b/test/corpus/pragmas.txt @@ -60,3 +60,31 @@ end; (pragma_g (identifier)) (null_statement))))) + +================================================================================ +pragma in tasks +================================================================================ + +package P is + task type T is + pragma Storage_Size (1024); + end T; +end; + +-------------------------------------------------------------------------------- + +(compilation + (compilation_unit + (package_specification + (identifier) + (full_type_declaration + (task_type_declaration + (identifier) + (task_definition + (pragma_g + (identifier) + (pragma_argument_association + (expression + (term + (numeric_literal))))) + (identifier)))))))