tree-sitter-ada/src/parser.c

61061 lines
1.9 MiB

#include <tree_sitter/parser.h>
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
#endif
#define LANGUAGE_VERSION 14
#define STATE_COUNT 1947
#define LARGE_STATE_COUNT 75
#define SYMBOL_COUNT 441
#define ALIAS_COUNT 0
#define TOKEN_COUNT 114
#define EXTERNAL_TOKEN_COUNT 0
#define FIELD_COUNT 48
#define MAX_ALIAS_SEQUENCE_LENGTH 14
#define PRODUCTION_ID_COUNT 120
enum {
sym_identifier = 1,
sym_comment = 2,
sym_string_literal = 3,
sym_character_literal = 4,
sym_numeric_literal = 5,
anon_sym_EQ = 6,
anon_sym_SLASH_EQ = 7,
anon_sym_LT = 8,
anon_sym_LT_EQ = 9,
anon_sym_GT = 10,
anon_sym_GT_EQ = 11,
anon_sym_PLUS = 12,
anon_sym_DASH = 13,
anon_sym_AMP = 14,
anon_sym_STAR = 15,
anon_sym_SLASH = 16,
anon_sym_mod = 17,
anon_sym_rem = 18,
sym_tick = 19,
anon_sym_DOT = 20,
sym_target_name = 21,
anon_sym_COMMA = 22,
anon_sym_LPAREN = 23,
anon_sym_RPAREN = 24,
anon_sym_LBRACK = 25,
aux_sym_value_sequence_token1 = 26,
anon_sym_RBRACK = 27,
aux_sym_chunk_specification_token1 = 28,
aux_sym_iterated_element_association_token1 = 29,
aux_sym_iterated_element_association_token2 = 30,
anon_sym_EQ_GT = 31,
aux_sym_loop_parameter_specification_token1 = 32,
aux_sym_iterator_filter_token1 = 33,
anon_sym_COLON = 34,
aux_sym_iterator_specification_token1 = 35,
aux_sym_attribute_designator_token1 = 36,
aux_sym_attribute_designator_token2 = 37,
aux_sym_attribute_designator_token3 = 38,
aux_sym_attribute_designator_token4 = 39,
aux_sym_compilation_unit_token1 = 40,
anon_sym_SEMI = 41,
aux_sym_package_specification_token1 = 42,
aux_sym_package_specification_token2 = 43,
aux_sym_package_specification_token3 = 44,
aux_sym_with_clause_token1 = 45,
aux_sym_with_clause_token2 = 46,
aux_sym_use_clause_token1 = 47,
aux_sym_use_clause_token2 = 48,
aux_sym_subunit_token1 = 49,
aux_sym_subprogram_body_token1 = 50,
aux_sym_package_body_token1 = 51,
anon_sym_DOT_DOT = 52,
aux_sym_range_attribute_designator_token1 = 53,
aux_sym_expression_token1 = 54,
aux_sym_expression_token2 = 55,
aux_sym_expression_token3 = 56,
aux_sym_expression_token4 = 57,
aux_sym_expression_token5 = 58,
aux_sym_relation_membership_token1 = 59,
aux_sym_raise_expression_token1 = 60,
anon_sym_PIPE = 61,
anon_sym_STAR_STAR = 62,
aux_sym_factor_abs_token1 = 63,
aux_sym_primary_null_token1 = 64,
aux_sym_allocator_token1 = 65,
aux_sym_access_to_subprogram_definition_token1 = 66,
aux_sym_access_to_subprogram_definition_token2 = 67,
aux_sym_access_to_subprogram_definition_token3 = 68,
aux_sym_general_access_modifier_token1 = 69,
anon_sym_LT_GT = 70,
aux_sym_declare_expression_token1 = 71,
aux_sym_quantifier_token1 = 72,
aux_sym_case_expression_token1 = 73,
aux_sym_component_choice_list_token1 = 74,
aux_sym_record_component_association_list_token1 = 75,
aux_sym_private_type_declaration_token1 = 76,
aux_sym_private_type_declaration_token2 = 77,
aux_sym_private_extension_declaration_token1 = 78,
aux_sym_array_type_definition_token1 = 79,
aux_sym_interface_type_definition_token1 = 80,
aux_sym_interface_type_definition_token2 = 81,
aux_sym_component_list_token1 = 82,
aux_sym_component_definition_token1 = 83,
aux_sym__aspect_mark_token1 = 84,
anon_sym_COLON_EQ = 85,
aux_sym_at_clause_token1 = 86,
aux_sym_entry_declaration_token1 = 87,
aux_sym_exception_declaration_token1 = 88,
aux_sym_generic_formal_part_token1 = 89,
anon_sym_null = 90,
anon_sym_all = 91,
aux_sym_global_mode_token1 = 92,
anon_sym_LT_LT = 93,
anon_sym_GT_GT = 94,
aux_sym_non_empty_mode_token1 = 95,
aux_sym_pragma_g_token1 = 96,
aux_sym_if_expression_token1 = 97,
aux_sym_elsif_expression_item_token1 = 98,
aux_sym_object_renaming_declaration_token1 = 99,
aux_sym_result_profile_token1 = 100,
aux_sym_asynchronous_select_token1 = 101,
aux_sym_asynchronous_select_token2 = 102,
aux_sym_terminate_alternative_token1 = 103,
aux_sym_requeue_statement_token1 = 104,
aux_sym_accept_statement_token1 = 105,
aux_sym_accept_statement_token2 = 106,
aux_sym_exit_statement_token1 = 107,
aux_sym_goto_statement_token1 = 108,
aux_sym_delay_until_statement_token1 = 109,
aux_sym_delay_until_statement_token2 = 110,
aux_sym_loop_statement_token1 = 111,
aux_sym_iteration_scheme_token1 = 112,
aux_sym_subtype_declaration_token1 = 113,
sym_compilation = 114,
sym_relational_operator = 115,
sym_binary_adding_operator = 116,
sym_unary_adding_operator = 117,
sym_multiplying_operator = 118,
sym__name = 119,
sym_selected_component = 120,
sym__name_list = 121,
sym__defining_identifier_list = 122,
sym_slice = 123,
sym__attribute_reference = 124,
sym__reduction_attribute_reference = 125,
sym_reduction_attribute_designator = 126,
sym_reduction_specification = 127,
sym_value_sequence = 128,
sym_chunk_specification = 129,
sym_iterated_element_association = 130,
sym__discrete_subtype_definition = 131,
sym_loop_parameter_specification = 132,
sym__loop_parameter_subtype_indication = 133,
sym_iterator_filter = 134,
sym_iterator_specification = 135,
sym_attribute_designator = 136,
sym_qualified_expression = 137,
sym_compilation_unit = 138,
sym__declarative_item = 139,
sym__basic_declarative_item = 140,
sym__basic_declaration = 141,
sym__package_declaration = 142,
sym_package_specification = 143,
sym_with_clause = 144,
sym_use_clause = 145,
sym_subunit = 146,
sym__proper_body = 147,
sym_subprogram_body = 148,
sym_package_body = 149,
sym__subtype_indication = 150,
sym__constraint = 151,
sym__scalar_constraint = 152,
sym_range_g = 153,
sym_range_attribute_designator = 154,
sym_range_constraint = 155,
sym_expression = 156,
sym__relation = 157,
sym_relation_membership = 158,
sym_raise_expression = 159,
sym_membership_choice_list = 160,
sym__membership_choice = 161,
sym__simple_expression = 162,
sym_term = 163,
sym__factor = 164,
sym_factor_power = 165,
sym_factor_abs = 166,
sym_factor_not = 167,
sym__parenthesized_expression = 168,
sym__primary = 169,
sym_primary_null = 170,
sym_allocator = 171,
sym__subtype_indication_paren_constraint = 172,
sym_subpool_specification = 173,
sym__access_type_definition = 174,
sym_access_to_subprogram_definition = 175,
sym_access_to_object_definition = 176,
sym_general_access_modifier = 177,
sym_access_definition = 178,
sym_actual_parameter_part = 179,
sym_parameter_association = 180,
sym__conditional_expression = 181,
sym__conditional_quantified_expression = 182,
sym_quantified_expression = 183,
sym_declare_expression = 184,
sym__declare_item = 185,
sym_quantifier = 186,
sym_case_expression = 187,
sym_case_expression_alternative = 188,
sym_component_choice_list = 189,
sym__aggregate = 190,
sym__delta_aggregate = 191,
sym_extension_aggregate = 192,
sym_record_delta_aggregate = 193,
sym_array_delta_aggregate = 194,
sym_record_aggregate = 195,
sym_record_component_association_list = 196,
sym__record_component_association_list_or_expression = 197,
sym__named_record_component_association = 198,
sym_null_exclusion = 199,
sym_index_constraint = 200,
sym_digits_constraint = 201,
sym_delta_constraint = 202,
sym__basic_declarative_item_pragma = 203,
sym__type_declaration = 204,
sym_full_type_declaration = 205,
sym_private_type_declaration = 206,
sym_private_extension_declaration = 207,
sym__discriminant_part = 208,
sym_unknown_discriminant_part = 209,
sym_known_discriminant_part = 210,
sym_incomplete_type_declaration = 211,
sym_discriminant_specification_list = 212,
sym_discriminant_specification = 213,
sym__type_definition = 214,
sym_array_type_definition = 215,
sym__discrete_subtype_definition_list = 216,
sym__discrete_range = 217,
sym__index_subtype_definition_list = 218,
sym_index_subtype_definition = 219,
sym_enumeration_type_definition = 220,
sym__enumeration_literal_list = 221,
sym__enumeration_literal_specification = 222,
sym__integer_type_definition = 223,
sym_modular_type_definition = 224,
sym__real_type_definition = 225,
sym_floating_point_definition = 226,
sym_real_range_specification = 227,
sym__fixed_point_definition = 228,
sym_decimal_fixed_point_definition = 229,
sym_ordinary_fixed_point_definition = 230,
sym_signed_integer_type_definition = 231,
sym_derived_type_definition = 232,
sym_interface_type_definition = 233,
sym__interface_list = 234,
sym_record_extension_part = 235,
sym_record_type_definition = 236,
sym_record_definition = 237,
sym_component_list = 238,
sym__component_item = 239,
sym_component_declaration = 240,
sym_component_definition = 241,
sym__array_aggregate = 242,
sym_positional_array_aggregate = 243,
sym_null_array_aggregate = 244,
sym_named_array_aggregate = 245,
sym__array_component_association_list = 246,
sym_array_component_association = 247,
sym_discrete_choice_list = 248,
sym_discrete_choice = 249,
sym_aspect_association = 250,
sym__aspect_clause = 251,
sym__aspect_definition = 252,
sym__aspect_mark = 253,
sym_aspect_mark_list = 254,
sym_aspect_specification = 255,
sym__assign_value = 256,
sym_at_clause = 257,
sym_attribute_definition_clause = 258,
sym_body_stub = 259,
sym_subprogram_body_stub = 260,
sym_package_body_stub = 261,
sym_task_body = 262,
sym_task_body_stub = 263,
sym__protected_operation_declaration = 264,
sym__protected_element_declaration = 265,
sym__protected_operation_item = 266,
sym_protected_definition = 267,
sym_protected_type_declaration = 268,
sym_single_protected_declaration = 269,
sym_protected_body = 270,
sym_protected_body_stub = 271,
sym_choice_parameter_specification = 272,
sym_component_clause = 273,
sym__declarative_item_pragma = 274,
sym_non_empty_declarative_part = 275,
sym_entry_declaration = 276,
sym_entry_body = 277,
sym_entry_barrier = 278,
sym_entry_index_specification = 279,
sym_enumeration_aggregate = 280,
sym_enumeration_representation_clause = 281,
sym_exception_choice_list = 282,
sym_exception_choice = 283,
sym_exception_declaration = 284,
sym_exception_handler = 285,
aux_sym__exception_handler_list = 286,
sym_formal_part = 287,
sym_function_specification = 288,
sym__generic_declaration = 289,
sym_generic_formal_part = 290,
sym__generic_formal_parameter_declaration = 291,
sym_generic_subprogram_declaration = 292,
sym_generic_package_declaration = 293,
sym_generic_instantiation = 294,
sym_formal_object_declaration = 295,
sym__formal_type_declaration = 296,
sym_formal_complete_type_declaration = 297,
sym_formal_incomplete_type_declaration = 298,
sym__formal_type_definition = 299,
sym_formal_private_type_definition = 300,
sym_formal_derived_type_definition = 301,
sym_formal_discrete_type_definition = 302,
sym_formal_signed_integer_type_definition = 303,
sym_formal_modular_type_definition = 304,
sym_formal_floating_point_definition = 305,
sym_formal_ordinary_fixed_point_definition = 306,
sym_formal_decimal_fixed_point_definition = 307,
sym_formal_array_type_definition = 308,
sym_formal_access_type_definition = 309,
sym_formal_interface_type_definition = 310,
sym_formal_subprogram_declaration = 311,
sym_formal_concrete_subprogram_declaration = 312,
sym_formal_abstract_subprogram_declaration = 313,
sym_subprogram_default = 314,
sym_formal_package_declaration = 315,
sym_global_aspect_definition = 316,
sym_global_aspect_element = 317,
sym_global_mode = 318,
sym_handled_sequence_of_statements = 319,
sym_loop_label = 320,
sym_label = 321,
sym_mod_clause = 322,
sym_non_empty_mode = 323,
sym_null_procedure_declaration = 324,
sym_null_statement = 325,
sym_number_declaration = 326,
sym_object_declaration = 327,
sym_single_task_declaration = 328,
sym_task_type_declaration = 329,
sym_non_empty_entry_body_formal_part = 330,
sym__task_item = 331,
sym_task_definition = 332,
sym_overriding_indicator = 333,
sym__parameter_and_result_profile = 334,
sym_parameter_specification = 335,
sym__parameter_specification_list = 336,
sym_pragma_g = 337,
sym_pragma_argument_association = 338,
sym_if_expression = 339,
sym_elsif_expression_item = 340,
sym_procedure_specification = 341,
sym_record_representation_clause = 342,
sym__renaming_declaration = 343,
sym_object_renaming_declaration = 344,
sym_exception_renaming_declaration = 345,
sym_package_renaming_declaration = 346,
sym_subprogram_renaming_declaration = 347,
sym_generic_renaming_declaration = 348,
sym_result_profile = 349,
sym__sequence_of_statements = 350,
sym__simple_statement = 351,
sym__statement = 352,
sym__compound_statement = 353,
sym__select_statement = 354,
sym_entry_call_alternative = 355,
sym_asynchronous_select = 356,
sym_triggering_alternative = 357,
sym_conditional_entry_call = 358,
sym_delay_alternative = 359,
sym_timed_entry_call = 360,
sym_guard = 361,
sym_select_alternative = 362,
sym_accept_alternative = 363,
sym_terminate_alternative = 364,
sym_selective_accept = 365,
sym_abort_statement = 366,
sym_requeue_statement = 367,
sym_accept_statement = 368,
sym_case_statement_alternative = 369,
sym_case_statement = 370,
sym_block_statement = 371,
sym_if_statement = 372,
sym_elsif_statement_item = 373,
sym_exit_statement = 374,
sym_goto_statement = 375,
sym__delay_statement = 376,
sym_delay_until_statement = 377,
sym_delay_relative_statement = 378,
sym_simple_return_statement = 379,
sym_extended_return_statement = 380,
sym_extended_return_object_declaration = 381,
sym__return_subtype_indication = 382,
sym_procedure_call_statement = 383,
sym_function_call = 384,
sym_raise_statement = 385,
sym_loop_statement = 386,
sym_iteration_scheme = 387,
sym_assignment_statement = 388,
sym_subprogram_declaration = 389,
sym_expression_function_declaration = 390,
sym__subprogram_specification = 391,
sym_subtype_declaration = 392,
sym_variant_part = 393,
sym_variant_list = 394,
sym_variant = 395,
aux_sym_compilation_repeat1 = 396,
aux_sym__name_list_repeat1 = 397,
aux_sym__defining_identifier_list_repeat1 = 398,
aux_sym_package_specification_repeat1 = 399,
aux_sym_expression_repeat1 = 400,
aux_sym_expression_repeat2 = 401,
aux_sym_expression_repeat3 = 402,
aux_sym_membership_choice_list_repeat1 = 403,
aux_sym__simple_expression_repeat1 = 404,
aux_sym_term_repeat1 = 405,
aux_sym_actual_parameter_part_repeat1 = 406,
aux_sym_declare_expression_repeat1 = 407,
aux_sym_case_expression_repeat1 = 408,
aux_sym_component_choice_list_repeat1 = 409,
aux_sym_record_component_association_list_repeat1 = 410,
aux_sym_record_component_association_list_repeat2 = 411,
aux_sym_index_constraint_repeat1 = 412,
aux_sym_discriminant_specification_list_repeat1 = 413,
aux_sym__discrete_subtype_definition_list_repeat1 = 414,
aux_sym__index_subtype_definition_list_repeat1 = 415,
aux_sym__enumeration_literal_list_repeat1 = 416,
aux_sym__interface_list_repeat1 = 417,
aux_sym_component_list_repeat1 = 418,
aux_sym_positional_array_aggregate_repeat1 = 419,
aux_sym__array_component_association_list_repeat1 = 420,
aux_sym_discrete_choice_list_repeat1 = 421,
aux_sym_aspect_mark_list_repeat1 = 422,
aux_sym_protected_definition_repeat1 = 423,
aux_sym_protected_definition_repeat2 = 424,
aux_sym_protected_body_repeat1 = 425,
aux_sym_non_empty_declarative_part_repeat1 = 426,
aux_sym_exception_choice_list_repeat1 = 427,
aux_sym_generic_formal_part_repeat1 = 428,
aux_sym_global_aspect_definition_repeat1 = 429,
aux_sym_task_definition_repeat1 = 430,
aux_sym__parameter_specification_list_repeat1 = 431,
aux_sym_pragma_g_repeat1 = 432,
aux_sym_if_expression_repeat1 = 433,
aux_sym_record_representation_clause_repeat1 = 434,
aux_sym__sequence_of_statements_repeat1 = 435,
aux_sym__sequence_of_statements_repeat2 = 436,
aux_sym_selective_accept_repeat1 = 437,
aux_sym_case_statement_repeat1 = 438,
aux_sym_if_statement_repeat1 = 439,
aux_sym_variant_list_repeat1 = 440,
};
static const char * const ts_symbol_names[] = {
[ts_builtin_sym_end] = "end",
[sym_identifier] = "identifier",
[sym_comment] = "comment",
[sym_string_literal] = "string_literal",
[sym_character_literal] = "character_literal",
[sym_numeric_literal] = "numeric_literal",
[anon_sym_EQ] = "=",
[anon_sym_SLASH_EQ] = "/=",
[anon_sym_LT] = "<",
[anon_sym_LT_EQ] = "<=",
[anon_sym_GT] = ">",
[anon_sym_GT_EQ] = ">=",
[anon_sym_PLUS] = "+",
[anon_sym_DASH] = "-",
[anon_sym_AMP] = "&",
[anon_sym_STAR] = "*",
[anon_sym_SLASH] = "/",
[anon_sym_mod] = "mod",
[anon_sym_rem] = "rem",
[sym_tick] = "tick",
[anon_sym_DOT] = ".",
[sym_target_name] = "target_name",
[anon_sym_COMMA] = ",",
[anon_sym_LPAREN] = "(",
[anon_sym_RPAREN] = ")",
[anon_sym_LBRACK] = "[",
[aux_sym_value_sequence_token1] = "parallel",
[anon_sym_RBRACK] = "]",
[aux_sym_chunk_specification_token1] = "in",
[aux_sym_iterated_element_association_token1] = "for",
[aux_sym_iterated_element_association_token2] = "use",
[anon_sym_EQ_GT] = "=>",
[aux_sym_loop_parameter_specification_token1] = "reverse",
[aux_sym_iterator_filter_token1] = "when",
[anon_sym_COLON] = ":",
[aux_sym_iterator_specification_token1] = "of",
[aux_sym_attribute_designator_token1] = "access",
[aux_sym_attribute_designator_token2] = "delta",
[aux_sym_attribute_designator_token3] = "digits",
[aux_sym_attribute_designator_token4] = "mod",
[aux_sym_compilation_unit_token1] = "private",
[anon_sym_SEMI] = ";",
[aux_sym_package_specification_token1] = "package",
[aux_sym_package_specification_token2] = "is",
[aux_sym_package_specification_token3] = "end",
[aux_sym_with_clause_token1] = "limited",
[aux_sym_with_clause_token2] = "with",
[aux_sym_use_clause_token1] = "all",
[aux_sym_use_clause_token2] = "type",
[aux_sym_subunit_token1] = "separate",
[aux_sym_subprogram_body_token1] = "begin",
[aux_sym_package_body_token1] = "body",
[anon_sym_DOT_DOT] = "..",
[aux_sym_range_attribute_designator_token1] = "range",
[aux_sym_expression_token1] = "and",
[aux_sym_expression_token2] = "then",
[aux_sym_expression_token3] = "or",
[aux_sym_expression_token4] = "else",
[aux_sym_expression_token5] = "xor",
[aux_sym_relation_membership_token1] = "not",
[aux_sym_raise_expression_token1] = "raise",
[anon_sym_PIPE] = "|",
[anon_sym_STAR_STAR] = "**",
[aux_sym_factor_abs_token1] = "abs",
[aux_sym_primary_null_token1] = "null",
[aux_sym_allocator_token1] = "new",
[aux_sym_access_to_subprogram_definition_token1] = "protected",
[aux_sym_access_to_subprogram_definition_token2] = "procedure",
[aux_sym_access_to_subprogram_definition_token3] = "function",
[aux_sym_general_access_modifier_token1] = "constant",
[anon_sym_LT_GT] = "<>",
[aux_sym_declare_expression_token1] = "declare",
[aux_sym_quantifier_token1] = "some",
[aux_sym_case_expression_token1] = "case",
[aux_sym_component_choice_list_token1] = "others",
[aux_sym_record_component_association_list_token1] = "record",
[aux_sym_private_type_declaration_token1] = "abstract",
[aux_sym_private_type_declaration_token2] = "tagged",
[aux_sym_private_extension_declaration_token1] = "synchronized",
[aux_sym_array_type_definition_token1] = "array",
[aux_sym_interface_type_definition_token1] = "task",
[aux_sym_interface_type_definition_token2] = "interface",
[aux_sym_component_list_token1] = ";",
[aux_sym_component_definition_token1] = "aliased",
[aux_sym__aspect_mark_token1] = "Class",
[anon_sym_COLON_EQ] = ":=",
[aux_sym_at_clause_token1] = "at",
[aux_sym_entry_declaration_token1] = "entry",
[aux_sym_exception_declaration_token1] = "exception",
[aux_sym_generic_formal_part_token1] = "generic",
[anon_sym_null] = "null",
[anon_sym_all] = "all",
[aux_sym_global_mode_token1] = "overriding",
[anon_sym_LT_LT] = "<<",
[anon_sym_GT_GT] = ">>",
[aux_sym_non_empty_mode_token1] = "out",
[aux_sym_pragma_g_token1] = "pragma",
[aux_sym_if_expression_token1] = "if",
[aux_sym_elsif_expression_item_token1] = "elsif",
[aux_sym_object_renaming_declaration_token1] = "renames",
[aux_sym_result_profile_token1] = "return",
[aux_sym_asynchronous_select_token1] = "select",
[aux_sym_asynchronous_select_token2] = "abort",
[aux_sym_terminate_alternative_token1] = "terminate",
[aux_sym_requeue_statement_token1] = "requeue",
[aux_sym_accept_statement_token1] = "accept",
[aux_sym_accept_statement_token2] = "do",
[aux_sym_exit_statement_token1] = "exit",
[aux_sym_goto_statement_token1] = "goto",
[aux_sym_delay_until_statement_token1] = "delay",
[aux_sym_delay_until_statement_token2] = "until",
[aux_sym_loop_statement_token1] = "loop",
[aux_sym_iteration_scheme_token1] = "while",
[aux_sym_subtype_declaration_token1] = "subtype",
[sym_compilation] = "compilation",
[sym_relational_operator] = "relational_operator",
[sym_binary_adding_operator] = "binary_adding_operator",
[sym_unary_adding_operator] = "unary_adding_operator",
[sym_multiplying_operator] = "multiplying_operator",
[sym__name] = "_name",
[sym_selected_component] = "selected_component",
[sym__name_list] = "_name_list",
[sym__defining_identifier_list] = "_defining_identifier_list",
[sym_slice] = "slice",
[sym__attribute_reference] = "_attribute_reference",
[sym__reduction_attribute_reference] = "_reduction_attribute_reference",
[sym_reduction_attribute_designator] = "reduction_attribute_designator",
[sym_reduction_specification] = "reduction_specification",
[sym_value_sequence] = "value_sequence",
[sym_chunk_specification] = "chunk_specification",
[sym_iterated_element_association] = "iterated_element_association",
[sym__discrete_subtype_definition] = "_discrete_subtype_definition",
[sym_loop_parameter_specification] = "loop_parameter_specification",
[sym__loop_parameter_subtype_indication] = "_loop_parameter_subtype_indication",
[sym_iterator_filter] = "iterator_filter",
[sym_iterator_specification] = "iterator_specification",
[sym_attribute_designator] = "attribute_designator",
[sym_qualified_expression] = "qualified_expression",
[sym_compilation_unit] = "compilation_unit",
[sym__declarative_item] = "_declarative_item",
[sym__basic_declarative_item] = "_basic_declarative_item",
[sym__basic_declaration] = "_basic_declaration",
[sym__package_declaration] = "_package_declaration",
[sym_package_specification] = "package_specification",
[sym_with_clause] = "with_clause",
[sym_use_clause] = "use_clause",
[sym_subunit] = "subunit",
[sym__proper_body] = "_proper_body",
[sym_subprogram_body] = "subprogram_body",
[sym_package_body] = "package_body",
[sym__subtype_indication] = "_subtype_indication",
[sym__constraint] = "_constraint",
[sym__scalar_constraint] = "_scalar_constraint",
[sym_range_g] = "range_g",
[sym_range_attribute_designator] = "range_attribute_designator",
[sym_range_constraint] = "range_constraint",
[sym_expression] = "expression",
[sym__relation] = "_relation",
[sym_relation_membership] = "relation_membership",
[sym_raise_expression] = "raise_expression",
[sym_membership_choice_list] = "membership_choice_list",
[sym__membership_choice] = "_membership_choice",
[sym__simple_expression] = "_simple_expression",
[sym_term] = "term",
[sym__factor] = "_factor",
[sym_factor_power] = "factor_power",
[sym_factor_abs] = "factor_abs",
[sym_factor_not] = "factor_not",
[sym__parenthesized_expression] = "_parenthesized_expression",
[sym__primary] = "_primary",
[sym_primary_null] = "primary_null",
[sym_allocator] = "allocator",
[sym__subtype_indication_paren_constraint] = "_subtype_indication_paren_constraint",
[sym_subpool_specification] = "subpool_specification",
[sym__access_type_definition] = "_access_type_definition",
[sym_access_to_subprogram_definition] = "access_to_subprogram_definition",
[sym_access_to_object_definition] = "access_to_object_definition",
[sym_general_access_modifier] = "general_access_modifier",
[sym_access_definition] = "access_definition",
[sym_actual_parameter_part] = "actual_parameter_part",
[sym_parameter_association] = "parameter_association",
[sym__conditional_expression] = "_conditional_expression",
[sym__conditional_quantified_expression] = "_conditional_quantified_expression",
[sym_quantified_expression] = "quantified_expression",
[sym_declare_expression] = "declare_expression",
[sym__declare_item] = "_declare_item",
[sym_quantifier] = "quantifier",
[sym_case_expression] = "case_expression",
[sym_case_expression_alternative] = "case_expression_alternative",
[sym_component_choice_list] = "component_choice_list",
[sym__aggregate] = "_aggregate",
[sym__delta_aggregate] = "_delta_aggregate",
[sym_extension_aggregate] = "extension_aggregate",
[sym_record_delta_aggregate] = "record_delta_aggregate",
[sym_array_delta_aggregate] = "array_delta_aggregate",
[sym_record_aggregate] = "record_aggregate",
[sym_record_component_association_list] = "record_component_association_list",
[sym__record_component_association_list_or_expression] = "_record_component_association_list_or_expression",
[sym__named_record_component_association] = "_named_record_component_association",
[sym_null_exclusion] = "null_exclusion",
[sym_index_constraint] = "index_constraint",
[sym_digits_constraint] = "digits_constraint",
[sym_delta_constraint] = "delta_constraint",
[sym__basic_declarative_item_pragma] = "_basic_declarative_item_pragma",
[sym__type_declaration] = "_type_declaration",
[sym_full_type_declaration] = "full_type_declaration",
[sym_private_type_declaration] = "private_type_declaration",
[sym_private_extension_declaration] = "private_extension_declaration",
[sym__discriminant_part] = "_discriminant_part",
[sym_unknown_discriminant_part] = "unknown_discriminant_part",
[sym_known_discriminant_part] = "known_discriminant_part",
[sym_incomplete_type_declaration] = "incomplete_type_declaration",
[sym_discriminant_specification_list] = "discriminant_specification_list",
[sym_discriminant_specification] = "discriminant_specification",
[sym__type_definition] = "_type_definition",
[sym_array_type_definition] = "array_type_definition",
[sym__discrete_subtype_definition_list] = "_discrete_subtype_definition_list",
[sym__discrete_range] = "_discrete_range",
[sym__index_subtype_definition_list] = "_index_subtype_definition_list",
[sym_index_subtype_definition] = "index_subtype_definition",
[sym_enumeration_type_definition] = "enumeration_type_definition",
[sym__enumeration_literal_list] = "_enumeration_literal_list",
[sym__enumeration_literal_specification] = "_enumeration_literal_specification",
[sym__integer_type_definition] = "_integer_type_definition",
[sym_modular_type_definition] = "modular_type_definition",
[sym__real_type_definition] = "_real_type_definition",
[sym_floating_point_definition] = "floating_point_definition",
[sym_real_range_specification] = "real_range_specification",
[sym__fixed_point_definition] = "_fixed_point_definition",
[sym_decimal_fixed_point_definition] = "decimal_fixed_point_definition",
[sym_ordinary_fixed_point_definition] = "ordinary_fixed_point_definition",
[sym_signed_integer_type_definition] = "signed_integer_type_definition",
[sym_derived_type_definition] = "derived_type_definition",
[sym_interface_type_definition] = "interface_type_definition",
[sym__interface_list] = "_interface_list",
[sym_record_extension_part] = "record_extension_part",
[sym_record_type_definition] = "record_type_definition",
[sym_record_definition] = "record_definition",
[sym_component_list] = "component_list",
[sym__component_item] = "_component_item",
[sym_component_declaration] = "component_declaration",
[sym_component_definition] = "component_definition",
[sym__array_aggregate] = "_array_aggregate",
[sym_positional_array_aggregate] = "positional_array_aggregate",
[sym_null_array_aggregate] = "null_array_aggregate",
[sym_named_array_aggregate] = "named_array_aggregate",
[sym__array_component_association_list] = "_array_component_association_list",
[sym_array_component_association] = "array_component_association",
[sym_discrete_choice_list] = "discrete_choice_list",
[sym_discrete_choice] = "discrete_choice",
[sym_aspect_association] = "aspect_association",
[sym__aspect_clause] = "_aspect_clause",
[sym__aspect_definition] = "_aspect_definition",
[sym__aspect_mark] = "_aspect_mark",
[sym_aspect_mark_list] = "aspect_mark_list",
[sym_aspect_specification] = "aspect_specification",
[sym__assign_value] = "_assign_value",
[sym_at_clause] = "at_clause",
[sym_attribute_definition_clause] = "attribute_definition_clause",
[sym_body_stub] = "body_stub",
[sym_subprogram_body_stub] = "subprogram_body_stub",
[sym_package_body_stub] = "package_body_stub",
[sym_task_body] = "task_body",
[sym_task_body_stub] = "task_body_stub",
[sym__protected_operation_declaration] = "_protected_operation_declaration",
[sym__protected_element_declaration] = "_protected_element_declaration",
[sym__protected_operation_item] = "_protected_operation_item",
[sym_protected_definition] = "protected_definition",
[sym_protected_type_declaration] = "protected_type_declaration",
[sym_single_protected_declaration] = "single_protected_declaration",
[sym_protected_body] = "protected_body",
[sym_protected_body_stub] = "protected_body_stub",
[sym_choice_parameter_specification] = "choice_parameter_specification",
[sym_component_clause] = "component_clause",
[sym__declarative_item_pragma] = "_declarative_item_pragma",
[sym_non_empty_declarative_part] = "non_empty_declarative_part",
[sym_entry_declaration] = "entry_declaration",
[sym_entry_body] = "entry_body",
[sym_entry_barrier] = "entry_barrier",
[sym_entry_index_specification] = "entry_index_specification",
[sym_enumeration_aggregate] = "enumeration_aggregate",
[sym_enumeration_representation_clause] = "enumeration_representation_clause",
[sym_exception_choice_list] = "exception_choice_list",
[sym_exception_choice] = "exception_choice",
[sym_exception_declaration] = "exception_declaration",
[sym_exception_handler] = "exception_handler",
[aux_sym__exception_handler_list] = "_exception_handler_list",
[sym_formal_part] = "formal_part",
[sym_function_specification] = "function_specification",
[sym__generic_declaration] = "_generic_declaration",
[sym_generic_formal_part] = "generic_formal_part",
[sym__generic_formal_parameter_declaration] = "_generic_formal_parameter_declaration",
[sym_generic_subprogram_declaration] = "generic_subprogram_declaration",
[sym_generic_package_declaration] = "generic_package_declaration",
[sym_generic_instantiation] = "generic_instantiation",
[sym_formal_object_declaration] = "formal_object_declaration",
[sym__formal_type_declaration] = "_formal_type_declaration",
[sym_formal_complete_type_declaration] = "formal_complete_type_declaration",
[sym_formal_incomplete_type_declaration] = "formal_incomplete_type_declaration",
[sym__formal_type_definition] = "_formal_type_definition",
[sym_formal_private_type_definition] = "formal_private_type_definition",
[sym_formal_derived_type_definition] = "formal_derived_type_definition",
[sym_formal_discrete_type_definition] = "formal_discrete_type_definition",
[sym_formal_signed_integer_type_definition] = "formal_signed_integer_type_definition",
[sym_formal_modular_type_definition] = "formal_modular_type_definition",
[sym_formal_floating_point_definition] = "formal_floating_point_definition",
[sym_formal_ordinary_fixed_point_definition] = "formal_ordinary_fixed_point_definition",
[sym_formal_decimal_fixed_point_definition] = "formal_decimal_fixed_point_definition",
[sym_formal_array_type_definition] = "formal_array_type_definition",
[sym_formal_access_type_definition] = "formal_access_type_definition",
[sym_formal_interface_type_definition] = "formal_interface_type_definition",
[sym_formal_subprogram_declaration] = "formal_subprogram_declaration",
[sym_formal_concrete_subprogram_declaration] = "formal_concrete_subprogram_declaration",
[sym_formal_abstract_subprogram_declaration] = "formal_abstract_subprogram_declaration",
[sym_subprogram_default] = "subprogram_default",
[sym_formal_package_declaration] = "formal_package_declaration",
[sym_global_aspect_definition] = "global_aspect_definition",
[sym_global_aspect_element] = "global_aspect_element",
[sym_global_mode] = "global_mode",
[sym_handled_sequence_of_statements] = "handled_sequence_of_statements",
[sym_loop_label] = "loop_label",
[sym_label] = "label",
[sym_mod_clause] = "mod_clause",
[sym_non_empty_mode] = "non_empty_mode",
[sym_null_procedure_declaration] = "null_procedure_declaration",
[sym_null_statement] = "null_statement",
[sym_number_declaration] = "number_declaration",
[sym_object_declaration] = "object_declaration",
[sym_single_task_declaration] = "single_task_declaration",
[sym_task_type_declaration] = "task_type_declaration",
[sym_non_empty_entry_body_formal_part] = "non_empty_entry_body_formal_part",
[sym__task_item] = "_task_item",
[sym_task_definition] = "task_definition",
[sym_overriding_indicator] = "overriding_indicator",
[sym__parameter_and_result_profile] = "_parameter_and_result_profile",
[sym_parameter_specification] = "parameter_specification",
[sym__parameter_specification_list] = "_parameter_specification_list",
[sym_pragma_g] = "pragma_g",
[sym_pragma_argument_association] = "pragma_argument_association",
[sym_if_expression] = "if_expression",
[sym_elsif_expression_item] = "elsif_expression_item",
[sym_procedure_specification] = "procedure_specification",
[sym_record_representation_clause] = "record_representation_clause",
[sym__renaming_declaration] = "_renaming_declaration",
[sym_object_renaming_declaration] = "object_renaming_declaration",
[sym_exception_renaming_declaration] = "exception_renaming_declaration",
[sym_package_renaming_declaration] = "package_renaming_declaration",
[sym_subprogram_renaming_declaration] = "subprogram_renaming_declaration",
[sym_generic_renaming_declaration] = "generic_renaming_declaration",
[sym_result_profile] = "result_profile",
[sym__sequence_of_statements] = "_sequence_of_statements",
[sym__simple_statement] = "_simple_statement",
[sym__statement] = "_statement",
[sym__compound_statement] = "_compound_statement",
[sym__select_statement] = "_select_statement",
[sym_entry_call_alternative] = "entry_call_alternative",
[sym_asynchronous_select] = "asynchronous_select",
[sym_triggering_alternative] = "triggering_alternative",
[sym_conditional_entry_call] = "conditional_entry_call",
[sym_delay_alternative] = "delay_alternative",
[sym_timed_entry_call] = "timed_entry_call",
[sym_guard] = "guard",
[sym_select_alternative] = "select_alternative",
[sym_accept_alternative] = "accept_alternative",
[sym_terminate_alternative] = "terminate_alternative",
[sym_selective_accept] = "selective_accept",
[sym_abort_statement] = "abort_statement",
[sym_requeue_statement] = "requeue_statement",
[sym_accept_statement] = "accept_statement",
[sym_case_statement_alternative] = "case_statement_alternative",
[sym_case_statement] = "case_statement",
[sym_block_statement] = "block_statement",
[sym_if_statement] = "if_statement",
[sym_elsif_statement_item] = "elsif_statement_item",
[sym_exit_statement] = "exit_statement",
[sym_goto_statement] = "goto_statement",
[sym__delay_statement] = "_delay_statement",
[sym_delay_until_statement] = "delay_until_statement",
[sym_delay_relative_statement] = "delay_relative_statement",
[sym_simple_return_statement] = "simple_return_statement",
[sym_extended_return_statement] = "extended_return_statement",
[sym_extended_return_object_declaration] = "extended_return_object_declaration",
[sym__return_subtype_indication] = "_return_subtype_indication",
[sym_procedure_call_statement] = "procedure_call_statement",
[sym_function_call] = "function_call",
[sym_raise_statement] = "raise_statement",
[sym_loop_statement] = "loop_statement",
[sym_iteration_scheme] = "iteration_scheme",
[sym_assignment_statement] = "assignment_statement",
[sym_subprogram_declaration] = "subprogram_declaration",
[sym_expression_function_declaration] = "expression_function_declaration",
[sym__subprogram_specification] = "_subprogram_specification",
[sym_subtype_declaration] = "subtype_declaration",
[sym_variant_part] = "variant_part",
[sym_variant_list] = "variant_list",
[sym_variant] = "variant",
[aux_sym_compilation_repeat1] = "compilation_repeat1",
[aux_sym__name_list_repeat1] = "_name_list_repeat1",
[aux_sym__defining_identifier_list_repeat1] = "_defining_identifier_list_repeat1",
[aux_sym_package_specification_repeat1] = "package_specification_repeat1",
[aux_sym_expression_repeat1] = "expression_repeat1",
[aux_sym_expression_repeat2] = "expression_repeat2",
[aux_sym_expression_repeat3] = "expression_repeat3",
[aux_sym_membership_choice_list_repeat1] = "membership_choice_list_repeat1",
[aux_sym__simple_expression_repeat1] = "_simple_expression_repeat1",
[aux_sym_term_repeat1] = "term_repeat1",
[aux_sym_actual_parameter_part_repeat1] = "actual_parameter_part_repeat1",
[aux_sym_declare_expression_repeat1] = "declare_expression_repeat1",
[aux_sym_case_expression_repeat1] = "case_expression_repeat1",
[aux_sym_component_choice_list_repeat1] = "component_choice_list_repeat1",
[aux_sym_record_component_association_list_repeat1] = "record_component_association_list_repeat1",
[aux_sym_record_component_association_list_repeat2] = "record_component_association_list_repeat2",
[aux_sym_index_constraint_repeat1] = "index_constraint_repeat1",
[aux_sym_discriminant_specification_list_repeat1] = "discriminant_specification_list_repeat1",
[aux_sym__discrete_subtype_definition_list_repeat1] = "_discrete_subtype_definition_list_repeat1",
[aux_sym__index_subtype_definition_list_repeat1] = "_index_subtype_definition_list_repeat1",
[aux_sym__enumeration_literal_list_repeat1] = "_enumeration_literal_list_repeat1",
[aux_sym__interface_list_repeat1] = "_interface_list_repeat1",
[aux_sym_component_list_repeat1] = "component_list_repeat1",
[aux_sym_positional_array_aggregate_repeat1] = "positional_array_aggregate_repeat1",
[aux_sym__array_component_association_list_repeat1] = "_array_component_association_list_repeat1",
[aux_sym_discrete_choice_list_repeat1] = "discrete_choice_list_repeat1",
[aux_sym_aspect_mark_list_repeat1] = "aspect_mark_list_repeat1",
[aux_sym_protected_definition_repeat1] = "protected_definition_repeat1",
[aux_sym_protected_definition_repeat2] = "protected_definition_repeat2",
[aux_sym_protected_body_repeat1] = "protected_body_repeat1",
[aux_sym_non_empty_declarative_part_repeat1] = "non_empty_declarative_part_repeat1",
[aux_sym_exception_choice_list_repeat1] = "exception_choice_list_repeat1",
[aux_sym_generic_formal_part_repeat1] = "generic_formal_part_repeat1",
[aux_sym_global_aspect_definition_repeat1] = "global_aspect_definition_repeat1",
[aux_sym_task_definition_repeat1] = "task_definition_repeat1",
[aux_sym__parameter_specification_list_repeat1] = "_parameter_specification_list_repeat1",
[aux_sym_pragma_g_repeat1] = "pragma_g_repeat1",
[aux_sym_if_expression_repeat1] = "if_expression_repeat1",
[aux_sym_record_representation_clause_repeat1] = "record_representation_clause_repeat1",
[aux_sym__sequence_of_statements_repeat1] = "_sequence_of_statements_repeat1",
[aux_sym__sequence_of_statements_repeat2] = "_sequence_of_statements_repeat2",
[aux_sym_selective_accept_repeat1] = "selective_accept_repeat1",
[aux_sym_case_statement_repeat1] = "case_statement_repeat1",
[aux_sym_if_statement_repeat1] = "if_statement_repeat1",
[aux_sym_variant_list_repeat1] = "variant_list_repeat1",
};
static const TSSymbol ts_symbol_map[] = {
[ts_builtin_sym_end] = ts_builtin_sym_end,
[sym_identifier] = sym_identifier,
[sym_comment] = sym_comment,
[sym_string_literal] = sym_string_literal,
[sym_character_literal] = sym_character_literal,
[sym_numeric_literal] = sym_numeric_literal,
[anon_sym_EQ] = anon_sym_EQ,
[anon_sym_SLASH_EQ] = anon_sym_SLASH_EQ,
[anon_sym_LT] = anon_sym_LT,
[anon_sym_LT_EQ] = anon_sym_LT_EQ,
[anon_sym_GT] = anon_sym_GT,
[anon_sym_GT_EQ] = anon_sym_GT_EQ,
[anon_sym_PLUS] = anon_sym_PLUS,
[anon_sym_DASH] = anon_sym_DASH,
[anon_sym_AMP] = anon_sym_AMP,
[anon_sym_STAR] = anon_sym_STAR,
[anon_sym_SLASH] = anon_sym_SLASH,
[anon_sym_mod] = anon_sym_mod,
[anon_sym_rem] = anon_sym_rem,
[sym_tick] = sym_tick,
[anon_sym_DOT] = anon_sym_DOT,
[sym_target_name] = sym_target_name,
[anon_sym_COMMA] = anon_sym_COMMA,
[anon_sym_LPAREN] = anon_sym_LPAREN,
[anon_sym_RPAREN] = anon_sym_RPAREN,
[anon_sym_LBRACK] = anon_sym_LBRACK,
[aux_sym_value_sequence_token1] = aux_sym_value_sequence_token1,
[anon_sym_RBRACK] = anon_sym_RBRACK,
[aux_sym_chunk_specification_token1] = aux_sym_chunk_specification_token1,
[aux_sym_iterated_element_association_token1] = aux_sym_iterated_element_association_token1,
[aux_sym_iterated_element_association_token2] = aux_sym_iterated_element_association_token2,
[anon_sym_EQ_GT] = anon_sym_EQ_GT,
[aux_sym_loop_parameter_specification_token1] = aux_sym_loop_parameter_specification_token1,
[aux_sym_iterator_filter_token1] = aux_sym_iterator_filter_token1,
[anon_sym_COLON] = anon_sym_COLON,
[aux_sym_iterator_specification_token1] = aux_sym_iterator_specification_token1,
[aux_sym_attribute_designator_token1] = aux_sym_attribute_designator_token1,
[aux_sym_attribute_designator_token2] = aux_sym_attribute_designator_token2,
[aux_sym_attribute_designator_token3] = aux_sym_attribute_designator_token3,
[aux_sym_attribute_designator_token4] = anon_sym_mod,
[aux_sym_compilation_unit_token1] = aux_sym_compilation_unit_token1,
[anon_sym_SEMI] = anon_sym_SEMI,
[aux_sym_package_specification_token1] = aux_sym_package_specification_token1,
[aux_sym_package_specification_token2] = aux_sym_package_specification_token2,
[aux_sym_package_specification_token3] = aux_sym_package_specification_token3,
[aux_sym_with_clause_token1] = aux_sym_with_clause_token1,
[aux_sym_with_clause_token2] = aux_sym_with_clause_token2,
[aux_sym_use_clause_token1] = anon_sym_all,
[aux_sym_use_clause_token2] = aux_sym_use_clause_token2,
[aux_sym_subunit_token1] = aux_sym_subunit_token1,
[aux_sym_subprogram_body_token1] = aux_sym_subprogram_body_token1,
[aux_sym_package_body_token1] = aux_sym_package_body_token1,
[anon_sym_DOT_DOT] = anon_sym_DOT_DOT,
[aux_sym_range_attribute_designator_token1] = aux_sym_range_attribute_designator_token1,
[aux_sym_expression_token1] = aux_sym_expression_token1,
[aux_sym_expression_token2] = aux_sym_expression_token2,
[aux_sym_expression_token3] = aux_sym_expression_token3,
[aux_sym_expression_token4] = aux_sym_expression_token4,
[aux_sym_expression_token5] = aux_sym_expression_token5,
[aux_sym_relation_membership_token1] = aux_sym_relation_membership_token1,
[aux_sym_raise_expression_token1] = aux_sym_raise_expression_token1,
[anon_sym_PIPE] = anon_sym_PIPE,
[anon_sym_STAR_STAR] = anon_sym_STAR_STAR,
[aux_sym_factor_abs_token1] = aux_sym_factor_abs_token1,
[aux_sym_primary_null_token1] = anon_sym_null,
[aux_sym_allocator_token1] = aux_sym_allocator_token1,
[aux_sym_access_to_subprogram_definition_token1] = aux_sym_access_to_subprogram_definition_token1,
[aux_sym_access_to_subprogram_definition_token2] = aux_sym_access_to_subprogram_definition_token2,
[aux_sym_access_to_subprogram_definition_token3] = aux_sym_access_to_subprogram_definition_token3,
[aux_sym_general_access_modifier_token1] = aux_sym_general_access_modifier_token1,
[anon_sym_LT_GT] = anon_sym_LT_GT,
[aux_sym_declare_expression_token1] = aux_sym_declare_expression_token1,
[aux_sym_quantifier_token1] = aux_sym_quantifier_token1,
[aux_sym_case_expression_token1] = aux_sym_case_expression_token1,
[aux_sym_component_choice_list_token1] = aux_sym_component_choice_list_token1,
[aux_sym_record_component_association_list_token1] = aux_sym_record_component_association_list_token1,
[aux_sym_private_type_declaration_token1] = aux_sym_private_type_declaration_token1,
[aux_sym_private_type_declaration_token2] = aux_sym_private_type_declaration_token2,
[aux_sym_private_extension_declaration_token1] = aux_sym_private_extension_declaration_token1,
[aux_sym_array_type_definition_token1] = aux_sym_array_type_definition_token1,
[aux_sym_interface_type_definition_token1] = aux_sym_interface_type_definition_token1,
[aux_sym_interface_type_definition_token2] = aux_sym_interface_type_definition_token2,
[aux_sym_component_list_token1] = anon_sym_SEMI,
[aux_sym_component_definition_token1] = aux_sym_component_definition_token1,
[aux_sym__aspect_mark_token1] = aux_sym__aspect_mark_token1,
[anon_sym_COLON_EQ] = anon_sym_COLON_EQ,
[aux_sym_at_clause_token1] = aux_sym_at_clause_token1,
[aux_sym_entry_declaration_token1] = aux_sym_entry_declaration_token1,
[aux_sym_exception_declaration_token1] = aux_sym_exception_declaration_token1,
[aux_sym_generic_formal_part_token1] = aux_sym_generic_formal_part_token1,
[anon_sym_null] = anon_sym_null,
[anon_sym_all] = anon_sym_all,
[aux_sym_global_mode_token1] = aux_sym_global_mode_token1,
[anon_sym_LT_LT] = anon_sym_LT_LT,
[anon_sym_GT_GT] = anon_sym_GT_GT,
[aux_sym_non_empty_mode_token1] = aux_sym_non_empty_mode_token1,
[aux_sym_pragma_g_token1] = aux_sym_pragma_g_token1,
[aux_sym_if_expression_token1] = aux_sym_if_expression_token1,
[aux_sym_elsif_expression_item_token1] = aux_sym_elsif_expression_item_token1,
[aux_sym_object_renaming_declaration_token1] = aux_sym_object_renaming_declaration_token1,
[aux_sym_result_profile_token1] = aux_sym_result_profile_token1,
[aux_sym_asynchronous_select_token1] = aux_sym_asynchronous_select_token1,
[aux_sym_asynchronous_select_token2] = aux_sym_asynchronous_select_token2,
[aux_sym_terminate_alternative_token1] = aux_sym_terminate_alternative_token1,
[aux_sym_requeue_statement_token1] = aux_sym_requeue_statement_token1,
[aux_sym_accept_statement_token1] = aux_sym_accept_statement_token1,
[aux_sym_accept_statement_token2] = aux_sym_accept_statement_token2,
[aux_sym_exit_statement_token1] = aux_sym_exit_statement_token1,
[aux_sym_goto_statement_token1] = aux_sym_goto_statement_token1,
[aux_sym_delay_until_statement_token1] = aux_sym_delay_until_statement_token1,
[aux_sym_delay_until_statement_token2] = aux_sym_delay_until_statement_token2,
[aux_sym_loop_statement_token1] = aux_sym_loop_statement_token1,
[aux_sym_iteration_scheme_token1] = aux_sym_iteration_scheme_token1,
[aux_sym_subtype_declaration_token1] = aux_sym_subtype_declaration_token1,
[sym_compilation] = sym_compilation,
[sym_relational_operator] = sym_relational_operator,
[sym_binary_adding_operator] = sym_binary_adding_operator,
[sym_unary_adding_operator] = sym_unary_adding_operator,
[sym_multiplying_operator] = sym_multiplying_operator,
[sym__name] = sym__name,
[sym_selected_component] = sym_selected_component,
[sym__name_list] = sym__name_list,
[sym__defining_identifier_list] = sym__defining_identifier_list,
[sym_slice] = sym_slice,
[sym__attribute_reference] = sym__attribute_reference,
[sym__reduction_attribute_reference] = sym__reduction_attribute_reference,
[sym_reduction_attribute_designator] = sym_reduction_attribute_designator,
[sym_reduction_specification] = sym_reduction_specification,
[sym_value_sequence] = sym_value_sequence,
[sym_chunk_specification] = sym_chunk_specification,
[sym_iterated_element_association] = sym_iterated_element_association,
[sym__discrete_subtype_definition] = sym__discrete_subtype_definition,
[sym_loop_parameter_specification] = sym_loop_parameter_specification,
[sym__loop_parameter_subtype_indication] = sym__loop_parameter_subtype_indication,
[sym_iterator_filter] = sym_iterator_filter,
[sym_iterator_specification] = sym_iterator_specification,
[sym_attribute_designator] = sym_attribute_designator,
[sym_qualified_expression] = sym_qualified_expression,
[sym_compilation_unit] = sym_compilation_unit,
[sym__declarative_item] = sym__declarative_item,
[sym__basic_declarative_item] = sym__basic_declarative_item,
[sym__basic_declaration] = sym__basic_declaration,
[sym__package_declaration] = sym__package_declaration,
[sym_package_specification] = sym_package_specification,
[sym_with_clause] = sym_with_clause,
[sym_use_clause] = sym_use_clause,
[sym_subunit] = sym_subunit,
[sym__proper_body] = sym__proper_body,
[sym_subprogram_body] = sym_subprogram_body,
[sym_package_body] = sym_package_body,
[sym__subtype_indication] = sym__subtype_indication,
[sym__constraint] = sym__constraint,
[sym__scalar_constraint] = sym__scalar_constraint,
[sym_range_g] = sym_range_g,
[sym_range_attribute_designator] = sym_range_attribute_designator,
[sym_range_constraint] = sym_range_constraint,
[sym_expression] = sym_expression,
[sym__relation] = sym__relation,
[sym_relation_membership] = sym_relation_membership,
[sym_raise_expression] = sym_raise_expression,
[sym_membership_choice_list] = sym_membership_choice_list,
[sym__membership_choice] = sym__membership_choice,
[sym__simple_expression] = sym__simple_expression,
[sym_term] = sym_term,
[sym__factor] = sym__factor,
[sym_factor_power] = sym_factor_power,
[sym_factor_abs] = sym_factor_abs,
[sym_factor_not] = sym_factor_not,
[sym__parenthesized_expression] = sym__parenthesized_expression,
[sym__primary] = sym__primary,
[sym_primary_null] = sym_primary_null,
[sym_allocator] = sym_allocator,
[sym__subtype_indication_paren_constraint] = sym__subtype_indication_paren_constraint,
[sym_subpool_specification] = sym_subpool_specification,
[sym__access_type_definition] = sym__access_type_definition,
[sym_access_to_subprogram_definition] = sym_access_to_subprogram_definition,
[sym_access_to_object_definition] = sym_access_to_object_definition,
[sym_general_access_modifier] = sym_general_access_modifier,
[sym_access_definition] = sym_access_definition,
[sym_actual_parameter_part] = sym_actual_parameter_part,
[sym_parameter_association] = sym_parameter_association,
[sym__conditional_expression] = sym__conditional_expression,
[sym__conditional_quantified_expression] = sym__conditional_quantified_expression,
[sym_quantified_expression] = sym_quantified_expression,
[sym_declare_expression] = sym_declare_expression,
[sym__declare_item] = sym__declare_item,
[sym_quantifier] = sym_quantifier,
[sym_case_expression] = sym_case_expression,
[sym_case_expression_alternative] = sym_case_expression_alternative,
[sym_component_choice_list] = sym_component_choice_list,
[sym__aggregate] = sym__aggregate,
[sym__delta_aggregate] = sym__delta_aggregate,
[sym_extension_aggregate] = sym_extension_aggregate,
[sym_record_delta_aggregate] = sym_record_delta_aggregate,
[sym_array_delta_aggregate] = sym_array_delta_aggregate,
[sym_record_aggregate] = sym_record_aggregate,
[sym_record_component_association_list] = sym_record_component_association_list,
[sym__record_component_association_list_or_expression] = sym__record_component_association_list_or_expression,
[sym__named_record_component_association] = sym__named_record_component_association,
[sym_null_exclusion] = sym_null_exclusion,
[sym_index_constraint] = sym_index_constraint,
[sym_digits_constraint] = sym_digits_constraint,
[sym_delta_constraint] = sym_delta_constraint,
[sym__basic_declarative_item_pragma] = sym__basic_declarative_item_pragma,
[sym__type_declaration] = sym__type_declaration,
[sym_full_type_declaration] = sym_full_type_declaration,
[sym_private_type_declaration] = sym_private_type_declaration,
[sym_private_extension_declaration] = sym_private_extension_declaration,
[sym__discriminant_part] = sym__discriminant_part,
[sym_unknown_discriminant_part] = sym_unknown_discriminant_part,
[sym_known_discriminant_part] = sym_known_discriminant_part,
[sym_incomplete_type_declaration] = sym_incomplete_type_declaration,
[sym_discriminant_specification_list] = sym_discriminant_specification_list,
[sym_discriminant_specification] = sym_discriminant_specification,
[sym__type_definition] = sym__type_definition,
[sym_array_type_definition] = sym_array_type_definition,
[sym__discrete_subtype_definition_list] = sym__discrete_subtype_definition_list,
[sym__discrete_range] = sym__discrete_range,
[sym__index_subtype_definition_list] = sym__index_subtype_definition_list,
[sym_index_subtype_definition] = sym_index_subtype_definition,
[sym_enumeration_type_definition] = sym_enumeration_type_definition,
[sym__enumeration_literal_list] = sym__enumeration_literal_list,
[sym__enumeration_literal_specification] = sym__enumeration_literal_specification,
[sym__integer_type_definition] = sym__integer_type_definition,
[sym_modular_type_definition] = sym_modular_type_definition,
[sym__real_type_definition] = sym__real_type_definition,
[sym_floating_point_definition] = sym_floating_point_definition,
[sym_real_range_specification] = sym_real_range_specification,
[sym__fixed_point_definition] = sym__fixed_point_definition,
[sym_decimal_fixed_point_definition] = sym_decimal_fixed_point_definition,
[sym_ordinary_fixed_point_definition] = sym_ordinary_fixed_point_definition,
[sym_signed_integer_type_definition] = sym_signed_integer_type_definition,
[sym_derived_type_definition] = sym_derived_type_definition,
[sym_interface_type_definition] = sym_interface_type_definition,
[sym__interface_list] = sym__interface_list,
[sym_record_extension_part] = sym_record_extension_part,
[sym_record_type_definition] = sym_record_type_definition,
[sym_record_definition] = sym_record_definition,
[sym_component_list] = sym_component_list,
[sym__component_item] = sym__component_item,
[sym_component_declaration] = sym_component_declaration,
[sym_component_definition] = sym_component_definition,
[sym__array_aggregate] = sym__array_aggregate,
[sym_positional_array_aggregate] = sym_positional_array_aggregate,
[sym_null_array_aggregate] = sym_null_array_aggregate,
[sym_named_array_aggregate] = sym_named_array_aggregate,
[sym__array_component_association_list] = sym__array_component_association_list,
[sym_array_component_association] = sym_array_component_association,
[sym_discrete_choice_list] = sym_discrete_choice_list,
[sym_discrete_choice] = sym_discrete_choice,
[sym_aspect_association] = sym_aspect_association,
[sym__aspect_clause] = sym__aspect_clause,
[sym__aspect_definition] = sym__aspect_definition,
[sym__aspect_mark] = sym__aspect_mark,
[sym_aspect_mark_list] = sym_aspect_mark_list,
[sym_aspect_specification] = sym_aspect_specification,
[sym__assign_value] = sym__assign_value,
[sym_at_clause] = sym_at_clause,
[sym_attribute_definition_clause] = sym_attribute_definition_clause,
[sym_body_stub] = sym_body_stub,
[sym_subprogram_body_stub] = sym_subprogram_body_stub,
[sym_package_body_stub] = sym_package_body_stub,
[sym_task_body] = sym_task_body,
[sym_task_body_stub] = sym_task_body_stub,
[sym__protected_operation_declaration] = sym__protected_operation_declaration,
[sym__protected_element_declaration] = sym__protected_element_declaration,
[sym__protected_operation_item] = sym__protected_operation_item,
[sym_protected_definition] = sym_protected_definition,
[sym_protected_type_declaration] = sym_protected_type_declaration,
[sym_single_protected_declaration] = sym_single_protected_declaration,
[sym_protected_body] = sym_protected_body,
[sym_protected_body_stub] = sym_protected_body_stub,
[sym_choice_parameter_specification] = sym_choice_parameter_specification,
[sym_component_clause] = sym_component_clause,
[sym__declarative_item_pragma] = sym__declarative_item_pragma,
[sym_non_empty_declarative_part] = sym_non_empty_declarative_part,
[sym_entry_declaration] = sym_entry_declaration,
[sym_entry_body] = sym_entry_body,
[sym_entry_barrier] = sym_entry_barrier,
[sym_entry_index_specification] = sym_entry_index_specification,
[sym_enumeration_aggregate] = sym_enumeration_aggregate,
[sym_enumeration_representation_clause] = sym_enumeration_representation_clause,
[sym_exception_choice_list] = sym_exception_choice_list,
[sym_exception_choice] = sym_exception_choice,
[sym_exception_declaration] = sym_exception_declaration,
[sym_exception_handler] = sym_exception_handler,
[aux_sym__exception_handler_list] = aux_sym__exception_handler_list,
[sym_formal_part] = sym_formal_part,
[sym_function_specification] = sym_function_specification,
[sym__generic_declaration] = sym__generic_declaration,
[sym_generic_formal_part] = sym_generic_formal_part,
[sym__generic_formal_parameter_declaration] = sym__generic_formal_parameter_declaration,
[sym_generic_subprogram_declaration] = sym_generic_subprogram_declaration,
[sym_generic_package_declaration] = sym_generic_package_declaration,
[sym_generic_instantiation] = sym_generic_instantiation,
[sym_formal_object_declaration] = sym_formal_object_declaration,
[sym__formal_type_declaration] = sym__formal_type_declaration,
[sym_formal_complete_type_declaration] = sym_formal_complete_type_declaration,
[sym_formal_incomplete_type_declaration] = sym_formal_incomplete_type_declaration,
[sym__formal_type_definition] = sym__formal_type_definition,
[sym_formal_private_type_definition] = sym_formal_private_type_definition,
[sym_formal_derived_type_definition] = sym_formal_derived_type_definition,
[sym_formal_discrete_type_definition] = sym_formal_discrete_type_definition,
[sym_formal_signed_integer_type_definition] = sym_formal_signed_integer_type_definition,
[sym_formal_modular_type_definition] = sym_formal_modular_type_definition,
[sym_formal_floating_point_definition] = sym_formal_floating_point_definition,
[sym_formal_ordinary_fixed_point_definition] = sym_formal_ordinary_fixed_point_definition,
[sym_formal_decimal_fixed_point_definition] = sym_formal_decimal_fixed_point_definition,
[sym_formal_array_type_definition] = sym_formal_array_type_definition,
[sym_formal_access_type_definition] = sym_formal_access_type_definition,
[sym_formal_interface_type_definition] = sym_formal_interface_type_definition,
[sym_formal_subprogram_declaration] = sym_formal_subprogram_declaration,
[sym_formal_concrete_subprogram_declaration] = sym_formal_concrete_subprogram_declaration,
[sym_formal_abstract_subprogram_declaration] = sym_formal_abstract_subprogram_declaration,
[sym_subprogram_default] = sym_subprogram_default,
[sym_formal_package_declaration] = sym_formal_package_declaration,
[sym_global_aspect_definition] = sym_global_aspect_definition,
[sym_global_aspect_element] = sym_global_aspect_element,
[sym_global_mode] = sym_global_mode,
[sym_handled_sequence_of_statements] = sym_handled_sequence_of_statements,
[sym_loop_label] = sym_loop_label,
[sym_label] = sym_label,
[sym_mod_clause] = sym_mod_clause,
[sym_non_empty_mode] = sym_non_empty_mode,
[sym_null_procedure_declaration] = sym_null_procedure_declaration,
[sym_null_statement] = sym_null_statement,
[sym_number_declaration] = sym_number_declaration,
[sym_object_declaration] = sym_object_declaration,
[sym_single_task_declaration] = sym_single_task_declaration,
[sym_task_type_declaration] = sym_task_type_declaration,
[sym_non_empty_entry_body_formal_part] = sym_non_empty_entry_body_formal_part,
[sym__task_item] = sym__task_item,
[sym_task_definition] = sym_task_definition,
[sym_overriding_indicator] = sym_overriding_indicator,
[sym__parameter_and_result_profile] = sym__parameter_and_result_profile,
[sym_parameter_specification] = sym_parameter_specification,
[sym__parameter_specification_list] = sym__parameter_specification_list,
[sym_pragma_g] = sym_pragma_g,
[sym_pragma_argument_association] = sym_pragma_argument_association,
[sym_if_expression] = sym_if_expression,
[sym_elsif_expression_item] = sym_elsif_expression_item,
[sym_procedure_specification] = sym_procedure_specification,
[sym_record_representation_clause] = sym_record_representation_clause,
[sym__renaming_declaration] = sym__renaming_declaration,
[sym_object_renaming_declaration] = sym_object_renaming_declaration,
[sym_exception_renaming_declaration] = sym_exception_renaming_declaration,
[sym_package_renaming_declaration] = sym_package_renaming_declaration,
[sym_subprogram_renaming_declaration] = sym_subprogram_renaming_declaration,
[sym_generic_renaming_declaration] = sym_generic_renaming_declaration,
[sym_result_profile] = sym_result_profile,
[sym__sequence_of_statements] = sym__sequence_of_statements,
[sym__simple_statement] = sym__simple_statement,
[sym__statement] = sym__statement,
[sym__compound_statement] = sym__compound_statement,
[sym__select_statement] = sym__select_statement,
[sym_entry_call_alternative] = sym_entry_call_alternative,
[sym_asynchronous_select] = sym_asynchronous_select,
[sym_triggering_alternative] = sym_triggering_alternative,
[sym_conditional_entry_call] = sym_conditional_entry_call,
[sym_delay_alternative] = sym_delay_alternative,
[sym_timed_entry_call] = sym_timed_entry_call,
[sym_guard] = sym_guard,
[sym_select_alternative] = sym_select_alternative,
[sym_accept_alternative] = sym_accept_alternative,
[sym_terminate_alternative] = sym_terminate_alternative,
[sym_selective_accept] = sym_selective_accept,
[sym_abort_statement] = sym_abort_statement,
[sym_requeue_statement] = sym_requeue_statement,
[sym_accept_statement] = sym_accept_statement,
[sym_case_statement_alternative] = sym_case_statement_alternative,
[sym_case_statement] = sym_case_statement,
[sym_block_statement] = sym_block_statement,
[sym_if_statement] = sym_if_statement,
[sym_elsif_statement_item] = sym_elsif_statement_item,
[sym_exit_statement] = sym_exit_statement,
[sym_goto_statement] = sym_goto_statement,
[sym__delay_statement] = sym__delay_statement,
[sym_delay_until_statement] = sym_delay_until_statement,
[sym_delay_relative_statement] = sym_delay_relative_statement,
[sym_simple_return_statement] = sym_simple_return_statement,
[sym_extended_return_statement] = sym_extended_return_statement,
[sym_extended_return_object_declaration] = sym_extended_return_object_declaration,
[sym__return_subtype_indication] = sym__return_subtype_indication,
[sym_procedure_call_statement] = sym_procedure_call_statement,
[sym_function_call] = sym_function_call,
[sym_raise_statement] = sym_raise_statement,
[sym_loop_statement] = sym_loop_statement,
[sym_iteration_scheme] = sym_iteration_scheme,
[sym_assignment_statement] = sym_assignment_statement,
[sym_subprogram_declaration] = sym_subprogram_declaration,
[sym_expression_function_declaration] = sym_expression_function_declaration,
[sym__subprogram_specification] = sym__subprogram_specification,
[sym_subtype_declaration] = sym_subtype_declaration,
[sym_variant_part] = sym_variant_part,
[sym_variant_list] = sym_variant_list,
[sym_variant] = sym_variant,
[aux_sym_compilation_repeat1] = aux_sym_compilation_repeat1,
[aux_sym__name_list_repeat1] = aux_sym__name_list_repeat1,
[aux_sym__defining_identifier_list_repeat1] = aux_sym__defining_identifier_list_repeat1,
[aux_sym_package_specification_repeat1] = aux_sym_package_specification_repeat1,
[aux_sym_expression_repeat1] = aux_sym_expression_repeat1,
[aux_sym_expression_repeat2] = aux_sym_expression_repeat2,
[aux_sym_expression_repeat3] = aux_sym_expression_repeat3,
[aux_sym_membership_choice_list_repeat1] = aux_sym_membership_choice_list_repeat1,
[aux_sym__simple_expression_repeat1] = aux_sym__simple_expression_repeat1,
[aux_sym_term_repeat1] = aux_sym_term_repeat1,
[aux_sym_actual_parameter_part_repeat1] = aux_sym_actual_parameter_part_repeat1,
[aux_sym_declare_expression_repeat1] = aux_sym_declare_expression_repeat1,
[aux_sym_case_expression_repeat1] = aux_sym_case_expression_repeat1,
[aux_sym_component_choice_list_repeat1] = aux_sym_component_choice_list_repeat1,
[aux_sym_record_component_association_list_repeat1] = aux_sym_record_component_association_list_repeat1,
[aux_sym_record_component_association_list_repeat2] = aux_sym_record_component_association_list_repeat2,
[aux_sym_index_constraint_repeat1] = aux_sym_index_constraint_repeat1,
[aux_sym_discriminant_specification_list_repeat1] = aux_sym_discriminant_specification_list_repeat1,
[aux_sym__discrete_subtype_definition_list_repeat1] = aux_sym__discrete_subtype_definition_list_repeat1,
[aux_sym__index_subtype_definition_list_repeat1] = aux_sym__index_subtype_definition_list_repeat1,
[aux_sym__enumeration_literal_list_repeat1] = aux_sym__enumeration_literal_list_repeat1,
[aux_sym__interface_list_repeat1] = aux_sym__interface_list_repeat1,
[aux_sym_component_list_repeat1] = aux_sym_component_list_repeat1,
[aux_sym_positional_array_aggregate_repeat1] = aux_sym_positional_array_aggregate_repeat1,
[aux_sym__array_component_association_list_repeat1] = aux_sym__array_component_association_list_repeat1,
[aux_sym_discrete_choice_list_repeat1] = aux_sym_discrete_choice_list_repeat1,
[aux_sym_aspect_mark_list_repeat1] = aux_sym_aspect_mark_list_repeat1,
[aux_sym_protected_definition_repeat1] = aux_sym_protected_definition_repeat1,
[aux_sym_protected_definition_repeat2] = aux_sym_protected_definition_repeat2,
[aux_sym_protected_body_repeat1] = aux_sym_protected_body_repeat1,
[aux_sym_non_empty_declarative_part_repeat1] = aux_sym_non_empty_declarative_part_repeat1,
[aux_sym_exception_choice_list_repeat1] = aux_sym_exception_choice_list_repeat1,
[aux_sym_generic_formal_part_repeat1] = aux_sym_generic_formal_part_repeat1,
[aux_sym_global_aspect_definition_repeat1] = aux_sym_global_aspect_definition_repeat1,
[aux_sym_task_definition_repeat1] = aux_sym_task_definition_repeat1,
[aux_sym__parameter_specification_list_repeat1] = aux_sym__parameter_specification_list_repeat1,
[aux_sym_pragma_g_repeat1] = aux_sym_pragma_g_repeat1,
[aux_sym_if_expression_repeat1] = aux_sym_if_expression_repeat1,
[aux_sym_record_representation_clause_repeat1] = aux_sym_record_representation_clause_repeat1,
[aux_sym__sequence_of_statements_repeat1] = aux_sym__sequence_of_statements_repeat1,
[aux_sym__sequence_of_statements_repeat2] = aux_sym__sequence_of_statements_repeat2,
[aux_sym_selective_accept_repeat1] = aux_sym_selective_accept_repeat1,
[aux_sym_case_statement_repeat1] = aux_sym_case_statement_repeat1,
[aux_sym_if_statement_repeat1] = aux_sym_if_statement_repeat1,
[aux_sym_variant_list_repeat1] = aux_sym_variant_list_repeat1,
};
static const TSSymbolMetadata ts_symbol_metadata[] = {
[ts_builtin_sym_end] = {
.visible = false,
.named = true,
},
[sym_identifier] = {
.visible = true,
.named = true,
},
[sym_comment] = {
.visible = true,
.named = true,
},
[sym_string_literal] = {
.visible = true,
.named = true,
},
[sym_character_literal] = {
.visible = true,
.named = true,
},
[sym_numeric_literal] = {
.visible = true,
.named = true,
},
[anon_sym_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_SLASH_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_LT] = {
.visible = true,
.named = false,
},
[anon_sym_LT_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_GT] = {
.visible = true,
.named = false,
},
[anon_sym_GT_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_PLUS] = {
.visible = true,
.named = false,
},
[anon_sym_DASH] = {
.visible = true,
.named = false,
},
[anon_sym_AMP] = {
.visible = true,
.named = false,
},
[anon_sym_STAR] = {
.visible = true,
.named = false,
},
[anon_sym_SLASH] = {
.visible = true,
.named = false,
},
[anon_sym_mod] = {
.visible = true,
.named = false,
},
[anon_sym_rem] = {
.visible = true,
.named = false,
},
[sym_tick] = {
.visible = true,
.named = true,
},
[anon_sym_DOT] = {
.visible = true,
.named = false,
},
[sym_target_name] = {
.visible = true,
.named = true,
},
[anon_sym_COMMA] = {
.visible = true,
.named = false,
},
[anon_sym_LPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_RPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_LBRACK] = {
.visible = true,
.named = false,
},
[aux_sym_value_sequence_token1] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACK] = {
.visible = true,
.named = false,
},
[aux_sym_chunk_specification_token1] = {
.visible = true,
.named = false,
},
[aux_sym_iterated_element_association_token1] = {
.visible = true,
.named = false,
},
[aux_sym_iterated_element_association_token2] = {
.visible = true,
.named = false,
},
[anon_sym_EQ_GT] = {
.visible = true,
.named = false,
},
[aux_sym_loop_parameter_specification_token1] = {
.visible = true,
.named = false,
},
[aux_sym_iterator_filter_token1] = {
.visible = true,
.named = false,
},
[anon_sym_COLON] = {
.visible = true,
.named = false,
},
[aux_sym_iterator_specification_token1] = {
.visible = true,
.named = false,
},
[aux_sym_attribute_designator_token1] = {
.visible = true,
.named = false,
},
[aux_sym_attribute_designator_token2] = {
.visible = true,
.named = false,
},
[aux_sym_attribute_designator_token3] = {
.visible = true,
.named = false,
},
[aux_sym_attribute_designator_token4] = {
.visible = true,
.named = false,
},
[aux_sym_compilation_unit_token1] = {
.visible = true,
.named = false,
},
[anon_sym_SEMI] = {
.visible = true,
.named = false,
},
[aux_sym_package_specification_token1] = {
.visible = true,
.named = false,
},
[aux_sym_package_specification_token2] = {
.visible = true,
.named = false,
},
[aux_sym_package_specification_token3] = {
.visible = true,
.named = false,
},
[aux_sym_with_clause_token1] = {
.visible = true,
.named = false,
},
[aux_sym_with_clause_token2] = {
.visible = true,
.named = false,
},
[aux_sym_use_clause_token1] = {
.visible = true,
.named = false,
},
[aux_sym_use_clause_token2] = {
.visible = true,
.named = false,
},
[aux_sym_subunit_token1] = {
.visible = true,
.named = false,
},
[aux_sym_subprogram_body_token1] = {
.visible = true,
.named = false,
},
[aux_sym_package_body_token1] = {
.visible = true,
.named = false,
},
[anon_sym_DOT_DOT] = {
.visible = true,
.named = false,
},
[aux_sym_range_attribute_designator_token1] = {
.visible = true,
.named = false,
},
[aux_sym_expression_token1] = {
.visible = true,
.named = false,
},
[aux_sym_expression_token2] = {
.visible = true,
.named = false,
},
[aux_sym_expression_token3] = {
.visible = true,
.named = false,
},
[aux_sym_expression_token4] = {
.visible = true,
.named = false,
},
[aux_sym_expression_token5] = {
.visible = true,
.named = false,
},
[aux_sym_relation_membership_token1] = {
.visible = true,
.named = false,
},
[aux_sym_raise_expression_token1] = {
.visible = true,
.named = false,
},
[anon_sym_PIPE] = {
.visible = true,
.named = false,
},
[anon_sym_STAR_STAR] = {
.visible = true,
.named = false,
},
[aux_sym_factor_abs_token1] = {
.visible = true,
.named = false,
},
[aux_sym_primary_null_token1] = {
.visible = true,
.named = false,
},
[aux_sym_allocator_token1] = {
.visible = true,
.named = false,
},
[aux_sym_access_to_subprogram_definition_token1] = {
.visible = true,
.named = false,
},
[aux_sym_access_to_subprogram_definition_token2] = {
.visible = true,
.named = false,
},
[aux_sym_access_to_subprogram_definition_token3] = {
.visible = true,
.named = false,
},
[aux_sym_general_access_modifier_token1] = {
.visible = true,
.named = false,
},
[anon_sym_LT_GT] = {
.visible = true,
.named = false,
},
[aux_sym_declare_expression_token1] = {
.visible = true,
.named = false,
},
[aux_sym_quantifier_token1] = {
.visible = true,
.named = false,
},
[aux_sym_case_expression_token1] = {
.visible = true,
.named = false,
},
[aux_sym_component_choice_list_token1] = {
.visible = true,
.named = false,
},
[aux_sym_record_component_association_list_token1] = {
.visible = true,
.named = false,
},
[aux_sym_private_type_declaration_token1] = {
.visible = true,
.named = false,
},
[aux_sym_private_type_declaration_token2] = {
.visible = true,
.named = false,
},
[aux_sym_private_extension_declaration_token1] = {
.visible = true,
.named = false,
},
[aux_sym_array_type_definition_token1] = {
.visible = true,
.named = false,
},
[aux_sym_interface_type_definition_token1] = {
.visible = true,
.named = false,
},
[aux_sym_interface_type_definition_token2] = {
.visible = true,
.named = false,
},
[aux_sym_component_list_token1] = {
.visible = true,
.named = false,
},
[aux_sym_component_definition_token1] = {
.visible = true,
.named = false,
},
[aux_sym__aspect_mark_token1] = {
.visible = true,
.named = false,
},
[anon_sym_COLON_EQ] = {
.visible = true,
.named = false,
},
[aux_sym_at_clause_token1] = {
.visible = true,
.named = false,
},
[aux_sym_entry_declaration_token1] = {
.visible = true,
.named = false,
},
[aux_sym_exception_declaration_token1] = {
.visible = true,
.named = false,
},
[aux_sym_generic_formal_part_token1] = {
.visible = true,
.named = false,
},
[anon_sym_null] = {
.visible = true,
.named = false,
},
[anon_sym_all] = {
.visible = true,
.named = false,
},
[aux_sym_global_mode_token1] = {
.visible = true,
.named = false,
},
[anon_sym_LT_LT] = {
.visible = true,
.named = false,
},
[anon_sym_GT_GT] = {
.visible = true,
.named = false,
},
[aux_sym_non_empty_mode_token1] = {
.visible = true,
.named = false,
},
[aux_sym_pragma_g_token1] = {
.visible = true,
.named = false,
},
[aux_sym_if_expression_token1] = {
.visible = true,
.named = false,
},
[aux_sym_elsif_expression_item_token1] = {
.visible = true,
.named = false,
},
[aux_sym_object_renaming_declaration_token1] = {
.visible = true,
.named = false,
},
[aux_sym_result_profile_token1] = {
.visible = true,
.named = false,
},
[aux_sym_asynchronous_select_token1] = {
.visible = true,
.named = false,
},
[aux_sym_asynchronous_select_token2] = {
.visible = true,
.named = false,
},
[aux_sym_terminate_alternative_token1] = {
.visible = true,
.named = false,
},
[aux_sym_requeue_statement_token1] = {
.visible = true,
.named = false,
},
[aux_sym_accept_statement_token1] = {
.visible = true,
.named = false,
},
[aux_sym_accept_statement_token2] = {
.visible = true,
.named = false,
},
[aux_sym_exit_statement_token1] = {
.visible = true,
.named = false,
},
[aux_sym_goto_statement_token1] = {
.visible = true,
.named = false,
},
[aux_sym_delay_until_statement_token1] = {
.visible = true,
.named = false,
},
[aux_sym_delay_until_statement_token2] = {
.visible = true,
.named = false,
},
[aux_sym_loop_statement_token1] = {
.visible = true,
.named = false,
},
[aux_sym_iteration_scheme_token1] = {
.visible = true,
.named = false,
},
[aux_sym_subtype_declaration_token1] = {
.visible = true,
.named = false,
},
[sym_compilation] = {
.visible = true,
.named = true,
},
[sym_relational_operator] = {
.visible = true,
.named = true,
},
[sym_binary_adding_operator] = {
.visible = true,
.named = true,
},
[sym_unary_adding_operator] = {
.visible = true,
.named = true,
},
[sym_multiplying_operator] = {
.visible = true,
.named = true,
},
[sym__name] = {
.visible = false,
.named = true,
},
[sym_selected_component] = {
.visible = true,
.named = true,
},
[sym__name_list] = {
.visible = false,
.named = true,
},
[sym__defining_identifier_list] = {
.visible = false,
.named = true,
},
[sym_slice] = {
.visible = true,
.named = true,
},
[sym__attribute_reference] = {
.visible = false,
.named = true,
},
[sym__reduction_attribute_reference] = {
.visible = false,
.named = true,
},
[sym_reduction_attribute_designator] = {
.visible = true,
.named = true,
},
[sym_reduction_specification] = {
.visible = true,
.named = true,
},
[sym_value_sequence] = {
.visible = true,
.named = true,
},
[sym_chunk_specification] = {
.visible = true,
.named = true,
},
[sym_iterated_element_association] = {
.visible = true,
.named = true,
},
[sym__discrete_subtype_definition] = {
.visible = false,
.named = true,
},
[sym_loop_parameter_specification] = {
.visible = true,
.named = true,
},
[sym__loop_parameter_subtype_indication] = {
.visible = false,
.named = true,
},
[sym_iterator_filter] = {
.visible = true,
.named = true,
},
[sym_iterator_specification] = {
.visible = true,
.named = true,
},
[sym_attribute_designator] = {
.visible = true,
.named = true,
},
[sym_qualified_expression] = {
.visible = true,
.named = true,
},
[sym_compilation_unit] = {
.visible = true,
.named = true,
},
[sym__declarative_item] = {
.visible = false,
.named = true,
},
[sym__basic_declarative_item] = {
.visible = false,
.named = true,
},
[sym__basic_declaration] = {
.visible = false,
.named = true,
},
[sym__package_declaration] = {
.visible = false,
.named = true,
},
[sym_package_specification] = {
.visible = true,
.named = true,
},
[sym_with_clause] = {
.visible = true,
.named = true,
},
[sym_use_clause] = {
.visible = true,
.named = true,
},
[sym_subunit] = {
.visible = true,
.named = true,
},
[sym__proper_body] = {
.visible = false,
.named = true,
},
[sym_subprogram_body] = {
.visible = true,
.named = true,
},
[sym_package_body] = {
.visible = true,
.named = true,
},
[sym__subtype_indication] = {
.visible = false,
.named = true,
},
[sym__constraint] = {
.visible = false,
.named = true,
},
[sym__scalar_constraint] = {
.visible = false,
.named = true,
},
[sym_range_g] = {
.visible = true,
.named = true,
},
[sym_range_attribute_designator] = {
.visible = true,
.named = true,
},
[sym_range_constraint] = {
.visible = true,
.named = true,
},
[sym_expression] = {
.visible = true,
.named = true,
},
[sym__relation] = {
.visible = false,
.named = true,
},
[sym_relation_membership] = {
.visible = true,
.named = true,
},
[sym_raise_expression] = {
.visible = true,
.named = true,
},
[sym_membership_choice_list] = {
.visible = true,
.named = true,
},
[sym__membership_choice] = {
.visible = false,
.named = true,
},
[sym__simple_expression] = {
.visible = false,
.named = true,
},
[sym_term] = {
.visible = true,
.named = true,
},
[sym__factor] = {
.visible = false,
.named = true,
},
[sym_factor_power] = {
.visible = true,
.named = true,
},
[sym_factor_abs] = {
.visible = true,
.named = true,
},
[sym_factor_not] = {
.visible = true,
.named = true,
},
[sym__parenthesized_expression] = {
.visible = false,
.named = true,
},
[sym__primary] = {
.visible = false,
.named = true,
},
[sym_primary_null] = {
.visible = true,
.named = true,
},
[sym_allocator] = {
.visible = true,
.named = true,
},
[sym__subtype_indication_paren_constraint] = {
.visible = false,
.named = true,
},
[sym_subpool_specification] = {
.visible = true,
.named = true,
},
[sym__access_type_definition] = {
.visible = false,
.named = true,
},
[sym_access_to_subprogram_definition] = {
.visible = true,
.named = true,
},
[sym_access_to_object_definition] = {
.visible = true,
.named = true,
},
[sym_general_access_modifier] = {
.visible = true,
.named = true,
},
[sym_access_definition] = {
.visible = true,
.named = true,
},
[sym_actual_parameter_part] = {
.visible = true,
.named = true,
},
[sym_parameter_association] = {
.visible = true,
.named = true,
},
[sym__conditional_expression] = {
.visible = false,
.named = true,
},
[sym__conditional_quantified_expression] = {
.visible = false,
.named = true,
},
[sym_quantified_expression] = {
.visible = true,
.named = true,
},
[sym_declare_expression] = {
.visible = true,
.named = true,
},
[sym__declare_item] = {
.visible = false,
.named = true,
},
[sym_quantifier] = {
.visible = true,
.named = true,
},
[sym_case_expression] = {
.visible = true,
.named = true,
},
[sym_case_expression_alternative] = {
.visible = true,
.named = true,
},
[sym_component_choice_list] = {
.visible = true,
.named = true,
},
[sym__aggregate] = {
.visible = false,
.named = true,
},
[sym__delta_aggregate] = {
.visible = false,
.named = true,
},
[sym_extension_aggregate] = {
.visible = true,
.named = true,
},
[sym_record_delta_aggregate] = {
.visible = true,
.named = true,
},
[sym_array_delta_aggregate] = {
.visible = true,
.named = true,
},
[sym_record_aggregate] = {
.visible = true,
.named = true,
},
[sym_record_component_association_list] = {
.visible = true,
.named = true,
},
[sym__record_component_association_list_or_expression] = {
.visible = false,
.named = true,
},
[sym__named_record_component_association] = {
.visible = false,
.named = true,
},
[sym_null_exclusion] = {
.visible = true,
.named = true,
},
[sym_index_constraint] = {
.visible = true,
.named = true,
},
[sym_digits_constraint] = {
.visible = true,
.named = true,
},
[sym_delta_constraint] = {
.visible = true,
.named = true,
},
[sym__basic_declarative_item_pragma] = {
.visible = false,
.named = true,
},
[sym__type_declaration] = {
.visible = false,
.named = true,
},
[sym_full_type_declaration] = {
.visible = true,
.named = true,
},
[sym_private_type_declaration] = {
.visible = true,
.named = true,
},
[sym_private_extension_declaration] = {
.visible = true,
.named = true,
},
[sym__discriminant_part] = {
.visible = false,
.named = true,
},
[sym_unknown_discriminant_part] = {
.visible = true,
.named = true,
},
[sym_known_discriminant_part] = {
.visible = true,
.named = true,
},
[sym_incomplete_type_declaration] = {
.visible = true,
.named = true,
},
[sym_discriminant_specification_list] = {
.visible = true,
.named = true,
},
[sym_discriminant_specification] = {
.visible = true,
.named = true,
},
[sym__type_definition] = {
.visible = false,
.named = true,
},
[sym_array_type_definition] = {
.visible = true,
.named = true,
},
[sym__discrete_subtype_definition_list] = {
.visible = false,
.named = true,
},
[sym__discrete_range] = {
.visible = false,
.named = true,
},
[sym__index_subtype_definition_list] = {
.visible = false,
.named = true,
},
[sym_index_subtype_definition] = {
.visible = true,
.named = true,
},
[sym_enumeration_type_definition] = {
.visible = true,
.named = true,
},
[sym__enumeration_literal_list] = {
.visible = false,
.named = true,
},
[sym__enumeration_literal_specification] = {
.visible = false,
.named = true,
},
[sym__integer_type_definition] = {
.visible = false,
.named = true,
},
[sym_modular_type_definition] = {
.visible = true,
.named = true,
},
[sym__real_type_definition] = {
.visible = false,
.named = true,
},
[sym_floating_point_definition] = {
.visible = true,
.named = true,
},
[sym_real_range_specification] = {
.visible = true,
.named = true,
},
[sym__fixed_point_definition] = {
.visible = false,
.named = true,
},
[sym_decimal_fixed_point_definition] = {
.visible = true,
.named = true,
},
[sym_ordinary_fixed_point_definition] = {
.visible = true,
.named = true,
},
[sym_signed_integer_type_definition] = {
.visible = true,
.named = true,
},
[sym_derived_type_definition] = {
.visible = true,
.named = true,
},
[sym_interface_type_definition] = {
.visible = true,
.named = true,
},
[sym__interface_list] = {
.visible = false,
.named = true,
},
[sym_record_extension_part] = {
.visible = true,
.named = true,
},
[sym_record_type_definition] = {
.visible = true,
.named = true,
},
[sym_record_definition] = {
.visible = true,
.named = true,
},
[sym_component_list] = {
.visible = true,
.named = true,
},
[sym__component_item] = {
.visible = false,
.named = true,
},
[sym_component_declaration] = {
.visible = true,
.named = true,
},
[sym_component_definition] = {
.visible = true,
.named = true,
},
[sym__array_aggregate] = {
.visible = false,
.named = true,
},
[sym_positional_array_aggregate] = {
.visible = true,
.named = true,
},
[sym_null_array_aggregate] = {
.visible = true,
.named = true,
},
[sym_named_array_aggregate] = {
.visible = true,
.named = true,
},
[sym__array_component_association_list] = {
.visible = false,
.named = true,
},
[sym_array_component_association] = {
.visible = true,
.named = true,
},
[sym_discrete_choice_list] = {
.visible = true,
.named = true,
},
[sym_discrete_choice] = {
.visible = true,
.named = true,
},
[sym_aspect_association] = {
.visible = true,
.named = true,
},
[sym__aspect_clause] = {
.visible = false,
.named = true,
},
[sym__aspect_definition] = {
.visible = false,
.named = true,
},
[sym__aspect_mark] = {
.visible = false,
.named = true,
},
[sym_aspect_mark_list] = {
.visible = true,
.named = true,
},
[sym_aspect_specification] = {
.visible = true,
.named = true,
},
[sym__assign_value] = {
.visible = false,
.named = true,
},
[sym_at_clause] = {
.visible = true,
.named = true,
},
[sym_attribute_definition_clause] = {
.visible = true,
.named = true,
},
[sym_body_stub] = {
.visible = true,
.named = true,
},
[sym_subprogram_body_stub] = {
.visible = true,
.named = true,
},
[sym_package_body_stub] = {
.visible = true,
.named = true,
},
[sym_task_body] = {
.visible = true,
.named = true,
},
[sym_task_body_stub] = {
.visible = true,
.named = true,
},
[sym__protected_operation_declaration] = {
.visible = false,
.named = true,
},
[sym__protected_element_declaration] = {
.visible = false,
.named = true,
},
[sym__protected_operation_item] = {
.visible = false,
.named = true,
},
[sym_protected_definition] = {
.visible = true,
.named = true,
},
[sym_protected_type_declaration] = {
.visible = true,
.named = true,
},
[sym_single_protected_declaration] = {
.visible = true,
.named = true,
},
[sym_protected_body] = {
.visible = true,
.named = true,
},
[sym_protected_body_stub] = {
.visible = true,
.named = true,
},
[sym_choice_parameter_specification] = {
.visible = true,
.named = true,
},
[sym_component_clause] = {
.visible = true,
.named = true,
},
[sym__declarative_item_pragma] = {
.visible = false,
.named = true,
},
[sym_non_empty_declarative_part] = {
.visible = true,
.named = true,
},
[sym_entry_declaration] = {
.visible = true,
.named = true,
},
[sym_entry_body] = {
.visible = true,
.named = true,
},
[sym_entry_barrier] = {
.visible = true,
.named = true,
},
[sym_entry_index_specification] = {
.visible = true,
.named = true,
},
[sym_enumeration_aggregate] = {
.visible = true,
.named = true,
},
[sym_enumeration_representation_clause] = {
.visible = true,
.named = true,
},
[sym_exception_choice_list] = {
.visible = true,
.named = true,
},
[sym_exception_choice] = {
.visible = true,
.named = true,
},
[sym_exception_declaration] = {
.visible = true,
.named = true,
},
[sym_exception_handler] = {
.visible = true,
.named = true,
},
[aux_sym__exception_handler_list] = {
.visible = false,
.named = false,
},
[sym_formal_part] = {
.visible = true,
.named = true,
},
[sym_function_specification] = {
.visible = true,
.named = true,
},
[sym__generic_declaration] = {
.visible = false,
.named = true,
},
[sym_generic_formal_part] = {
.visible = true,
.named = true,
},
[sym__generic_formal_parameter_declaration] = {
.visible = false,
.named = true,
},
[sym_generic_subprogram_declaration] = {
.visible = true,
.named = true,
},
[sym_generic_package_declaration] = {
.visible = true,
.named = true,
},
[sym_generic_instantiation] = {
.visible = true,
.named = true,
},
[sym_formal_object_declaration] = {
.visible = true,
.named = true,
},
[sym__formal_type_declaration] = {
.visible = false,
.named = true,
},
[sym_formal_complete_type_declaration] = {
.visible = true,
.named = true,
},
[sym_formal_incomplete_type_declaration] = {
.visible = true,
.named = true,
},
[sym__formal_type_definition] = {
.visible = false,
.named = true,
},
[sym_formal_private_type_definition] = {
.visible = true,
.named = true,
},
[sym_formal_derived_type_definition] = {
.visible = true,
.named = true,
},
[sym_formal_discrete_type_definition] = {
.visible = true,
.named = true,
},
[sym_formal_signed_integer_type_definition] = {
.visible = true,
.named = true,
},
[sym_formal_modular_type_definition] = {
.visible = true,
.named = true,
},
[sym_formal_floating_point_definition] = {
.visible = true,
.named = true,
},
[sym_formal_ordinary_fixed_point_definition] = {
.visible = true,
.named = true,
},
[sym_formal_decimal_fixed_point_definition] = {
.visible = true,
.named = true,
},
[sym_formal_array_type_definition] = {
.visible = true,
.named = true,
},
[sym_formal_access_type_definition] = {
.visible = true,
.named = true,
},
[sym_formal_interface_type_definition] = {
.visible = true,
.named = true,
},
[sym_formal_subprogram_declaration] = {
.visible = true,
.named = true,
},
[sym_formal_concrete_subprogram_declaration] = {
.visible = true,
.named = true,
},
[sym_formal_abstract_subprogram_declaration] = {
.visible = true,
.named = true,
},
[sym_subprogram_default] = {
.visible = true,
.named = true,
},
[sym_formal_package_declaration] = {
.visible = true,
.named = true,
},
[sym_global_aspect_definition] = {
.visible = true,
.named = true,
},
[sym_global_aspect_element] = {
.visible = true,
.named = true,
},
[sym_global_mode] = {
.visible = true,
.named = true,
},
[sym_handled_sequence_of_statements] = {
.visible = true,
.named = true,
},
[sym_loop_label] = {
.visible = true,
.named = true,
},
[sym_label] = {
.visible = true,
.named = true,
},
[sym_mod_clause] = {
.visible = true,
.named = true,
},
[sym_non_empty_mode] = {
.visible = true,
.named = true,
},
[sym_null_procedure_declaration] = {
.visible = true,
.named = true,
},
[sym_null_statement] = {
.visible = true,
.named = true,
},
[sym_number_declaration] = {
.visible = true,
.named = true,
},
[sym_object_declaration] = {
.visible = true,
.named = true,
},
[sym_single_task_declaration] = {
.visible = true,
.named = true,
},
[sym_task_type_declaration] = {
.visible = true,
.named = true,
},
[sym_non_empty_entry_body_formal_part] = {
.visible = true,
.named = true,
},
[sym__task_item] = {
.visible = false,
.named = true,
},
[sym_task_definition] = {
.visible = true,
.named = true,
},
[sym_overriding_indicator] = {
.visible = true,
.named = true,
},
[sym__parameter_and_result_profile] = {
.visible = false,
.named = true,
},
[sym_parameter_specification] = {
.visible = true,
.named = true,
},
[sym__parameter_specification_list] = {
.visible = false,
.named = true,
},
[sym_pragma_g] = {
.visible = true,
.named = true,
},
[sym_pragma_argument_association] = {
.visible = true,
.named = true,
},
[sym_if_expression] = {
.visible = true,
.named = true,
},
[sym_elsif_expression_item] = {
.visible = true,
.named = true,
},
[sym_procedure_specification] = {
.visible = true,
.named = true,
},
[sym_record_representation_clause] = {
.visible = true,
.named = true,
},
[sym__renaming_declaration] = {
.visible = false,
.named = true,
},
[sym_object_renaming_declaration] = {
.visible = true,
.named = true,
},
[sym_exception_renaming_declaration] = {
.visible = true,
.named = true,
},
[sym_package_renaming_declaration] = {
.visible = true,
.named = true,
},
[sym_subprogram_renaming_declaration] = {
.visible = true,
.named = true,
},
[sym_generic_renaming_declaration] = {
.visible = true,
.named = true,
},
[sym_result_profile] = {
.visible = true,
.named = true,
},
[sym__sequence_of_statements] = {
.visible = false,
.named = true,
},
[sym__simple_statement] = {
.visible = false,
.named = true,
},
[sym__statement] = {
.visible = false,
.named = true,
},
[sym__compound_statement] = {
.visible = false,
.named = true,
},
[sym__select_statement] = {
.visible = false,
.named = true,
},
[sym_entry_call_alternative] = {
.visible = true,
.named = true,
},
[sym_asynchronous_select] = {
.visible = true,
.named = true,
},
[sym_triggering_alternative] = {
.visible = true,
.named = true,
},
[sym_conditional_entry_call] = {
.visible = true,
.named = true,
},
[sym_delay_alternative] = {
.visible = true,
.named = true,
},
[sym_timed_entry_call] = {
.visible = true,
.named = true,
},
[sym_guard] = {
.visible = true,
.named = true,
},
[sym_select_alternative] = {
.visible = true,
.named = true,
},
[sym_accept_alternative] = {
.visible = true,
.named = true,
},
[sym_terminate_alternative] = {
.visible = true,
.named = true,
},
[sym_selective_accept] = {
.visible = true,
.named = true,
},
[sym_abort_statement] = {
.visible = true,
.named = true,
},
[sym_requeue_statement] = {
.visible = true,
.named = true,
},
[sym_accept_statement] = {
.visible = true,
.named = true,
},
[sym_case_statement_alternative] = {
.visible = true,
.named = true,
},
[sym_case_statement] = {
.visible = true,
.named = true,
},
[sym_block_statement] = {
.visible = true,
.named = true,
},
[sym_if_statement] = {
.visible = true,
.named = true,
},
[sym_elsif_statement_item] = {
.visible = true,
.named = true,
},
[sym_exit_statement] = {
.visible = true,
.named = true,
},
[sym_goto_statement] = {
.visible = true,
.named = true,
},
[sym__delay_statement] = {
.visible = false,
.named = true,
},
[sym_delay_until_statement] = {
.visible = true,
.named = true,
},
[sym_delay_relative_statement] = {
.visible = true,
.named = true,
},
[sym_simple_return_statement] = {
.visible = true,
.named = true,
},
[sym_extended_return_statement] = {
.visible = true,
.named = true,
},
[sym_extended_return_object_declaration] = {
.visible = true,
.named = true,
},
[sym__return_subtype_indication] = {
.visible = false,
.named = true,
},
[sym_procedure_call_statement] = {
.visible = true,
.named = true,
},
[sym_function_call] = {
.visible = true,
.named = true,
},
[sym_raise_statement] = {
.visible = true,
.named = true,
},
[sym_loop_statement] = {
.visible = true,
.named = true,
},
[sym_iteration_scheme] = {
.visible = true,
.named = true,
},
[sym_assignment_statement] = {
.visible = true,
.named = true,
},
[sym_subprogram_declaration] = {
.visible = true,
.named = true,
},
[sym_expression_function_declaration] = {
.visible = true,
.named = true,
},
[sym__subprogram_specification] = {
.visible = false,
.named = true,
},
[sym_subtype_declaration] = {
.visible = true,
.named = true,
},
[sym_variant_part] = {
.visible = true,
.named = true,
},
[sym_variant_list] = {
.visible = true,
.named = true,
},
[sym_variant] = {
.visible = true,
.named = true,
},
[aux_sym_compilation_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__name_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__defining_identifier_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_package_specification_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_expression_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_expression_repeat2] = {
.visible = false,
.named = false,
},
[aux_sym_expression_repeat3] = {
.visible = false,
.named = false,
},
[aux_sym_membership_choice_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__simple_expression_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_term_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_actual_parameter_part_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_declare_expression_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_case_expression_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_component_choice_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_record_component_association_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_record_component_association_list_repeat2] = {
.visible = false,
.named = false,
},
[aux_sym_index_constraint_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_discriminant_specification_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__discrete_subtype_definition_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__index_subtype_definition_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__enumeration_literal_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__interface_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_component_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_positional_array_aggregate_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__array_component_association_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_discrete_choice_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_aspect_mark_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_protected_definition_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_protected_definition_repeat2] = {
.visible = false,
.named = false,
},
[aux_sym_protected_body_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_non_empty_declarative_part_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_exception_choice_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_generic_formal_part_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_global_aspect_definition_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_task_definition_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__parameter_specification_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_pragma_g_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_if_expression_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_record_representation_clause_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__sequence_of_statements_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__sequence_of_statements_repeat2] = {
.visible = false,
.named = false,
},
[aux_sym_selective_accept_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_case_statement_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_if_statement_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_variant_list_repeat1] = {
.visible = false,
.named = false,
},
};
enum {
field_abortable_part = 1,
field_callable_entity_name = 2,
field_condition = 3,
field_default_name = 4,
field_default_subtype_mark = 5,
field_defining_program_unit_name = 6,
field_else_statements = 7,
field_end_local_name = 8,
field_endname = 9,
field_entry_direct_name = 10,
field_entry_identifier = 11,
field_entry_index = 12,
field_exception_name = 13,
field_first_bit = 14,
field_generic_function_name = 15,
field_generic_name = 16,
field_generic_package_name = 17,
field_generic_procedure_name = 18,
field_global_set = 19,
field_is_abstract = 20,
field_is_all = 21,
field_is_limited = 22,
field_is_parallel = 23,
field_is_private = 24,
field_is_type = 25,
field_iterator_name = 26,
field_label_name = 27,
field_last_bit = 28,
field_left = 29,
field_local_name = 30,
field_loop_name = 31,
field_name = 32,
field_object_name = 33,
field_package_name = 34,
field_parameter_profile = 35,
field_parent_unit_name = 36,
field_position = 37,
field_predicate = 38,
field_prefix = 39,
field_range_attribute_reference = 40,
field_right = 41,
field_selector_name = 42,
field_statement_identifier = 43,
field_statements = 44,
field_subpool_handle_name = 45,
field_subtype_mark = 46,
field_subtype_name = 47,
field_variable_name = 48,
};
static const char * const ts_field_names[] = {
[0] = NULL,
[field_abortable_part] = "abortable_part",
[field_callable_entity_name] = "callable_entity_name",
[field_condition] = "condition",
[field_default_name] = "default_name",
[field_default_subtype_mark] = "default_subtype_mark",
[field_defining_program_unit_name] = "defining_program_unit_name",
[field_else_statements] = "else_statements",
[field_end_local_name] = "end_local_name",
[field_endname] = "endname",
[field_entry_direct_name] = "entry_direct_name",
[field_entry_identifier] = "entry_identifier",
[field_entry_index] = "entry_index",
[field_exception_name] = "exception_name",
[field_first_bit] = "first_bit",
[field_generic_function_name] = "generic_function_name",
[field_generic_name] = "generic_name",
[field_generic_package_name] = "generic_package_name",
[field_generic_procedure_name] = "generic_procedure_name",
[field_global_set] = "global_set",
[field_is_abstract] = "is_abstract",
[field_is_all] = "is_all",
[field_is_limited] = "is_limited",
[field_is_parallel] = "is_parallel",
[field_is_private] = "is_private",
[field_is_type] = "is_type",
[field_iterator_name] = "iterator_name",
[field_label_name] = "label_name",
[field_last_bit] = "last_bit",
[field_left] = "left",
[field_local_name] = "local_name",
[field_loop_name] = "loop_name",
[field_name] = "name",
[field_object_name] = "object_name",
[field_package_name] = "package_name",
[field_parameter_profile] = "parameter_profile",
[field_parent_unit_name] = "parent_unit_name",
[field_position] = "position",
[field_predicate] = "predicate",
[field_prefix] = "prefix",
[field_range_attribute_reference] = "range_attribute_reference",
[field_right] = "right",
[field_selector_name] = "selector_name",
[field_statement_identifier] = "statement_identifier",
[field_statements] = "statements",
[field_subpool_handle_name] = "subpool_handle_name",
[field_subtype_mark] = "subtype_mark",
[field_subtype_name] = "subtype_name",
[field_variable_name] = "variable_name",
};
static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = {
[1] = {.index = 0, .length = 1},
[2] = {.index = 1, .length = 1},
[3] = {.index = 2, .length = 1},
[4] = {.index = 3, .length = 1},
[5] = {.index = 4, .length = 1},
[6] = {.index = 5, .length = 1},
[7] = {.index = 6, .length = 1},
[8] = {.index = 7, .length = 1},
[9] = {.index = 8, .length = 1},
[10] = {.index = 9, .length = 2},
[11] = {.index = 11, .length = 1},
[12] = {.index = 12, .length = 1},
[13] = {.index = 13, .length = 1},
[14] = {.index = 14, .length = 1},
[15] = {.index = 15, .length = 1},
[16] = {.index = 16, .length = 2},
[17] = {.index = 18, .length = 1},
[18] = {.index = 19, .length = 1},
[19] = {.index = 20, .length = 1},
[20] = {.index = 21, .length = 1},
[21] = {.index = 22, .length = 1},
[22] = {.index = 23, .length = 1},
[23] = {.index = 24, .length = 1},
[24] = {.index = 25, .length = 1},
[25] = {.index = 26, .length = 1},
[26] = {.index = 27, .length = 4},
[27] = {.index = 31, .length = 1},
[28] = {.index = 32, .length = 2},
[29] = {.index = 34, .length = 1},
[30] = {.index = 35, .length = 1},
[31] = {.index = 36, .length = 2},
[32] = {.index = 38, .length = 2},
[33] = {.index = 40, .length = 1},
[34] = {.index = 41, .length = 1},
[35] = {.index = 42, .length = 1},
[36] = {.index = 43, .length = 1},
[37] = {.index = 44, .length = 1},
[38] = {.index = 45, .length = 2},
[39] = {.index = 47, .length = 2},
[40] = {.index = 49, .length = 2},
[41] = {.index = 51, .length = 2},
[42] = {.index = 53, .length = 1},
[43] = {.index = 54, .length = 1},
[44] = {.index = 55, .length = 1},
[45] = {.index = 56, .length = 3},
[46] = {.index = 59, .length = 1},
[47] = {.index = 60, .length = 1},
[48] = {.index = 61, .length = 2},
[49] = {.index = 63, .length = 2},
[50] = {.index = 65, .length = 1},
[51] = {.index = 66, .length = 2},
[52] = {.index = 68, .length = 1},
[53] = {.index = 69, .length = 2},
[54] = {.index = 71, .length = 1},
[55] = {.index = 72, .length = 1},
[56] = {.index = 73, .length = 2},
[57] = {.index = 75, .length = 1},
[58] = {.index = 76, .length = 1},
[59] = {.index = 77, .length = 2},
[60] = {.index = 79, .length = 1},
[61] = {.index = 80, .length = 2},
[62] = {.index = 82, .length = 2},
[63] = {.index = 84, .length = 1},
[64] = {.index = 85, .length = 2},
[65] = {.index = 87, .length = 2},
[66] = {.index = 89, .length = 2},
[67] = {.index = 91, .length = 2},
[68] = {.index = 93, .length = 1},
[69] = {.index = 94, .length = 2},
[70] = {.index = 96, .length = 2},
[71] = {.index = 98, .length = 2},
[72] = {.index = 100, .length = 1},
[73] = {.index = 101, .length = 2},
[74] = {.index = 103, .length = 2},
[75] = {.index = 105, .length = 2},
[76] = {.index = 107, .length = 2},
[77] = {.index = 109, .length = 1},
[78] = {.index = 110, .length = 2},
[79] = {.index = 112, .length = 1},
[80] = {.index = 113, .length = 2},
[81] = {.index = 115, .length = 1},
[82] = {.index = 116, .length = 2},
[83] = {.index = 118, .length = 2},
[84] = {.index = 120, .length = 3},
[85] = {.index = 123, .length = 2},
[86] = {.index = 125, .length = 1},
[87] = {.index = 126, .length = 2},
[88] = {.index = 128, .length = 1},
[89] = {.index = 129, .length = 1},
[90] = {.index = 130, .length = 2},
[91] = {.index = 132, .length = 2},
[92] = {.index = 134, .length = 2},
[93] = {.index = 136, .length = 1},
[94] = {.index = 137, .length = 1},
[95] = {.index = 138, .length = 1},
[96] = {.index = 139, .length = 1},
[97] = {.index = 140, .length = 1},
[98] = {.index = 141, .length = 3},
[99] = {.index = 144, .length = 2},
[100] = {.index = 146, .length = 1},
[101] = {.index = 147, .length = 2},
[102] = {.index = 149, .length = 2},
[103] = {.index = 151, .length = 2},
[104] = {.index = 153, .length = 1},
[105] = {.index = 154, .length = 1},
[106] = {.index = 155, .length = 1},
[107] = {.index = 156, .length = 3},
[108] = {.index = 159, .length = 1},
[109] = {.index = 160, .length = 2},
[110] = {.index = 162, .length = 2},
[111] = {.index = 164, .length = 1},
[112] = {.index = 165, .length = 1},
[113] = {.index = 166, .length = 3},
[114] = {.index = 169, .length = 3},
[115] = {.index = 172, .length = 1},
[116] = {.index = 173, .length = 2},
[117] = {.index = 175, .length = 1},
[118] = {.index = 176, .length = 4},
[119] = {.index = 180, .length = 4},
};
static const TSFieldMapEntry ts_field_map_entries[] = {
[0] =
{field_statement_identifier, 0},
[1] =
{field_name, 0},
[2] =
{field_name, 1},
[3] =
{field_name, 0, .inherited = true},
[4] =
{field_condition, 1},
[5] =
{field_subtype_mark, 0},
[6] =
{field_subtype_mark, 0, .inherited = true},
[7] =
{field_name, 1, .inherited = true},
[8] =
{field_exception_name, 1},
[9] =
{field_name, 0, .inherited = true},
{field_name, 1, .inherited = true},
[11] =
{field_statement_identifier, 1},
[12] =
{field_entry_direct_name, 1},
[13] =
{field_loop_name, 1},
[14] =
{field_label_name, 1},
[15] =
{field_subtype_name, 0},
[16] =
{field_prefix, 0},
{field_selector_name, 2},
[18] =
{field_variable_name, 0},
[19] =
{field_subtype_mark, 1},
[20] =
{field_object_name, 2},
[21] =
{field_is_parallel, 1},
[22] =
{field_iterator_name, 2},
[23] =
{field_subtype_mark, 2, .inherited = true},
[24] =
{field_is_type, 1},
[25] =
{field_is_private, 0},
[26] =
{field_is_limited, 0},
[27] =
{field_left, 0},
{field_name, 0, .inherited = true},
{field_name, 2, .inherited = true},
{field_right, 2},
[31] =
{field_parameter_profile, 2},
[32] =
{field_entry_direct_name, 1},
{field_parameter_profile, 2},
[34] =
{field_condition, 2},
[35] =
{field_prefix, 0},
[36] =
{field_name, 0},
{field_subtype_mark, 2, .inherited = true},
[38] =
{field_is_abstract, 1},
{field_is_abstract, 2},
[40] =
{field_callable_entity_name, 2},
[41] =
{field_subtype_mark, 2},
[42] =
{field_iterator_name, 3},
[43] =
{field_subtype_mark, 3, .inherited = true},
[44] =
{field_local_name, 1},
[45] =
{field_is_all, 1},
{field_is_type, 2},
[47] =
{field_endname, 4},
{field_name, 1},
[49] =
{field_name, 1},
{field_package_name, 3},
[51] =
{field_is_limited, 0},
{field_is_private, 1},
[53] =
{field_subtype_mark, 1, .inherited = true},
[54] =
{field_parent_unit_name, 2},
[55] =
{field_exception_name, 0},
[56] =
{field_prefix, 0},
{field_range_attribute_reference, 1},
{field_range_attribute_reference, 2},
[59] =
{field_subpool_handle_name, 1},
[60] =
{field_default_name, 0},
[61] =
{field_name, 0},
{field_subtype_mark, 2},
[63] =
{field_condition, 3},
{field_loop_name, 1},
[65] =
{field_statements, 1},
[66] =
{field_name, 0},
{field_subtype_mark, 3, .inherited = true},
[68] =
{field_parameter_profile, 3},
[69] =
{field_is_abstract, 2},
{field_is_abstract, 3},
[71] =
{field_callable_entity_name, 3},
[72] =
{field_exception_name, 4},
[73] =
{field_object_name, 4},
{field_subtype_mark, 2},
[75] =
{field_object_name, 4},
[76] =
{field_subtype_mark, 3},
[77] =
{field_iterator_name, 4},
{field_subtype_mark, 2, .inherited = true},
[79] =
{field_name, 2},
[80] =
{field_endname, 5},
{field_name, 1},
[82] =
{field_generic_name, 4},
{field_name, 1},
[84] =
{field_endname, 2},
[85] =
{field_defining_program_unit_name, 2},
{field_generic_package_name, 4},
[87] =
{field_defining_program_unit_name, 2},
{field_generic_procedure_name, 4},
[89] =
{field_defining_program_unit_name, 2},
{field_generic_function_name, 4},
[91] =
{field_name, 0},
{field_subtype_mark, 3},
[93] =
{field_subtype_mark, 4, .inherited = true},
[94] =
{field_entry_direct_name, 1},
{field_entry_index, 3},
[96] =
{field_subtype_mark, 0, .inherited = true},
{field_subtype_mark, 1, .inherited = true},
[98] =
{field_name, 0},
{field_subtype_mark, 4, .inherited = true},
[100] =
{field_statements, 2},
[101] =
{field_object_name, 5},
{field_subtype_mark, 3},
[103] =
{field_iterator_name, 5},
{field_subtype_mark, 2, .inherited = true},
[105] =
{field_endname, 5},
{field_name, 2},
[107] =
{field_endname, 6},
{field_name, 1},
[109] =
{field_parameter_profile, 0},
[110] =
{field_subtype_mark, 1, .inherited = true},
{field_subtype_mark, 2, .inherited = true},
[112] =
{field_predicate, 4},
[113] =
{field_parameter_profile, 5},
{field_subtype_mark, 3, .inherited = true},
[115] =
{field_default_subtype_mark, 4},
[116] =
{field_name, 0},
{field_subtype_mark, 4},
[118] =
{field_condition, 1},
{field_statements, 3},
[120] =
{field_entry_direct_name, 1},
{field_entry_index, 3},
{field_parameter_profile, 5},
[123] =
{field_entry_direct_name, 1},
{field_entry_identifier, 5},
[125] =
{field_statements, 3},
[126] =
{field_generic_name, 5},
{field_name, 2},
[128] =
{field_endname, 5},
[129] =
{field_global_set, 1},
[130] =
{field_end_local_name, 6},
{field_local_name, 1},
[132] =
{field_endname, 6},
{field_name, 2},
[134] =
{field_endname, 7},
{field_name, 1},
[136] =
{field_subtype_mark, 4},
[137] =
{field_endname, 4},
[138] =
{field_generic_package_name, 5},
[139] =
{field_default_subtype_mark, 5},
[140] =
{field_abortable_part, 4},
[141] =
{field_entry_direct_name, 1},
{field_entry_identifier, 6},
{field_parameter_profile, 2},
[144] =
{field_parameter_profile, 6},
{field_subtype_mark, 4, .inherited = true},
[146] =
{field_endname, 6},
[147] =
{field_end_local_name, 7},
{field_local_name, 1},
[149] =
{field_endname, 7},
{field_name, 2},
[151] =
{field_endname, 8},
{field_name, 1},
[153] =
{field_subtype_mark, 5, .inherited = true},
[154] =
{field_subtype_mark, 5},
[155] =
{field_default_subtype_mark, 6},
[156] =
{field_condition, 1},
{field_else_statements, 5},
{field_statements, 3},
[159] =
{field_endname, 7},
[160] =
{field_end_local_name, 8},
{field_local_name, 1},
[162] =
{field_endname, 8},
{field_name, 2},
[164] =
{field_subtype_mark, 6, .inherited = true},
[165] =
{field_default_subtype_mark, 7},
[166] =
{field_condition, 1},
{field_else_statements, 6},
{field_statements, 3},
[169] =
{field_entry_direct_name, 1},
{field_entry_identifier, 8},
{field_entry_index, 3},
[172] =
{field_endname, 8},
[173] =
{field_endname, 9},
{field_name, 2},
[175] =
{field_subtype_mark, 7, .inherited = true},
[176] =
{field_entry_direct_name, 1},
{field_entry_identifier, 9},
{field_entry_index, 3},
{field_parameter_profile, 5},
[180] =
{field_first_bit, 4},
{field_last_bit, 6},
{field_local_name, 0},
{field_position, 2},
};
static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = {
[0] = {0},
};
static const uint16_t ts_non_terminal_alias_map[] = {
0,
};
static const TSStateId ts_primary_state_ids[STATE_COUNT] = {
[0] = 0,
[1] = 1,
[2] = 2,
[3] = 3,
[4] = 4,
[5] = 5,
[6] = 6,
[7] = 7,
[8] = 8,
[9] = 9,
[10] = 10,
[11] = 11,
[12] = 12,
[13] = 13,
[14] = 14,
[15] = 15,
[16] = 16,
[17] = 17,
[18] = 18,
[19] = 19,
[20] = 20,
[21] = 21,
[22] = 22,
[23] = 23,
[24] = 24,
[25] = 25,
[26] = 26,
[27] = 27,
[28] = 28,
[29] = 29,
[30] = 30,
[31] = 31,
[32] = 32,
[33] = 33,
[34] = 34,
[35] = 35,
[36] = 36,
[37] = 37,
[38] = 24,
[39] = 39,
[40] = 40,
[41] = 41,
[42] = 42,
[43] = 43,
[44] = 44,
[45] = 45,
[46] = 46,
[47] = 47,
[48] = 48,
[49] = 49,
[50] = 50,
[51] = 51,
[52] = 52,
[53] = 53,
[54] = 54,
[55] = 55,
[56] = 56,
[57] = 57,
[58] = 58,
[59] = 59,
[60] = 60,
[61] = 61,
[62] = 62,
[63] = 63,
[64] = 64,
[65] = 65,
[66] = 66,
[67] = 67,
[68] = 68,
[69] = 69,
[70] = 70,
[71] = 71,
[72] = 72,
[73] = 27,
[74] = 74,
[75] = 75,
[76] = 76,
[77] = 77,
[78] = 78,
[79] = 79,
[80] = 80,
[81] = 81,
[82] = 82,
[83] = 83,
[84] = 84,
[85] = 85,
[86] = 86,
[87] = 87,
[88] = 88,
[89] = 89,
[90] = 90,
[91] = 91,
[92] = 92,
[93] = 93,
[94] = 94,
[95] = 95,
[96] = 96,
[97] = 97,
[98] = 98,
[99] = 99,
[100] = 100,
[101] = 101,
[102] = 102,
[103] = 103,
[104] = 104,
[105] = 105,
[106] = 106,
[107] = 107,
[108] = 108,
[109] = 109,
[110] = 110,
[111] = 111,
[112] = 112,
[113] = 113,
[114] = 114,
[115] = 115,
[116] = 116,
[117] = 117,
[118] = 118,
[119] = 119,
[120] = 120,
[121] = 121,
[122] = 122,
[123] = 123,
[124] = 124,
[125] = 125,
[126] = 126,
[127] = 127,
[128] = 128,
[129] = 129,
[130] = 130,
[131] = 131,
[132] = 132,
[133] = 133,
[134] = 134,
[135] = 135,
[136] = 136,
[137] = 137,
[138] = 138,
[139] = 139,
[140] = 140,
[141] = 141,
[142] = 142,
[143] = 143,
[144] = 144,
[145] = 145,
[146] = 146,
[147] = 147,
[148] = 148,
[149] = 149,
[150] = 150,
[151] = 151,
[152] = 152,
[153] = 153,
[154] = 154,
[155] = 155,
[156] = 156,
[157] = 157,
[158] = 158,
[159] = 159,
[160] = 160,
[161] = 161,
[162] = 162,
[163] = 163,
[164] = 164,
[165] = 165,
[166] = 166,
[167] = 167,
[168] = 168,
[169] = 169,
[170] = 170,
[171] = 171,
[172] = 172,
[173] = 173,
[174] = 174,
[175] = 175,
[176] = 176,
[177] = 177,
[178] = 178,
[179] = 179,
[180] = 180,
[181] = 181,
[182] = 182,
[183] = 183,
[184] = 184,
[185] = 185,
[186] = 186,
[187] = 187,
[188] = 188,
[189] = 189,
[190] = 190,
[191] = 191,
[192] = 192,
[193] = 193,
[194] = 194,
[195] = 195,
[196] = 196,
[197] = 197,
[198] = 198,
[199] = 199,
[200] = 200,
[201] = 201,
[202] = 202,
[203] = 203,
[204] = 204,
[205] = 205,
[206] = 206,
[207] = 207,
[208] = 208,
[209] = 209,
[210] = 210,
[211] = 211,
[212] = 212,
[213] = 213,
[214] = 214,
[215] = 215,
[216] = 216,
[217] = 217,
[218] = 218,
[219] = 219,
[220] = 220,
[221] = 221,
[222] = 222,
[223] = 223,
[224] = 224,
[225] = 225,
[226] = 226,
[227] = 227,
[228] = 228,
[229] = 229,
[230] = 230,
[231] = 231,
[232] = 232,
[233] = 233,
[234] = 234,
[235] = 235,
[236] = 236,
[237] = 237,
[238] = 238,
[239] = 239,
[240] = 240,
[241] = 241,
[242] = 242,
[243] = 243,
[244] = 244,
[245] = 245,
[246] = 246,
[247] = 247,
[248] = 248,
[249] = 249,
[250] = 250,
[251] = 251,
[252] = 252,
[253] = 253,
[254] = 254,
[255] = 255,
[256] = 256,
[257] = 257,
[258] = 258,
[259] = 259,
[260] = 260,
[261] = 261,
[262] = 262,
[263] = 263,
[264] = 264,
[265] = 265,
[266] = 266,
[267] = 267,
[268] = 268,
[269] = 269,
[270] = 270,
[271] = 271,
[272] = 272,
[273] = 273,
[274] = 274,
[275] = 275,
[276] = 276,
[277] = 277,
[278] = 278,
[279] = 279,
[280] = 280,
[281] = 281,
[282] = 282,
[283] = 283,
[284] = 284,
[285] = 285,
[286] = 286,
[287] = 287,
[288] = 288,
[289] = 289,
[290] = 290,
[291] = 291,
[292] = 292,
[293] = 293,
[294] = 294,
[295] = 295,
[296] = 296,
[297] = 297,
[298] = 298,
[299] = 299,
[300] = 300,
[301] = 301,
[302] = 302,
[303] = 303,
[304] = 304,
[305] = 305,
[306] = 306,
[307] = 307,
[308] = 308,
[309] = 309,
[310] = 310,
[311] = 311,
[312] = 312,
[313] = 313,
[314] = 314,
[315] = 315,
[316] = 316,
[317] = 317,
[318] = 318,
[319] = 319,
[320] = 320,
[321] = 321,
[322] = 322,
[323] = 323,
[324] = 324,
[325] = 325,
[326] = 326,
[327] = 327,
[328] = 328,
[329] = 329,
[330] = 330,
[331] = 331,
[332] = 332,
[333] = 333,
[334] = 334,
[335] = 335,
[336] = 336,
[337] = 337,
[338] = 338,
[339] = 339,
[340] = 340,
[341] = 341,
[342] = 342,
[343] = 343,
[344] = 344,
[345] = 345,
[346] = 346,
[347] = 347,
[348] = 348,
[349] = 349,
[350] = 350,
[351] = 351,
[352] = 352,
[353] = 353,
[354] = 354,
[355] = 355,
[356] = 356,
[357] = 357,
[358] = 358,
[359] = 359,
[360] = 360,
[361] = 361,
[362] = 362,
[363] = 363,
[364] = 364,
[365] = 365,
[366] = 366,
[367] = 367,
[368] = 368,
[369] = 369,
[370] = 370,
[371] = 371,
[372] = 372,
[373] = 373,
[374] = 374,
[375] = 375,
[376] = 376,
[377] = 377,
[378] = 378,
[379] = 379,
[380] = 380,
[381] = 381,
[382] = 382,
[383] = 383,
[384] = 384,
[385] = 385,
[386] = 386,
[387] = 387,
[388] = 388,
[389] = 389,
[390] = 390,
[391] = 391,
[392] = 392,
[393] = 393,
[394] = 394,
[395] = 395,
[396] = 396,
[397] = 397,
[398] = 398,
[399] = 399,
[400] = 400,
[401] = 401,
[402] = 402,
[403] = 403,
[404] = 404,
[405] = 405,
[406] = 406,
[407] = 407,
[408] = 408,
[409] = 409,
[410] = 410,
[411] = 411,
[412] = 412,
[413] = 413,
[414] = 414,
[415] = 415,
[416] = 416,
[417] = 417,
[418] = 418,
[419] = 419,
[420] = 420,
[421] = 421,
[422] = 422,
[423] = 423,
[424] = 424,
[425] = 425,
[426] = 426,
[427] = 427,
[428] = 428,
[429] = 429,
[430] = 430,
[431] = 431,
[432] = 432,
[433] = 433,
[434] = 434,
[435] = 435,
[436] = 436,
[437] = 437,
[438] = 438,
[439] = 439,
[440] = 440,
[441] = 441,
[442] = 442,
[443] = 443,
[444] = 444,
[445] = 445,
[446] = 446,
[447] = 447,
[448] = 448,
[449] = 449,
[450] = 450,
[451] = 451,
[452] = 452,
[453] = 453,
[454] = 454,
[455] = 455,
[456] = 456,
[457] = 457,
[458] = 458,
[459] = 459,
[460] = 460,
[461] = 461,
[462] = 462,
[463] = 463,
[464] = 464,
[465] = 465,
[466] = 466,
[467] = 467,
[468] = 468,
[469] = 469,
[470] = 470,
[471] = 471,
[472] = 472,
[473] = 473,
[474] = 474,
[475] = 475,
[476] = 476,
[477] = 477,
[478] = 478,
[479] = 479,
[480] = 480,
[481] = 481,
[482] = 482,
[483] = 483,
[484] = 484,
[485] = 485,
[486] = 486,
[487] = 487,
[488] = 488,
[489] = 489,
[490] = 490,
[491] = 491,
[492] = 492,
[493] = 493,
[494] = 494,
[495] = 495,
[496] = 496,
[497] = 497,
[498] = 498,
[499] = 499,
[500] = 500,
[501] = 501,
[502] = 502,
[503] = 503,
[504] = 504,
[505] = 505,
[506] = 506,
[507] = 502,
[508] = 508,
[509] = 509,
[510] = 510,
[511] = 511,
[512] = 512,
[513] = 513,
[514] = 514,
[515] = 515,
[516] = 264,
[517] = 517,
[518] = 518,
[519] = 519,
[520] = 520,
[521] = 521,
[522] = 522,
[523] = 523,
[524] = 524,
[525] = 264,
[526] = 526,
[527] = 527,
[528] = 528,
[529] = 529,
[530] = 530,
[531] = 531,
[532] = 532,
[533] = 533,
[534] = 534,
[535] = 535,
[536] = 536,
[537] = 537,
[538] = 538,
[539] = 539,
[540] = 540,
[541] = 541,
[542] = 542,
[543] = 543,
[544] = 544,
[545] = 545,
[546] = 546,
[547] = 547,
[548] = 548,
[549] = 549,
[550] = 550,
[551] = 551,
[552] = 552,
[553] = 553,
[554] = 554,
[555] = 555,
[556] = 264,
[557] = 557,
[558] = 558,
[559] = 559,
[560] = 560,
[561] = 561,
[562] = 562,
[563] = 563,
[564] = 564,
[565] = 565,
[566] = 566,
[567] = 567,
[568] = 568,
[569] = 569,
[570] = 570,
[571] = 571,
[572] = 572,
[573] = 573,
[574] = 574,
[575] = 575,
[576] = 576,
[577] = 577,
[578] = 578,
[579] = 579,
[580] = 580,
[581] = 581,
[582] = 582,
[583] = 583,
[584] = 584,
[585] = 585,
[586] = 586,
[587] = 587,
[588] = 588,
[589] = 589,
[590] = 590,
[591] = 591,
[592] = 592,
[593] = 593,
[594] = 594,
[595] = 595,
[596] = 596,
[597] = 597,
[598] = 598,
[599] = 599,
[600] = 600,
[601] = 601,
[602] = 602,
[603] = 603,
[604] = 604,
[605] = 605,
[606] = 606,
[607] = 607,
[608] = 608,
[609] = 609,
[610] = 610,
[611] = 611,
[612] = 612,
[613] = 613,
[614] = 614,
[615] = 615,
[616] = 616,
[617] = 617,
[618] = 618,
[619] = 619,
[620] = 620,
[621] = 621,
[622] = 622,
[623] = 623,
[624] = 624,
[625] = 625,
[626] = 626,
[627] = 627,
[628] = 628,
[629] = 629,
[630] = 630,
[631] = 631,
[632] = 632,
[633] = 633,
[634] = 634,
[635] = 635,
[636] = 636,
[637] = 637,
[638] = 638,
[639] = 639,
[640] = 640,
[641] = 641,
[642] = 642,
[643] = 643,
[644] = 644,
[645] = 645,
[646] = 646,
[647] = 647,
[648] = 648,
[649] = 649,
[650] = 650,
[651] = 651,
[652] = 652,
[653] = 653,
[654] = 654,
[655] = 655,
[656] = 656,
[657] = 657,
[658] = 658,
[659] = 659,
[660] = 660,
[661] = 661,
[662] = 662,
[663] = 663,
[664] = 664,
[665] = 665,
[666] = 666,
[667] = 667,
[668] = 668,
[669] = 669,
[670] = 670,
[671] = 671,
[672] = 672,
[673] = 673,
[674] = 674,
[675] = 675,
[676] = 676,
[677] = 677,
[678] = 678,
[679] = 679,
[680] = 680,
[681] = 681,
[682] = 682,
[683] = 683,
[684] = 684,
[685] = 685,
[686] = 686,
[687] = 687,
[688] = 688,
[689] = 689,
[690] = 690,
[691] = 691,
[692] = 692,
[693] = 693,
[694] = 694,
[695] = 695,
[696] = 696,
[697] = 697,
[698] = 698,
[699] = 699,
[700] = 700,
[701] = 701,
[702] = 702,
[703] = 703,
[704] = 704,
[705] = 705,
[706] = 706,
[707] = 707,
[708] = 708,
[709] = 709,
[710] = 710,
[711] = 711,
[712] = 712,
[713] = 713,
[714] = 714,
[715] = 715,
[716] = 716,
[717] = 717,
[718] = 718,
[719] = 719,
[720] = 720,
[721] = 721,
[722] = 722,
[723] = 723,
[724] = 724,
[725] = 725,
[726] = 726,
[727] = 727,
[728] = 728,
[729] = 729,
[730] = 730,
[731] = 731,
[732] = 732,
[733] = 733,
[734] = 734,
[735] = 735,
[736] = 736,
[737] = 737,
[738] = 738,
[739] = 739,
[740] = 740,
[741] = 741,
[742] = 742,
[743] = 743,
[744] = 744,
[745] = 745,
[746] = 746,
[747] = 747,
[748] = 748,
[749] = 749,
[750] = 750,
[751] = 751,
[752] = 752,
[753] = 753,
[754] = 754,
[755] = 755,
[756] = 756,
[757] = 757,
[758] = 758,
[759] = 759,
[760] = 760,
[761] = 761,
[762] = 762,
[763] = 763,
[764] = 764,
[765] = 765,
[766] = 766,
[767] = 767,
[768] = 768,
[769] = 769,
[770] = 770,
[771] = 771,
[772] = 772,
[773] = 773,
[774] = 774,
[775] = 775,
[776] = 776,
[777] = 777,
[778] = 778,
[779] = 779,
[780] = 780,
[781] = 781,
[782] = 782,
[783] = 783,
[784] = 784,
[785] = 785,
[786] = 786,
[787] = 787,
[788] = 788,
[789] = 789,
[790] = 790,
[791] = 791,
[792] = 792,
[793] = 793,
[794] = 794,
[795] = 795,
[796] = 796,
[797] = 797,
[798] = 798,
[799] = 799,
[800] = 800,
[801] = 801,
[802] = 802,
[803] = 803,
[804] = 804,
[805] = 805,
[806] = 806,
[807] = 807,
[808] = 808,
[809] = 809,
[810] = 810,
[811] = 811,
[812] = 812,
[813] = 813,
[814] = 814,
[815] = 815,
[816] = 816,
[817] = 817,
[818] = 818,
[819] = 819,
[820] = 820,
[821] = 821,
[822] = 822,
[823] = 823,
[824] = 824,
[825] = 825,
[826] = 826,
[827] = 827,
[828] = 828,
[829] = 829,
[830] = 830,
[831] = 831,
[832] = 832,
[833] = 833,
[834] = 834,
[835] = 835,
[836] = 836,
[837] = 837,
[838] = 838,
[839] = 839,
[840] = 840,
[841] = 841,
[842] = 842,
[843] = 843,
[844] = 844,
[845] = 845,
[846] = 846,
[847] = 847,
[848] = 848,
[849] = 849,
[850] = 850,
[851] = 851,
[852] = 852,
[853] = 853,
[854] = 854,
[855] = 855,
[856] = 856,
[857] = 857,
[858] = 858,
[859] = 859,
[860] = 860,
[861] = 861,
[862] = 862,
[863] = 863,
[864] = 864,
[865] = 865,
[866] = 866,
[867] = 867,
[868] = 868,
[869] = 869,
[870] = 870,
[871] = 871,
[872] = 872,
[873] = 873,
[874] = 874,
[875] = 875,
[876] = 876,
[877] = 877,
[878] = 878,
[879] = 879,
[880] = 880,
[881] = 881,
[882] = 882,
[883] = 883,
[884] = 884,
[885] = 885,
[886] = 886,
[887] = 887,
[888] = 888,
[889] = 889,
[890] = 890,
[891] = 891,
[892] = 892,
[893] = 893,
[894] = 894,
[895] = 895,
[896] = 896,
[897] = 897,
[898] = 898,
[899] = 899,
[900] = 900,
[901] = 901,
[902] = 902,
[903] = 903,
[904] = 904,
[905] = 905,
[906] = 895,
[907] = 907,
[908] = 908,
[909] = 909,
[910] = 910,
[911] = 911,
[912] = 912,
[913] = 913,
[914] = 914,
[915] = 915,
[916] = 916,
[917] = 917,
[918] = 918,
[919] = 919,
[920] = 920,
[921] = 921,
[922] = 922,
[923] = 923,
[924] = 924,
[925] = 925,
[926] = 926,
[927] = 927,
[928] = 928,
[929] = 929,
[930] = 930,
[931] = 931,
[932] = 932,
[933] = 933,
[934] = 934,
[935] = 935,
[936] = 936,
[937] = 937,
[938] = 938,
[939] = 939,
[940] = 940,
[941] = 941,
[942] = 942,
[943] = 943,
[944] = 944,
[945] = 945,
[946] = 946,
[947] = 947,
[948] = 948,
[949] = 949,
[950] = 950,
[951] = 951,
[952] = 952,
[953] = 953,
[954] = 954,
[955] = 955,
[956] = 956,
[957] = 957,
[958] = 958,
[959] = 959,
[960] = 960,
[961] = 961,
[962] = 962,
[963] = 963,
[964] = 964,
[965] = 965,
[966] = 966,
[967] = 967,
[968] = 968,
[969] = 969,
[970] = 970,
[971] = 971,
[972] = 972,
[973] = 973,
[974] = 974,
[975] = 975,
[976] = 976,
[977] = 977,
[978] = 978,
[979] = 979,
[980] = 980,
[981] = 981,
[982] = 982,
[983] = 983,
[984] = 984,
[985] = 985,
[986] = 986,
[987] = 987,
[988] = 988,
[989] = 989,
[990] = 990,
[991] = 991,
[992] = 992,
[993] = 993,
[994] = 994,
[995] = 995,
[996] = 996,
[997] = 997,
[998] = 998,
[999] = 999,
[1000] = 1000,
[1001] = 1001,
[1002] = 1002,
[1003] = 1003,
[1004] = 1004,
[1005] = 1005,
[1006] = 1006,
[1007] = 1007,
[1008] = 1008,
[1009] = 1009,
[1010] = 1010,
[1011] = 1011,
[1012] = 1012,
[1013] = 1013,
[1014] = 1014,
[1015] = 1015,
[1016] = 1016,
[1017] = 1017,
[1018] = 1018,
[1019] = 1019,
[1020] = 1020,
[1021] = 1021,
[1022] = 1022,
[1023] = 1023,
[1024] = 1024,
[1025] = 1025,
[1026] = 1026,
[1027] = 1027,
[1028] = 1028,
[1029] = 1029,
[1030] = 1030,
[1031] = 1031,
[1032] = 1032,
[1033] = 1033,
[1034] = 1034,
[1035] = 1035,
[1036] = 1036,
[1037] = 1037,
[1038] = 1038,
[1039] = 1039,
[1040] = 1040,
[1041] = 1041,
[1042] = 1042,
[1043] = 1043,
[1044] = 1044,
[1045] = 1045,
[1046] = 1046,
[1047] = 1047,
[1048] = 1048,
[1049] = 1049,
[1050] = 1050,
[1051] = 1051,
[1052] = 1052,
[1053] = 1053,
[1054] = 1054,
[1055] = 1055,
[1056] = 1056,
[1057] = 1057,
[1058] = 1058,
[1059] = 1059,
[1060] = 1060,
[1061] = 1061,
[1062] = 1062,
[1063] = 1063,
[1064] = 1064,
[1065] = 1065,
[1066] = 1066,
[1067] = 1067,
[1068] = 1068,
[1069] = 1069,
[1070] = 1070,
[1071] = 1071,
[1072] = 1072,
[1073] = 1073,
[1074] = 1074,
[1075] = 1075,
[1076] = 1076,
[1077] = 1077,
[1078] = 1078,
[1079] = 1079,
[1080] = 1080,
[1081] = 1081,
[1082] = 1082,
[1083] = 1083,
[1084] = 1084,
[1085] = 1085,
[1086] = 1086,
[1087] = 1087,
[1088] = 1088,
[1089] = 1089,
[1090] = 1090,
[1091] = 1091,
[1092] = 1092,
[1093] = 1093,
[1094] = 1094,
[1095] = 1095,
[1096] = 1096,
[1097] = 1097,
[1098] = 1098,
[1099] = 1099,
[1100] = 1100,
[1101] = 1101,
[1102] = 1102,
[1103] = 1103,
[1104] = 1104,
[1105] = 1105,
[1106] = 1106,
[1107] = 1107,
[1108] = 1108,
[1109] = 1109,
[1110] = 1110,
[1111] = 1111,
[1112] = 1112,
[1113] = 1113,
[1114] = 1114,
[1115] = 1115,
[1116] = 1116,
[1117] = 1117,
[1118] = 1118,
[1119] = 1119,
[1120] = 1120,
[1121] = 1121,
[1122] = 1122,
[1123] = 1123,
[1124] = 1124,
[1125] = 1125,
[1126] = 1126,
[1127] = 1127,
[1128] = 1128,
[1129] = 1129,
[1130] = 1130,
[1131] = 1131,
[1132] = 1132,
[1133] = 1133,
[1134] = 1134,
[1135] = 1135,
[1136] = 1136,
[1137] = 1137,
[1138] = 1138,
[1139] = 1139,
[1140] = 1140,
[1141] = 1141,
[1142] = 1142,
[1143] = 1143,
[1144] = 1144,
[1145] = 1145,
[1146] = 1146,
[1147] = 1147,
[1148] = 1148,
[1149] = 1149,
[1150] = 1150,
[1151] = 1151,
[1152] = 1152,
[1153] = 1153,
[1154] = 1154,
[1155] = 1155,
[1156] = 1156,
[1157] = 1157,
[1158] = 1158,
[1159] = 1159,
[1160] = 1160,
[1161] = 1161,
[1162] = 1162,
[1163] = 1163,
[1164] = 1164,
[1165] = 1165,
[1166] = 1166,
[1167] = 1167,
[1168] = 1168,
[1169] = 1169,
[1170] = 1170,
[1171] = 1171,
[1172] = 1172,
[1173] = 1173,
[1174] = 1174,
[1175] = 1175,
[1176] = 1176,
[1177] = 1177,
[1178] = 1178,
[1179] = 1179,
[1180] = 1180,
[1181] = 1181,
[1182] = 1182,
[1183] = 1183,
[1184] = 1184,
[1185] = 1185,
[1186] = 1186,
[1187] = 1187,
[1188] = 1188,
[1189] = 1189,
[1190] = 1190,
[1191] = 1191,
[1192] = 1192,
[1193] = 1193,
[1194] = 1194,
[1195] = 1195,
[1196] = 1196,
[1197] = 1197,
[1198] = 1198,
[1199] = 1199,
[1200] = 1200,
[1201] = 1201,
[1202] = 1202,
[1203] = 1203,
[1204] = 1204,
[1205] = 1205,
[1206] = 1206,
[1207] = 1207,
[1208] = 1208,
[1209] = 1209,
[1210] = 1210,
[1211] = 1211,
[1212] = 1212,
[1213] = 1213,
[1214] = 1214,
[1215] = 1215,
[1216] = 1216,
[1217] = 1217,
[1218] = 1218,
[1219] = 1219,
[1220] = 1220,
[1221] = 1221,
[1222] = 1222,
[1223] = 1223,
[1224] = 1224,
[1225] = 1225,
[1226] = 1226,
[1227] = 1227,
[1228] = 1228,
[1229] = 1229,
[1230] = 1230,
[1231] = 1231,
[1232] = 1232,
[1233] = 1233,
[1234] = 1234,
[1235] = 1235,
[1236] = 1236,
[1237] = 1237,
[1238] = 1238,
[1239] = 1239,
[1240] = 1240,
[1241] = 1241,
[1242] = 1242,
[1243] = 1243,
[1244] = 1244,
[1245] = 1245,
[1246] = 1246,
[1247] = 1247,
[1248] = 1248,
[1249] = 1249,
[1250] = 1250,
[1251] = 1251,
[1252] = 1252,
[1253] = 1253,
[1254] = 1254,
[1255] = 1255,
[1256] = 1256,
[1257] = 1257,
[1258] = 1258,
[1259] = 1259,
[1260] = 1260,
[1261] = 1261,
[1262] = 1262,
[1263] = 1263,
[1264] = 1264,
[1265] = 1265,
[1266] = 1266,
[1267] = 1267,
[1268] = 1268,
[1269] = 1269,
[1270] = 1270,
[1271] = 1271,
[1272] = 1272,
[1273] = 1273,
[1274] = 1274,
[1275] = 1275,
[1276] = 1276,
[1277] = 1277,
[1278] = 1278,
[1279] = 1279,
[1280] = 1280,
[1281] = 1281,
[1282] = 1282,
[1283] = 1283,
[1284] = 1284,
[1285] = 1285,
[1286] = 1286,
[1287] = 1287,
[1288] = 1288,
[1289] = 1289,
[1290] = 1290,
[1291] = 1291,
[1292] = 1292,
[1293] = 1293,
[1294] = 1294,
[1295] = 1295,
[1296] = 1296,
[1297] = 1297,
[1298] = 1298,
[1299] = 1299,
[1300] = 1300,
[1301] = 1301,
[1302] = 1302,
[1303] = 1303,
[1304] = 1304,
[1305] = 1305,
[1306] = 1306,
[1307] = 1307,
[1308] = 1308,
[1309] = 1309,
[1310] = 1310,
[1311] = 1311,
[1312] = 1312,
[1313] = 1313,
[1314] = 1314,
[1315] = 1315,
[1316] = 1316,
[1317] = 1317,
[1318] = 1318,
[1319] = 1319,
[1320] = 1320,
[1321] = 1321,
[1322] = 1322,
[1323] = 1323,
[1324] = 1324,
[1325] = 1325,
[1326] = 1326,
[1327] = 1327,
[1328] = 1328,
[1329] = 1329,
[1330] = 1330,
[1331] = 1331,
[1332] = 1332,
[1333] = 1333,
[1334] = 1159,
[1335] = 1335,
[1336] = 1336,
[1337] = 1337,
[1338] = 1338,
[1339] = 1339,
[1340] = 1340,
[1341] = 1341,
[1342] = 1342,
[1343] = 1343,
[1344] = 1344,
[1345] = 1345,
[1346] = 1346,
[1347] = 1347,
[1348] = 1348,
[1349] = 1349,
[1350] = 1350,
[1351] = 1351,
[1352] = 1352,
[1353] = 1353,
[1354] = 1354,
[1355] = 1355,
[1356] = 1356,
[1357] = 1357,
[1358] = 1358,
[1359] = 1359,
[1360] = 1360,
[1361] = 1361,
[1362] = 1362,
[1363] = 1363,
[1364] = 1364,
[1365] = 1365,
[1366] = 1366,
[1367] = 1367,
[1368] = 1368,
[1369] = 1369,
[1370] = 1370,
[1371] = 1371,
[1372] = 1372,
[1373] = 1373,
[1374] = 1374,
[1375] = 1375,
[1376] = 1376,
[1377] = 1377,
[1378] = 1378,
[1379] = 1379,
[1380] = 1380,
[1381] = 1381,
[1382] = 1382,
[1383] = 1383,
[1384] = 1384,
[1385] = 1385,
[1386] = 1386,
[1387] = 1387,
[1388] = 1388,
[1389] = 1389,
[1390] = 1390,
[1391] = 1391,
[1392] = 1392,
[1393] = 1393,
[1394] = 1394,
[1395] = 1395,
[1396] = 1396,
[1397] = 1397,
[1398] = 1398,
[1399] = 1399,
[1400] = 1400,
[1401] = 1401,
[1402] = 1402,
[1403] = 1403,
[1404] = 1404,
[1405] = 1405,
[1406] = 1406,
[1407] = 1407,
[1408] = 1408,
[1409] = 1409,
[1410] = 1410,
[1411] = 1411,
[1412] = 1412,
[1413] = 1413,
[1414] = 1414,
[1415] = 1415,
[1416] = 1416,
[1417] = 1417,
[1418] = 1418,
[1419] = 1419,
[1420] = 1420,
[1421] = 1421,
[1422] = 1422,
[1423] = 1423,
[1424] = 1424,
[1425] = 1425,
[1426] = 1426,
[1427] = 1427,
[1428] = 1428,
[1429] = 1429,
[1430] = 1430,
[1431] = 1431,
[1432] = 1432,
[1433] = 1433,
[1434] = 1434,
[1435] = 1435,
[1436] = 1436,
[1437] = 1437,
[1438] = 1438,
[1439] = 1439,
[1440] = 1440,
[1441] = 1441,
[1442] = 1442,
[1443] = 1443,
[1444] = 1444,
[1445] = 1445,
[1446] = 1446,
[1447] = 1447,
[1448] = 1448,
[1449] = 1449,
[1450] = 1450,
[1451] = 1451,
[1452] = 1452,
[1453] = 1453,
[1454] = 1454,
[1455] = 1455,
[1456] = 1456,
[1457] = 1457,
[1458] = 1458,
[1459] = 1459,
[1460] = 1460,
[1461] = 1461,
[1462] = 1462,
[1463] = 1463,
[1464] = 1464,
[1465] = 1465,
[1466] = 1466,
[1467] = 1467,
[1468] = 1468,
[1469] = 1469,
[1470] = 1470,
[1471] = 1471,
[1472] = 1472,
[1473] = 1473,
[1474] = 1474,
[1475] = 1475,
[1476] = 1476,
[1477] = 1477,
[1478] = 1478,
[1479] = 1479,
[1480] = 1480,
[1481] = 1481,
[1482] = 1482,
[1483] = 1483,
[1484] = 1484,
[1485] = 1485,
[1486] = 1486,
[1487] = 1487,
[1488] = 1488,
[1489] = 1489,
[1490] = 1490,
[1491] = 1491,
[1492] = 1492,
[1493] = 1493,
[1494] = 1494,
[1495] = 1495,
[1496] = 1496,
[1497] = 1497,
[1498] = 1498,
[1499] = 1499,
[1500] = 1500,
[1501] = 1501,
[1502] = 1502,
[1503] = 1503,
[1504] = 1504,
[1505] = 1505,
[1506] = 1506,
[1507] = 1507,
[1508] = 1508,
[1509] = 1509,
[1510] = 1510,
[1511] = 1511,
[1512] = 1512,
[1513] = 1513,
[1514] = 1514,
[1515] = 1515,
[1516] = 1516,
[1517] = 1517,
[1518] = 1518,
[1519] = 1519,
[1520] = 1520,
[1521] = 1521,
[1522] = 1522,
[1523] = 1523,
[1524] = 1524,
[1525] = 1525,
[1526] = 1526,
[1527] = 1527,
[1528] = 1528,
[1529] = 1529,
[1530] = 1530,
[1531] = 1531,
[1532] = 1532,
[1533] = 1533,
[1534] = 1534,
[1535] = 1535,
[1536] = 1536,
[1537] = 1537,
[1538] = 1538,
[1539] = 1539,
[1540] = 1540,
[1541] = 1541,
[1542] = 1542,
[1543] = 1543,
[1544] = 1544,
[1545] = 1545,
[1546] = 1546,
[1547] = 1547,
[1548] = 1548,
[1549] = 1549,
[1550] = 1550,
[1551] = 1551,
[1552] = 1552,
[1553] = 1553,
[1554] = 1554,
[1555] = 1555,
[1556] = 1556,
[1557] = 1557,
[1558] = 1558,
[1559] = 1559,
[1560] = 1560,
[1561] = 1561,
[1562] = 1562,
[1563] = 1563,
[1564] = 1564,
[1565] = 1565,
[1566] = 1566,
[1567] = 1567,
[1568] = 1568,
[1569] = 1569,
[1570] = 1570,
[1571] = 1571,
[1572] = 1572,
[1573] = 1573,
[1574] = 1574,
[1575] = 1575,
[1576] = 1576,
[1577] = 1577,
[1578] = 1578,
[1579] = 1579,
[1580] = 1580,
[1581] = 1581,
[1582] = 1582,
[1583] = 1583,
[1584] = 1584,
[1585] = 1585,
[1586] = 1586,
[1587] = 1587,
[1588] = 1588,
[1589] = 1589,
[1590] = 1590,
[1591] = 1591,
[1592] = 1592,
[1593] = 1593,
[1594] = 1594,
[1595] = 1595,
[1596] = 1596,
[1597] = 1597,
[1598] = 1598,
[1599] = 1599,
[1600] = 1600,
[1601] = 1601,
[1602] = 1602,
[1603] = 1603,
[1604] = 1604,
[1605] = 1605,
[1606] = 1606,
[1607] = 1607,
[1608] = 1608,
[1609] = 1609,
[1610] = 1610,
[1611] = 1611,
[1612] = 1612,
[1613] = 1613,
[1614] = 1614,
[1615] = 1615,
[1616] = 1616,
[1617] = 1617,
[1618] = 1618,
[1619] = 1619,
[1620] = 1620,
[1621] = 1621,
[1622] = 1622,
[1623] = 1623,
[1624] = 1624,
[1625] = 1625,
[1626] = 1626,
[1627] = 1627,
[1628] = 1628,
[1629] = 1629,
[1630] = 1630,
[1631] = 1631,
[1632] = 1632,
[1633] = 1633,
[1634] = 1634,
[1635] = 1635,
[1636] = 1636,
[1637] = 1637,
[1638] = 1638,
[1639] = 1639,
[1640] = 1640,
[1641] = 1641,
[1642] = 1642,
[1643] = 1643,
[1644] = 1644,
[1645] = 1645,
[1646] = 1646,
[1647] = 1647,
[1648] = 1648,
[1649] = 1649,
[1650] = 1650,
[1651] = 1651,
[1652] = 1652,
[1653] = 1653,
[1654] = 1654,
[1655] = 1655,
[1656] = 1656,
[1657] = 1657,
[1658] = 1658,
[1659] = 1659,
[1660] = 1660,
[1661] = 1661,
[1662] = 1662,
[1663] = 1663,
[1664] = 1664,
[1665] = 1665,
[1666] = 1666,
[1667] = 1667,
[1668] = 1668,
[1669] = 1669,
[1670] = 1670,
[1671] = 1671,
[1672] = 1672,
[1673] = 1673,
[1674] = 1674,
[1675] = 1675,
[1676] = 1676,
[1677] = 1677,
[1678] = 1678,
[1679] = 1679,
[1680] = 1680,
[1681] = 1681,
[1682] = 1682,
[1683] = 1683,
[1684] = 1684,
[1685] = 1685,
[1686] = 1686,
[1687] = 1687,
[1688] = 1688,
[1689] = 1689,
[1690] = 1690,
[1691] = 1691,
[1692] = 1692,
[1693] = 1693,
[1694] = 1694,
[1695] = 1695,
[1696] = 1696,
[1697] = 1697,
[1698] = 1698,
[1699] = 1699,
[1700] = 1700,
[1701] = 1701,
[1702] = 1702,
[1703] = 1703,
[1704] = 1704,
[1705] = 1705,
[1706] = 1706,
[1707] = 1707,
[1708] = 1708,
[1709] = 1709,
[1710] = 1710,
[1711] = 1711,
[1712] = 1712,
[1713] = 1713,
[1714] = 1714,
[1715] = 1715,
[1716] = 1716,
[1717] = 1717,
[1718] = 1718,
[1719] = 1719,
[1720] = 1720,
[1721] = 1721,
[1722] = 1722,
[1723] = 1723,
[1724] = 1724,
[1725] = 1725,
[1726] = 1726,
[1727] = 1727,
[1728] = 1728,
[1729] = 1729,
[1730] = 1730,
[1731] = 1731,
[1732] = 1732,
[1733] = 1733,
[1734] = 1734,
[1735] = 1735,
[1736] = 1736,
[1737] = 1737,
[1738] = 1738,
[1739] = 1739,
[1740] = 1740,
[1741] = 1741,
[1742] = 1742,
[1743] = 1743,
[1744] = 1744,
[1745] = 1745,
[1746] = 1746,
[1747] = 1747,
[1748] = 1748,
[1749] = 1749,
[1750] = 1750,
[1751] = 1751,
[1752] = 1752,
[1753] = 1753,
[1754] = 1754,
[1755] = 1755,
[1756] = 1756,
[1757] = 1757,
[1758] = 1758,
[1759] = 1759,
[1760] = 1760,
[1761] = 1761,
[1762] = 1762,
[1763] = 1763,
[1764] = 1764,
[1765] = 1765,
[1766] = 1766,
[1767] = 1767,
[1768] = 1768,
[1769] = 1769,
[1770] = 1770,
[1771] = 1771,
[1772] = 1772,
[1773] = 1773,
[1774] = 1774,
[1775] = 1775,
[1776] = 1776,
[1777] = 1777,
[1778] = 1778,
[1779] = 1779,
[1780] = 1780,
[1781] = 1781,
[1782] = 1782,
[1783] = 1783,
[1784] = 1784,
[1785] = 1785,
[1786] = 1786,
[1787] = 1787,
[1788] = 1788,
[1789] = 1789,
[1790] = 1790,
[1791] = 1791,
[1792] = 1792,
[1793] = 1793,
[1794] = 1794,
[1795] = 1795,
[1796] = 1796,
[1797] = 1797,
[1798] = 1798,
[1799] = 1799,
[1800] = 1800,
[1801] = 1801,
[1802] = 1802,
[1803] = 1803,
[1804] = 1804,
[1805] = 1805,
[1806] = 1806,
[1807] = 1807,
[1808] = 1808,
[1809] = 1809,
[1810] = 1810,
[1811] = 1811,
[1812] = 1812,
[1813] = 1813,
[1814] = 1814,
[1815] = 1815,
[1816] = 1816,
[1817] = 1817,
[1818] = 1818,
[1819] = 1819,
[1820] = 1820,
[1821] = 1821,
[1822] = 1822,
[1823] = 1823,
[1824] = 1824,
[1825] = 1825,
[1826] = 1826,
[1827] = 1827,
[1828] = 1828,
[1829] = 1829,
[1830] = 1830,
[1831] = 1831,
[1832] = 1832,
[1833] = 1833,
[1834] = 1834,
[1835] = 1835,
[1836] = 1836,
[1837] = 1837,
[1838] = 1838,
[1839] = 1839,
[1840] = 1840,
[1841] = 1841,
[1842] = 1842,
[1843] = 1843,
[1844] = 1844,
[1845] = 1845,
[1846] = 1846,
[1847] = 1847,
[1848] = 1848,
[1849] = 1849,
[1850] = 1850,
[1851] = 1851,
[1852] = 1852,
[1853] = 1853,
[1854] = 1854,
[1855] = 1855,
[1856] = 1856,
[1857] = 1857,
[1858] = 1858,
[1859] = 1859,
[1860] = 1860,
[1861] = 1861,
[1862] = 1862,
[1863] = 1863,
[1864] = 1864,
[1865] = 1865,
[1866] = 1866,
[1867] = 1867,
[1868] = 1868,
[1869] = 1869,
[1870] = 1870,
[1871] = 1871,
[1872] = 1872,
[1873] = 1873,
[1874] = 1874,
[1875] = 1875,
[1876] = 1876,
[1877] = 1877,
[1878] = 1878,
[1879] = 1879,
[1880] = 1880,
[1881] = 1881,
[1882] = 1882,
[1883] = 1883,
[1884] = 1884,
[1885] = 1885,
[1886] = 1886,
[1887] = 1887,
[1888] = 1888,
[1889] = 1889,
[1890] = 1890,
[1891] = 1891,
[1892] = 1892,
[1893] = 1893,
[1894] = 1894,
[1895] = 1895,
[1896] = 1896,
[1897] = 1897,
[1898] = 1898,
[1899] = 1899,
[1900] = 1900,
[1901] = 1901,
[1902] = 1902,
[1903] = 1903,
[1904] = 1904,
[1905] = 1905,
[1906] = 1906,
[1907] = 1907,
[1908] = 1908,
[1909] = 1909,
[1910] = 1910,
[1911] = 1911,
[1912] = 1912,
[1913] = 1913,
[1914] = 1914,
[1915] = 1915,
[1916] = 1916,
[1917] = 1917,
[1918] = 1918,
[1919] = 1919,
[1920] = 1920,
[1921] = 1921,
[1922] = 1922,
[1923] = 1923,
[1924] = 1924,
[1925] = 1925,
[1926] = 1926,
[1927] = 1927,
[1928] = 1928,
[1929] = 1929,
[1930] = 1930,
[1931] = 1931,
[1932] = 1932,
[1933] = 1933,
[1934] = 1934,
[1935] = 1935,
[1936] = 1936,
[1937] = 1937,
[1938] = 1938,
[1939] = 1939,
[1940] = 1940,
[1941] = 1941,
[1942] = 1942,
[1943] = 1943,
[1944] = 1944,
[1945] = 1945,
[1946] = 1946,
};
static bool ts_lex(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (eof) ADVANCE(28);
if (lookahead == '"') ADVANCE(8);
if (lookahead == '&') ADVANCE(55);
if (lookahead == '\'') ADVANCE(60);
if (lookahead == '(') ADVANCE(64);
if (lookahead == ')') ADVANCE(65);
if (lookahead == '*') ADVANCE(57);
if (lookahead == '+') ADVANCE(53);
if (lookahead == ',') ADVANCE(63);
if (lookahead == '-') ADVANCE(54);
if (lookahead == '.') ADVANCE(61);
if (lookahead == '/') ADVANCE(58);
if (lookahead == ':') ADVANCE(69);
if (lookahead == ';') ADVANCE(75);
if (lookahead == '<') ADVANCE(47);
if (lookahead == '=') ADVANCE(45);
if (lookahead == '>') ADVANCE(51);
if (lookahead == '@') ADVANCE(62);
if (lookahead == '[') ADVANCE(66);
if (lookahead == '\\') SKIP(24)
if (lookahead == ']') ADVANCE(67);
if (lookahead == 'a') ADVANCE(32);
if (lookahead == 'm') ADVANCE(34);
if (lookahead == 'n') ADVANCE(35);
if (lookahead == '|') ADVANCE(72);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(0)
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(41);
if (lookahead != 0 &&
lookahead > '?' &&
(lookahead < '^' || '`' < lookahead) &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(36);
END_STATE();
case 1:
if (lookahead == '\n') SKIP(10)
END_STATE();
case 2:
if (lookahead == '\n') SKIP(10)
if (lookahead == '\r') SKIP(1)
END_STATE();
case 3:
if (lookahead == '\n') SKIP(11)
END_STATE();
case 4:
if (lookahead == '\n') SKIP(11)
if (lookahead == '\r') SKIP(3)
END_STATE();
case 5:
if (lookahead == '\n') SKIP(7)
END_STATE();
case 6:
if (lookahead == '\n') SKIP(7)
if (lookahead == '\r') SKIP(5)
END_STATE();
case 7:
if (lookahead == '"') ADVANCE(8);
if (lookahead == '&') ADVANCE(55);
if (lookahead == '\'') ADVANCE(22);
if (lookahead == ')') ADVANCE(65);
if (lookahead == '*') ADVANCE(56);
if (lookahead == '+') ADVANCE(53);
if (lookahead == ',') ADVANCE(63);
if (lookahead == '-') ADVANCE(54);
if (lookahead == '.') ADVANCE(13);
if (lookahead == '/') ADVANCE(58);
if (lookahead == ';') ADVANCE(75);
if (lookahead == '<') ADVANCE(48);
if (lookahead == '=') ADVANCE(45);
if (lookahead == '>') ADVANCE(50);
if (lookahead == '@') ADVANCE(62);
if (lookahead == '[') ADVANCE(66);
if (lookahead == '\\') SKIP(6)
if (lookahead == ']') ADVANCE(67);
if (lookahead == 'm') ADVANCE(34);
if (lookahead == '|') ADVANCE(72);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(7)
if (lookahead != 0 &&
lookahead > '?' &&
(lookahead < '^' || '`' < lookahead) &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(36);
END_STATE();
case 8:
if (lookahead == '"') ADVANCE(38);
if (lookahead != 0) ADVANCE(8);
END_STATE();
case 9:
if (lookahead == '#') ADVANCE(40);
if (lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(9);
END_STATE();
case 10:
if (lookahead == '&') ADVANCE(55);
if (lookahead == '\'') ADVANCE(60);
if (lookahead == '(') ADVANCE(64);
if (lookahead == ')') ADVANCE(65);
if (lookahead == '*') ADVANCE(57);
if (lookahead == '+') ADVANCE(53);
if (lookahead == ',') ADVANCE(63);
if (lookahead == '-') ADVANCE(54);
if (lookahead == '.') ADVANCE(61);
if (lookahead == '/') ADVANCE(58);
if (lookahead == ':') ADVANCE(69);
if (lookahead == ';') ADVANCE(70);
if (lookahead == '<') ADVANCE(48);
if (lookahead == '=') ADVANCE(45);
if (lookahead == '>') ADVANCE(50);
if (lookahead == '\\') SKIP(2)
if (lookahead == ']') ADVANCE(67);
if (lookahead == 'm') ADVANCE(34);
if (lookahead == '|') ADVANCE(72);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(10)
if (lookahead != 0 &&
lookahead > '@' &&
(lookahead < '[' || '`' < lookahead) &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(36);
END_STATE();
case 11:
if (lookahead == '&') ADVANCE(55);
if (lookahead == '\'') ADVANCE(60);
if (lookahead == '(') ADVANCE(64);
if (lookahead == ')') ADVANCE(65);
if (lookahead == '+') ADVANCE(53);
if (lookahead == ',') ADVANCE(63);
if (lookahead == '-') ADVANCE(54);
if (lookahead == '.') ADVANCE(61);
if (lookahead == '/') ADVANCE(15);
if (lookahead == ':') ADVANCE(69);
if (lookahead == ';') ADVANCE(70);
if (lookahead == '<') ADVANCE(48);
if (lookahead == '=') ADVANCE(45);
if (lookahead == '>') ADVANCE(50);
if (lookahead == '\\') SKIP(4)
if (lookahead == ']') ADVANCE(67);
if (lookahead == '|') ADVANCE(72);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(11)
if (lookahead != 0 &&
lookahead > '@' &&
(lookahead < '[' || '`' < lookahead) &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(36);
END_STATE();
case 12:
if (lookahead == '\'') ADVANCE(39);
END_STATE();
case 13:
if (lookahead == '.') ADVANCE(71);
END_STATE();
case 14:
if (lookahead == '<') ADVANCE(79);
if (lookahead == '>') ADVANCE(74);
END_STATE();
case 15:
if (lookahead == '=') ADVANCE(46);
END_STATE();
case 16:
if (lookahead == '>') ADVANCE(68);
END_STATE();
case 17:
if (lookahead == '>') ADVANCE(80);
END_STATE();
case 18:
if (lookahead == '+' ||
lookahead == '-') ADVANCE(20);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_') ADVANCE(44);
END_STATE();
case 19:
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_') ADVANCE(43);
END_STATE();
case 20:
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_') ADVANCE(44);
END_STATE();
case 21:
if (lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(9);
END_STATE();
case 22:
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(12);
END_STATE();
case 23:
if (eof) ADVANCE(28);
if (lookahead == '\n') SKIP(0)
END_STATE();
case 24:
if (eof) ADVANCE(28);
if (lookahead == '\n') SKIP(0)
if (lookahead == '\r') SKIP(23)
END_STATE();
case 25:
if (eof) ADVANCE(28);
if (lookahead == '\n') SKIP(27)
END_STATE();
case 26:
if (eof) ADVANCE(28);
if (lookahead == '\n') SKIP(27)
if (lookahead == '\r') SKIP(25)
END_STATE();
case 27:
if (eof) ADVANCE(28);
if (lookahead == '"') ADVANCE(8);
if (lookahead == '\'') ADVANCE(22);
if (lookahead == '(') ADVANCE(64);
if (lookahead == ')') ADVANCE(65);
if (lookahead == '+') ADVANCE(53);
if (lookahead == ',') ADVANCE(63);
if (lookahead == '-') ADVANCE(54);
if (lookahead == '.') ADVANCE(13);
if (lookahead == ':') ADVANCE(69);
if (lookahead == ';') ADVANCE(70);
if (lookahead == '<') ADVANCE(14);
if (lookahead == '=') ADVANCE(16);
if (lookahead == '>') ADVANCE(17);
if (lookahead == '@') ADVANCE(62);
if (lookahead == '[') ADVANCE(66);
if (lookahead == '\\') SKIP(26)
if (lookahead == ']') ADVANCE(67);
if (lookahead == '|') ADVANCE(72);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(27)
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(41);
if (lookahead != 0 &&
lookahead > '?' &&
(lookahead < '^' || '`' < lookahead) &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(36);
END_STATE();
case 28:
ACCEPT_TOKEN(ts_builtin_sym_end);
END_STATE();
case 29:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'd') ADVANCE(59);
if (lookahead != 0 &&
lookahead > '/' &&
(lookahead < ':' || '@' < lookahead) &&
(lookahead < '[' || '^' < lookahead) &&
lookahead != '`' &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(36);
END_STATE();
case 30:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(78);
if (lookahead != 0 &&
lookahead > '/' &&
(lookahead < ':' || '@' < lookahead) &&
(lookahead < '[' || '^' < lookahead) &&
lookahead != '`' &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(36);
END_STATE();
case 31:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(77);
if (lookahead != 0 &&
lookahead > '/' &&
(lookahead < ':' || '@' < lookahead) &&
(lookahead < '[' || '^' < lookahead) &&
lookahead != '`' &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(36);
END_STATE();
case 32:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(30);
if (lookahead != 0 &&
lookahead > '/' &&
(lookahead < ':' || '@' < lookahead) &&
(lookahead < '[' || '^' < lookahead) &&
lookahead != '`' &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(36);
END_STATE();
case 33:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(31);
if (lookahead != 0 &&
lookahead > '/' &&
(lookahead < ':' || '@' < lookahead) &&
(lookahead < '[' || '^' < lookahead) &&
lookahead != '`' &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(36);
END_STATE();
case 34:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(29);
if (lookahead != 0 &&
lookahead > '/' &&
(lookahead < ':' || '@' < lookahead) &&
(lookahead < '[' || '^' < lookahead) &&
lookahead != '`' &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(36);
END_STATE();
case 35:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(33);
if (lookahead != 0 &&
lookahead > '/' &&
(lookahead < ':' || '@' < lookahead) &&
(lookahead < '[' || '^' < lookahead) &&
lookahead != '`' &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(36);
END_STATE();
case 36:
ACCEPT_TOKEN(sym_identifier);
if (lookahead != 0 &&
lookahead > '/' &&
(lookahead < ':' || '@' < lookahead) &&
(lookahead < '[' || '^' < lookahead) &&
lookahead != '`' &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(36);
END_STATE();
case 37:
ACCEPT_TOKEN(sym_comment);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(37);
END_STATE();
case 38:
ACCEPT_TOKEN(sym_string_literal);
if (lookahead == '"') ADVANCE(8);
END_STATE();
case 39:
ACCEPT_TOKEN(sym_character_literal);
END_STATE();
case 40:
ACCEPT_TOKEN(sym_numeric_literal);
END_STATE();
case 41:
ACCEPT_TOKEN(sym_numeric_literal);
if (lookahead == '#') ADVANCE(21);
if (lookahead == '.') ADVANCE(19);
if (lookahead == '_') ADVANCE(42);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(18);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(41);
END_STATE();
case 42:
ACCEPT_TOKEN(sym_numeric_literal);
if (lookahead == '.') ADVANCE(19);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(18);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_') ADVANCE(42);
END_STATE();
case 43:
ACCEPT_TOKEN(sym_numeric_literal);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(18);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_') ADVANCE(43);
END_STATE();
case 44:
ACCEPT_TOKEN(sym_numeric_literal);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_') ADVANCE(44);
END_STATE();
case 45:
ACCEPT_TOKEN(anon_sym_EQ);
if (lookahead == '>') ADVANCE(68);
END_STATE();
case 46:
ACCEPT_TOKEN(anon_sym_SLASH_EQ);
END_STATE();
case 47:
ACCEPT_TOKEN(anon_sym_LT);
if (lookahead == '<') ADVANCE(79);
if (lookahead == '=') ADVANCE(49);
if (lookahead == '>') ADVANCE(74);
END_STATE();
case 48:
ACCEPT_TOKEN(anon_sym_LT);
if (lookahead == '=') ADVANCE(49);
END_STATE();
case 49:
ACCEPT_TOKEN(anon_sym_LT_EQ);
END_STATE();
case 50:
ACCEPT_TOKEN(anon_sym_GT);
if (lookahead == '=') ADVANCE(52);
END_STATE();
case 51:
ACCEPT_TOKEN(anon_sym_GT);
if (lookahead == '=') ADVANCE(52);
if (lookahead == '>') ADVANCE(80);
END_STATE();
case 52:
ACCEPT_TOKEN(anon_sym_GT_EQ);
END_STATE();
case 53:
ACCEPT_TOKEN(anon_sym_PLUS);
END_STATE();
case 54:
ACCEPT_TOKEN(anon_sym_DASH);
if (lookahead == '-') ADVANCE(37);
END_STATE();
case 55:
ACCEPT_TOKEN(anon_sym_AMP);
END_STATE();
case 56:
ACCEPT_TOKEN(anon_sym_STAR);
END_STATE();
case 57:
ACCEPT_TOKEN(anon_sym_STAR);
if (lookahead == '*') ADVANCE(73);
END_STATE();
case 58:
ACCEPT_TOKEN(anon_sym_SLASH);
if (lookahead == '=') ADVANCE(46);
END_STATE();
case 59:
ACCEPT_TOKEN(anon_sym_mod);
if (lookahead != 0 &&
lookahead > '/' &&
(lookahead < ':' || '@' < lookahead) &&
(lookahead < '[' || '^' < lookahead) &&
lookahead != '`' &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(36);
END_STATE();
case 60:
ACCEPT_TOKEN(sym_tick);
END_STATE();
case 61:
ACCEPT_TOKEN(anon_sym_DOT);
if (lookahead == '.') ADVANCE(71);
END_STATE();
case 62:
ACCEPT_TOKEN(sym_target_name);
END_STATE();
case 63:
ACCEPT_TOKEN(anon_sym_COMMA);
END_STATE();
case 64:
ACCEPT_TOKEN(anon_sym_LPAREN);
END_STATE();
case 65:
ACCEPT_TOKEN(anon_sym_RPAREN);
END_STATE();
case 66:
ACCEPT_TOKEN(anon_sym_LBRACK);
END_STATE();
case 67:
ACCEPT_TOKEN(anon_sym_RBRACK);
END_STATE();
case 68:
ACCEPT_TOKEN(anon_sym_EQ_GT);
END_STATE();
case 69:
ACCEPT_TOKEN(anon_sym_COLON);
if (lookahead == '=') ADVANCE(76);
END_STATE();
case 70:
ACCEPT_TOKEN(anon_sym_SEMI);
END_STATE();
case 71:
ACCEPT_TOKEN(anon_sym_DOT_DOT);
END_STATE();
case 72:
ACCEPT_TOKEN(anon_sym_PIPE);
END_STATE();
case 73:
ACCEPT_TOKEN(anon_sym_STAR_STAR);
END_STATE();
case 74:
ACCEPT_TOKEN(anon_sym_LT_GT);
END_STATE();
case 75:
ACCEPT_TOKEN(aux_sym_component_list_token1);
END_STATE();
case 76:
ACCEPT_TOKEN(anon_sym_COLON_EQ);
END_STATE();
case 77:
ACCEPT_TOKEN(anon_sym_null);
if (lookahead != 0 &&
lookahead > '/' &&
(lookahead < ':' || '@' < lookahead) &&
(lookahead < '[' || '^' < lookahead) &&
lookahead != '`' &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(36);
END_STATE();
case 78:
ACCEPT_TOKEN(anon_sym_all);
if (lookahead != 0 &&
lookahead > '/' &&
(lookahead < ':' || '@' < lookahead) &&
(lookahead < '[' || '^' < lookahead) &&
lookahead != '`' &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(36);
END_STATE();
case 79:
ACCEPT_TOKEN(anon_sym_LT_LT);
END_STATE();
case 80:
ACCEPT_TOKEN(anon_sym_GT_GT);
END_STATE();
default:
return false;
}
}
static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (lookahead == 'C') ADVANCE(1);
if (lookahead == 'R') ADVANCE(2);
if (lookahead == '\\') SKIP(3)
if (lookahead == 'c') ADVANCE(4);
if (lookahead == 'r') ADVANCE(5);
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(6);
if (lookahead == 'B' ||
lookahead == 'b') ADVANCE(7);
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(8);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(9);
if (lookahead == 'F' ||
lookahead == 'f') ADVANCE(10);
if (lookahead == 'G' ||
lookahead == 'g') ADVANCE(11);
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(12);
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(13);
if (lookahead == 'M' ||
lookahead == 'm') ADVANCE(14);
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(15);
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(16);
if (lookahead == 'P' ||
lookahead == 'p') ADVANCE(17);
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(18);
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(19);
if (lookahead == 'U' ||
lookahead == 'u') ADVANCE(20);
if (lookahead == 'W' ||
lookahead == 'w') ADVANCE(21);
if (lookahead == 'X' ||
lookahead == 'x') ADVANCE(22);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(0)
END_STATE();
case 1:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(23);
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(24);
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(25);
END_STATE();
case 2:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(26);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(27);
END_STATE();
case 3:
if (lookahead == '\n') SKIP(0)
if (lookahead == '\r') SKIP(28)
END_STATE();
case 4:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(23);
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(25);
END_STATE();
case 5:
if (lookahead == 'E') ADVANCE(27);
if (lookahead == 'e') ADVANCE(29);
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(26);
END_STATE();
case 6:
if (lookahead == 'B' ||
lookahead == 'b') ADVANCE(30);
if (lookahead == 'C' ||
lookahead == 'c') ADVANCE(31);
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(32);
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(33);
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(34);
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(35);
END_STATE();
case 7:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(36);
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(37);
END_STATE();
case 8:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(38);
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(39);
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(40);
END_STATE();
case 9:
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(41);
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(42);
if (lookahead == 'X' ||
lookahead == 'x') ADVANCE(43);
END_STATE();
case 10:
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(44);
if (lookahead == 'U' ||
lookahead == 'u') ADVANCE(45);
END_STATE();
case 11:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(46);
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(47);
END_STATE();
case 12:
if (lookahead == 'F' ||
lookahead == 'f') ADVANCE(48);
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(49);
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(50);
END_STATE();
case 13:
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(51);
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(52);
END_STATE();
case 14:
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(53);
END_STATE();
case 15:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(54);
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(55);
if (lookahead == 'U' ||
lookahead == 'u') ADVANCE(56);
END_STATE();
case 16:
if (lookahead == 'F' ||
lookahead == 'f') ADVANCE(57);
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(58);
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(59);
if (lookahead == 'U' ||
lookahead == 'u') ADVANCE(60);
if (lookahead == 'V' ||
lookahead == 'v') ADVANCE(61);
END_STATE();
case 17:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(62);
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(63);
END_STATE();
case 18:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(64);
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(65);
if (lookahead == 'U' ||
lookahead == 'u') ADVANCE(66);
if (lookahead == 'Y' ||
lookahead == 'y') ADVANCE(67);
END_STATE();
case 19:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(68);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(69);
if (lookahead == 'H' ||
lookahead == 'h') ADVANCE(70);
if (lookahead == 'Y' ||
lookahead == 'y') ADVANCE(71);
END_STATE();
case 20:
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(72);
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(73);
END_STATE();
case 21:
if (lookahead == 'H' ||
lookahead == 'h') ADVANCE(74);
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(75);
END_STATE();
case 22:
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(76);
END_STATE();
case 23:
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(77);
END_STATE();
case 24:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(78);
END_STATE();
case 25:
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(79);
END_STATE();
case 26:
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(80);
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(81);
END_STATE();
case 27:
if (lookahead == 'C' ||
lookahead == 'c') ADVANCE(82);
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(83);
if (lookahead == 'Q' ||
lookahead == 'q') ADVANCE(84);
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(85);
if (lookahead == 'V' ||
lookahead == 'v') ADVANCE(86);
END_STATE();
case 28:
if (lookahead == '\n') SKIP(0)
END_STATE();
case 29:
if (lookahead == 'm') ADVANCE(87);
if (lookahead == 'C' ||
lookahead == 'c') ADVANCE(82);
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(83);
if (lookahead == 'Q' ||
lookahead == 'q') ADVANCE(84);
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(85);
if (lookahead == 'V' ||
lookahead == 'v') ADVANCE(86);
END_STATE();
case 30:
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(88);
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(89);
END_STATE();
case 31:
if (lookahead == 'C' ||
lookahead == 'c') ADVANCE(90);
END_STATE();
case 32:
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(91);
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(92);
END_STATE();
case 33:
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(93);
END_STATE();
case 34:
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(94);
END_STATE();
case 35:
ACCEPT_TOKEN(aux_sym_at_clause_token1);
END_STATE();
case 36:
if (lookahead == 'G' ||
lookahead == 'g') ADVANCE(95);
END_STATE();
case 37:
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(96);
END_STATE();
case 38:
if (lookahead == 'C' ||
lookahead == 'c') ADVANCE(97);
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(98);
END_STATE();
case 39:
if (lookahead == 'G' ||
lookahead == 'g') ADVANCE(99);
END_STATE();
case 40:
ACCEPT_TOKEN(aux_sym_accept_statement_token2);
END_STATE();
case 41:
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(100);
END_STATE();
case 42:
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(101);
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(102);
END_STATE();
case 43:
if (lookahead == 'C' ||
lookahead == 'c') ADVANCE(103);
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(104);
END_STATE();
case 44:
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(105);
END_STATE();
case 45:
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(106);
END_STATE();
case 46:
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(107);
END_STATE();
case 47:
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(108);
END_STATE();
case 48:
ACCEPT_TOKEN(aux_sym_if_expression_token1);
END_STATE();
case 49:
ACCEPT_TOKEN(aux_sym_chunk_specification_token1);
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(109);
END_STATE();
case 50:
ACCEPT_TOKEN(aux_sym_package_specification_token2);
END_STATE();
case 51:
if (lookahead == 'M' ||
lookahead == 'm') ADVANCE(110);
END_STATE();
case 52:
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(111);
END_STATE();
case 53:
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(112);
END_STATE();
case 54:
if (lookahead == 'W' ||
lookahead == 'w') ADVANCE(113);
END_STATE();
case 55:
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(114);
END_STATE();
case 56:
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(115);
END_STATE();
case 57:
ACCEPT_TOKEN(aux_sym_iterator_specification_token1);
END_STATE();
case 58:
ACCEPT_TOKEN(aux_sym_expression_token3);
END_STATE();
case 59:
if (lookahead == 'H' ||
lookahead == 'h') ADVANCE(116);
END_STATE();
case 60:
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(117);
END_STATE();
case 61:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(118);
END_STATE();
case 62:
if (lookahead == 'C' ||
lookahead == 'c') ADVANCE(119);
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(120);
END_STATE();
case 63:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(121);
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(122);
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(123);
END_STATE();
case 64:
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(124);
if (lookahead == 'P' ||
lookahead == 'p') ADVANCE(125);
END_STATE();
case 65:
if (lookahead == 'M' ||
lookahead == 'm') ADVANCE(126);
END_STATE();
case 66:
if (lookahead == 'B' ||
lookahead == 'b') ADVANCE(127);
END_STATE();
case 67:
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(128);
END_STATE();
case 68:
if (lookahead == 'G' ||
lookahead == 'g') ADVANCE(129);
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(130);
END_STATE();
case 69:
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(131);
END_STATE();
case 70:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(132);
END_STATE();
case 71:
if (lookahead == 'P' ||
lookahead == 'p') ADVANCE(133);
END_STATE();
case 72:
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(134);
END_STATE();
case 73:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(135);
END_STATE();
case 74:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(136);
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(137);
END_STATE();
case 75:
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(138);
END_STATE();
case 76:
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(139);
END_STATE();
case 77:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(140);
END_STATE();
case 78:
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(141);
END_STATE();
case 79:
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(142);
END_STATE();
case 80:
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(143);
END_STATE();
case 81:
if (lookahead == 'G' ||
lookahead == 'g') ADVANCE(144);
END_STATE();
case 82:
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(145);
END_STATE();
case 83:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(146);
END_STATE();
case 84:
if (lookahead == 'U' ||
lookahead == 'u') ADVANCE(147);
END_STATE();
case 85:
if (lookahead == 'U' ||
lookahead == 'u') ADVANCE(148);
END_STATE();
case 86:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(149);
END_STATE();
case 87:
ACCEPT_TOKEN(anon_sym_rem);
END_STATE();
case 88:
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(150);
END_STATE();
case 89:
ACCEPT_TOKEN(aux_sym_factor_abs_token1);
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(151);
END_STATE();
case 90:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(152);
END_STATE();
case 91:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(153);
END_STATE();
case 92:
ACCEPT_TOKEN(aux_sym_use_clause_token1);
END_STATE();
case 93:
ACCEPT_TOKEN(aux_sym_expression_token1);
END_STATE();
case 94:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(154);
END_STATE();
case 95:
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(155);
END_STATE();
case 96:
if (lookahead == 'Y' ||
lookahead == 'y') ADVANCE(156);
END_STATE();
case 97:
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(157);
END_STATE();
case 98:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(158);
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(159);
END_STATE();
case 99:
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(160);
END_STATE();
case 100:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(161);
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(162);
END_STATE();
case 101:
ACCEPT_TOKEN(aux_sym_package_specification_token3);
END_STATE();
case 102:
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(163);
END_STATE();
case 103:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(164);
END_STATE();
case 104:
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(165);
END_STATE();
case 105:
ACCEPT_TOKEN(aux_sym_iterated_element_association_token1);
END_STATE();
case 106:
if (lookahead == 'C' ||
lookahead == 'c') ADVANCE(166);
END_STATE();
case 107:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(167);
END_STATE();
case 108:
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(168);
END_STATE();
case 109:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(169);
END_STATE();
case 110:
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(170);
END_STATE();
case 111:
if (lookahead == 'P' ||
lookahead == 'p') ADVANCE(171);
END_STATE();
case 112:
ACCEPT_TOKEN(aux_sym_attribute_designator_token4);
END_STATE();
case 113:
ACCEPT_TOKEN(aux_sym_allocator_token1);
END_STATE();
case 114:
ACCEPT_TOKEN(aux_sym_relation_membership_token1);
END_STATE();
case 115:
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(172);
END_STATE();
case 116:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(173);
END_STATE();
case 117:
ACCEPT_TOKEN(aux_sym_non_empty_mode_token1);
END_STATE();
case 118:
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(174);
END_STATE();
case 119:
if (lookahead == 'K' ||
lookahead == 'k') ADVANCE(175);
END_STATE();
case 120:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(176);
END_STATE();
case 121:
if (lookahead == 'G' ||
lookahead == 'g') ADVANCE(177);
END_STATE();
case 122:
if (lookahead == 'V' ||
lookahead == 'v') ADVANCE(178);
END_STATE();
case 123:
if (lookahead == 'C' ||
lookahead == 'c') ADVANCE(179);
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(180);
END_STATE();
case 124:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(181);
END_STATE();
case 125:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(182);
END_STATE();
case 126:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(183);
END_STATE();
case 127:
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(184);
END_STATE();
case 128:
if (lookahead == 'C' ||
lookahead == 'c') ADVANCE(185);
END_STATE();
case 129:
if (lookahead == 'G' ||
lookahead == 'g') ADVANCE(186);
END_STATE();
case 130:
if (lookahead == 'K' ||
lookahead == 'k') ADVANCE(187);
END_STATE();
case 131:
if (lookahead == 'M' ||
lookahead == 'm') ADVANCE(188);
END_STATE();
case 132:
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(189);
END_STATE();
case 133:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(190);
END_STATE();
case 134:
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(191);
END_STATE();
case 135:
ACCEPT_TOKEN(aux_sym_iterated_element_association_token2);
END_STATE();
case 136:
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(192);
END_STATE();
case 137:
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(193);
END_STATE();
case 138:
if (lookahead == 'H' ||
lookahead == 'h') ADVANCE(194);
END_STATE();
case 139:
ACCEPT_TOKEN(aux_sym_expression_token5);
END_STATE();
case 140:
ACCEPT_TOKEN(aux_sym_case_expression_token1);
END_STATE();
case 141:
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(195);
END_STATE();
case 142:
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(196);
END_STATE();
case 143:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(197);
END_STATE();
case 144:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(198);
END_STATE();
case 145:
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(199);
END_STATE();
case 146:
if (lookahead == 'M' ||
lookahead == 'm') ADVANCE(200);
END_STATE();
case 147:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(201);
END_STATE();
case 148:
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(202);
END_STATE();
case 149:
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(203);
END_STATE();
case 150:
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(204);
END_STATE();
case 151:
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(205);
END_STATE();
case 152:
if (lookahead == 'P' ||
lookahead == 'p') ADVANCE(206);
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(207);
END_STATE();
case 153:
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(208);
END_STATE();
case 154:
if (lookahead == 'Y' ||
lookahead == 'y') ADVANCE(209);
END_STATE();
case 155:
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(210);
END_STATE();
case 156:
ACCEPT_TOKEN(aux_sym_package_body_token1);
END_STATE();
case 157:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(211);
END_STATE();
case 158:
if (lookahead == 'Y' ||
lookahead == 'y') ADVANCE(212);
END_STATE();
case 159:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(213);
END_STATE();
case 160:
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(214);
END_STATE();
case 161:
ACCEPT_TOKEN(aux_sym_expression_token4);
END_STATE();
case 162:
if (lookahead == 'F' ||
lookahead == 'f') ADVANCE(215);
END_STATE();
case 163:
if (lookahead == 'Y' ||
lookahead == 'y') ADVANCE(216);
END_STATE();
case 164:
if (lookahead == 'P' ||
lookahead == 'p') ADVANCE(217);
END_STATE();
case 165:
ACCEPT_TOKEN(aux_sym_exit_statement_token1);
END_STATE();
case 166:
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(218);
END_STATE();
case 167:
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(219);
END_STATE();
case 168:
ACCEPT_TOKEN(aux_sym_goto_statement_token1);
END_STATE();
case 169:
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(220);
END_STATE();
case 170:
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(221);
END_STATE();
case 171:
ACCEPT_TOKEN(aux_sym_loop_statement_token1);
END_STATE();
case 172:
ACCEPT_TOKEN(aux_sym_primary_null_token1);
END_STATE();
case 173:
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(222);
END_STATE();
case 174:
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(223);
END_STATE();
case 175:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(224);
END_STATE();
case 176:
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(225);
END_STATE();
case 177:
if (lookahead == 'M' ||
lookahead == 'm') ADVANCE(226);
END_STATE();
case 178:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(227);
END_STATE();
case 179:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(228);
END_STATE();
case 180:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(229);
END_STATE();
case 181:
if (lookahead == 'C' ||
lookahead == 'c') ADVANCE(230);
END_STATE();
case 182:
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(231);
END_STATE();
case 183:
ACCEPT_TOKEN(aux_sym_quantifier_token1);
END_STATE();
case 184:
if (lookahead == 'Y' ||
lookahead == 'y') ADVANCE(232);
END_STATE();
case 185:
if (lookahead == 'H' ||
lookahead == 'h') ADVANCE(233);
END_STATE();
case 186:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(234);
END_STATE();
case 187:
ACCEPT_TOKEN(aux_sym_interface_type_definition_token1);
END_STATE();
case 188:
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(235);
END_STATE();
case 189:
ACCEPT_TOKEN(aux_sym_expression_token2);
END_STATE();
case 190:
ACCEPT_TOKEN(aux_sym_use_clause_token2);
END_STATE();
case 191:
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(236);
END_STATE();
case 192:
ACCEPT_TOKEN(aux_sym_iterator_filter_token1);
END_STATE();
case 193:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(237);
END_STATE();
case 194:
ACCEPT_TOKEN(aux_sym_with_clause_token2);
END_STATE();
case 195:
ACCEPT_TOKEN(aux_sym__aspect_mark_token1);
END_STATE();
case 196:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(238);
END_STATE();
case 197:
ACCEPT_TOKEN(aux_sym_raise_expression_token1);
END_STATE();
case 198:
ACCEPT_TOKEN(aux_sym_range_attribute_designator_token1);
END_STATE();
case 199:
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(239);
END_STATE();
case 200:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(240);
END_STATE();
case 201:
if (lookahead == 'U' ||
lookahead == 'u') ADVANCE(241);
END_STATE();
case 202:
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(242);
END_STATE();
case 203:
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(243);
END_STATE();
case 204:
ACCEPT_TOKEN(aux_sym_asynchronous_select_token2);
END_STATE();
case 205:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(244);
END_STATE();
case 206:
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(245);
END_STATE();
case 207:
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(246);
END_STATE();
case 208:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(247);
END_STATE();
case 209:
ACCEPT_TOKEN(aux_sym_array_type_definition_token1);
END_STATE();
case 210:
ACCEPT_TOKEN(aux_sym_subprogram_body_token1);
END_STATE();
case 211:
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(248);
END_STATE();
case 212:
ACCEPT_TOKEN(aux_sym_delay_until_statement_token1);
END_STATE();
case 213:
ACCEPT_TOKEN(aux_sym_attribute_designator_token2);
END_STATE();
case 214:
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(249);
END_STATE();
case 215:
ACCEPT_TOKEN(aux_sym_elsif_expression_item_token1);
END_STATE();
case 216:
ACCEPT_TOKEN(aux_sym_entry_declaration_token1);
END_STATE();
case 217:
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(250);
END_STATE();
case 218:
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(251);
END_STATE();
case 219:
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(252);
END_STATE();
case 220:
if (lookahead == 'F' ||
lookahead == 'f') ADVANCE(253);
END_STATE();
case 221:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(254);
END_STATE();
case 222:
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(255);
END_STATE();
case 223:
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(256);
END_STATE();
case 224:
if (lookahead == 'G' ||
lookahead == 'g') ADVANCE(257);
END_STATE();
case 225:
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(258);
END_STATE();
case 226:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(259);
END_STATE();
case 227:
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(260);
END_STATE();
case 228:
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(261);
END_STATE();
case 229:
if (lookahead == 'C' ||
lookahead == 'c') ADVANCE(262);
END_STATE();
case 230:
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(263);
END_STATE();
case 231:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(264);
END_STATE();
case 232:
if (lookahead == 'P' ||
lookahead == 'p') ADVANCE(265);
END_STATE();
case 233:
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(266);
END_STATE();
case 234:
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(267);
END_STATE();
case 235:
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(268);
END_STATE();
case 236:
ACCEPT_TOKEN(aux_sym_delay_until_statement_token2);
END_STATE();
case 237:
ACCEPT_TOKEN(aux_sym_iteration_scheme_token1);
END_STATE();
case 238:
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(269);
END_STATE();
case 239:
ACCEPT_TOKEN(aux_sym_record_component_association_list_token1);
END_STATE();
case 240:
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(270);
END_STATE();
case 241:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(271);
END_STATE();
case 242:
ACCEPT_TOKEN(aux_sym_result_profile_token1);
END_STATE();
case 243:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(272);
END_STATE();
case 244:
if (lookahead == 'C' ||
lookahead == 'c') ADVANCE(273);
END_STATE();
case 245:
ACCEPT_TOKEN(aux_sym_accept_statement_token1);
END_STATE();
case 246:
ACCEPT_TOKEN(aux_sym_attribute_designator_token1);
END_STATE();
case 247:
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(274);
END_STATE();
case 248:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(275);
END_STATE();
case 249:
ACCEPT_TOKEN(aux_sym_attribute_designator_token3);
END_STATE();
case 250:
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(276);
END_STATE();
case 251:
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(277);
END_STATE();
case 252:
if (lookahead == 'C' ||
lookahead == 'c') ADVANCE(278);
END_STATE();
case 253:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(279);
END_STATE();
case 254:
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(280);
END_STATE();
case 255:
ACCEPT_TOKEN(aux_sym_component_choice_list_token1);
END_STATE();
case 256:
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(281);
END_STATE();
case 257:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(282);
END_STATE();
case 258:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(283);
END_STATE();
case 259:
ACCEPT_TOKEN(aux_sym_pragma_g_token1);
END_STATE();
case 260:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(284);
END_STATE();
case 261:
if (lookahead == 'U' ||
lookahead == 'u') ADVANCE(285);
END_STATE();
case 262:
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(286);
END_STATE();
case 263:
ACCEPT_TOKEN(aux_sym_asynchronous_select_token1);
END_STATE();
case 264:
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(287);
END_STATE();
case 265:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(288);
END_STATE();
case 266:
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(289);
END_STATE();
case 267:
ACCEPT_TOKEN(aux_sym_private_type_declaration_token2);
END_STATE();
case 268:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(290);
END_STATE();
case 269:
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(291);
END_STATE();
case 270:
ACCEPT_TOKEN(aux_sym_object_renaming_declaration_token1);
END_STATE();
case 271:
ACCEPT_TOKEN(aux_sym_requeue_statement_token1);
END_STATE();
case 272:
ACCEPT_TOKEN(aux_sym_loop_parameter_specification_token1);
END_STATE();
case 273:
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(292);
END_STATE();
case 274:
ACCEPT_TOKEN(aux_sym_component_definition_token1);
END_STATE();
case 275:
ACCEPT_TOKEN(aux_sym_declare_expression_token1);
END_STATE();
case 276:
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(293);
END_STATE();
case 277:
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(294);
END_STATE();
case 278:
ACCEPT_TOKEN(aux_sym_generic_formal_part_token1);
END_STATE();
case 279:
if (lookahead == 'C' ||
lookahead == 'c') ADVANCE(295);
END_STATE();
case 280:
ACCEPT_TOKEN(aux_sym_with_clause_token1);
END_STATE();
case 281:
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(296);
END_STATE();
case 282:
ACCEPT_TOKEN(aux_sym_package_specification_token1);
END_STATE();
case 283:
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(297);
END_STATE();
case 284:
ACCEPT_TOKEN(aux_sym_compilation_unit_token1);
END_STATE();
case 285:
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(298);
END_STATE();
case 286:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(299);
END_STATE();
case 287:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(300);
END_STATE();
case 288:
ACCEPT_TOKEN(aux_sym_subtype_declaration_token1);
END_STATE();
case 289:
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(301);
END_STATE();
case 290:
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(302);
END_STATE();
case 291:
ACCEPT_TOKEN(aux_sym_general_access_modifier_token1);
END_STATE();
case 292:
ACCEPT_TOKEN(aux_sym_private_type_declaration_token1);
END_STATE();
case 293:
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(303);
END_STATE();
case 294:
ACCEPT_TOKEN(aux_sym_access_to_subprogram_definition_token3);
END_STATE();
case 295:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(304);
END_STATE();
case 296:
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(305);
END_STATE();
case 297:
ACCEPT_TOKEN(aux_sym_value_sequence_token1);
END_STATE();
case 298:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(306);
END_STATE();
case 299:
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(307);
END_STATE();
case 300:
ACCEPT_TOKEN(aux_sym_subunit_token1);
END_STATE();
case 301:
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(308);
END_STATE();
case 302:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(309);
END_STATE();
case 303:
ACCEPT_TOKEN(aux_sym_exception_declaration_token1);
END_STATE();
case 304:
ACCEPT_TOKEN(aux_sym_interface_type_definition_token2);
END_STATE();
case 305:
if (lookahead == 'G' ||
lookahead == 'g') ADVANCE(310);
END_STATE();
case 306:
ACCEPT_TOKEN(aux_sym_access_to_subprogram_definition_token2);
END_STATE();
case 307:
ACCEPT_TOKEN(aux_sym_access_to_subprogram_definition_token1);
END_STATE();
case 308:
if (lookahead == 'Z' ||
lookahead == 'z') ADVANCE(311);
END_STATE();
case 309:
ACCEPT_TOKEN(aux_sym_terminate_alternative_token1);
END_STATE();
case 310:
ACCEPT_TOKEN(aux_sym_global_mode_token1);
END_STATE();
case 311:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(312);
END_STATE();
case 312:
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(313);
END_STATE();
case 313:
ACCEPT_TOKEN(aux_sym_private_extension_declaration_token1);
END_STATE();
default:
return false;
}
}
static const TSLexMode ts_lex_modes[STATE_COUNT] = {
[0] = {.lex_state = 0},
[1] = {.lex_state = 27},
[2] = {.lex_state = 27},
[3] = {.lex_state = 27},
[4] = {.lex_state = 27},
[5] = {.lex_state = 27},
[6] = {.lex_state = 27},
[7] = {.lex_state = 27},
[8] = {.lex_state = 27},
[9] = {.lex_state = 27},
[10] = {.lex_state = 27},
[11] = {.lex_state = 27},
[12] = {.lex_state = 27},
[13] = {.lex_state = 27},
[14] = {.lex_state = 27},
[15] = {.lex_state = 27},
[16] = {.lex_state = 27},
[17] = {.lex_state = 27},
[18] = {.lex_state = 27},
[19] = {.lex_state = 27},
[20] = {.lex_state = 27},
[21] = {.lex_state = 27},
[22] = {.lex_state = 27},
[23] = {.lex_state = 27},
[24] = {.lex_state = 27},
[25] = {.lex_state = 27},
[26] = {.lex_state = 27},
[27] = {.lex_state = 27},
[28] = {.lex_state = 27},
[29] = {.lex_state = 27},
[30] = {.lex_state = 27},
[31] = {.lex_state = 27},
[32] = {.lex_state = 27},
[33] = {.lex_state = 27},
[34] = {.lex_state = 27},
[35] = {.lex_state = 27},
[36] = {.lex_state = 27},
[37] = {.lex_state = 27},
[38] = {.lex_state = 27},
[39] = {.lex_state = 27},
[40] = {.lex_state = 27},
[41] = {.lex_state = 27},
[42] = {.lex_state = 27},
[43] = {.lex_state = 27},
[44] = {.lex_state = 27},
[45] = {.lex_state = 27},
[46] = {.lex_state = 27},
[47] = {.lex_state = 27},
[48] = {.lex_state = 27},
[49] = {.lex_state = 27},
[50] = {.lex_state = 27},
[51] = {.lex_state = 27},
[52] = {.lex_state = 27},
[53] = {.lex_state = 27},
[54] = {.lex_state = 27},
[55] = {.lex_state = 27},
[56] = {.lex_state = 27},
[57] = {.lex_state = 27},
[58] = {.lex_state = 27},
[59] = {.lex_state = 27},
[60] = {.lex_state = 27},
[61] = {.lex_state = 27},
[62] = {.lex_state = 27},
[63] = {.lex_state = 27},
[64] = {.lex_state = 27},
[65] = {.lex_state = 27},
[66] = {.lex_state = 27},
[67] = {.lex_state = 27},
[68] = {.lex_state = 27},
[69] = {.lex_state = 27},
[70] = {.lex_state = 27},
[71] = {.lex_state = 27},
[72] = {.lex_state = 27},
[73] = {.lex_state = 27},
[74] = {.lex_state = 27},
[75] = {.lex_state = 27},
[76] = {.lex_state = 27},
[77] = {.lex_state = 27},
[78] = {.lex_state = 27},
[79] = {.lex_state = 27},
[80] = {.lex_state = 27},
[81] = {.lex_state = 27},
[82] = {.lex_state = 27},
[83] = {.lex_state = 27},
[84] = {.lex_state = 27},
[85] = {.lex_state = 27},
[86] = {.lex_state = 27},
[87] = {.lex_state = 27},
[88] = {.lex_state = 27},
[89] = {.lex_state = 27},
[90] = {.lex_state = 27},
[91] = {.lex_state = 27},
[92] = {.lex_state = 27},
[93] = {.lex_state = 27},
[94] = {.lex_state = 27},
[95] = {.lex_state = 27},
[96] = {.lex_state = 27},
[97] = {.lex_state = 27},
[98] = {.lex_state = 27},
[99] = {.lex_state = 27},
[100] = {.lex_state = 27},
[101] = {.lex_state = 27},
[102] = {.lex_state = 27},
[103] = {.lex_state = 27},
[104] = {.lex_state = 27},
[105] = {.lex_state = 27},
[106] = {.lex_state = 27},
[107] = {.lex_state = 27},
[108] = {.lex_state = 27},
[109] = {.lex_state = 27},
[110] = {.lex_state = 27},
[111] = {.lex_state = 27},
[112] = {.lex_state = 27},
[113] = {.lex_state = 27},
[114] = {.lex_state = 27},
[115] = {.lex_state = 27},
[116] = {.lex_state = 27},
[117] = {.lex_state = 27},
[118] = {.lex_state = 27},
[119] = {.lex_state = 27},
[120] = {.lex_state = 27},
[121] = {.lex_state = 27},
[122] = {.lex_state = 27},
[123] = {.lex_state = 27},
[124] = {.lex_state = 27},
[125] = {.lex_state = 27},
[126] = {.lex_state = 27},
[127] = {.lex_state = 27},
[128] = {.lex_state = 27},
[129] = {.lex_state = 27},
[130] = {.lex_state = 27},
[131] = {.lex_state = 27},
[132] = {.lex_state = 27},
[133] = {.lex_state = 27},
[134] = {.lex_state = 27},
[135] = {.lex_state = 27},
[136] = {.lex_state = 27},
[137] = {.lex_state = 27},
[138] = {.lex_state = 27},
[139] = {.lex_state = 27},
[140] = {.lex_state = 27},
[141] = {.lex_state = 27},
[142] = {.lex_state = 27},
[143] = {.lex_state = 27},
[144] = {.lex_state = 27},
[145] = {.lex_state = 27},
[146] = {.lex_state = 27},
[147] = {.lex_state = 27},
[148] = {.lex_state = 27},
[149] = {.lex_state = 27},
[150] = {.lex_state = 27},
[151] = {.lex_state = 27},
[152] = {.lex_state = 27},
[153] = {.lex_state = 27},
[154] = {.lex_state = 27},
[155] = {.lex_state = 27},
[156] = {.lex_state = 27},
[157] = {.lex_state = 27},
[158] = {.lex_state = 27},
[159] = {.lex_state = 27},
[160] = {.lex_state = 27},
[161] = {.lex_state = 27},
[162] = {.lex_state = 27},
[163] = {.lex_state = 27},
[164] = {.lex_state = 27},
[165] = {.lex_state = 27},
[166] = {.lex_state = 27},
[167] = {.lex_state = 27},
[168] = {.lex_state = 27},
[169] = {.lex_state = 27},
[170] = {.lex_state = 27},
[171] = {.lex_state = 27},
[172] = {.lex_state = 27},
[173] = {.lex_state = 27},
[174] = {.lex_state = 27},
[175] = {.lex_state = 27},
[176] = {.lex_state = 27},
[177] = {.lex_state = 27},
[178] = {.lex_state = 27},
[179] = {.lex_state = 27},
[180] = {.lex_state = 27},
[181] = {.lex_state = 27},
[182] = {.lex_state = 27},
[183] = {.lex_state = 27},
[184] = {.lex_state = 27},
[185] = {.lex_state = 27},
[186] = {.lex_state = 27},
[187] = {.lex_state = 27},
[188] = {.lex_state = 27},
[189] = {.lex_state = 27},
[190] = {.lex_state = 27},
[191] = {.lex_state = 27},
[192] = {.lex_state = 27},
[193] = {.lex_state = 27},
[194] = {.lex_state = 27},
[195] = {.lex_state = 27},
[196] = {.lex_state = 27},
[197] = {.lex_state = 27},
[198] = {.lex_state = 27},
[199] = {.lex_state = 27},
[200] = {.lex_state = 27},
[201] = {.lex_state = 27},
[202] = {.lex_state = 27},
[203] = {.lex_state = 27},
[204] = {.lex_state = 27},
[205] = {.lex_state = 27},
[206] = {.lex_state = 27},
[207] = {.lex_state = 27},
[208] = {.lex_state = 27},
[209] = {.lex_state = 27},
[210] = {.lex_state = 27},
[211] = {.lex_state = 27},
[212] = {.lex_state = 27},
[213] = {.lex_state = 27},
[214] = {.lex_state = 27},
[215] = {.lex_state = 27},
[216] = {.lex_state = 27},
[217] = {.lex_state = 27},
[218] = {.lex_state = 27},
[219] = {.lex_state = 27},
[220] = {.lex_state = 27},
[221] = {.lex_state = 27},
[222] = {.lex_state = 27},
[223] = {.lex_state = 27},
[224] = {.lex_state = 27},
[225] = {.lex_state = 27},
[226] = {.lex_state = 27},
[227] = {.lex_state = 27},
[228] = {.lex_state = 27},
[229] = {.lex_state = 27},
[230] = {.lex_state = 10},
[231] = {.lex_state = 10},
[232] = {.lex_state = 10},
[233] = {.lex_state = 27},
[234] = {.lex_state = 27},
[235] = {.lex_state = 27},
[236] = {.lex_state = 10},
[237] = {.lex_state = 10},
[238] = {.lex_state = 10},
[239] = {.lex_state = 10},
[240] = {.lex_state = 10},
[241] = {.lex_state = 27},
[242] = {.lex_state = 27},
[243] = {.lex_state = 27},
[244] = {.lex_state = 10},
[245] = {.lex_state = 10},
[246] = {.lex_state = 10},
[247] = {.lex_state = 10},
[248] = {.lex_state = 10},
[249] = {.lex_state = 27},
[250] = {.lex_state = 10},
[251] = {.lex_state = 27},
[252] = {.lex_state = 27},
[253] = {.lex_state = 10},
[254] = {.lex_state = 10},
[255] = {.lex_state = 10},
[256] = {.lex_state = 10},
[257] = {.lex_state = 10},
[258] = {.lex_state = 10},
[259] = {.lex_state = 10},
[260] = {.lex_state = 27},
[261] = {.lex_state = 10},
[262] = {.lex_state = 27},
[263] = {.lex_state = 10},
[264] = {.lex_state = 10},
[265] = {.lex_state = 27},
[266] = {.lex_state = 10},
[267] = {.lex_state = 10},
[268] = {.lex_state = 27},
[269] = {.lex_state = 27},
[270] = {.lex_state = 27},
[271] = {.lex_state = 27},
[272] = {.lex_state = 27},
[273] = {.lex_state = 27},
[274] = {.lex_state = 27},
[275] = {.lex_state = 27},
[276] = {.lex_state = 27},
[277] = {.lex_state = 10},
[278] = {.lex_state = 27},
[279] = {.lex_state = 27},
[280] = {.lex_state = 27},
[281] = {.lex_state = 27},
[282] = {.lex_state = 27},
[283] = {.lex_state = 27},
[284] = {.lex_state = 27},
[285] = {.lex_state = 27},
[286] = {.lex_state = 27},
[287] = {.lex_state = 27},
[288] = {.lex_state = 27},
[289] = {.lex_state = 27},
[290] = {.lex_state = 27},
[291] = {.lex_state = 27},
[292] = {.lex_state = 27},
[293] = {.lex_state = 27},
[294] = {.lex_state = 27},
[295] = {.lex_state = 27},
[296] = {.lex_state = 27},
[297] = {.lex_state = 27},
[298] = {.lex_state = 27},
[299] = {.lex_state = 27},
[300] = {.lex_state = 27},
[301] = {.lex_state = 27},
[302] = {.lex_state = 27},
[303] = {.lex_state = 27},
[304] = {.lex_state = 27},
[305] = {.lex_state = 27},
[306] = {.lex_state = 27},
[307] = {.lex_state = 27},
[308] = {.lex_state = 27},
[309] = {.lex_state = 27},
[310] = {.lex_state = 27},
[311] = {.lex_state = 27},
[312] = {.lex_state = 27},
[313] = {.lex_state = 27},
[314] = {.lex_state = 27},
[315] = {.lex_state = 27},
[316] = {.lex_state = 27},
[317] = {.lex_state = 27},
[318] = {.lex_state = 27},
[319] = {.lex_state = 27},
[320] = {.lex_state = 27},
[321] = {.lex_state = 27},
[322] = {.lex_state = 27},
[323] = {.lex_state = 27},
[324] = {.lex_state = 27},
[325] = {.lex_state = 27},
[326] = {.lex_state = 27},
[327] = {.lex_state = 27},
[328] = {.lex_state = 27},
[329] = {.lex_state = 27},
[330] = {.lex_state = 27},
[331] = {.lex_state = 27},
[332] = {.lex_state = 27},
[333] = {.lex_state = 27},
[334] = {.lex_state = 27},
[335] = {.lex_state = 27},
[336] = {.lex_state = 27},
[337] = {.lex_state = 27},
[338] = {.lex_state = 27},
[339] = {.lex_state = 27},
[340] = {.lex_state = 27},
[341] = {.lex_state = 27},
[342] = {.lex_state = 27},
[343] = {.lex_state = 27},
[344] = {.lex_state = 27},
[345] = {.lex_state = 27},
[346] = {.lex_state = 27},
[347] = {.lex_state = 27},
[348] = {.lex_state = 27},
[349] = {.lex_state = 27},
[350] = {.lex_state = 27},
[351] = {.lex_state = 27},
[352] = {.lex_state = 27},
[353] = {.lex_state = 27},
[354] = {.lex_state = 27},
[355] = {.lex_state = 27},
[356] = {.lex_state = 27},
[357] = {.lex_state = 27},
[358] = {.lex_state = 27},
[359] = {.lex_state = 27},
[360] = {.lex_state = 27},
[361] = {.lex_state = 27},
[362] = {.lex_state = 27},
[363] = {.lex_state = 27},
[364] = {.lex_state = 27},
[365] = {.lex_state = 27},
[366] = {.lex_state = 27},
[367] = {.lex_state = 27},
[368] = {.lex_state = 27},
[369] = {.lex_state = 27},
[370] = {.lex_state = 27},
[371] = {.lex_state = 27},
[372] = {.lex_state = 27},
[373] = {.lex_state = 27},
[374] = {.lex_state = 27},
[375] = {.lex_state = 27},
[376] = {.lex_state = 27},
[377] = {.lex_state = 27},
[378] = {.lex_state = 27},
[379] = {.lex_state = 27},
[380] = {.lex_state = 27},
[381] = {.lex_state = 27},
[382] = {.lex_state = 27},
[383] = {.lex_state = 27},
[384] = {.lex_state = 27},
[385] = {.lex_state = 27},
[386] = {.lex_state = 27},
[387] = {.lex_state = 27},
[388] = {.lex_state = 27},
[389] = {.lex_state = 27},
[390] = {.lex_state = 27},
[391] = {.lex_state = 27},
[392] = {.lex_state = 27},
[393] = {.lex_state = 27},
[394] = {.lex_state = 27},
[395] = {.lex_state = 27},
[396] = {.lex_state = 27},
[397] = {.lex_state = 27},
[398] = {.lex_state = 27},
[399] = {.lex_state = 27},
[400] = {.lex_state = 27},
[401] = {.lex_state = 27},
[402] = {.lex_state = 27},
[403] = {.lex_state = 27},
[404] = {.lex_state = 27},
[405] = {.lex_state = 27},
[406] = {.lex_state = 27},
[407] = {.lex_state = 27},
[408] = {.lex_state = 27},
[409] = {.lex_state = 27},
[410] = {.lex_state = 27},
[411] = {.lex_state = 27},
[412] = {.lex_state = 27},
[413] = {.lex_state = 27},
[414] = {.lex_state = 27},
[415] = {.lex_state = 27},
[416] = {.lex_state = 27},
[417] = {.lex_state = 27},
[418] = {.lex_state = 27},
[419] = {.lex_state = 27},
[420] = {.lex_state = 27},
[421] = {.lex_state = 27},
[422] = {.lex_state = 27},
[423] = {.lex_state = 27},
[424] = {.lex_state = 27},
[425] = {.lex_state = 27},
[426] = {.lex_state = 27},
[427] = {.lex_state = 27},
[428] = {.lex_state = 27},
[429] = {.lex_state = 27},
[430] = {.lex_state = 27},
[431] = {.lex_state = 27},
[432] = {.lex_state = 27},
[433] = {.lex_state = 27},
[434] = {.lex_state = 27},
[435] = {.lex_state = 27},
[436] = {.lex_state = 27},
[437] = {.lex_state = 27},
[438] = {.lex_state = 27},
[439] = {.lex_state = 27},
[440] = {.lex_state = 27},
[441] = {.lex_state = 27},
[442] = {.lex_state = 27},
[443] = {.lex_state = 27},
[444] = {.lex_state = 27},
[445] = {.lex_state = 27},
[446] = {.lex_state = 27},
[447] = {.lex_state = 27},
[448] = {.lex_state = 27},
[449] = {.lex_state = 27},
[450] = {.lex_state = 27},
[451] = {.lex_state = 27},
[452] = {.lex_state = 27},
[453] = {.lex_state = 27},
[454] = {.lex_state = 27},
[455] = {.lex_state = 27},
[456] = {.lex_state = 27},
[457] = {.lex_state = 27},
[458] = {.lex_state = 27},
[459] = {.lex_state = 27},
[460] = {.lex_state = 27},
[461] = {.lex_state = 27},
[462] = {.lex_state = 27},
[463] = {.lex_state = 27},
[464] = {.lex_state = 27},
[465] = {.lex_state = 27},
[466] = {.lex_state = 27},
[467] = {.lex_state = 27},
[468] = {.lex_state = 27},
[469] = {.lex_state = 27},
[470] = {.lex_state = 27},
[471] = {.lex_state = 27},
[472] = {.lex_state = 27},
[473] = {.lex_state = 27},
[474] = {.lex_state = 27},
[475] = {.lex_state = 27},
[476] = {.lex_state = 27},
[477] = {.lex_state = 27},
[478] = {.lex_state = 27},
[479] = {.lex_state = 27},
[480] = {.lex_state = 10},
[481] = {.lex_state = 27},
[482] = {.lex_state = 27},
[483] = {.lex_state = 27},
[484] = {.lex_state = 27},
[485] = {.lex_state = 10},
[486] = {.lex_state = 10},
[487] = {.lex_state = 10},
[488] = {.lex_state = 10},
[489] = {.lex_state = 10},
[490] = {.lex_state = 10},
[491] = {.lex_state = 10},
[492] = {.lex_state = 10},
[493] = {.lex_state = 10},
[494] = {.lex_state = 10},
[495] = {.lex_state = 10},
[496] = {.lex_state = 10},
[497] = {.lex_state = 10},
[498] = {.lex_state = 10},
[499] = {.lex_state = 27},
[500] = {.lex_state = 10},
[501] = {.lex_state = 27},
[502] = {.lex_state = 10},
[503] = {.lex_state = 10},
[504] = {.lex_state = 27},
[505] = {.lex_state = 27},
[506] = {.lex_state = 27},
[507] = {.lex_state = 10},
[508] = {.lex_state = 11},
[509] = {.lex_state = 11},
[510] = {.lex_state = 11},
[511] = {.lex_state = 11},
[512] = {.lex_state = 11},
[513] = {.lex_state = 27},
[514] = {.lex_state = 27},
[515] = {.lex_state = 11},
[516] = {.lex_state = 10},
[517] = {.lex_state = 27},
[518] = {.lex_state = 27},
[519] = {.lex_state = 27},
[520] = {.lex_state = 27},
[521] = {.lex_state = 27},
[522] = {.lex_state = 27},
[523] = {.lex_state = 10},
[524] = {.lex_state = 7},
[525] = {.lex_state = 10},
[526] = {.lex_state = 27},
[527] = {.lex_state = 11},
[528] = {.lex_state = 10},
[529] = {.lex_state = 11},
[530] = {.lex_state = 27},
[531] = {.lex_state = 27},
[532] = {.lex_state = 10},
[533] = {.lex_state = 27},
[534] = {.lex_state = 27},
[535] = {.lex_state = 27},
[536] = {.lex_state = 10},
[537] = {.lex_state = 27},
[538] = {.lex_state = 10},
[539] = {.lex_state = 27},
[540] = {.lex_state = 10},
[541] = {.lex_state = 27},
[542] = {.lex_state = 27},
[543] = {.lex_state = 27},
[544] = {.lex_state = 11},
[545] = {.lex_state = 10},
[546] = {.lex_state = 27},
[547] = {.lex_state = 27},
[548] = {.lex_state = 27},
[549] = {.lex_state = 27},
[550] = {.lex_state = 27},
[551] = {.lex_state = 27},
[552] = {.lex_state = 27},
[553] = {.lex_state = 27},
[554] = {.lex_state = 27},
[555] = {.lex_state = 27},
[556] = {.lex_state = 10},
[557] = {.lex_state = 27},
[558] = {.lex_state = 27},
[559] = {.lex_state = 27},
[560] = {.lex_state = 27},
[561] = {.lex_state = 27},
[562] = {.lex_state = 27},
[563] = {.lex_state = 27},
[564] = {.lex_state = 27},
[565] = {.lex_state = 27},
[566] = {.lex_state = 27},
[567] = {.lex_state = 27},
[568] = {.lex_state = 27},
[569] = {.lex_state = 27},
[570] = {.lex_state = 27},
[571] = {.lex_state = 27},
[572] = {.lex_state = 27},
[573] = {.lex_state = 27},
[574] = {.lex_state = 27},
[575] = {.lex_state = 27},
[576] = {.lex_state = 27},
[577] = {.lex_state = 27},
[578] = {.lex_state = 27},
[579] = {.lex_state = 27},
[580] = {.lex_state = 27},
[581] = {.lex_state = 27},
[582] = {.lex_state = 27},
[583] = {.lex_state = 27},
[584] = {.lex_state = 27},
[585] = {.lex_state = 27},
[586] = {.lex_state = 27},
[587] = {.lex_state = 27},
[588] = {.lex_state = 27},
[589] = {.lex_state = 27},
[590] = {.lex_state = 27},
[591] = {.lex_state = 27},
[592] = {.lex_state = 27},
[593] = {.lex_state = 27},
[594] = {.lex_state = 27},
[595] = {.lex_state = 27},
[596] = {.lex_state = 27},
[597] = {.lex_state = 27},
[598] = {.lex_state = 27},
[599] = {.lex_state = 27},
[600] = {.lex_state = 27},
[601] = {.lex_state = 27},
[602] = {.lex_state = 11},
[603] = {.lex_state = 27},
[604] = {.lex_state = 27},
[605] = {.lex_state = 27},
[606] = {.lex_state = 10},
[607] = {.lex_state = 27},
[608] = {.lex_state = 10},
[609] = {.lex_state = 27},
[610] = {.lex_state = 27},
[611] = {.lex_state = 27},
[612] = {.lex_state = 27},
[613] = {.lex_state = 27},
[614] = {.lex_state = 27},
[615] = {.lex_state = 27},
[616] = {.lex_state = 27},
[617] = {.lex_state = 27},
[618] = {.lex_state = 27},
[619] = {.lex_state = 27},
[620] = {.lex_state = 27},
[621] = {.lex_state = 27},
[622] = {.lex_state = 27},
[623] = {.lex_state = 27},
[624] = {.lex_state = 27},
[625] = {.lex_state = 27},
[626] = {.lex_state = 27},
[627] = {.lex_state = 27},
[628] = {.lex_state = 27},
[629] = {.lex_state = 27},
[630] = {.lex_state = 27},
[631] = {.lex_state = 27},
[632] = {.lex_state = 27},
[633] = {.lex_state = 27},
[634] = {.lex_state = 27},
[635] = {.lex_state = 27},
[636] = {.lex_state = 27},
[637] = {.lex_state = 27},
[638] = {.lex_state = 27},
[639] = {.lex_state = 27},
[640] = {.lex_state = 27},
[641] = {.lex_state = 27},
[642] = {.lex_state = 27},
[643] = {.lex_state = 27},
[644] = {.lex_state = 27},
[645] = {.lex_state = 27},
[646] = {.lex_state = 27},
[647] = {.lex_state = 27},
[648] = {.lex_state = 27},
[649] = {.lex_state = 27},
[650] = {.lex_state = 27},
[651] = {.lex_state = 27},
[652] = {.lex_state = 27},
[653] = {.lex_state = 27},
[654] = {.lex_state = 27},
[655] = {.lex_state = 27},
[656] = {.lex_state = 27},
[657] = {.lex_state = 27},
[658] = {.lex_state = 27},
[659] = {.lex_state = 27},
[660] = {.lex_state = 27},
[661] = {.lex_state = 27},
[662] = {.lex_state = 27},
[663] = {.lex_state = 27},
[664] = {.lex_state = 27},
[665] = {.lex_state = 27},
[666] = {.lex_state = 27},
[667] = {.lex_state = 27},
[668] = {.lex_state = 27},
[669] = {.lex_state = 27},
[670] = {.lex_state = 27},
[671] = {.lex_state = 27},
[672] = {.lex_state = 27},
[673] = {.lex_state = 27},
[674] = {.lex_state = 27},
[675] = {.lex_state = 27},
[676] = {.lex_state = 27},
[677] = {.lex_state = 10},
[678] = {.lex_state = 27},
[679] = {.lex_state = 27},
[680] = {.lex_state = 27},
[681] = {.lex_state = 27},
[682] = {.lex_state = 27},
[683] = {.lex_state = 27},
[684] = {.lex_state = 11},
[685] = {.lex_state = 27},
[686] = {.lex_state = 27},
[687] = {.lex_state = 27},
[688] = {.lex_state = 27},
[689] = {.lex_state = 27},
[690] = {.lex_state = 27},
[691] = {.lex_state = 27},
[692] = {.lex_state = 27},
[693] = {.lex_state = 27},
[694] = {.lex_state = 27},
[695] = {.lex_state = 27},
[696] = {.lex_state = 27},
[697] = {.lex_state = 27},
[698] = {.lex_state = 27},
[699] = {.lex_state = 11},
[700] = {.lex_state = 27},
[701] = {.lex_state = 27},
[702] = {.lex_state = 11},
[703] = {.lex_state = 27},
[704] = {.lex_state = 27},
[705] = {.lex_state = 27},
[706] = {.lex_state = 27},
[707] = {.lex_state = 27},
[708] = {.lex_state = 27},
[709] = {.lex_state = 27},
[710] = {.lex_state = 27},
[711] = {.lex_state = 27},
[712] = {.lex_state = 27},
[713] = {.lex_state = 27},
[714] = {.lex_state = 27},
[715] = {.lex_state = 27},
[716] = {.lex_state = 27},
[717] = {.lex_state = 27},
[718] = {.lex_state = 27},
[719] = {.lex_state = 27},
[720] = {.lex_state = 27},
[721] = {.lex_state = 27},
[722] = {.lex_state = 27},
[723] = {.lex_state = 27},
[724] = {.lex_state = 27},
[725] = {.lex_state = 27},
[726] = {.lex_state = 27},
[727] = {.lex_state = 27},
[728] = {.lex_state = 27},
[729] = {.lex_state = 27},
[730] = {.lex_state = 27},
[731] = {.lex_state = 11},
[732] = {.lex_state = 27},
[733] = {.lex_state = 27},
[734] = {.lex_state = 27},
[735] = {.lex_state = 27},
[736] = {.lex_state = 27},
[737] = {.lex_state = 11},
[738] = {.lex_state = 27},
[739] = {.lex_state = 27},
[740] = {.lex_state = 27},
[741] = {.lex_state = 27},
[742] = {.lex_state = 27},
[743] = {.lex_state = 27},
[744] = {.lex_state = 27},
[745] = {.lex_state = 27},
[746] = {.lex_state = 27},
[747] = {.lex_state = 27},
[748] = {.lex_state = 27},
[749] = {.lex_state = 27},
[750] = {.lex_state = 27},
[751] = {.lex_state = 27},
[752] = {.lex_state = 27},
[753] = {.lex_state = 27},
[754] = {.lex_state = 27},
[755] = {.lex_state = 27},
[756] = {.lex_state = 27},
[757] = {.lex_state = 27},
[758] = {.lex_state = 27},
[759] = {.lex_state = 27},
[760] = {.lex_state = 27},
[761] = {.lex_state = 27},
[762] = {.lex_state = 27},
[763] = {.lex_state = 27},
[764] = {.lex_state = 0},
[765] = {.lex_state = 0},
[766] = {.lex_state = 27},
[767] = {.lex_state = 27},
[768] = {.lex_state = 27},
[769] = {.lex_state = 27},
[770] = {.lex_state = 27},
[771] = {.lex_state = 27},
[772] = {.lex_state = 27},
[773] = {.lex_state = 27},
[774] = {.lex_state = 27},
[775] = {.lex_state = 27},
[776] = {.lex_state = 27},
[777] = {.lex_state = 27},
[778] = {.lex_state = 27},
[779] = {.lex_state = 27},
[780] = {.lex_state = 10},
[781] = {.lex_state = 27},
[782] = {.lex_state = 27},
[783] = {.lex_state = 27},
[784] = {.lex_state = 27},
[785] = {.lex_state = 27},
[786] = {.lex_state = 27},
[787] = {.lex_state = 27},
[788] = {.lex_state = 27},
[789] = {.lex_state = 27},
[790] = {.lex_state = 27},
[791] = {.lex_state = 27},
[792] = {.lex_state = 27},
[793] = {.lex_state = 27},
[794] = {.lex_state = 27},
[795] = {.lex_state = 27},
[796] = {.lex_state = 27},
[797] = {.lex_state = 27},
[798] = {.lex_state = 27},
[799] = {.lex_state = 27},
[800] = {.lex_state = 27},
[801] = {.lex_state = 27},
[802] = {.lex_state = 27},
[803] = {.lex_state = 27},
[804] = {.lex_state = 27},
[805] = {.lex_state = 27},
[806] = {.lex_state = 27},
[807] = {.lex_state = 27},
[808] = {.lex_state = 27},
[809] = {.lex_state = 27},
[810] = {.lex_state = 27},
[811] = {.lex_state = 27},
[812] = {.lex_state = 27},
[813] = {.lex_state = 27},
[814] = {.lex_state = 27},
[815] = {.lex_state = 27},
[816] = {.lex_state = 27},
[817] = {.lex_state = 27},
[818] = {.lex_state = 27},
[819] = {.lex_state = 27},
[820] = {.lex_state = 27},
[821] = {.lex_state = 27},
[822] = {.lex_state = 27},
[823] = {.lex_state = 11},
[824] = {.lex_state = 27},
[825] = {.lex_state = 11},
[826] = {.lex_state = 27},
[827] = {.lex_state = 11},
[828] = {.lex_state = 27},
[829] = {.lex_state = 11},
[830] = {.lex_state = 27},
[831] = {.lex_state = 27},
[832] = {.lex_state = 11},
[833] = {.lex_state = 11},
[834] = {.lex_state = 11},
[835] = {.lex_state = 11},
[836] = {.lex_state = 11},
[837] = {.lex_state = 11},
[838] = {.lex_state = 11},
[839] = {.lex_state = 11},
[840] = {.lex_state = 11},
[841] = {.lex_state = 11},
[842] = {.lex_state = 11},
[843] = {.lex_state = 11},
[844] = {.lex_state = 11},
[845] = {.lex_state = 11},
[846] = {.lex_state = 11},
[847] = {.lex_state = 27},
[848] = {.lex_state = 27},
[849] = {.lex_state = 27},
[850] = {.lex_state = 11},
[851] = {.lex_state = 27},
[852] = {.lex_state = 11},
[853] = {.lex_state = 27},
[854] = {.lex_state = 27},
[855] = {.lex_state = 27},
[856] = {.lex_state = 27},
[857] = {.lex_state = 27},
[858] = {.lex_state = 27},
[859] = {.lex_state = 27},
[860] = {.lex_state = 27},
[861] = {.lex_state = 11},
[862] = {.lex_state = 10},
[863] = {.lex_state = 27},
[864] = {.lex_state = 11},
[865] = {.lex_state = 27},
[866] = {.lex_state = 27},
[867] = {.lex_state = 27},
[868] = {.lex_state = 11},
[869] = {.lex_state = 27},
[870] = {.lex_state = 11},
[871] = {.lex_state = 27},
[872] = {.lex_state = 27},
[873] = {.lex_state = 27},
[874] = {.lex_state = 27},
[875] = {.lex_state = 27},
[876] = {.lex_state = 27},
[877] = {.lex_state = 27},
[878] = {.lex_state = 27},
[879] = {.lex_state = 27},
[880] = {.lex_state = 27},
[881] = {.lex_state = 27},
[882] = {.lex_state = 27},
[883] = {.lex_state = 27},
[884] = {.lex_state = 27},
[885] = {.lex_state = 27},
[886] = {.lex_state = 27},
[887] = {.lex_state = 11},
[888] = {.lex_state = 27},
[889] = {.lex_state = 27},
[890] = {.lex_state = 27},
[891] = {.lex_state = 27},
[892] = {.lex_state = 27},
[893] = {.lex_state = 10},
[894] = {.lex_state = 27},
[895] = {.lex_state = 10},
[896] = {.lex_state = 11},
[897] = {.lex_state = 11},
[898] = {.lex_state = 27},
[899] = {.lex_state = 11},
[900] = {.lex_state = 11},
[901] = {.lex_state = 27},
[902] = {.lex_state = 11},
[903] = {.lex_state = 27},
[904] = {.lex_state = 11},
[905] = {.lex_state = 27},
[906] = {.lex_state = 0},
[907] = {.lex_state = 27},
[908] = {.lex_state = 10},
[909] = {.lex_state = 11},
[910] = {.lex_state = 10},
[911] = {.lex_state = 11},
[912] = {.lex_state = 27},
[913] = {.lex_state = 11},
[914] = {.lex_state = 11},
[915] = {.lex_state = 11},
[916] = {.lex_state = 11},
[917] = {.lex_state = 11},
[918] = {.lex_state = 11},
[919] = {.lex_state = 11},
[920] = {.lex_state = 11},
[921] = {.lex_state = 11},
[922] = {.lex_state = 11},
[923] = {.lex_state = 11},
[924] = {.lex_state = 27},
[925] = {.lex_state = 27},
[926] = {.lex_state = 11},
[927] = {.lex_state = 27},
[928] = {.lex_state = 27},
[929] = {.lex_state = 27},
[930] = {.lex_state = 27},
[931] = {.lex_state = 27},
[932] = {.lex_state = 27},
[933] = {.lex_state = 0},
[934] = {.lex_state = 27},
[935] = {.lex_state = 0},
[936] = {.lex_state = 27},
[937] = {.lex_state = 27},
[938] = {.lex_state = 27},
[939] = {.lex_state = 0},
[940] = {.lex_state = 27},
[941] = {.lex_state = 27},
[942] = {.lex_state = 27},
[943] = {.lex_state = 27},
[944] = {.lex_state = 27},
[945] = {.lex_state = 27},
[946] = {.lex_state = 11},
[947] = {.lex_state = 11},
[948] = {.lex_state = 27},
[949] = {.lex_state = 11},
[950] = {.lex_state = 27},
[951] = {.lex_state = 27},
[952] = {.lex_state = 27},
[953] = {.lex_state = 27},
[954] = {.lex_state = 27},
[955] = {.lex_state = 11},
[956] = {.lex_state = 27},
[957] = {.lex_state = 27},
[958] = {.lex_state = 27},
[959] = {.lex_state = 27},
[960] = {.lex_state = 27},
[961] = {.lex_state = 27},
[962] = {.lex_state = 10},
[963] = {.lex_state = 27},
[964] = {.lex_state = 10},
[965] = {.lex_state = 11},
[966] = {.lex_state = 10},
[967] = {.lex_state = 11},
[968] = {.lex_state = 27},
[969] = {.lex_state = 27},
[970] = {.lex_state = 11},
[971] = {.lex_state = 27},
[972] = {.lex_state = 27},
[973] = {.lex_state = 27},
[974] = {.lex_state = 10},
[975] = {.lex_state = 27},
[976] = {.lex_state = 27},
[977] = {.lex_state = 27},
[978] = {.lex_state = 27},
[979] = {.lex_state = 27},
[980] = {.lex_state = 27},
[981] = {.lex_state = 10},
[982] = {.lex_state = 27},
[983] = {.lex_state = 10},
[984] = {.lex_state = 27},
[985] = {.lex_state = 10},
[986] = {.lex_state = 27},
[987] = {.lex_state = 27},
[988] = {.lex_state = 27},
[989] = {.lex_state = 27},
[990] = {.lex_state = 27},
[991] = {.lex_state = 27},
[992] = {.lex_state = 0},
[993] = {.lex_state = 27},
[994] = {.lex_state = 10},
[995] = {.lex_state = 27},
[996] = {.lex_state = 27},
[997] = {.lex_state = 27},
[998] = {.lex_state = 10},
[999] = {.lex_state = 27},
[1000] = {.lex_state = 10},
[1001] = {.lex_state = 10},
[1002] = {.lex_state = 27},
[1003] = {.lex_state = 10},
[1004] = {.lex_state = 27},
[1005] = {.lex_state = 10},
[1006] = {.lex_state = 27},
[1007] = {.lex_state = 27},
[1008] = {.lex_state = 27},
[1009] = {.lex_state = 11},
[1010] = {.lex_state = 10},
[1011] = {.lex_state = 10},
[1012] = {.lex_state = 27},
[1013] = {.lex_state = 27},
[1014] = {.lex_state = 27},
[1015] = {.lex_state = 10},
[1016] = {.lex_state = 11},
[1017] = {.lex_state = 27},
[1018] = {.lex_state = 27},
[1019] = {.lex_state = 27},
[1020] = {.lex_state = 27},
[1021] = {.lex_state = 10},
[1022] = {.lex_state = 27},
[1023] = {.lex_state = 11},
[1024] = {.lex_state = 27},
[1025] = {.lex_state = 0},
[1026] = {.lex_state = 10},
[1027] = {.lex_state = 27},
[1028] = {.lex_state = 10},
[1029] = {.lex_state = 27},
[1030] = {.lex_state = 27},
[1031] = {.lex_state = 27},
[1032] = {.lex_state = 27},
[1033] = {.lex_state = 0},
[1034] = {.lex_state = 27},
[1035] = {.lex_state = 27},
[1036] = {.lex_state = 0},
[1037] = {.lex_state = 27},
[1038] = {.lex_state = 27},
[1039] = {.lex_state = 11},
[1040] = {.lex_state = 11},
[1041] = {.lex_state = 10},
[1042] = {.lex_state = 0},
[1043] = {.lex_state = 27},
[1044] = {.lex_state = 10},
[1045] = {.lex_state = 27},
[1046] = {.lex_state = 11},
[1047] = {.lex_state = 10},
[1048] = {.lex_state = 10},
[1049] = {.lex_state = 27},
[1050] = {.lex_state = 27},
[1051] = {.lex_state = 10},
[1052] = {.lex_state = 10},
[1053] = {.lex_state = 27},
[1054] = {.lex_state = 27},
[1055] = {.lex_state = 27},
[1056] = {.lex_state = 27},
[1057] = {.lex_state = 27},
[1058] = {.lex_state = 27},
[1059] = {.lex_state = 27},
[1060] = {.lex_state = 27},
[1061] = {.lex_state = 27},
[1062] = {.lex_state = 27},
[1063] = {.lex_state = 27},
[1064] = {.lex_state = 27},
[1065] = {.lex_state = 27},
[1066] = {.lex_state = 27},
[1067] = {.lex_state = 27},
[1068] = {.lex_state = 27},
[1069] = {.lex_state = 27},
[1070] = {.lex_state = 27},
[1071] = {.lex_state = 27},
[1072] = {.lex_state = 27},
[1073] = {.lex_state = 11},
[1074] = {.lex_state = 27},
[1075] = {.lex_state = 27},
[1076] = {.lex_state = 27},
[1077] = {.lex_state = 27},
[1078] = {.lex_state = 0},
[1079] = {.lex_state = 27},
[1080] = {.lex_state = 27},
[1081] = {.lex_state = 27},
[1082] = {.lex_state = 27},
[1083] = {.lex_state = 27},
[1084] = {.lex_state = 27},
[1085] = {.lex_state = 27},
[1086] = {.lex_state = 27},
[1087] = {.lex_state = 27},
[1088] = {.lex_state = 0},
[1089] = {.lex_state = 27},
[1090] = {.lex_state = 27},
[1091] = {.lex_state = 27},
[1092] = {.lex_state = 27},
[1093] = {.lex_state = 27},
[1094] = {.lex_state = 27},
[1095] = {.lex_state = 27},
[1096] = {.lex_state = 27},
[1097] = {.lex_state = 27},
[1098] = {.lex_state = 0},
[1099] = {.lex_state = 27},
[1100] = {.lex_state = 27},
[1101] = {.lex_state = 0},
[1102] = {.lex_state = 0},
[1103] = {.lex_state = 27},
[1104] = {.lex_state = 27},
[1105] = {.lex_state = 27},
[1106] = {.lex_state = 27},
[1107] = {.lex_state = 0},
[1108] = {.lex_state = 27},
[1109] = {.lex_state = 27},
[1110] = {.lex_state = 27},
[1111] = {.lex_state = 27},
[1112] = {.lex_state = 27},
[1113] = {.lex_state = 27},
[1114] = {.lex_state = 27},
[1115] = {.lex_state = 27},
[1116] = {.lex_state = 27},
[1117] = {.lex_state = 27},
[1118] = {.lex_state = 27},
[1119] = {.lex_state = 27},
[1120] = {.lex_state = 27},
[1121] = {.lex_state = 27},
[1122] = {.lex_state = 27},
[1123] = {.lex_state = 27},
[1124] = {.lex_state = 0},
[1125] = {.lex_state = 27},
[1126] = {.lex_state = 27},
[1127] = {.lex_state = 27},
[1128] = {.lex_state = 27},
[1129] = {.lex_state = 27},
[1130] = {.lex_state = 0},
[1131] = {.lex_state = 27},
[1132] = {.lex_state = 27},
[1133] = {.lex_state = 27},
[1134] = {.lex_state = 0},
[1135] = {.lex_state = 27},
[1136] = {.lex_state = 27},
[1137] = {.lex_state = 27},
[1138] = {.lex_state = 11},
[1139] = {.lex_state = 27},
[1140] = {.lex_state = 27},
[1141] = {.lex_state = 27},
[1142] = {.lex_state = 27},
[1143] = {.lex_state = 27},
[1144] = {.lex_state = 27},
[1145] = {.lex_state = 27},
[1146] = {.lex_state = 0},
[1147] = {.lex_state = 0},
[1148] = {.lex_state = 27},
[1149] = {.lex_state = 27},
[1150] = {.lex_state = 27},
[1151] = {.lex_state = 27},
[1152] = {.lex_state = 27},
[1153] = {.lex_state = 27},
[1154] = {.lex_state = 27},
[1155] = {.lex_state = 0},
[1156] = {.lex_state = 0},
[1157] = {.lex_state = 27},
[1158] = {.lex_state = 27},
[1159] = {.lex_state = 27},
[1160] = {.lex_state = 27},
[1161] = {.lex_state = 27},
[1162] = {.lex_state = 0},
[1163] = {.lex_state = 27},
[1164] = {.lex_state = 0},
[1165] = {.lex_state = 27},
[1166] = {.lex_state = 27},
[1167] = {.lex_state = 27},
[1168] = {.lex_state = 27},
[1169] = {.lex_state = 27},
[1170] = {.lex_state = 27},
[1171] = {.lex_state = 27},
[1172] = {.lex_state = 27},
[1173] = {.lex_state = 0},
[1174] = {.lex_state = 0},
[1175] = {.lex_state = 27},
[1176] = {.lex_state = 27},
[1177] = {.lex_state = 27},
[1178] = {.lex_state = 27},
[1179] = {.lex_state = 27},
[1180] = {.lex_state = 27},
[1181] = {.lex_state = 0},
[1182] = {.lex_state = 27},
[1183] = {.lex_state = 0},
[1184] = {.lex_state = 27},
[1185] = {.lex_state = 27},
[1186] = {.lex_state = 0},
[1187] = {.lex_state = 27},
[1188] = {.lex_state = 27},
[1189] = {.lex_state = 27},
[1190] = {.lex_state = 0},
[1191] = {.lex_state = 27},
[1192] = {.lex_state = 0},
[1193] = {.lex_state = 0},
[1194] = {.lex_state = 27},
[1195] = {.lex_state = 27},
[1196] = {.lex_state = 0},
[1197] = {.lex_state = 27},
[1198] = {.lex_state = 0},
[1199] = {.lex_state = 0},
[1200] = {.lex_state = 27},
[1201] = {.lex_state = 27},
[1202] = {.lex_state = 0},
[1203] = {.lex_state = 0},
[1204] = {.lex_state = 27},
[1205] = {.lex_state = 27},
[1206] = {.lex_state = 27},
[1207] = {.lex_state = 27},
[1208] = {.lex_state = 0},
[1209] = {.lex_state = 0},
[1210] = {.lex_state = 0},
[1211] = {.lex_state = 0},
[1212] = {.lex_state = 27},
[1213] = {.lex_state = 27},
[1214] = {.lex_state = 27},
[1215] = {.lex_state = 27},
[1216] = {.lex_state = 27},
[1217] = {.lex_state = 0},
[1218] = {.lex_state = 27},
[1219] = {.lex_state = 0},
[1220] = {.lex_state = 27},
[1221] = {.lex_state = 27},
[1222] = {.lex_state = 27},
[1223] = {.lex_state = 0},
[1224] = {.lex_state = 0},
[1225] = {.lex_state = 0},
[1226] = {.lex_state = 27},
[1227] = {.lex_state = 27},
[1228] = {.lex_state = 27},
[1229] = {.lex_state = 27},
[1230] = {.lex_state = 27},
[1231] = {.lex_state = 27},
[1232] = {.lex_state = 0},
[1233] = {.lex_state = 27},
[1234] = {.lex_state = 0},
[1235] = {.lex_state = 27},
[1236] = {.lex_state = 27},
[1237] = {.lex_state = 27},
[1238] = {.lex_state = 0},
[1239] = {.lex_state = 27},
[1240] = {.lex_state = 27},
[1241] = {.lex_state = 27},
[1242] = {.lex_state = 27},
[1243] = {.lex_state = 27},
[1244] = {.lex_state = 27},
[1245] = {.lex_state = 27},
[1246] = {.lex_state = 27},
[1247] = {.lex_state = 0},
[1248] = {.lex_state = 27},
[1249] = {.lex_state = 0},
[1250] = {.lex_state = 27},
[1251] = {.lex_state = 0},
[1252] = {.lex_state = 27},
[1253] = {.lex_state = 0},
[1254] = {.lex_state = 0},
[1255] = {.lex_state = 27},
[1256] = {.lex_state = 27},
[1257] = {.lex_state = 27},
[1258] = {.lex_state = 27},
[1259] = {.lex_state = 27},
[1260] = {.lex_state = 0},
[1261] = {.lex_state = 27},
[1262] = {.lex_state = 27},
[1263] = {.lex_state = 27},
[1264] = {.lex_state = 27},
[1265] = {.lex_state = 27},
[1266] = {.lex_state = 0},
[1267] = {.lex_state = 27},
[1268] = {.lex_state = 27},
[1269] = {.lex_state = 27},
[1270] = {.lex_state = 27},
[1271] = {.lex_state = 0},
[1272] = {.lex_state = 27},
[1273] = {.lex_state = 27},
[1274] = {.lex_state = 27},
[1275] = {.lex_state = 27},
[1276] = {.lex_state = 27},
[1277] = {.lex_state = 27},
[1278] = {.lex_state = 27},
[1279] = {.lex_state = 27},
[1280] = {.lex_state = 0},
[1281] = {.lex_state = 0},
[1282] = {.lex_state = 27},
[1283] = {.lex_state = 27},
[1284] = {.lex_state = 27},
[1285] = {.lex_state = 27},
[1286] = {.lex_state = 27},
[1287] = {.lex_state = 27},
[1288] = {.lex_state = 27},
[1289] = {.lex_state = 27},
[1290] = {.lex_state = 27},
[1291] = {.lex_state = 0},
[1292] = {.lex_state = 27},
[1293] = {.lex_state = 27},
[1294] = {.lex_state = 27},
[1295] = {.lex_state = 27},
[1296] = {.lex_state = 27},
[1297] = {.lex_state = 27},
[1298] = {.lex_state = 27},
[1299] = {.lex_state = 27},
[1300] = {.lex_state = 27},
[1301] = {.lex_state = 0},
[1302] = {.lex_state = 27},
[1303] = {.lex_state = 0},
[1304] = {.lex_state = 27},
[1305] = {.lex_state = 27},
[1306] = {.lex_state = 27},
[1307] = {.lex_state = 27},
[1308] = {.lex_state = 27},
[1309] = {.lex_state = 0},
[1310] = {.lex_state = 27},
[1311] = {.lex_state = 27},
[1312] = {.lex_state = 27},
[1313] = {.lex_state = 27},
[1314] = {.lex_state = 27},
[1315] = {.lex_state = 27},
[1316] = {.lex_state = 27},
[1317] = {.lex_state = 0},
[1318] = {.lex_state = 0},
[1319] = {.lex_state = 27},
[1320] = {.lex_state = 27},
[1321] = {.lex_state = 27},
[1322] = {.lex_state = 27},
[1323] = {.lex_state = 0},
[1324] = {.lex_state = 27},
[1325] = {.lex_state = 27},
[1326] = {.lex_state = 27},
[1327] = {.lex_state = 27},
[1328] = {.lex_state = 27},
[1329] = {.lex_state = 27},
[1330] = {.lex_state = 27},
[1331] = {.lex_state = 27},
[1332] = {.lex_state = 27},
[1333] = {.lex_state = 0},
[1334] = {.lex_state = 0},
[1335] = {.lex_state = 27},
[1336] = {.lex_state = 27},
[1337] = {.lex_state = 27},
[1338] = {.lex_state = 0},
[1339] = {.lex_state = 27},
[1340] = {.lex_state = 0},
[1341] = {.lex_state = 27},
[1342] = {.lex_state = 27},
[1343] = {.lex_state = 27},
[1344] = {.lex_state = 27},
[1345] = {.lex_state = 27},
[1346] = {.lex_state = 27},
[1347] = {.lex_state = 27},
[1348] = {.lex_state = 27},
[1349] = {.lex_state = 27},
[1350] = {.lex_state = 27},
[1351] = {.lex_state = 27},
[1352] = {.lex_state = 27},
[1353] = {.lex_state = 27},
[1354] = {.lex_state = 27},
[1355] = {.lex_state = 27},
[1356] = {.lex_state = 27},
[1357] = {.lex_state = 27},
[1358] = {.lex_state = 27},
[1359] = {.lex_state = 27},
[1360] = {.lex_state = 27},
[1361] = {.lex_state = 27},
[1362] = {.lex_state = 27},
[1363] = {.lex_state = 27},
[1364] = {.lex_state = 27},
[1365] = {.lex_state = 27},
[1366] = {.lex_state = 27},
[1367] = {.lex_state = 0},
[1368] = {.lex_state = 27},
[1369] = {.lex_state = 27},
[1370] = {.lex_state = 27},
[1371] = {.lex_state = 27},
[1372] = {.lex_state = 27},
[1373] = {.lex_state = 0},
[1374] = {.lex_state = 27},
[1375] = {.lex_state = 0},
[1376] = {.lex_state = 27},
[1377] = {.lex_state = 27},
[1378] = {.lex_state = 27},
[1379] = {.lex_state = 27},
[1380] = {.lex_state = 0},
[1381] = {.lex_state = 27},
[1382] = {.lex_state = 0},
[1383] = {.lex_state = 27},
[1384] = {.lex_state = 27},
[1385] = {.lex_state = 0},
[1386] = {.lex_state = 0},
[1387] = {.lex_state = 0},
[1388] = {.lex_state = 0},
[1389] = {.lex_state = 0},
[1390] = {.lex_state = 27},
[1391] = {.lex_state = 0},
[1392] = {.lex_state = 27},
[1393] = {.lex_state = 0},
[1394] = {.lex_state = 0},
[1395] = {.lex_state = 27},
[1396] = {.lex_state = 27},
[1397] = {.lex_state = 0},
[1398] = {.lex_state = 27},
[1399] = {.lex_state = 27},
[1400] = {.lex_state = 27},
[1401] = {.lex_state = 27},
[1402] = {.lex_state = 27},
[1403] = {.lex_state = 27},
[1404] = {.lex_state = 27},
[1405] = {.lex_state = 0},
[1406] = {.lex_state = 27},
[1407] = {.lex_state = 27},
[1408] = {.lex_state = 27},
[1409] = {.lex_state = 0},
[1410] = {.lex_state = 0},
[1411] = {.lex_state = 27},
[1412] = {.lex_state = 27},
[1413] = {.lex_state = 27},
[1414] = {.lex_state = 27},
[1415] = {.lex_state = 27},
[1416] = {.lex_state = 27},
[1417] = {.lex_state = 27},
[1418] = {.lex_state = 27},
[1419] = {.lex_state = 27},
[1420] = {.lex_state = 27},
[1421] = {.lex_state = 27},
[1422] = {.lex_state = 27},
[1423] = {.lex_state = 27},
[1424] = {.lex_state = 27},
[1425] = {.lex_state = 0},
[1426] = {.lex_state = 0},
[1427] = {.lex_state = 0},
[1428] = {.lex_state = 27},
[1429] = {.lex_state = 27},
[1430] = {.lex_state = 0},
[1431] = {.lex_state = 27},
[1432] = {.lex_state = 27},
[1433] = {.lex_state = 27},
[1434] = {.lex_state = 27},
[1435] = {.lex_state = 27},
[1436] = {.lex_state = 27},
[1437] = {.lex_state = 27},
[1438] = {.lex_state = 27},
[1439] = {.lex_state = 27},
[1440] = {.lex_state = 0},
[1441] = {.lex_state = 27},
[1442] = {.lex_state = 27},
[1443] = {.lex_state = 27},
[1444] = {.lex_state = 27},
[1445] = {.lex_state = 0},
[1446] = {.lex_state = 27},
[1447] = {.lex_state = 27},
[1448] = {.lex_state = 27},
[1449] = {.lex_state = 27},
[1450] = {.lex_state = 27},
[1451] = {.lex_state = 27},
[1452] = {.lex_state = 27},
[1453] = {.lex_state = 0},
[1454] = {.lex_state = 0},
[1455] = {.lex_state = 27},
[1456] = {.lex_state = 27},
[1457] = {.lex_state = 27},
[1458] = {.lex_state = 27},
[1459] = {.lex_state = 27},
[1460] = {.lex_state = 27},
[1461] = {.lex_state = 0},
[1462] = {.lex_state = 27},
[1463] = {.lex_state = 27},
[1464] = {.lex_state = 27},
[1465] = {.lex_state = 0},
[1466] = {.lex_state = 0},
[1467] = {.lex_state = 27},
[1468] = {.lex_state = 27},
[1469] = {.lex_state = 27},
[1470] = {.lex_state = 27},
[1471] = {.lex_state = 27},
[1472] = {.lex_state = 27},
[1473] = {.lex_state = 27},
[1474] = {.lex_state = 27},
[1475] = {.lex_state = 27},
[1476] = {.lex_state = 0},
[1477] = {.lex_state = 0},
[1478] = {.lex_state = 27},
[1479] = {.lex_state = 27},
[1480] = {.lex_state = 27},
[1481] = {.lex_state = 27},
[1482] = {.lex_state = 27},
[1483] = {.lex_state = 27},
[1484] = {.lex_state = 27},
[1485] = {.lex_state = 27},
[1486] = {.lex_state = 27},
[1487] = {.lex_state = 27},
[1488] = {.lex_state = 27},
[1489] = {.lex_state = 0},
[1490] = {.lex_state = 0},
[1491] = {.lex_state = 27},
[1492] = {.lex_state = 27},
[1493] = {.lex_state = 0},
[1494] = {.lex_state = 27},
[1495] = {.lex_state = 27},
[1496] = {.lex_state = 27},
[1497] = {.lex_state = 0},
[1498] = {.lex_state = 0},
[1499] = {.lex_state = 0},
[1500] = {.lex_state = 27},
[1501] = {.lex_state = 27},
[1502] = {.lex_state = 27},
[1503] = {.lex_state = 27},
[1504] = {.lex_state = 0},
[1505] = {.lex_state = 0},
[1506] = {.lex_state = 27},
[1507] = {.lex_state = 27},
[1508] = {.lex_state = 27},
[1509] = {.lex_state = 0},
[1510] = {.lex_state = 27},
[1511] = {.lex_state = 0},
[1512] = {.lex_state = 27},
[1513] = {.lex_state = 0},
[1514] = {.lex_state = 27},
[1515] = {.lex_state = 27},
[1516] = {.lex_state = 27},
[1517] = {.lex_state = 27},
[1518] = {.lex_state = 0},
[1519] = {.lex_state = 27},
[1520] = {.lex_state = 27},
[1521] = {.lex_state = 27},
[1522] = {.lex_state = 0},
[1523] = {.lex_state = 27},
[1524] = {.lex_state = 27},
[1525] = {.lex_state = 27},
[1526] = {.lex_state = 27},
[1527] = {.lex_state = 27},
[1528] = {.lex_state = 27},
[1529] = {.lex_state = 27},
[1530] = {.lex_state = 27},
[1531] = {.lex_state = 27},
[1532] = {.lex_state = 27},
[1533] = {.lex_state = 27},
[1534] = {.lex_state = 0},
[1535] = {.lex_state = 27},
[1536] = {.lex_state = 27},
[1537] = {.lex_state = 27},
[1538] = {.lex_state = 27},
[1539] = {.lex_state = 27},
[1540] = {.lex_state = 27},
[1541] = {.lex_state = 27},
[1542] = {.lex_state = 0},
[1543] = {.lex_state = 0},
[1544] = {.lex_state = 27},
[1545] = {.lex_state = 27},
[1546] = {.lex_state = 27},
[1547] = {.lex_state = 27},
[1548] = {.lex_state = 27},
[1549] = {.lex_state = 27},
[1550] = {.lex_state = 27},
[1551] = {.lex_state = 27},
[1552] = {.lex_state = 27},
[1553] = {.lex_state = 27},
[1554] = {.lex_state = 0},
[1555] = {.lex_state = 27},
[1556] = {.lex_state = 27},
[1557] = {.lex_state = 27},
[1558] = {.lex_state = 27},
[1559] = {.lex_state = 27},
[1560] = {.lex_state = 27},
[1561] = {.lex_state = 27},
[1562] = {.lex_state = 27},
[1563] = {.lex_state = 27},
[1564] = {.lex_state = 27},
[1565] = {.lex_state = 27},
[1566] = {.lex_state = 27},
[1567] = {.lex_state = 0},
[1568] = {.lex_state = 27},
[1569] = {.lex_state = 27},
[1570] = {.lex_state = 0},
[1571] = {.lex_state = 27},
[1572] = {.lex_state = 27},
[1573] = {.lex_state = 27},
[1574] = {.lex_state = 0},
[1575] = {.lex_state = 27},
[1576] = {.lex_state = 27},
[1577] = {.lex_state = 27},
[1578] = {.lex_state = 0},
[1579] = {.lex_state = 27},
[1580] = {.lex_state = 27},
[1581] = {.lex_state = 27},
[1582] = {.lex_state = 0},
[1583] = {.lex_state = 27},
[1584] = {.lex_state = 27},
[1585] = {.lex_state = 27},
[1586] = {.lex_state = 27},
[1587] = {.lex_state = 27},
[1588] = {.lex_state = 27},
[1589] = {.lex_state = 27},
[1590] = {.lex_state = 27},
[1591] = {.lex_state = 27},
[1592] = {.lex_state = 27},
[1593] = {.lex_state = 27},
[1594] = {.lex_state = 27},
[1595] = {.lex_state = 27},
[1596] = {.lex_state = 0},
[1597] = {.lex_state = 27},
[1598] = {.lex_state = 27},
[1599] = {.lex_state = 27},
[1600] = {.lex_state = 27},
[1601] = {.lex_state = 27},
[1602] = {.lex_state = 27},
[1603] = {.lex_state = 0},
[1604] = {.lex_state = 0},
[1605] = {.lex_state = 27},
[1606] = {.lex_state = 27},
[1607] = {.lex_state = 0},
[1608] = {.lex_state = 27},
[1609] = {.lex_state = 27},
[1610] = {.lex_state = 0},
[1611] = {.lex_state = 27},
[1612] = {.lex_state = 27},
[1613] = {.lex_state = 0},
[1614] = {.lex_state = 27},
[1615] = {.lex_state = 27},
[1616] = {.lex_state = 27},
[1617] = {.lex_state = 27},
[1618] = {.lex_state = 27},
[1619] = {.lex_state = 27},
[1620] = {.lex_state = 27},
[1621] = {.lex_state = 0},
[1622] = {.lex_state = 27},
[1623] = {.lex_state = 27},
[1624] = {.lex_state = 27},
[1625] = {.lex_state = 27},
[1626] = {.lex_state = 27},
[1627] = {.lex_state = 27},
[1628] = {.lex_state = 27},
[1629] = {.lex_state = 27},
[1630] = {.lex_state = 27},
[1631] = {.lex_state = 27},
[1632] = {.lex_state = 27},
[1633] = {.lex_state = 27},
[1634] = {.lex_state = 0},
[1635] = {.lex_state = 27},
[1636] = {.lex_state = 27},
[1637] = {.lex_state = 0},
[1638] = {.lex_state = 27},
[1639] = {.lex_state = 27},
[1640] = {.lex_state = 27},
[1641] = {.lex_state = 27},
[1642] = {.lex_state = 27},
[1643] = {.lex_state = 27},
[1644] = {.lex_state = 27},
[1645] = {.lex_state = 27},
[1646] = {.lex_state = 27},
[1647] = {.lex_state = 27},
[1648] = {.lex_state = 0},
[1649] = {.lex_state = 27},
[1650] = {.lex_state = 27},
[1651] = {.lex_state = 0},
[1652] = {.lex_state = 27},
[1653] = {.lex_state = 27},
[1654] = {.lex_state = 27},
[1655] = {.lex_state = 27},
[1656] = {.lex_state = 27},
[1657] = {.lex_state = 27},
[1658] = {.lex_state = 27},
[1659] = {.lex_state = 27},
[1660] = {.lex_state = 0},
[1661] = {.lex_state = 27},
[1662] = {.lex_state = 27},
[1663] = {.lex_state = 0},
[1664] = {.lex_state = 27},
[1665] = {.lex_state = 27},
[1666] = {.lex_state = 27},
[1667] = {.lex_state = 27},
[1668] = {.lex_state = 27},
[1669] = {.lex_state = 0},
[1670] = {.lex_state = 0},
[1671] = {.lex_state = 27},
[1672] = {.lex_state = 0},
[1673] = {.lex_state = 27},
[1674] = {.lex_state = 27},
[1675] = {.lex_state = 27},
[1676] = {.lex_state = 0},
[1677] = {.lex_state = 27},
[1678] = {.lex_state = 0},
[1679] = {.lex_state = 0},
[1680] = {.lex_state = 27},
[1681] = {.lex_state = 27},
[1682] = {.lex_state = 0},
[1683] = {.lex_state = 0},
[1684] = {.lex_state = 27},
[1685] = {.lex_state = 27},
[1686] = {.lex_state = 27},
[1687] = {.lex_state = 27},
[1688] = {.lex_state = 27},
[1689] = {.lex_state = 27},
[1690] = {.lex_state = 27},
[1691] = {.lex_state = 27},
[1692] = {.lex_state = 27},
[1693] = {.lex_state = 27},
[1694] = {.lex_state = 27},
[1695] = {.lex_state = 0},
[1696] = {.lex_state = 27},
[1697] = {.lex_state = 27},
[1698] = {.lex_state = 27},
[1699] = {.lex_state = 27},
[1700] = {.lex_state = 27},
[1701] = {.lex_state = 27},
[1702] = {.lex_state = 27},
[1703] = {.lex_state = 27},
[1704] = {.lex_state = 0},
[1705] = {.lex_state = 27},
[1706] = {.lex_state = 27},
[1707] = {.lex_state = 27},
[1708] = {.lex_state = 27},
[1709] = {.lex_state = 27},
[1710] = {.lex_state = 27},
[1711] = {.lex_state = 27},
[1712] = {.lex_state = 27},
[1713] = {.lex_state = 27},
[1714] = {.lex_state = 27},
[1715] = {.lex_state = 27},
[1716] = {.lex_state = 27},
[1717] = {.lex_state = 27},
[1718] = {.lex_state = 0},
[1719] = {.lex_state = 27},
[1720] = {.lex_state = 27},
[1721] = {.lex_state = 27},
[1722] = {.lex_state = 27},
[1723] = {.lex_state = 27},
[1724] = {.lex_state = 27},
[1725] = {.lex_state = 27},
[1726] = {.lex_state = 27},
[1727] = {.lex_state = 27},
[1728] = {.lex_state = 27},
[1729] = {.lex_state = 27},
[1730] = {.lex_state = 27},
[1731] = {.lex_state = 0},
[1732] = {.lex_state = 27},
[1733] = {.lex_state = 27},
[1734] = {.lex_state = 0},
[1735] = {.lex_state = 27},
[1736] = {.lex_state = 0},
[1737] = {.lex_state = 27},
[1738] = {.lex_state = 0},
[1739] = {.lex_state = 0},
[1740] = {.lex_state = 27},
[1741] = {.lex_state = 27},
[1742] = {.lex_state = 27},
[1743] = {.lex_state = 0},
[1744] = {.lex_state = 27},
[1745] = {.lex_state = 27},
[1746] = {.lex_state = 27},
[1747] = {.lex_state = 0},
[1748] = {.lex_state = 27},
[1749] = {.lex_state = 27},
[1750] = {.lex_state = 27},
[1751] = {.lex_state = 0},
[1752] = {.lex_state = 27},
[1753] = {.lex_state = 27},
[1754] = {.lex_state = 27},
[1755] = {.lex_state = 27},
[1756] = {.lex_state = 27},
[1757] = {.lex_state = 27},
[1758] = {.lex_state = 27},
[1759] = {.lex_state = 0},
[1760] = {.lex_state = 27},
[1761] = {.lex_state = 27},
[1762] = {.lex_state = 27},
[1763] = {.lex_state = 27},
[1764] = {.lex_state = 27},
[1765] = {.lex_state = 27},
[1766] = {.lex_state = 27},
[1767] = {.lex_state = 27},
[1768] = {.lex_state = 27},
[1769] = {.lex_state = 27},
[1770] = {.lex_state = 27},
[1771] = {.lex_state = 27},
[1772] = {.lex_state = 27},
[1773] = {.lex_state = 27},
[1774] = {.lex_state = 27},
[1775] = {.lex_state = 27},
[1776] = {.lex_state = 27},
[1777] = {.lex_state = 27},
[1778] = {.lex_state = 27},
[1779] = {.lex_state = 27},
[1780] = {.lex_state = 27},
[1781] = {.lex_state = 27},
[1782] = {.lex_state = 27},
[1783] = {.lex_state = 27},
[1784] = {.lex_state = 27},
[1785] = {.lex_state = 27},
[1786] = {.lex_state = 27},
[1787] = {.lex_state = 27},
[1788] = {.lex_state = 27},
[1789] = {.lex_state = 27},
[1790] = {.lex_state = 27},
[1791] = {.lex_state = 0},
[1792] = {.lex_state = 27},
[1793] = {.lex_state = 27},
[1794] = {.lex_state = 27},
[1795] = {.lex_state = 0},
[1796] = {.lex_state = 27},
[1797] = {.lex_state = 0},
[1798] = {.lex_state = 0},
[1799] = {.lex_state = 27},
[1800] = {.lex_state = 27},
[1801] = {.lex_state = 0},
[1802] = {.lex_state = 27},
[1803] = {.lex_state = 0},
[1804] = {.lex_state = 27},
[1805] = {.lex_state = 27},
[1806] = {.lex_state = 27},
[1807] = {.lex_state = 27},
[1808] = {.lex_state = 27},
[1809] = {.lex_state = 27},
[1810] = {.lex_state = 0},
[1811] = {.lex_state = 27},
[1812] = {.lex_state = 27},
[1813] = {.lex_state = 0},
[1814] = {.lex_state = 27},
[1815] = {.lex_state = 27},
[1816] = {.lex_state = 27},
[1817] = {.lex_state = 27},
[1818] = {.lex_state = 27},
[1819] = {.lex_state = 27},
[1820] = {.lex_state = 0},
[1821] = {.lex_state = 27},
[1822] = {.lex_state = 0},
[1823] = {.lex_state = 27},
[1824] = {.lex_state = 27},
[1825] = {.lex_state = 27},
[1826] = {.lex_state = 27},
[1827] = {.lex_state = 27},
[1828] = {.lex_state = 27},
[1829] = {.lex_state = 27},
[1830] = {.lex_state = 27},
[1831] = {.lex_state = 27},
[1832] = {.lex_state = 27},
[1833] = {.lex_state = 27},
[1834] = {.lex_state = 27},
[1835] = {.lex_state = 27},
[1836] = {.lex_state = 27},
[1837] = {.lex_state = 27},
[1838] = {.lex_state = 27},
[1839] = {.lex_state = 27},
[1840] = {.lex_state = 27},
[1841] = {.lex_state = 27},
[1842] = {.lex_state = 0},
[1843] = {.lex_state = 27},
[1844] = {.lex_state = 27},
[1845] = {.lex_state = 27},
[1846] = {.lex_state = 27},
[1847] = {.lex_state = 27},
[1848] = {.lex_state = 27},
[1849] = {.lex_state = 27},
[1850] = {.lex_state = 27},
[1851] = {.lex_state = 0},
[1852] = {.lex_state = 27},
[1853] = {.lex_state = 27},
[1854] = {.lex_state = 27},
[1855] = {.lex_state = 27},
[1856] = {.lex_state = 27},
[1857] = {.lex_state = 27},
[1858] = {.lex_state = 0},
[1859] = {.lex_state = 27},
[1860] = {.lex_state = 27},
[1861] = {.lex_state = 27},
[1862] = {.lex_state = 27},
[1863] = {.lex_state = 27},
[1864] = {.lex_state = 27},
[1865] = {.lex_state = 0},
[1866] = {.lex_state = 27},
[1867] = {.lex_state = 27},
[1868] = {.lex_state = 27},
[1869] = {.lex_state = 27},
[1870] = {.lex_state = 27},
[1871] = {.lex_state = 0},
[1872] = {.lex_state = 0},
[1873] = {.lex_state = 27},
[1874] = {.lex_state = 27},
[1875] = {.lex_state = 27},
[1876] = {.lex_state = 0},
[1877] = {.lex_state = 27},
[1878] = {.lex_state = 27},
[1879] = {.lex_state = 0},
[1880] = {.lex_state = 27},
[1881] = {.lex_state = 27},
[1882] = {.lex_state = 27},
[1883] = {.lex_state = 27},
[1884] = {.lex_state = 27},
[1885] = {.lex_state = 27},
[1886] = {.lex_state = 27},
[1887] = {.lex_state = 27},
[1888] = {.lex_state = 27},
[1889] = {.lex_state = 27},
[1890] = {.lex_state = 27},
[1891] = {.lex_state = 27},
[1892] = {.lex_state = 27},
[1893] = {.lex_state = 27},
[1894] = {.lex_state = 27},
[1895] = {.lex_state = 27},
[1896] = {.lex_state = 27},
[1897] = {.lex_state = 0},
[1898] = {.lex_state = 27},
[1899] = {.lex_state = 27},
[1900] = {.lex_state = 27},
[1901] = {.lex_state = 27},
[1902] = {.lex_state = 27},
[1903] = {.lex_state = 27},
[1904] = {.lex_state = 27},
[1905] = {.lex_state = 27},
[1906] = {.lex_state = 27},
[1907] = {.lex_state = 27},
[1908] = {.lex_state = 27},
[1909] = {.lex_state = 0},
[1910] = {.lex_state = 27},
[1911] = {.lex_state = 7},
[1912] = {.lex_state = 27},
[1913] = {.lex_state = 27},
[1914] = {.lex_state = 27},
[1915] = {.lex_state = 27},
[1916] = {.lex_state = 0},
[1917] = {.lex_state = 27},
[1918] = {.lex_state = 27},
[1919] = {.lex_state = 27},
[1920] = {.lex_state = 27},
[1921] = {.lex_state = 27},
[1922] = {.lex_state = 0},
[1923] = {.lex_state = 27},
[1924] = {.lex_state = 27},
[1925] = {.lex_state = 27},
[1926] = {.lex_state = 27},
[1927] = {.lex_state = 27},
[1928] = {.lex_state = 27},
[1929] = {.lex_state = 0},
[1930] = {.lex_state = 27},
[1931] = {.lex_state = 27},
[1932] = {.lex_state = 27},
[1933] = {.lex_state = 27},
[1934] = {.lex_state = 27},
[1935] = {.lex_state = 27},
[1936] = {.lex_state = 27},
[1937] = {.lex_state = 27},
[1938] = {.lex_state = 27},
[1939] = {.lex_state = 27},
[1940] = {.lex_state = 27},
[1941] = {.lex_state = 27},
[1942] = {.lex_state = 27},
[1943] = {.lex_state = 27},
[1944] = {.lex_state = 0},
[1945] = {.lex_state = 0},
[1946] = {.lex_state = 27},
};
static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
[0] = {
[ts_builtin_sym_end] = ACTIONS(1),
[sym_identifier] = ACTIONS(1),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(1),
[sym_numeric_literal] = ACTIONS(1),
[anon_sym_EQ] = ACTIONS(1),
[anon_sym_SLASH_EQ] = ACTIONS(1),
[anon_sym_LT] = ACTIONS(1),
[anon_sym_LT_EQ] = ACTIONS(1),
[anon_sym_GT] = ACTIONS(1),
[anon_sym_GT_EQ] = ACTIONS(1),
[anon_sym_PLUS] = ACTIONS(1),
[anon_sym_DASH] = ACTIONS(1),
[anon_sym_AMP] = ACTIONS(1),
[anon_sym_STAR] = ACTIONS(1),
[anon_sym_SLASH] = ACTIONS(1),
[anon_sym_mod] = ACTIONS(1),
[anon_sym_rem] = ACTIONS(1),
[sym_tick] = ACTIONS(1),
[anon_sym_DOT] = ACTIONS(1),
[sym_target_name] = ACTIONS(1),
[anon_sym_COMMA] = ACTIONS(1),
[anon_sym_LPAREN] = ACTIONS(1),
[anon_sym_RPAREN] = ACTIONS(1),
[anon_sym_LBRACK] = ACTIONS(1),
[aux_sym_value_sequence_token1] = ACTIONS(1),
[anon_sym_RBRACK] = ACTIONS(1),
[aux_sym_chunk_specification_token1] = ACTIONS(1),
[aux_sym_iterated_element_association_token1] = ACTIONS(1),
[aux_sym_iterated_element_association_token2] = ACTIONS(1),
[anon_sym_EQ_GT] = ACTIONS(1),
[aux_sym_loop_parameter_specification_token1] = ACTIONS(1),
[aux_sym_iterator_filter_token1] = ACTIONS(1),
[anon_sym_COLON] = ACTIONS(1),
[aux_sym_iterator_specification_token1] = ACTIONS(1),
[aux_sym_attribute_designator_token1] = ACTIONS(1),
[aux_sym_attribute_designator_token2] = ACTIONS(1),
[aux_sym_attribute_designator_token3] = ACTIONS(1),
[aux_sym_attribute_designator_token4] = ACTIONS(1),
[aux_sym_compilation_unit_token1] = ACTIONS(1),
[anon_sym_SEMI] = ACTIONS(1),
[aux_sym_package_specification_token1] = ACTIONS(1),
[aux_sym_package_specification_token2] = ACTIONS(1),
[aux_sym_package_specification_token3] = ACTIONS(1),
[aux_sym_with_clause_token1] = ACTIONS(1),
[aux_sym_with_clause_token2] = ACTIONS(1),
[aux_sym_use_clause_token1] = ACTIONS(1),
[aux_sym_use_clause_token2] = ACTIONS(1),
[aux_sym_subunit_token1] = ACTIONS(1),
[aux_sym_subprogram_body_token1] = ACTIONS(1),
[aux_sym_package_body_token1] = ACTIONS(1),
[anon_sym_DOT_DOT] = ACTIONS(1),
[aux_sym_range_attribute_designator_token1] = ACTIONS(1),
[aux_sym_expression_token1] = ACTIONS(1),
[aux_sym_expression_token2] = ACTIONS(1),
[aux_sym_expression_token3] = ACTIONS(1),
[aux_sym_expression_token4] = ACTIONS(1),
[aux_sym_expression_token5] = ACTIONS(1),
[aux_sym_relation_membership_token1] = ACTIONS(1),
[aux_sym_raise_expression_token1] = ACTIONS(1),
[anon_sym_PIPE] = ACTIONS(1),
[anon_sym_STAR_STAR] = ACTIONS(1),
[aux_sym_factor_abs_token1] = ACTIONS(1),
[aux_sym_primary_null_token1] = ACTIONS(1),
[aux_sym_allocator_token1] = ACTIONS(1),
[aux_sym_access_to_subprogram_definition_token1] = ACTIONS(1),
[aux_sym_access_to_subprogram_definition_token2] = ACTIONS(1),
[aux_sym_access_to_subprogram_definition_token3] = ACTIONS(1),
[aux_sym_general_access_modifier_token1] = ACTIONS(1),
[anon_sym_LT_GT] = ACTIONS(1),
[aux_sym_declare_expression_token1] = ACTIONS(1),
[aux_sym_quantifier_token1] = ACTIONS(1),
[aux_sym_case_expression_token1] = ACTIONS(1),
[aux_sym_component_choice_list_token1] = ACTIONS(1),
[aux_sym_record_component_association_list_token1] = ACTIONS(1),
[aux_sym_private_type_declaration_token1] = ACTIONS(1),
[aux_sym_private_type_declaration_token2] = ACTIONS(1),
[aux_sym_private_extension_declaration_token1] = ACTIONS(1),
[aux_sym_array_type_definition_token1] = ACTIONS(1),
[aux_sym_interface_type_definition_token1] = ACTIONS(1),
[aux_sym_interface_type_definition_token2] = ACTIONS(1),
[aux_sym_component_list_token1] = ACTIONS(1),
[aux_sym_component_definition_token1] = ACTIONS(1),
[aux_sym__aspect_mark_token1] = ACTIONS(1),
[anon_sym_COLON_EQ] = ACTIONS(1),
[aux_sym_at_clause_token1] = ACTIONS(1),
[aux_sym_entry_declaration_token1] = ACTIONS(1),
[aux_sym_exception_declaration_token1] = ACTIONS(1),
[aux_sym_generic_formal_part_token1] = ACTIONS(1),
[anon_sym_null] = ACTIONS(1),
[anon_sym_all] = ACTIONS(1),
[aux_sym_global_mode_token1] = ACTIONS(1),
[anon_sym_LT_LT] = ACTIONS(1),
[anon_sym_GT_GT] = ACTIONS(1),
[aux_sym_non_empty_mode_token1] = ACTIONS(1),
[aux_sym_pragma_g_token1] = ACTIONS(1),
[aux_sym_if_expression_token1] = ACTIONS(1),
[aux_sym_elsif_expression_item_token1] = ACTIONS(1),
[aux_sym_object_renaming_declaration_token1] = ACTIONS(1),
[aux_sym_result_profile_token1] = ACTIONS(1),
[aux_sym_asynchronous_select_token1] = ACTIONS(1),
[aux_sym_asynchronous_select_token2] = ACTIONS(1),
[aux_sym_terminate_alternative_token1] = ACTIONS(1),
[aux_sym_requeue_statement_token1] = ACTIONS(1),
[aux_sym_accept_statement_token1] = ACTIONS(1),
[aux_sym_accept_statement_token2] = ACTIONS(1),
[aux_sym_exit_statement_token1] = ACTIONS(1),
[aux_sym_goto_statement_token1] = ACTIONS(1),
[aux_sym_delay_until_statement_token1] = ACTIONS(1),
[aux_sym_delay_until_statement_token2] = ACTIONS(1),
[aux_sym_loop_statement_token1] = ACTIONS(1),
[aux_sym_iteration_scheme_token1] = ACTIONS(1),
[aux_sym_subtype_declaration_token1] = ACTIONS(1),
},
[1] = {
[sym_compilation] = STATE(1678),
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym__defining_identifier_list] = STATE(1663),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_compilation_unit] = STATE(3),
[sym__declarative_item] = STATE(482),
[sym__basic_declarative_item] = STATE(482),
[sym__basic_declaration] = STATE(482),
[sym__package_declaration] = STATE(482),
[sym_package_specification] = STATE(1626),
[sym_with_clause] = STATE(482),
[sym_use_clause] = STATE(482),
[sym_subunit] = STATE(482),
[sym__proper_body] = STATE(482),
[sym_subprogram_body] = STATE(482),
[sym_package_body] = STATE(482),
[sym__type_declaration] = STATE(482),
[sym_full_type_declaration] = STATE(482),
[sym_private_type_declaration] = STATE(482),
[sym_private_extension_declaration] = STATE(482),
[sym_incomplete_type_declaration] = STATE(482),
[sym__aspect_clause] = STATE(482),
[sym_at_clause] = STATE(482),
[sym_attribute_definition_clause] = STATE(482),
[sym_body_stub] = STATE(482),
[sym_subprogram_body_stub] = STATE(417),
[sym_package_body_stub] = STATE(417),
[sym_task_body] = STATE(482),
[sym_task_body_stub] = STATE(417),
[sym_protected_type_declaration] = STATE(419),
[sym_single_protected_declaration] = STATE(426),
[sym_protected_body] = STATE(482),
[sym_protected_body_stub] = STATE(417),
[sym_entry_declaration] = STATE(482),
[sym_enumeration_representation_clause] = STATE(482),
[sym_exception_declaration] = STATE(482),
[sym_function_specification] = STATE(1109),
[sym__generic_declaration] = STATE(482),
[sym_generic_formal_part] = STATE(907),
[sym_generic_subprogram_declaration] = STATE(482),
[sym_generic_package_declaration] = STATE(482),
[sym_generic_instantiation] = STATE(482),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_procedure_declaration] = STATE(482),
[sym_null_statement] = STATE(482),
[sym_number_declaration] = STATE(482),
[sym_object_declaration] = STATE(482),
[sym_single_task_declaration] = STATE(426),
[sym_task_type_declaration] = STATE(419),
[sym_overriding_indicator] = STATE(948),
[sym_pragma_g] = STATE(482),
[sym_procedure_specification] = STATE(1127),
[sym_record_representation_clause] = STATE(482),
[sym__renaming_declaration] = STATE(482),
[sym_object_renaming_declaration] = STATE(482),
[sym_exception_renaming_declaration] = STATE(482),
[sym_package_renaming_declaration] = STATE(482),
[sym_subprogram_renaming_declaration] = STATE(482),
[sym_generic_renaming_declaration] = STATE(482),
[sym__simple_statement] = STATE(482),
[sym__statement] = STATE(482),
[sym__compound_statement] = STATE(482),
[sym__select_statement] = STATE(482),
[sym_asynchronous_select] = STATE(482),
[sym_conditional_entry_call] = STATE(482),
[sym_timed_entry_call] = STATE(482),
[sym_selective_accept] = STATE(482),
[sym_abort_statement] = STATE(482),
[sym_requeue_statement] = STATE(482),
[sym_accept_statement] = STATE(482),
[sym_case_statement] = STATE(482),
[sym_block_statement] = STATE(482),
[sym_if_statement] = STATE(482),
[sym_exit_statement] = STATE(482),
[sym_goto_statement] = STATE(482),
[sym__delay_statement] = STATE(482),
[sym_delay_until_statement] = STATE(482),
[sym_delay_relative_statement] = STATE(482),
[sym_simple_return_statement] = STATE(482),
[sym_extended_return_statement] = STATE(482),
[sym_procedure_call_statement] = STATE(482),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(482),
[sym_loop_statement] = STATE(482),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(482),
[sym_subprogram_declaration] = STATE(482),
[sym_expression_function_declaration] = STATE(482),
[sym__subprogram_specification] = STATE(1004),
[sym_subtype_declaration] = STATE(482),
[aux_sym_compilation_repeat1] = STATE(3),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[ts_builtin_sym_end] = ACTIONS(5),
[sym_identifier] = ACTIONS(7),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(13),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym_compilation_unit_token1] = ACTIONS(17),
[aux_sym_package_specification_token1] = ACTIONS(19),
[aux_sym_with_clause_token1] = ACTIONS(21),
[aux_sym_with_clause_token2] = ACTIONS(23),
[aux_sym_use_clause_token2] = ACTIONS(25),
[aux_sym_subunit_token1] = ACTIONS(27),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_relation_membership_token1] = ACTIONS(31),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37),
[aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39),
[aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[aux_sym_interface_type_definition_token1] = ACTIONS(47),
[aux_sym_entry_declaration_token1] = ACTIONS(49),
[aux_sym_generic_formal_part_token1] = ACTIONS(51),
[aux_sym_global_mode_token1] = ACTIONS(53),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
[aux_sym_subtype_declaration_token1] = ACTIONS(81),
},
[2] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym__defining_identifier_list] = STATE(1663),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_compilation_unit] = STATE(2),
[sym__declarative_item] = STATE(482),
[sym__basic_declarative_item] = STATE(482),
[sym__basic_declaration] = STATE(482),
[sym__package_declaration] = STATE(482),
[sym_package_specification] = STATE(1626),
[sym_with_clause] = STATE(482),
[sym_use_clause] = STATE(482),
[sym_subunit] = STATE(482),
[sym__proper_body] = STATE(482),
[sym_subprogram_body] = STATE(482),
[sym_package_body] = STATE(482),
[sym__type_declaration] = STATE(482),
[sym_full_type_declaration] = STATE(482),
[sym_private_type_declaration] = STATE(482),
[sym_private_extension_declaration] = STATE(482),
[sym_incomplete_type_declaration] = STATE(482),
[sym__aspect_clause] = STATE(482),
[sym_at_clause] = STATE(482),
[sym_attribute_definition_clause] = STATE(482),
[sym_body_stub] = STATE(482),
[sym_subprogram_body_stub] = STATE(417),
[sym_package_body_stub] = STATE(417),
[sym_task_body] = STATE(482),
[sym_task_body_stub] = STATE(417),
[sym_protected_type_declaration] = STATE(419),
[sym_single_protected_declaration] = STATE(426),
[sym_protected_body] = STATE(482),
[sym_protected_body_stub] = STATE(417),
[sym_entry_declaration] = STATE(482),
[sym_enumeration_representation_clause] = STATE(482),
[sym_exception_declaration] = STATE(482),
[sym_function_specification] = STATE(1109),
[sym__generic_declaration] = STATE(482),
[sym_generic_formal_part] = STATE(907),
[sym_generic_subprogram_declaration] = STATE(482),
[sym_generic_package_declaration] = STATE(482),
[sym_generic_instantiation] = STATE(482),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_procedure_declaration] = STATE(482),
[sym_null_statement] = STATE(482),
[sym_number_declaration] = STATE(482),
[sym_object_declaration] = STATE(482),
[sym_single_task_declaration] = STATE(426),
[sym_task_type_declaration] = STATE(419),
[sym_overriding_indicator] = STATE(948),
[sym_pragma_g] = STATE(482),
[sym_procedure_specification] = STATE(1127),
[sym_record_representation_clause] = STATE(482),
[sym__renaming_declaration] = STATE(482),
[sym_object_renaming_declaration] = STATE(482),
[sym_exception_renaming_declaration] = STATE(482),
[sym_package_renaming_declaration] = STATE(482),
[sym_subprogram_renaming_declaration] = STATE(482),
[sym_generic_renaming_declaration] = STATE(482),
[sym__simple_statement] = STATE(482),
[sym__statement] = STATE(482),
[sym__compound_statement] = STATE(482),
[sym__select_statement] = STATE(482),
[sym_asynchronous_select] = STATE(482),
[sym_conditional_entry_call] = STATE(482),
[sym_timed_entry_call] = STATE(482),
[sym_selective_accept] = STATE(482),
[sym_abort_statement] = STATE(482),
[sym_requeue_statement] = STATE(482),
[sym_accept_statement] = STATE(482),
[sym_case_statement] = STATE(482),
[sym_block_statement] = STATE(482),
[sym_if_statement] = STATE(482),
[sym_exit_statement] = STATE(482),
[sym_goto_statement] = STATE(482),
[sym__delay_statement] = STATE(482),
[sym_delay_until_statement] = STATE(482),
[sym_delay_relative_statement] = STATE(482),
[sym_simple_return_statement] = STATE(482),
[sym_extended_return_statement] = STATE(482),
[sym_procedure_call_statement] = STATE(482),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(482),
[sym_loop_statement] = STATE(482),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(482),
[sym_subprogram_declaration] = STATE(482),
[sym_expression_function_declaration] = STATE(482),
[sym__subprogram_specification] = STATE(1004),
[sym_subtype_declaration] = STATE(482),
[aux_sym_compilation_repeat1] = STATE(2),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[ts_builtin_sym_end] = ACTIONS(83),
[sym_identifier] = ACTIONS(85),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(88),
[sym_character_literal] = ACTIONS(88),
[sym_target_name] = ACTIONS(88),
[anon_sym_LBRACK] = ACTIONS(91),
[aux_sym_iterated_element_association_token1] = ACTIONS(94),
[aux_sym_iterated_element_association_token2] = ACTIONS(97),
[aux_sym_compilation_unit_token1] = ACTIONS(100),
[aux_sym_package_specification_token1] = ACTIONS(103),
[aux_sym_with_clause_token1] = ACTIONS(106),
[aux_sym_with_clause_token2] = ACTIONS(109),
[aux_sym_use_clause_token2] = ACTIONS(112),
[aux_sym_subunit_token1] = ACTIONS(115),
[aux_sym_subprogram_body_token1] = ACTIONS(118),
[aux_sym_relation_membership_token1] = ACTIONS(121),
[aux_sym_raise_expression_token1] = ACTIONS(124),
[aux_sym_primary_null_token1] = ACTIONS(127),
[aux_sym_access_to_subprogram_definition_token1] = ACTIONS(130),
[aux_sym_access_to_subprogram_definition_token2] = ACTIONS(133),
[aux_sym_access_to_subprogram_definition_token3] = ACTIONS(136),
[aux_sym_declare_expression_token1] = ACTIONS(139),
[aux_sym_case_expression_token1] = ACTIONS(142),
[aux_sym_interface_type_definition_token1] = ACTIONS(145),
[aux_sym_entry_declaration_token1] = ACTIONS(148),
[aux_sym_generic_formal_part_token1] = ACTIONS(151),
[aux_sym_global_mode_token1] = ACTIONS(154),
[anon_sym_LT_LT] = ACTIONS(157),
[aux_sym_pragma_g_token1] = ACTIONS(160),
[aux_sym_if_expression_token1] = ACTIONS(163),
[aux_sym_result_profile_token1] = ACTIONS(166),
[aux_sym_asynchronous_select_token1] = ACTIONS(169),
[aux_sym_asynchronous_select_token2] = ACTIONS(172),
[aux_sym_requeue_statement_token1] = ACTIONS(175),
[aux_sym_accept_statement_token1] = ACTIONS(178),
[aux_sym_exit_statement_token1] = ACTIONS(181),
[aux_sym_goto_statement_token1] = ACTIONS(184),
[aux_sym_delay_until_statement_token1] = ACTIONS(187),
[aux_sym_loop_statement_token1] = ACTIONS(190),
[aux_sym_iteration_scheme_token1] = ACTIONS(193),
[aux_sym_subtype_declaration_token1] = ACTIONS(196),
},
[3] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym__defining_identifier_list] = STATE(1663),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_compilation_unit] = STATE(2),
[sym__declarative_item] = STATE(482),
[sym__basic_declarative_item] = STATE(482),
[sym__basic_declaration] = STATE(482),
[sym__package_declaration] = STATE(482),
[sym_package_specification] = STATE(1626),
[sym_with_clause] = STATE(482),
[sym_use_clause] = STATE(482),
[sym_subunit] = STATE(482),
[sym__proper_body] = STATE(482),
[sym_subprogram_body] = STATE(482),
[sym_package_body] = STATE(482),
[sym__type_declaration] = STATE(482),
[sym_full_type_declaration] = STATE(482),
[sym_private_type_declaration] = STATE(482),
[sym_private_extension_declaration] = STATE(482),
[sym_incomplete_type_declaration] = STATE(482),
[sym__aspect_clause] = STATE(482),
[sym_at_clause] = STATE(482),
[sym_attribute_definition_clause] = STATE(482),
[sym_body_stub] = STATE(482),
[sym_subprogram_body_stub] = STATE(417),
[sym_package_body_stub] = STATE(417),
[sym_task_body] = STATE(482),
[sym_task_body_stub] = STATE(417),
[sym_protected_type_declaration] = STATE(419),
[sym_single_protected_declaration] = STATE(426),
[sym_protected_body] = STATE(482),
[sym_protected_body_stub] = STATE(417),
[sym_entry_declaration] = STATE(482),
[sym_enumeration_representation_clause] = STATE(482),
[sym_exception_declaration] = STATE(482),
[sym_function_specification] = STATE(1109),
[sym__generic_declaration] = STATE(482),
[sym_generic_formal_part] = STATE(907),
[sym_generic_subprogram_declaration] = STATE(482),
[sym_generic_package_declaration] = STATE(482),
[sym_generic_instantiation] = STATE(482),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_procedure_declaration] = STATE(482),
[sym_null_statement] = STATE(482),
[sym_number_declaration] = STATE(482),
[sym_object_declaration] = STATE(482),
[sym_single_task_declaration] = STATE(426),
[sym_task_type_declaration] = STATE(419),
[sym_overriding_indicator] = STATE(948),
[sym_pragma_g] = STATE(482),
[sym_procedure_specification] = STATE(1127),
[sym_record_representation_clause] = STATE(482),
[sym__renaming_declaration] = STATE(482),
[sym_object_renaming_declaration] = STATE(482),
[sym_exception_renaming_declaration] = STATE(482),
[sym_package_renaming_declaration] = STATE(482),
[sym_subprogram_renaming_declaration] = STATE(482),
[sym_generic_renaming_declaration] = STATE(482),
[sym__simple_statement] = STATE(482),
[sym__statement] = STATE(482),
[sym__compound_statement] = STATE(482),
[sym__select_statement] = STATE(482),
[sym_asynchronous_select] = STATE(482),
[sym_conditional_entry_call] = STATE(482),
[sym_timed_entry_call] = STATE(482),
[sym_selective_accept] = STATE(482),
[sym_abort_statement] = STATE(482),
[sym_requeue_statement] = STATE(482),
[sym_accept_statement] = STATE(482),
[sym_case_statement] = STATE(482),
[sym_block_statement] = STATE(482),
[sym_if_statement] = STATE(482),
[sym_exit_statement] = STATE(482),
[sym_goto_statement] = STATE(482),
[sym__delay_statement] = STATE(482),
[sym_delay_until_statement] = STATE(482),
[sym_delay_relative_statement] = STATE(482),
[sym_simple_return_statement] = STATE(482),
[sym_extended_return_statement] = STATE(482),
[sym_procedure_call_statement] = STATE(482),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(482),
[sym_loop_statement] = STATE(482),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(482),
[sym_subprogram_declaration] = STATE(482),
[sym_expression_function_declaration] = STATE(482),
[sym__subprogram_specification] = STATE(1004),
[sym_subtype_declaration] = STATE(482),
[aux_sym_compilation_repeat1] = STATE(2),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[ts_builtin_sym_end] = ACTIONS(199),
[sym_identifier] = ACTIONS(7),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(13),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym_compilation_unit_token1] = ACTIONS(17),
[aux_sym_package_specification_token1] = ACTIONS(19),
[aux_sym_with_clause_token1] = ACTIONS(21),
[aux_sym_with_clause_token2] = ACTIONS(23),
[aux_sym_use_clause_token2] = ACTIONS(25),
[aux_sym_subunit_token1] = ACTIONS(27),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_relation_membership_token1] = ACTIONS(31),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37),
[aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39),
[aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[aux_sym_interface_type_definition_token1] = ACTIONS(47),
[aux_sym_entry_declaration_token1] = ACTIONS(49),
[aux_sym_generic_formal_part_token1] = ACTIONS(51),
[aux_sym_global_mode_token1] = ACTIONS(53),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
[aux_sym_subtype_declaration_token1] = ACTIONS(81),
},
[4] = {
[sym__defining_identifier_list] = STATE(1663),
[sym__declarative_item] = STATE(23),
[sym__basic_declarative_item] = STATE(23),
[sym__basic_declaration] = STATE(23),
[sym__package_declaration] = STATE(23),
[sym_package_specification] = STATE(1626),
[sym_use_clause] = STATE(23),
[sym__proper_body] = STATE(23),
[sym_subprogram_body] = STATE(23),
[sym_package_body] = STATE(23),
[sym__type_declaration] = STATE(23),
[sym_full_type_declaration] = STATE(23),
[sym_private_type_declaration] = STATE(23),
[sym_private_extension_declaration] = STATE(23),
[sym_incomplete_type_declaration] = STATE(23),
[sym__aspect_clause] = STATE(23),
[sym_at_clause] = STATE(23),
[sym_attribute_definition_clause] = STATE(23),
[sym_body_stub] = STATE(23),
[sym_subprogram_body_stub] = STATE(417),
[sym_package_body_stub] = STATE(417),
[sym_task_body] = STATE(23),
[sym_task_body_stub] = STATE(417),
[sym_protected_type_declaration] = STATE(419),
[sym_single_protected_declaration] = STATE(426),
[sym_protected_body] = STATE(23),
[sym_protected_body_stub] = STATE(417),
[sym__declarative_item_pragma] = STATE(23),
[sym_non_empty_declarative_part] = STATE(1847),
[sym_enumeration_representation_clause] = STATE(23),
[sym_exception_declaration] = STATE(23),
[sym_function_specification] = STATE(1109),
[sym__generic_declaration] = STATE(23),
[sym_generic_formal_part] = STATE(907),
[sym_generic_subprogram_declaration] = STATE(23),
[sym_generic_package_declaration] = STATE(23),
[sym_generic_instantiation] = STATE(23),
[sym_null_procedure_declaration] = STATE(23),
[sym_number_declaration] = STATE(23),
[sym_object_declaration] = STATE(23),
[sym_single_task_declaration] = STATE(426),
[sym_task_type_declaration] = STATE(419),
[sym_overriding_indicator] = STATE(997),
[sym_pragma_g] = STATE(23),
[sym_procedure_specification] = STATE(1127),
[sym_record_representation_clause] = STATE(23),
[sym__renaming_declaration] = STATE(23),
[sym_object_renaming_declaration] = STATE(23),
[sym_exception_renaming_declaration] = STATE(23),
[sym_package_renaming_declaration] = STATE(23),
[sym_subprogram_renaming_declaration] = STATE(23),
[sym_generic_renaming_declaration] = STATE(23),
[sym_subprogram_declaration] = STATE(23),
[sym_expression_function_declaration] = STATE(23),
[sym__subprogram_specification] = STATE(1004),
[sym_subtype_declaration] = STATE(23),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(23),
[sym_identifier] = ACTIONS(201),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(203),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym_package_specification_token1] = ACTIONS(19),
[aux_sym_use_clause_token2] = ACTIONS(25),
[aux_sym_subunit_token1] = ACTIONS(205),
[aux_sym_subprogram_body_token1] = ACTIONS(207),
[aux_sym_relation_membership_token1] = ACTIONS(31),
[aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37),
[aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39),
[aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41),
[aux_sym_private_type_declaration_token1] = ACTIONS(209),
[aux_sym_interface_type_definition_token1] = ACTIONS(47),
[aux_sym_generic_formal_part_token1] = ACTIONS(51),
[aux_sym_global_mode_token1] = ACTIONS(53),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_subtype_declaration_token1] = ACTIONS(81),
},
[5] = {
[sym__defining_identifier_list] = STATE(1663),
[sym__declarative_item] = STATE(23),
[sym__basic_declarative_item] = STATE(23),
[sym__basic_declaration] = STATE(23),
[sym__package_declaration] = STATE(23),
[sym_package_specification] = STATE(1626),
[sym_use_clause] = STATE(23),
[sym__proper_body] = STATE(23),
[sym_subprogram_body] = STATE(23),
[sym_package_body] = STATE(23),
[sym__type_declaration] = STATE(23),
[sym_full_type_declaration] = STATE(23),
[sym_private_type_declaration] = STATE(23),
[sym_private_extension_declaration] = STATE(23),
[sym_incomplete_type_declaration] = STATE(23),
[sym__aspect_clause] = STATE(23),
[sym_at_clause] = STATE(23),
[sym_attribute_definition_clause] = STATE(23),
[sym_body_stub] = STATE(23),
[sym_subprogram_body_stub] = STATE(417),
[sym_package_body_stub] = STATE(417),
[sym_task_body] = STATE(23),
[sym_task_body_stub] = STATE(417),
[sym_protected_type_declaration] = STATE(419),
[sym_single_protected_declaration] = STATE(426),
[sym_protected_body] = STATE(23),
[sym_protected_body_stub] = STATE(417),
[sym__declarative_item_pragma] = STATE(23),
[sym_non_empty_declarative_part] = STATE(1609),
[sym_enumeration_representation_clause] = STATE(23),
[sym_exception_declaration] = STATE(23),
[sym_function_specification] = STATE(1109),
[sym__generic_declaration] = STATE(23),
[sym_generic_formal_part] = STATE(907),
[sym_generic_subprogram_declaration] = STATE(23),
[sym_generic_package_declaration] = STATE(23),
[sym_generic_instantiation] = STATE(23),
[sym_null_procedure_declaration] = STATE(23),
[sym_number_declaration] = STATE(23),
[sym_object_declaration] = STATE(23),
[sym_single_task_declaration] = STATE(426),
[sym_task_type_declaration] = STATE(419),
[sym_overriding_indicator] = STATE(997),
[sym_pragma_g] = STATE(23),
[sym_procedure_specification] = STATE(1127),
[sym_record_representation_clause] = STATE(23),
[sym__renaming_declaration] = STATE(23),
[sym_object_renaming_declaration] = STATE(23),
[sym_exception_renaming_declaration] = STATE(23),
[sym_package_renaming_declaration] = STATE(23),
[sym_subprogram_renaming_declaration] = STATE(23),
[sym_generic_renaming_declaration] = STATE(23),
[sym_subprogram_declaration] = STATE(23),
[sym_expression_function_declaration] = STATE(23),
[sym__subprogram_specification] = STATE(1004),
[sym_subtype_declaration] = STATE(23),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(23),
[sym_identifier] = ACTIONS(201),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(203),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym_package_specification_token1] = ACTIONS(19),
[aux_sym_use_clause_token2] = ACTIONS(25),
[aux_sym_subunit_token1] = ACTIONS(211),
[aux_sym_subprogram_body_token1] = ACTIONS(213),
[aux_sym_relation_membership_token1] = ACTIONS(31),
[aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37),
[aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39),
[aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41),
[aux_sym_private_type_declaration_token1] = ACTIONS(215),
[aux_sym_interface_type_definition_token1] = ACTIONS(47),
[aux_sym_generic_formal_part_token1] = ACTIONS(51),
[aux_sym_global_mode_token1] = ACTIONS(53),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_subtype_declaration_token1] = ACTIONS(81),
},
[6] = {
[sym_unary_adding_operator] = STATE(499),
[sym__name] = STATE(480),
[sym_selected_component] = STATE(502),
[sym_slice] = STATE(264),
[sym__attribute_reference] = STATE(264),
[sym__reduction_attribute_reference] = STATE(264),
[sym_value_sequence] = STATE(1651),
[sym_iterated_element_association] = STATE(1281),
[sym_qualified_expression] = STATE(264),
[sym__subtype_indication] = STATE(1375),
[sym_range_g] = STATE(1373),
[sym_expression] = STATE(938),
[sym__relation] = STATE(566),
[sym_relation_membership] = STATE(566),
[sym_raise_expression] = STATE(566),
[sym__simple_expression] = STATE(602),
[sym_term] = STATE(511),
[sym__factor] = STATE(487),
[sym_factor_power] = STATE(487),
[sym_factor_abs] = STATE(487),
[sym_factor_not] = STATE(487),
[sym__parenthesized_expression] = STATE(490),
[sym__primary] = STATE(490),
[sym_primary_null] = STATE(490),
[sym_allocator] = STATE(490),
[sym__conditional_expression] = STATE(1865),
[sym_quantified_expression] = STATE(1865),
[sym_declare_expression] = STATE(1865),
[sym_case_expression] = STATE(1865),
[sym_component_choice_list] = STATE(1876),
[sym__aggregate] = STATE(490),
[sym__delta_aggregate] = STATE(490),
[sym_extension_aggregate] = STATE(490),
[sym_record_delta_aggregate] = STATE(490),
[sym_array_delta_aggregate] = STATE(490),
[sym_record_aggregate] = STATE(490),
[sym_record_component_association_list] = STATE(1879),
[sym__named_record_component_association] = STATE(1309),
[sym_null_exclusion] = STATE(802),
[sym__array_aggregate] = STATE(490),
[sym_positional_array_aggregate] = STATE(490),
[sym_null_array_aggregate] = STATE(490),
[sym_named_array_aggregate] = STATE(490),
[sym__array_component_association_list] = STATE(1922),
[sym_array_component_association] = STATE(1088),
[sym_discrete_choice_list] = STATE(1534),
[sym_discrete_choice] = STATE(1260),
[sym_global_aspect_element] = STATE(1333),
[sym_global_mode] = STATE(690),
[sym_non_empty_mode] = STATE(830),
[sym_if_expression] = STATE(1865),
[sym_function_call] = STATE(480),
[sym_identifier] = ACTIONS(217),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(219),
[sym_character_literal] = ACTIONS(221),
[sym_numeric_literal] = ACTIONS(223),
[anon_sym_PLUS] = ACTIONS(225),
[anon_sym_DASH] = ACTIONS(227),
[sym_target_name] = ACTIONS(221),
[anon_sym_LPAREN] = ACTIONS(229),
[anon_sym_LBRACK] = ACTIONS(231),
[aux_sym_chunk_specification_token1] = ACTIONS(233),
[aux_sym_iterated_element_association_token1] = ACTIONS(235),
[aux_sym_relation_membership_token1] = ACTIONS(237),
[aux_sym_raise_expression_token1] = ACTIONS(239),
[aux_sym_factor_abs_token1] = ACTIONS(241),
[aux_sym_primary_null_token1] = ACTIONS(243),
[aux_sym_allocator_token1] = ACTIONS(245),
[aux_sym_declare_expression_token1] = ACTIONS(247),
[aux_sym_case_expression_token1] = ACTIONS(249),
[aux_sym_component_choice_list_token1] = ACTIONS(251),
[aux_sym_global_mode_token1] = ACTIONS(253),
[aux_sym_non_empty_mode_token1] = ACTIONS(255),
[aux_sym_if_expression_token1] = ACTIONS(257),
},
[7] = {
[sym__defining_identifier_list] = STATE(1663),
[sym__declarative_item] = STATE(23),
[sym__basic_declarative_item] = STATE(23),
[sym__basic_declaration] = STATE(23),
[sym__package_declaration] = STATE(23),
[sym_package_specification] = STATE(1626),
[sym_use_clause] = STATE(23),
[sym__proper_body] = STATE(23),
[sym_subprogram_body] = STATE(23),
[sym_package_body] = STATE(23),
[sym__type_declaration] = STATE(23),
[sym_full_type_declaration] = STATE(23),
[sym_private_type_declaration] = STATE(23),
[sym_private_extension_declaration] = STATE(23),
[sym_incomplete_type_declaration] = STATE(23),
[sym__aspect_clause] = STATE(23),
[sym_at_clause] = STATE(23),
[sym_attribute_definition_clause] = STATE(23),
[sym_body_stub] = STATE(23),
[sym_subprogram_body_stub] = STATE(417),
[sym_package_body_stub] = STATE(417),
[sym_task_body] = STATE(23),
[sym_task_body_stub] = STATE(417),
[sym_protected_type_declaration] = STATE(419),
[sym_single_protected_declaration] = STATE(426),
[sym_protected_body] = STATE(23),
[sym_protected_body_stub] = STATE(417),
[sym__declarative_item_pragma] = STATE(23),
[sym_non_empty_declarative_part] = STATE(1609),
[sym_enumeration_representation_clause] = STATE(23),
[sym_exception_declaration] = STATE(23),
[sym_function_specification] = STATE(1109),
[sym__generic_declaration] = STATE(23),
[sym_generic_formal_part] = STATE(907),
[sym_generic_subprogram_declaration] = STATE(23),
[sym_generic_package_declaration] = STATE(23),
[sym_generic_instantiation] = STATE(23),
[sym_null_procedure_declaration] = STATE(23),
[sym_number_declaration] = STATE(23),
[sym_object_declaration] = STATE(23),
[sym_single_task_declaration] = STATE(426),
[sym_task_type_declaration] = STATE(419),
[sym_overriding_indicator] = STATE(997),
[sym_pragma_g] = STATE(23),
[sym_procedure_specification] = STATE(1127),
[sym_record_representation_clause] = STATE(23),
[sym__renaming_declaration] = STATE(23),
[sym_object_renaming_declaration] = STATE(23),
[sym_exception_renaming_declaration] = STATE(23),
[sym_package_renaming_declaration] = STATE(23),
[sym_subprogram_renaming_declaration] = STATE(23),
[sym_generic_renaming_declaration] = STATE(23),
[sym_subprogram_declaration] = STATE(23),
[sym_expression_function_declaration] = STATE(23),
[sym__subprogram_specification] = STATE(1004),
[sym_subtype_declaration] = STATE(23),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(23),
[sym_identifier] = ACTIONS(201),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(203),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym_package_specification_token1] = ACTIONS(19),
[aux_sym_use_clause_token2] = ACTIONS(25),
[aux_sym_subprogram_body_token1] = ACTIONS(213),
[aux_sym_relation_membership_token1] = ACTIONS(31),
[aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37),
[aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39),
[aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41),
[aux_sym_private_type_declaration_token1] = ACTIONS(215),
[aux_sym_interface_type_definition_token1] = ACTIONS(47),
[aux_sym_generic_formal_part_token1] = ACTIONS(51),
[aux_sym_global_mode_token1] = ACTIONS(53),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_subtype_declaration_token1] = ACTIONS(81),
},
[8] = {
[sym__defining_identifier_list] = STATE(1663),
[sym__declarative_item] = STATE(23),
[sym__basic_declarative_item] = STATE(23),
[sym__basic_declaration] = STATE(23),
[sym__package_declaration] = STATE(23),
[sym_package_specification] = STATE(1626),
[sym_use_clause] = STATE(23),
[sym__proper_body] = STATE(23),
[sym_subprogram_body] = STATE(23),
[sym_package_body] = STATE(23),
[sym__type_declaration] = STATE(23),
[sym_full_type_declaration] = STATE(23),
[sym_private_type_declaration] = STATE(23),
[sym_private_extension_declaration] = STATE(23),
[sym_incomplete_type_declaration] = STATE(23),
[sym__aspect_clause] = STATE(23),
[sym_at_clause] = STATE(23),
[sym_attribute_definition_clause] = STATE(23),
[sym_body_stub] = STATE(23),
[sym_subprogram_body_stub] = STATE(417),
[sym_package_body_stub] = STATE(417),
[sym_task_body] = STATE(23),
[sym_task_body_stub] = STATE(417),
[sym_protected_type_declaration] = STATE(419),
[sym_single_protected_declaration] = STATE(426),
[sym_protected_body] = STATE(23),
[sym_protected_body_stub] = STATE(417),
[sym__declarative_item_pragma] = STATE(23),
[sym_non_empty_declarative_part] = STATE(1847),
[sym_enumeration_representation_clause] = STATE(23),
[sym_exception_declaration] = STATE(23),
[sym_function_specification] = STATE(1109),
[sym__generic_declaration] = STATE(23),
[sym_generic_formal_part] = STATE(907),
[sym_generic_subprogram_declaration] = STATE(23),
[sym_generic_package_declaration] = STATE(23),
[sym_generic_instantiation] = STATE(23),
[sym_null_procedure_declaration] = STATE(23),
[sym_number_declaration] = STATE(23),
[sym_object_declaration] = STATE(23),
[sym_single_task_declaration] = STATE(426),
[sym_task_type_declaration] = STATE(419),
[sym_overriding_indicator] = STATE(997),
[sym_pragma_g] = STATE(23),
[sym_procedure_specification] = STATE(1127),
[sym_record_representation_clause] = STATE(23),
[sym__renaming_declaration] = STATE(23),
[sym_object_renaming_declaration] = STATE(23),
[sym_exception_renaming_declaration] = STATE(23),
[sym_package_renaming_declaration] = STATE(23),
[sym_subprogram_renaming_declaration] = STATE(23),
[sym_generic_renaming_declaration] = STATE(23),
[sym_subprogram_declaration] = STATE(23),
[sym_expression_function_declaration] = STATE(23),
[sym__subprogram_specification] = STATE(1004),
[sym_subtype_declaration] = STATE(23),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(23),
[sym_identifier] = ACTIONS(201),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(203),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym_package_specification_token1] = ACTIONS(19),
[aux_sym_use_clause_token2] = ACTIONS(25),
[aux_sym_subprogram_body_token1] = ACTIONS(207),
[aux_sym_relation_membership_token1] = ACTIONS(31),
[aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37),
[aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39),
[aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41),
[aux_sym_private_type_declaration_token1] = ACTIONS(209),
[aux_sym_interface_type_definition_token1] = ACTIONS(47),
[aux_sym_generic_formal_part_token1] = ACTIONS(51),
[aux_sym_global_mode_token1] = ACTIONS(53),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_subtype_declaration_token1] = ACTIONS(81),
},
[9] = {
[sym__defining_identifier_list] = STATE(1663),
[sym__declarative_item] = STATE(23),
[sym__basic_declarative_item] = STATE(23),
[sym__basic_declaration] = STATE(23),
[sym__package_declaration] = STATE(23),
[sym_package_specification] = STATE(1626),
[sym_use_clause] = STATE(23),
[sym__proper_body] = STATE(23),
[sym_subprogram_body] = STATE(23),
[sym_package_body] = STATE(23),
[sym__type_declaration] = STATE(23),
[sym_full_type_declaration] = STATE(23),
[sym_private_type_declaration] = STATE(23),
[sym_private_extension_declaration] = STATE(23),
[sym_incomplete_type_declaration] = STATE(23),
[sym__aspect_clause] = STATE(23),
[sym_at_clause] = STATE(23),
[sym_attribute_definition_clause] = STATE(23),
[sym_body_stub] = STATE(23),
[sym_subprogram_body_stub] = STATE(417),
[sym_package_body_stub] = STATE(417),
[sym_task_body] = STATE(23),
[sym_task_body_stub] = STATE(417),
[sym_protected_type_declaration] = STATE(419),
[sym_single_protected_declaration] = STATE(426),
[sym_protected_body] = STATE(23),
[sym_protected_body_stub] = STATE(417),
[sym__declarative_item_pragma] = STATE(23),
[sym_non_empty_declarative_part] = STATE(1455),
[sym_enumeration_representation_clause] = STATE(23),
[sym_exception_declaration] = STATE(23),
[sym_function_specification] = STATE(1109),
[sym__generic_declaration] = STATE(23),
[sym_generic_formal_part] = STATE(907),
[sym_generic_subprogram_declaration] = STATE(23),
[sym_generic_package_declaration] = STATE(23),
[sym_generic_instantiation] = STATE(23),
[sym_null_procedure_declaration] = STATE(23),
[sym_number_declaration] = STATE(23),
[sym_object_declaration] = STATE(23),
[sym_single_task_declaration] = STATE(426),
[sym_task_type_declaration] = STATE(419),
[sym_overriding_indicator] = STATE(997),
[sym_pragma_g] = STATE(23),
[sym_procedure_specification] = STATE(1127),
[sym_record_representation_clause] = STATE(23),
[sym__renaming_declaration] = STATE(23),
[sym_object_renaming_declaration] = STATE(23),
[sym_exception_renaming_declaration] = STATE(23),
[sym_package_renaming_declaration] = STATE(23),
[sym_subprogram_renaming_declaration] = STATE(23),
[sym_generic_renaming_declaration] = STATE(23),
[sym_subprogram_declaration] = STATE(23),
[sym_expression_function_declaration] = STATE(23),
[sym__subprogram_specification] = STATE(1004),
[sym_subtype_declaration] = STATE(23),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(23),
[sym_identifier] = ACTIONS(201),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(203),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym_package_specification_token1] = ACTIONS(19),
[aux_sym_package_specification_token3] = ACTIONS(259),
[aux_sym_use_clause_token2] = ACTIONS(25),
[aux_sym_subprogram_body_token1] = ACTIONS(261),
[aux_sym_relation_membership_token1] = ACTIONS(31),
[aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37),
[aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39),
[aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41),
[aux_sym_interface_type_definition_token1] = ACTIONS(47),
[aux_sym_generic_formal_part_token1] = ACTIONS(51),
[aux_sym_global_mode_token1] = ACTIONS(53),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_subtype_declaration_token1] = ACTIONS(81),
},
[10] = {
[sym__defining_identifier_list] = STATE(1663),
[sym__declarative_item] = STATE(23),
[sym__basic_declarative_item] = STATE(23),
[sym__basic_declaration] = STATE(23),
[sym__package_declaration] = STATE(23),
[sym_package_specification] = STATE(1626),
[sym_use_clause] = STATE(23),
[sym__proper_body] = STATE(23),
[sym_subprogram_body] = STATE(23),
[sym_package_body] = STATE(23),
[sym__type_declaration] = STATE(23),
[sym_full_type_declaration] = STATE(23),
[sym_private_type_declaration] = STATE(23),
[sym_private_extension_declaration] = STATE(23),
[sym_incomplete_type_declaration] = STATE(23),
[sym__aspect_clause] = STATE(23),
[sym_at_clause] = STATE(23),
[sym_attribute_definition_clause] = STATE(23),
[sym_body_stub] = STATE(23),
[sym_subprogram_body_stub] = STATE(417),
[sym_package_body_stub] = STATE(417),
[sym_task_body] = STATE(23),
[sym_task_body_stub] = STATE(417),
[sym_protected_type_declaration] = STATE(419),
[sym_single_protected_declaration] = STATE(426),
[sym_protected_body] = STATE(23),
[sym_protected_body_stub] = STATE(417),
[sym__declarative_item_pragma] = STATE(23),
[sym_non_empty_declarative_part] = STATE(1343),
[sym_enumeration_representation_clause] = STATE(23),
[sym_exception_declaration] = STATE(23),
[sym_function_specification] = STATE(1109),
[sym__generic_declaration] = STATE(23),
[sym_generic_formal_part] = STATE(907),
[sym_generic_subprogram_declaration] = STATE(23),
[sym_generic_package_declaration] = STATE(23),
[sym_generic_instantiation] = STATE(23),
[sym_null_procedure_declaration] = STATE(23),
[sym_number_declaration] = STATE(23),
[sym_object_declaration] = STATE(23),
[sym_single_task_declaration] = STATE(426),
[sym_task_type_declaration] = STATE(419),
[sym_overriding_indicator] = STATE(997),
[sym_pragma_g] = STATE(23),
[sym_procedure_specification] = STATE(1127),
[sym_record_representation_clause] = STATE(23),
[sym__renaming_declaration] = STATE(23),
[sym_object_renaming_declaration] = STATE(23),
[sym_exception_renaming_declaration] = STATE(23),
[sym_package_renaming_declaration] = STATE(23),
[sym_subprogram_renaming_declaration] = STATE(23),
[sym_generic_renaming_declaration] = STATE(23),
[sym_subprogram_declaration] = STATE(23),
[sym_expression_function_declaration] = STATE(23),
[sym__subprogram_specification] = STATE(1004),
[sym_subtype_declaration] = STATE(23),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(23),
[sym_identifier] = ACTIONS(201),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(203),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym_package_specification_token1] = ACTIONS(19),
[aux_sym_package_specification_token3] = ACTIONS(263),
[aux_sym_use_clause_token2] = ACTIONS(25),
[aux_sym_subprogram_body_token1] = ACTIONS(265),
[aux_sym_relation_membership_token1] = ACTIONS(31),
[aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37),
[aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39),
[aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41),
[aux_sym_interface_type_definition_token1] = ACTIONS(47),
[aux_sym_generic_formal_part_token1] = ACTIONS(51),
[aux_sym_global_mode_token1] = ACTIONS(53),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_subtype_declaration_token1] = ACTIONS(81),
},
[11] = {
[sym__defining_identifier_list] = STATE(1663),
[sym__declarative_item] = STATE(23),
[sym__basic_declarative_item] = STATE(23),
[sym__basic_declaration] = STATE(23),
[sym__package_declaration] = STATE(23),
[sym_package_specification] = STATE(1626),
[sym_use_clause] = STATE(23),
[sym__proper_body] = STATE(23),
[sym_subprogram_body] = STATE(23),
[sym_package_body] = STATE(23),
[sym__type_declaration] = STATE(23),
[sym_full_type_declaration] = STATE(23),
[sym_private_type_declaration] = STATE(23),
[sym_private_extension_declaration] = STATE(23),
[sym_incomplete_type_declaration] = STATE(23),
[sym__aspect_clause] = STATE(23),
[sym_at_clause] = STATE(23),
[sym_attribute_definition_clause] = STATE(23),
[sym_body_stub] = STATE(23),
[sym_subprogram_body_stub] = STATE(417),
[sym_package_body_stub] = STATE(417),
[sym_task_body] = STATE(23),
[sym_task_body_stub] = STATE(417),
[sym_protected_type_declaration] = STATE(419),
[sym_single_protected_declaration] = STATE(426),
[sym_protected_body] = STATE(23),
[sym_protected_body_stub] = STATE(417),
[sym__declarative_item_pragma] = STATE(23),
[sym_non_empty_declarative_part] = STATE(1757),
[sym_enumeration_representation_clause] = STATE(23),
[sym_exception_declaration] = STATE(23),
[sym_function_specification] = STATE(1109),
[sym__generic_declaration] = STATE(23),
[sym_generic_formal_part] = STATE(907),
[sym_generic_subprogram_declaration] = STATE(23),
[sym_generic_package_declaration] = STATE(23),
[sym_generic_instantiation] = STATE(23),
[sym_null_procedure_declaration] = STATE(23),
[sym_number_declaration] = STATE(23),
[sym_object_declaration] = STATE(23),
[sym_single_task_declaration] = STATE(426),
[sym_task_type_declaration] = STATE(419),
[sym_overriding_indicator] = STATE(997),
[sym_pragma_g] = STATE(23),
[sym_procedure_specification] = STATE(1127),
[sym_record_representation_clause] = STATE(23),
[sym__renaming_declaration] = STATE(23),
[sym_object_renaming_declaration] = STATE(23),
[sym_exception_renaming_declaration] = STATE(23),
[sym_package_renaming_declaration] = STATE(23),
[sym_subprogram_renaming_declaration] = STATE(23),
[sym_generic_renaming_declaration] = STATE(23),
[sym_subprogram_declaration] = STATE(23),
[sym_expression_function_declaration] = STATE(23),
[sym__subprogram_specification] = STATE(1004),
[sym_subtype_declaration] = STATE(23),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(23),
[sym_identifier] = ACTIONS(201),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(203),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym_package_specification_token1] = ACTIONS(19),
[aux_sym_use_clause_token2] = ACTIONS(25),
[aux_sym_subunit_token1] = ACTIONS(267),
[aux_sym_subprogram_body_token1] = ACTIONS(269),
[aux_sym_relation_membership_token1] = ACTIONS(31),
[aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37),
[aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39),
[aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41),
[aux_sym_interface_type_definition_token1] = ACTIONS(47),
[aux_sym_generic_formal_part_token1] = ACTIONS(51),
[aux_sym_global_mode_token1] = ACTIONS(53),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_subtype_declaration_token1] = ACTIONS(81),
},
[12] = {
[sym__defining_identifier_list] = STATE(1663),
[sym__declarative_item] = STATE(23),
[sym__basic_declarative_item] = STATE(23),
[sym__basic_declaration] = STATE(23),
[sym__package_declaration] = STATE(23),
[sym_package_specification] = STATE(1626),
[sym_use_clause] = STATE(23),
[sym__proper_body] = STATE(23),
[sym_subprogram_body] = STATE(23),
[sym_package_body] = STATE(23),
[sym__type_declaration] = STATE(23),
[sym_full_type_declaration] = STATE(23),
[sym_private_type_declaration] = STATE(23),
[sym_private_extension_declaration] = STATE(23),
[sym_incomplete_type_declaration] = STATE(23),
[sym__aspect_clause] = STATE(23),
[sym_at_clause] = STATE(23),
[sym_attribute_definition_clause] = STATE(23),
[sym_body_stub] = STATE(23),
[sym_subprogram_body_stub] = STATE(417),
[sym_package_body_stub] = STATE(417),
[sym_task_body] = STATE(23),
[sym_task_body_stub] = STATE(417),
[sym_protected_type_declaration] = STATE(419),
[sym_single_protected_declaration] = STATE(426),
[sym_protected_body] = STATE(23),
[sym_protected_body_stub] = STATE(417),
[sym__declarative_item_pragma] = STATE(23),
[sym_non_empty_declarative_part] = STATE(1856),
[sym_enumeration_representation_clause] = STATE(23),
[sym_exception_declaration] = STATE(23),
[sym_function_specification] = STATE(1109),
[sym__generic_declaration] = STATE(23),
[sym_generic_formal_part] = STATE(907),
[sym_generic_subprogram_declaration] = STATE(23),
[sym_generic_package_declaration] = STATE(23),
[sym_generic_instantiation] = STATE(23),
[sym_null_procedure_declaration] = STATE(23),
[sym_number_declaration] = STATE(23),
[sym_object_declaration] = STATE(23),
[sym_single_task_declaration] = STATE(426),
[sym_task_type_declaration] = STATE(419),
[sym_overriding_indicator] = STATE(997),
[sym_pragma_g] = STATE(23),
[sym_procedure_specification] = STATE(1127),
[sym_record_representation_clause] = STATE(23),
[sym__renaming_declaration] = STATE(23),
[sym_object_renaming_declaration] = STATE(23),
[sym_exception_renaming_declaration] = STATE(23),
[sym_package_renaming_declaration] = STATE(23),
[sym_subprogram_renaming_declaration] = STATE(23),
[sym_generic_renaming_declaration] = STATE(23),
[sym_subprogram_declaration] = STATE(23),
[sym_expression_function_declaration] = STATE(23),
[sym__subprogram_specification] = STATE(1004),
[sym_subtype_declaration] = STATE(23),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(23),
[sym_identifier] = ACTIONS(201),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(203),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym_package_specification_token1] = ACTIONS(19),
[aux_sym_use_clause_token2] = ACTIONS(25),
[aux_sym_subprogram_body_token1] = ACTIONS(271),
[aux_sym_relation_membership_token1] = ACTIONS(31),
[aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37),
[aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39),
[aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41),
[aux_sym_interface_type_definition_token1] = ACTIONS(47),
[aux_sym_generic_formal_part_token1] = ACTIONS(51),
[aux_sym_global_mode_token1] = ACTIONS(53),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_subtype_declaration_token1] = ACTIONS(81),
},
[13] = {
[sym__defining_identifier_list] = STATE(1663),
[sym__declarative_item] = STATE(23),
[sym__basic_declarative_item] = STATE(23),
[sym__basic_declaration] = STATE(23),
[sym__package_declaration] = STATE(23),
[sym_package_specification] = STATE(1626),
[sym_use_clause] = STATE(23),
[sym__proper_body] = STATE(23),
[sym_subprogram_body] = STATE(23),
[sym_package_body] = STATE(23),
[sym__type_declaration] = STATE(23),
[sym_full_type_declaration] = STATE(23),
[sym_private_type_declaration] = STATE(23),
[sym_private_extension_declaration] = STATE(23),
[sym_incomplete_type_declaration] = STATE(23),
[sym__aspect_clause] = STATE(23),
[sym_at_clause] = STATE(23),
[sym_attribute_definition_clause] = STATE(23),
[sym_body_stub] = STATE(23),
[sym_subprogram_body_stub] = STATE(417),
[sym_package_body_stub] = STATE(417),
[sym_task_body] = STATE(23),
[sym_task_body_stub] = STATE(417),
[sym_protected_type_declaration] = STATE(419),
[sym_single_protected_declaration] = STATE(426),
[sym_protected_body] = STATE(23),
[sym_protected_body_stub] = STATE(417),
[sym__declarative_item_pragma] = STATE(23),
[sym_non_empty_declarative_part] = STATE(1901),
[sym_enumeration_representation_clause] = STATE(23),
[sym_exception_declaration] = STATE(23),
[sym_function_specification] = STATE(1109),
[sym__generic_declaration] = STATE(23),
[sym_generic_formal_part] = STATE(907),
[sym_generic_subprogram_declaration] = STATE(23),
[sym_generic_package_declaration] = STATE(23),
[sym_generic_instantiation] = STATE(23),
[sym_null_procedure_declaration] = STATE(23),
[sym_number_declaration] = STATE(23),
[sym_object_declaration] = STATE(23),
[sym_single_task_declaration] = STATE(426),
[sym_task_type_declaration] = STATE(419),
[sym_overriding_indicator] = STATE(997),
[sym_pragma_g] = STATE(23),
[sym_procedure_specification] = STATE(1127),
[sym_record_representation_clause] = STATE(23),
[sym__renaming_declaration] = STATE(23),
[sym_object_renaming_declaration] = STATE(23),
[sym_exception_renaming_declaration] = STATE(23),
[sym_package_renaming_declaration] = STATE(23),
[sym_subprogram_renaming_declaration] = STATE(23),
[sym_generic_renaming_declaration] = STATE(23),
[sym_subprogram_declaration] = STATE(23),
[sym_expression_function_declaration] = STATE(23),
[sym__subprogram_specification] = STATE(1004),
[sym_subtype_declaration] = STATE(23),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(23),
[sym_identifier] = ACTIONS(201),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(203),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym_package_specification_token1] = ACTIONS(19),
[aux_sym_use_clause_token2] = ACTIONS(25),
[aux_sym_subprogram_body_token1] = ACTIONS(273),
[aux_sym_relation_membership_token1] = ACTIONS(31),
[aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37),
[aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39),
[aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41),
[aux_sym_interface_type_definition_token1] = ACTIONS(47),
[aux_sym_generic_formal_part_token1] = ACTIONS(51),
[aux_sym_global_mode_token1] = ACTIONS(53),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_subtype_declaration_token1] = ACTIONS(81),
},
[14] = {
[sym__defining_identifier_list] = STATE(1663),
[sym__declarative_item] = STATE(23),
[sym__basic_declarative_item] = STATE(23),
[sym__basic_declaration] = STATE(23),
[sym__package_declaration] = STATE(23),
[sym_package_specification] = STATE(1626),
[sym_use_clause] = STATE(23),
[sym__proper_body] = STATE(23),
[sym_subprogram_body] = STATE(23),
[sym_package_body] = STATE(23),
[sym__type_declaration] = STATE(23),
[sym_full_type_declaration] = STATE(23),
[sym_private_type_declaration] = STATE(23),
[sym_private_extension_declaration] = STATE(23),
[sym_incomplete_type_declaration] = STATE(23),
[sym__aspect_clause] = STATE(23),
[sym_at_clause] = STATE(23),
[sym_attribute_definition_clause] = STATE(23),
[sym_body_stub] = STATE(23),
[sym_subprogram_body_stub] = STATE(417),
[sym_package_body_stub] = STATE(417),
[sym_task_body] = STATE(23),
[sym_task_body_stub] = STATE(417),
[sym_protected_type_declaration] = STATE(419),
[sym_single_protected_declaration] = STATE(426),
[sym_protected_body] = STATE(23),
[sym_protected_body_stub] = STATE(417),
[sym__declarative_item_pragma] = STATE(23),
[sym_non_empty_declarative_part] = STATE(1847),
[sym_enumeration_representation_clause] = STATE(23),
[sym_exception_declaration] = STATE(23),
[sym_function_specification] = STATE(1109),
[sym__generic_declaration] = STATE(23),
[sym_generic_formal_part] = STATE(907),
[sym_generic_subprogram_declaration] = STATE(23),
[sym_generic_package_declaration] = STATE(23),
[sym_generic_instantiation] = STATE(23),
[sym_null_procedure_declaration] = STATE(23),
[sym_number_declaration] = STATE(23),
[sym_object_declaration] = STATE(23),
[sym_single_task_declaration] = STATE(426),
[sym_task_type_declaration] = STATE(419),
[sym_overriding_indicator] = STATE(997),
[sym_pragma_g] = STATE(23),
[sym_procedure_specification] = STATE(1127),
[sym_record_representation_clause] = STATE(23),
[sym__renaming_declaration] = STATE(23),
[sym_object_renaming_declaration] = STATE(23),
[sym_exception_renaming_declaration] = STATE(23),
[sym_package_renaming_declaration] = STATE(23),
[sym_subprogram_renaming_declaration] = STATE(23),
[sym_generic_renaming_declaration] = STATE(23),
[sym_subprogram_declaration] = STATE(23),
[sym_expression_function_declaration] = STATE(23),
[sym__subprogram_specification] = STATE(1004),
[sym_subtype_declaration] = STATE(23),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(23),
[sym_identifier] = ACTIONS(201),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(203),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym_package_specification_token1] = ACTIONS(19),
[aux_sym_use_clause_token2] = ACTIONS(25),
[aux_sym_subprogram_body_token1] = ACTIONS(207),
[aux_sym_relation_membership_token1] = ACTIONS(31),
[aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37),
[aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39),
[aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41),
[aux_sym_interface_type_definition_token1] = ACTIONS(47),
[aux_sym_generic_formal_part_token1] = ACTIONS(51),
[aux_sym_global_mode_token1] = ACTIONS(53),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_subtype_declaration_token1] = ACTIONS(81),
},
[15] = {
[sym__defining_identifier_list] = STATE(1663),
[sym__declarative_item] = STATE(15),
[sym__basic_declarative_item] = STATE(15),
[sym__basic_declaration] = STATE(15),
[sym__package_declaration] = STATE(15),
[sym_package_specification] = STATE(1626),
[sym_use_clause] = STATE(15),
[sym__proper_body] = STATE(15),
[sym_subprogram_body] = STATE(15),
[sym_package_body] = STATE(15),
[sym__type_declaration] = STATE(15),
[sym_full_type_declaration] = STATE(15),
[sym_private_type_declaration] = STATE(15),
[sym_private_extension_declaration] = STATE(15),
[sym_incomplete_type_declaration] = STATE(15),
[sym__aspect_clause] = STATE(15),
[sym_at_clause] = STATE(15),
[sym_attribute_definition_clause] = STATE(15),
[sym_body_stub] = STATE(15),
[sym_subprogram_body_stub] = STATE(417),
[sym_package_body_stub] = STATE(417),
[sym_task_body] = STATE(15),
[sym_task_body_stub] = STATE(417),
[sym_protected_type_declaration] = STATE(419),
[sym_single_protected_declaration] = STATE(426),
[sym_protected_body] = STATE(15),
[sym_protected_body_stub] = STATE(417),
[sym__declarative_item_pragma] = STATE(15),
[sym_enumeration_representation_clause] = STATE(15),
[sym_exception_declaration] = STATE(15),
[sym_function_specification] = STATE(1109),
[sym__generic_declaration] = STATE(15),
[sym_generic_formal_part] = STATE(907),
[sym_generic_subprogram_declaration] = STATE(15),
[sym_generic_package_declaration] = STATE(15),
[sym_generic_instantiation] = STATE(15),
[sym_null_procedure_declaration] = STATE(15),
[sym_number_declaration] = STATE(15),
[sym_object_declaration] = STATE(15),
[sym_single_task_declaration] = STATE(426),
[sym_task_type_declaration] = STATE(419),
[sym_overriding_indicator] = STATE(997),
[sym_pragma_g] = STATE(15),
[sym_procedure_specification] = STATE(1127),
[sym_record_representation_clause] = STATE(15),
[sym__renaming_declaration] = STATE(15),
[sym_object_renaming_declaration] = STATE(15),
[sym_exception_renaming_declaration] = STATE(15),
[sym_package_renaming_declaration] = STATE(15),
[sym_subprogram_renaming_declaration] = STATE(15),
[sym_generic_renaming_declaration] = STATE(15),
[sym_subprogram_declaration] = STATE(15),
[sym_expression_function_declaration] = STATE(15),
[sym__subprogram_specification] = STATE(1004),
[sym_subtype_declaration] = STATE(15),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(15),
[sym_identifier] = ACTIONS(275),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(278),
[aux_sym_iterated_element_association_token2] = ACTIONS(281),
[aux_sym_package_specification_token1] = ACTIONS(284),
[aux_sym_package_specification_token3] = ACTIONS(287),
[aux_sym_use_clause_token2] = ACTIONS(289),
[aux_sym_subprogram_body_token1] = ACTIONS(287),
[aux_sym_relation_membership_token1] = ACTIONS(292),
[aux_sym_access_to_subprogram_definition_token1] = ACTIONS(295),
[aux_sym_access_to_subprogram_definition_token2] = ACTIONS(298),
[aux_sym_access_to_subprogram_definition_token3] = ACTIONS(301),
[aux_sym_interface_type_definition_token1] = ACTIONS(304),
[aux_sym_generic_formal_part_token1] = ACTIONS(307),
[aux_sym_global_mode_token1] = ACTIONS(310),
[aux_sym_pragma_g_token1] = ACTIONS(313),
[aux_sym_subtype_declaration_token1] = ACTIONS(316),
},
[16] = {
[sym__defining_identifier_list] = STATE(1663),
[sym__declarative_item] = STATE(23),
[sym__basic_declarative_item] = STATE(23),
[sym__basic_declaration] = STATE(23),
[sym__package_declaration] = STATE(23),
[sym_package_specification] = STATE(1626),
[sym_use_clause] = STATE(23),
[sym__proper_body] = STATE(23),
[sym_subprogram_body] = STATE(23),
[sym_package_body] = STATE(23),
[sym__type_declaration] = STATE(23),
[sym_full_type_declaration] = STATE(23),
[sym_private_type_declaration] = STATE(23),
[sym_private_extension_declaration] = STATE(23),
[sym_incomplete_type_declaration] = STATE(23),
[sym__aspect_clause] = STATE(23),
[sym_at_clause] = STATE(23),
[sym_attribute_definition_clause] = STATE(23),
[sym_body_stub] = STATE(23),
[sym_subprogram_body_stub] = STATE(417),
[sym_package_body_stub] = STATE(417),
[sym_task_body] = STATE(23),
[sym_task_body_stub] = STATE(417),
[sym_protected_type_declaration] = STATE(419),
[sym_single_protected_declaration] = STATE(426),
[sym_protected_body] = STATE(23),
[sym_protected_body_stub] = STATE(417),
[sym__declarative_item_pragma] = STATE(23),
[sym_non_empty_declarative_part] = STATE(1619),
[sym_enumeration_representation_clause] = STATE(23),
[sym_exception_declaration] = STATE(23),
[sym_function_specification] = STATE(1109),
[sym__generic_declaration] = STATE(23),
[sym_generic_formal_part] = STATE(907),
[sym_generic_subprogram_declaration] = STATE(23),
[sym_generic_package_declaration] = STATE(23),
[sym_generic_instantiation] = STATE(23),
[sym_null_procedure_declaration] = STATE(23),
[sym_number_declaration] = STATE(23),
[sym_object_declaration] = STATE(23),
[sym_single_task_declaration] = STATE(426),
[sym_task_type_declaration] = STATE(419),
[sym_overriding_indicator] = STATE(997),
[sym_pragma_g] = STATE(23),
[sym_procedure_specification] = STATE(1127),
[sym_record_representation_clause] = STATE(23),
[sym__renaming_declaration] = STATE(23),
[sym_object_renaming_declaration] = STATE(23),
[sym_exception_renaming_declaration] = STATE(23),
[sym_package_renaming_declaration] = STATE(23),
[sym_subprogram_renaming_declaration] = STATE(23),
[sym_generic_renaming_declaration] = STATE(23),
[sym_subprogram_declaration] = STATE(23),
[sym_expression_function_declaration] = STATE(23),
[sym__subprogram_specification] = STATE(1004),
[sym_subtype_declaration] = STATE(23),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(23),
[sym_identifier] = ACTIONS(201),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(203),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym_package_specification_token1] = ACTIONS(19),
[aux_sym_use_clause_token2] = ACTIONS(25),
[aux_sym_subprogram_body_token1] = ACTIONS(319),
[aux_sym_relation_membership_token1] = ACTIONS(31),
[aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37),
[aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39),
[aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41),
[aux_sym_interface_type_definition_token1] = ACTIONS(47),
[aux_sym_generic_formal_part_token1] = ACTIONS(51),
[aux_sym_global_mode_token1] = ACTIONS(53),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_subtype_declaration_token1] = ACTIONS(81),
},
[17] = {
[sym__defining_identifier_list] = STATE(1663),
[sym__declarative_item] = STATE(23),
[sym__basic_declarative_item] = STATE(23),
[sym__basic_declaration] = STATE(23),
[sym__package_declaration] = STATE(23),
[sym_package_specification] = STATE(1626),
[sym_use_clause] = STATE(23),
[sym__proper_body] = STATE(23),
[sym_subprogram_body] = STATE(23),
[sym_package_body] = STATE(23),
[sym__type_declaration] = STATE(23),
[sym_full_type_declaration] = STATE(23),
[sym_private_type_declaration] = STATE(23),
[sym_private_extension_declaration] = STATE(23),
[sym_incomplete_type_declaration] = STATE(23),
[sym__aspect_clause] = STATE(23),
[sym_at_clause] = STATE(23),
[sym_attribute_definition_clause] = STATE(23),
[sym_body_stub] = STATE(23),
[sym_subprogram_body_stub] = STATE(417),
[sym_package_body_stub] = STATE(417),
[sym_task_body] = STATE(23),
[sym_task_body_stub] = STATE(417),
[sym_protected_type_declaration] = STATE(419),
[sym_single_protected_declaration] = STATE(426),
[sym_protected_body] = STATE(23),
[sym_protected_body_stub] = STATE(417),
[sym__declarative_item_pragma] = STATE(23),
[sym_non_empty_declarative_part] = STATE(1706),
[sym_enumeration_representation_clause] = STATE(23),
[sym_exception_declaration] = STATE(23),
[sym_function_specification] = STATE(1109),
[sym__generic_declaration] = STATE(23),
[sym_generic_formal_part] = STATE(907),
[sym_generic_subprogram_declaration] = STATE(23),
[sym_generic_package_declaration] = STATE(23),
[sym_generic_instantiation] = STATE(23),
[sym_null_procedure_declaration] = STATE(23),
[sym_number_declaration] = STATE(23),
[sym_object_declaration] = STATE(23),
[sym_single_task_declaration] = STATE(426),
[sym_task_type_declaration] = STATE(419),
[sym_overriding_indicator] = STATE(997),
[sym_pragma_g] = STATE(23),
[sym_procedure_specification] = STATE(1127),
[sym_record_representation_clause] = STATE(23),
[sym__renaming_declaration] = STATE(23),
[sym_object_renaming_declaration] = STATE(23),
[sym_exception_renaming_declaration] = STATE(23),
[sym_package_renaming_declaration] = STATE(23),
[sym_subprogram_renaming_declaration] = STATE(23),
[sym_generic_renaming_declaration] = STATE(23),
[sym_subprogram_declaration] = STATE(23),
[sym_expression_function_declaration] = STATE(23),
[sym__subprogram_specification] = STATE(1004),
[sym_subtype_declaration] = STATE(23),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(23),
[sym_identifier] = ACTIONS(201),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(203),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym_package_specification_token1] = ACTIONS(19),
[aux_sym_use_clause_token2] = ACTIONS(25),
[aux_sym_subprogram_body_token1] = ACTIONS(321),
[aux_sym_relation_membership_token1] = ACTIONS(31),
[aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37),
[aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39),
[aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41),
[aux_sym_interface_type_definition_token1] = ACTIONS(47),
[aux_sym_generic_formal_part_token1] = ACTIONS(51),
[aux_sym_global_mode_token1] = ACTIONS(53),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_subtype_declaration_token1] = ACTIONS(81),
},
[18] = {
[sym__defining_identifier_list] = STATE(1663),
[sym__declarative_item] = STATE(23),
[sym__basic_declarative_item] = STATE(23),
[sym__basic_declaration] = STATE(23),
[sym__package_declaration] = STATE(23),
[sym_package_specification] = STATE(1626),
[sym_use_clause] = STATE(23),
[sym__proper_body] = STATE(23),
[sym_subprogram_body] = STATE(23),
[sym_package_body] = STATE(23),
[sym__type_declaration] = STATE(23),
[sym_full_type_declaration] = STATE(23),
[sym_private_type_declaration] = STATE(23),
[sym_private_extension_declaration] = STATE(23),
[sym_incomplete_type_declaration] = STATE(23),
[sym__aspect_clause] = STATE(23),
[sym_at_clause] = STATE(23),
[sym_attribute_definition_clause] = STATE(23),
[sym_body_stub] = STATE(23),
[sym_subprogram_body_stub] = STATE(417),
[sym_package_body_stub] = STATE(417),
[sym_task_body] = STATE(23),
[sym_task_body_stub] = STATE(417),
[sym_protected_type_declaration] = STATE(419),
[sym_single_protected_declaration] = STATE(426),
[sym_protected_body] = STATE(23),
[sym_protected_body_stub] = STATE(417),
[sym__declarative_item_pragma] = STATE(23),
[sym_non_empty_declarative_part] = STATE(1658),
[sym_enumeration_representation_clause] = STATE(23),
[sym_exception_declaration] = STATE(23),
[sym_function_specification] = STATE(1109),
[sym__generic_declaration] = STATE(23),
[sym_generic_formal_part] = STATE(907),
[sym_generic_subprogram_declaration] = STATE(23),
[sym_generic_package_declaration] = STATE(23),
[sym_generic_instantiation] = STATE(23),
[sym_null_procedure_declaration] = STATE(23),
[sym_number_declaration] = STATE(23),
[sym_object_declaration] = STATE(23),
[sym_single_task_declaration] = STATE(426),
[sym_task_type_declaration] = STATE(419),
[sym_overriding_indicator] = STATE(997),
[sym_pragma_g] = STATE(23),
[sym_procedure_specification] = STATE(1127),
[sym_record_representation_clause] = STATE(23),
[sym__renaming_declaration] = STATE(23),
[sym_object_renaming_declaration] = STATE(23),
[sym_exception_renaming_declaration] = STATE(23),
[sym_package_renaming_declaration] = STATE(23),
[sym_subprogram_renaming_declaration] = STATE(23),
[sym_generic_renaming_declaration] = STATE(23),
[sym_subprogram_declaration] = STATE(23),
[sym_expression_function_declaration] = STATE(23),
[sym__subprogram_specification] = STATE(1004),
[sym_subtype_declaration] = STATE(23),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(23),
[sym_identifier] = ACTIONS(201),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(203),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym_package_specification_token1] = ACTIONS(19),
[aux_sym_use_clause_token2] = ACTIONS(25),
[aux_sym_subprogram_body_token1] = ACTIONS(323),
[aux_sym_relation_membership_token1] = ACTIONS(31),
[aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37),
[aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39),
[aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41),
[aux_sym_interface_type_definition_token1] = ACTIONS(47),
[aux_sym_generic_formal_part_token1] = ACTIONS(51),
[aux_sym_global_mode_token1] = ACTIONS(53),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_subtype_declaration_token1] = ACTIONS(81),
},
[19] = {
[sym__defining_identifier_list] = STATE(1663),
[sym__declarative_item] = STATE(23),
[sym__basic_declarative_item] = STATE(23),
[sym__basic_declaration] = STATE(23),
[sym__package_declaration] = STATE(23),
[sym_package_specification] = STATE(1626),
[sym_use_clause] = STATE(23),
[sym__proper_body] = STATE(23),
[sym_subprogram_body] = STATE(23),
[sym_package_body] = STATE(23),
[sym__type_declaration] = STATE(23),
[sym_full_type_declaration] = STATE(23),
[sym_private_type_declaration] = STATE(23),
[sym_private_extension_declaration] = STATE(23),
[sym_incomplete_type_declaration] = STATE(23),
[sym__aspect_clause] = STATE(23),
[sym_at_clause] = STATE(23),
[sym_attribute_definition_clause] = STATE(23),
[sym_body_stub] = STATE(23),
[sym_subprogram_body_stub] = STATE(417),
[sym_package_body_stub] = STATE(417),
[sym_task_body] = STATE(23),
[sym_task_body_stub] = STATE(417),
[sym_protected_type_declaration] = STATE(419),
[sym_single_protected_declaration] = STATE(426),
[sym_protected_body] = STATE(23),
[sym_protected_body_stub] = STATE(417),
[sym__declarative_item_pragma] = STATE(23),
[sym_non_empty_declarative_part] = STATE(1757),
[sym_enumeration_representation_clause] = STATE(23),
[sym_exception_declaration] = STATE(23),
[sym_function_specification] = STATE(1109),
[sym__generic_declaration] = STATE(23),
[sym_generic_formal_part] = STATE(907),
[sym_generic_subprogram_declaration] = STATE(23),
[sym_generic_package_declaration] = STATE(23),
[sym_generic_instantiation] = STATE(23),
[sym_null_procedure_declaration] = STATE(23),
[sym_number_declaration] = STATE(23),
[sym_object_declaration] = STATE(23),
[sym_single_task_declaration] = STATE(426),
[sym_task_type_declaration] = STATE(419),
[sym_overriding_indicator] = STATE(997),
[sym_pragma_g] = STATE(23),
[sym_procedure_specification] = STATE(1127),
[sym_record_representation_clause] = STATE(23),
[sym__renaming_declaration] = STATE(23),
[sym_object_renaming_declaration] = STATE(23),
[sym_exception_renaming_declaration] = STATE(23),
[sym_package_renaming_declaration] = STATE(23),
[sym_subprogram_renaming_declaration] = STATE(23),
[sym_generic_renaming_declaration] = STATE(23),
[sym_subprogram_declaration] = STATE(23),
[sym_expression_function_declaration] = STATE(23),
[sym__subprogram_specification] = STATE(1004),
[sym_subtype_declaration] = STATE(23),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(23),
[sym_identifier] = ACTIONS(201),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(203),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym_package_specification_token1] = ACTIONS(19),
[aux_sym_use_clause_token2] = ACTIONS(25),
[aux_sym_subprogram_body_token1] = ACTIONS(269),
[aux_sym_relation_membership_token1] = ACTIONS(31),
[aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37),
[aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39),
[aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41),
[aux_sym_interface_type_definition_token1] = ACTIONS(47),
[aux_sym_generic_formal_part_token1] = ACTIONS(51),
[aux_sym_global_mode_token1] = ACTIONS(53),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_subtype_declaration_token1] = ACTIONS(81),
},
[20] = {
[sym__defining_identifier_list] = STATE(1663),
[sym__declarative_item] = STATE(23),
[sym__basic_declarative_item] = STATE(23),
[sym__basic_declaration] = STATE(23),
[sym__package_declaration] = STATE(23),
[sym_package_specification] = STATE(1626),
[sym_use_clause] = STATE(23),
[sym__proper_body] = STATE(23),
[sym_subprogram_body] = STATE(23),
[sym_package_body] = STATE(23),
[sym__type_declaration] = STATE(23),
[sym_full_type_declaration] = STATE(23),
[sym_private_type_declaration] = STATE(23),
[sym_private_extension_declaration] = STATE(23),
[sym_incomplete_type_declaration] = STATE(23),
[sym__aspect_clause] = STATE(23),
[sym_at_clause] = STATE(23),
[sym_attribute_definition_clause] = STATE(23),
[sym_body_stub] = STATE(23),
[sym_subprogram_body_stub] = STATE(417),
[sym_package_body_stub] = STATE(417),
[sym_task_body] = STATE(23),
[sym_task_body_stub] = STATE(417),
[sym_protected_type_declaration] = STATE(419),
[sym_single_protected_declaration] = STATE(426),
[sym_protected_body] = STATE(23),
[sym_protected_body_stub] = STATE(417),
[sym__declarative_item_pragma] = STATE(23),
[sym_non_empty_declarative_part] = STATE(1609),
[sym_enumeration_representation_clause] = STATE(23),
[sym_exception_declaration] = STATE(23),
[sym_function_specification] = STATE(1109),
[sym__generic_declaration] = STATE(23),
[sym_generic_formal_part] = STATE(907),
[sym_generic_subprogram_declaration] = STATE(23),
[sym_generic_package_declaration] = STATE(23),
[sym_generic_instantiation] = STATE(23),
[sym_null_procedure_declaration] = STATE(23),
[sym_number_declaration] = STATE(23),
[sym_object_declaration] = STATE(23),
[sym_single_task_declaration] = STATE(426),
[sym_task_type_declaration] = STATE(419),
[sym_overriding_indicator] = STATE(997),
[sym_pragma_g] = STATE(23),
[sym_procedure_specification] = STATE(1127),
[sym_record_representation_clause] = STATE(23),
[sym__renaming_declaration] = STATE(23),
[sym_object_renaming_declaration] = STATE(23),
[sym_exception_renaming_declaration] = STATE(23),
[sym_package_renaming_declaration] = STATE(23),
[sym_subprogram_renaming_declaration] = STATE(23),
[sym_generic_renaming_declaration] = STATE(23),
[sym_subprogram_declaration] = STATE(23),
[sym_expression_function_declaration] = STATE(23),
[sym__subprogram_specification] = STATE(1004),
[sym_subtype_declaration] = STATE(23),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(23),
[sym_identifier] = ACTIONS(201),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(203),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym_package_specification_token1] = ACTIONS(19),
[aux_sym_use_clause_token2] = ACTIONS(25),
[aux_sym_subprogram_body_token1] = ACTIONS(213),
[aux_sym_relation_membership_token1] = ACTIONS(31),
[aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37),
[aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39),
[aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41),
[aux_sym_interface_type_definition_token1] = ACTIONS(47),
[aux_sym_generic_formal_part_token1] = ACTIONS(51),
[aux_sym_global_mode_token1] = ACTIONS(53),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_subtype_declaration_token1] = ACTIONS(81),
},
[21] = {
[sym__defining_identifier_list] = STATE(1663),
[sym__declarative_item] = STATE(23),
[sym__basic_declarative_item] = STATE(23),
[sym__basic_declaration] = STATE(23),
[sym__package_declaration] = STATE(23),
[sym_package_specification] = STATE(1626),
[sym_use_clause] = STATE(23),
[sym__proper_body] = STATE(23),
[sym_subprogram_body] = STATE(23),
[sym_package_body] = STATE(23),
[sym__type_declaration] = STATE(23),
[sym_full_type_declaration] = STATE(23),
[sym_private_type_declaration] = STATE(23),
[sym_private_extension_declaration] = STATE(23),
[sym_incomplete_type_declaration] = STATE(23),
[sym__aspect_clause] = STATE(23),
[sym_at_clause] = STATE(23),
[sym_attribute_definition_clause] = STATE(23),
[sym_body_stub] = STATE(23),
[sym_subprogram_body_stub] = STATE(417),
[sym_package_body_stub] = STATE(417),
[sym_task_body] = STATE(23),
[sym_task_body_stub] = STATE(417),
[sym_protected_type_declaration] = STATE(419),
[sym_single_protected_declaration] = STATE(426),
[sym_protected_body] = STATE(23),
[sym_protected_body_stub] = STATE(417),
[sym__declarative_item_pragma] = STATE(23),
[sym_non_empty_declarative_part] = STATE(1786),
[sym_enumeration_representation_clause] = STATE(23),
[sym_exception_declaration] = STATE(23),
[sym_function_specification] = STATE(1109),
[sym__generic_declaration] = STATE(23),
[sym_generic_formal_part] = STATE(907),
[sym_generic_subprogram_declaration] = STATE(23),
[sym_generic_package_declaration] = STATE(23),
[sym_generic_instantiation] = STATE(23),
[sym_null_procedure_declaration] = STATE(23),
[sym_number_declaration] = STATE(23),
[sym_object_declaration] = STATE(23),
[sym_single_task_declaration] = STATE(426),
[sym_task_type_declaration] = STATE(419),
[sym_overriding_indicator] = STATE(997),
[sym_pragma_g] = STATE(23),
[sym_procedure_specification] = STATE(1127),
[sym_record_representation_clause] = STATE(23),
[sym__renaming_declaration] = STATE(23),
[sym_object_renaming_declaration] = STATE(23),
[sym_exception_renaming_declaration] = STATE(23),
[sym_package_renaming_declaration] = STATE(23),
[sym_subprogram_renaming_declaration] = STATE(23),
[sym_generic_renaming_declaration] = STATE(23),
[sym_subprogram_declaration] = STATE(23),
[sym_expression_function_declaration] = STATE(23),
[sym__subprogram_specification] = STATE(1004),
[sym_subtype_declaration] = STATE(23),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(23),
[sym_identifier] = ACTIONS(201),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(203),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym_package_specification_token1] = ACTIONS(19),
[aux_sym_use_clause_token2] = ACTIONS(25),
[aux_sym_subprogram_body_token1] = ACTIONS(325),
[aux_sym_relation_membership_token1] = ACTIONS(31),
[aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37),
[aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39),
[aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41),
[aux_sym_interface_type_definition_token1] = ACTIONS(47),
[aux_sym_generic_formal_part_token1] = ACTIONS(51),
[aux_sym_global_mode_token1] = ACTIONS(53),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_subtype_declaration_token1] = ACTIONS(81),
},
[22] = {
[sym__defining_identifier_list] = STATE(1663),
[sym__declarative_item] = STATE(23),
[sym__basic_declarative_item] = STATE(23),
[sym__basic_declaration] = STATE(23),
[sym__package_declaration] = STATE(23),
[sym_package_specification] = STATE(1626),
[sym_use_clause] = STATE(23),
[sym__proper_body] = STATE(23),
[sym_subprogram_body] = STATE(23),
[sym_package_body] = STATE(23),
[sym__type_declaration] = STATE(23),
[sym_full_type_declaration] = STATE(23),
[sym_private_type_declaration] = STATE(23),
[sym_private_extension_declaration] = STATE(23),
[sym_incomplete_type_declaration] = STATE(23),
[sym__aspect_clause] = STATE(23),
[sym_at_clause] = STATE(23),
[sym_attribute_definition_clause] = STATE(23),
[sym_body_stub] = STATE(23),
[sym_subprogram_body_stub] = STATE(417),
[sym_package_body_stub] = STATE(417),
[sym_task_body] = STATE(23),
[sym_task_body_stub] = STATE(417),
[sym_protected_type_declaration] = STATE(419),
[sym_single_protected_declaration] = STATE(426),
[sym_protected_body] = STATE(23),
[sym_protected_body_stub] = STATE(417),
[sym__declarative_item_pragma] = STATE(23),
[sym_non_empty_declarative_part] = STATE(1615),
[sym_enumeration_representation_clause] = STATE(23),
[sym_exception_declaration] = STATE(23),
[sym_function_specification] = STATE(1109),
[sym__generic_declaration] = STATE(23),
[sym_generic_formal_part] = STATE(907),
[sym_generic_subprogram_declaration] = STATE(23),
[sym_generic_package_declaration] = STATE(23),
[sym_generic_instantiation] = STATE(23),
[sym_null_procedure_declaration] = STATE(23),
[sym_number_declaration] = STATE(23),
[sym_object_declaration] = STATE(23),
[sym_single_task_declaration] = STATE(426),
[sym_task_type_declaration] = STATE(419),
[sym_overriding_indicator] = STATE(997),
[sym_pragma_g] = STATE(23),
[sym_procedure_specification] = STATE(1127),
[sym_record_representation_clause] = STATE(23),
[sym__renaming_declaration] = STATE(23),
[sym_object_renaming_declaration] = STATE(23),
[sym_exception_renaming_declaration] = STATE(23),
[sym_package_renaming_declaration] = STATE(23),
[sym_subprogram_renaming_declaration] = STATE(23),
[sym_generic_renaming_declaration] = STATE(23),
[sym_subprogram_declaration] = STATE(23),
[sym_expression_function_declaration] = STATE(23),
[sym__subprogram_specification] = STATE(1004),
[sym_subtype_declaration] = STATE(23),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(23),
[sym_identifier] = ACTIONS(201),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(203),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym_package_specification_token1] = ACTIONS(19),
[aux_sym_use_clause_token2] = ACTIONS(25),
[aux_sym_subprogram_body_token1] = ACTIONS(327),
[aux_sym_relation_membership_token1] = ACTIONS(31),
[aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37),
[aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39),
[aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41),
[aux_sym_interface_type_definition_token1] = ACTIONS(47),
[aux_sym_generic_formal_part_token1] = ACTIONS(51),
[aux_sym_global_mode_token1] = ACTIONS(53),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_subtype_declaration_token1] = ACTIONS(81),
},
[23] = {
[sym__defining_identifier_list] = STATE(1663),
[sym__declarative_item] = STATE(15),
[sym__basic_declarative_item] = STATE(15),
[sym__basic_declaration] = STATE(15),
[sym__package_declaration] = STATE(15),
[sym_package_specification] = STATE(1626),
[sym_use_clause] = STATE(15),
[sym__proper_body] = STATE(15),
[sym_subprogram_body] = STATE(15),
[sym_package_body] = STATE(15),
[sym__type_declaration] = STATE(15),
[sym_full_type_declaration] = STATE(15),
[sym_private_type_declaration] = STATE(15),
[sym_private_extension_declaration] = STATE(15),
[sym_incomplete_type_declaration] = STATE(15),
[sym__aspect_clause] = STATE(15),
[sym_at_clause] = STATE(15),
[sym_attribute_definition_clause] = STATE(15),
[sym_body_stub] = STATE(15),
[sym_subprogram_body_stub] = STATE(417),
[sym_package_body_stub] = STATE(417),
[sym_task_body] = STATE(15),
[sym_task_body_stub] = STATE(417),
[sym_protected_type_declaration] = STATE(419),
[sym_single_protected_declaration] = STATE(426),
[sym_protected_body] = STATE(15),
[sym_protected_body_stub] = STATE(417),
[sym__declarative_item_pragma] = STATE(15),
[sym_enumeration_representation_clause] = STATE(15),
[sym_exception_declaration] = STATE(15),
[sym_function_specification] = STATE(1109),
[sym__generic_declaration] = STATE(15),
[sym_generic_formal_part] = STATE(907),
[sym_generic_subprogram_declaration] = STATE(15),
[sym_generic_package_declaration] = STATE(15),
[sym_generic_instantiation] = STATE(15),
[sym_null_procedure_declaration] = STATE(15),
[sym_number_declaration] = STATE(15),
[sym_object_declaration] = STATE(15),
[sym_single_task_declaration] = STATE(426),
[sym_task_type_declaration] = STATE(419),
[sym_overriding_indicator] = STATE(997),
[sym_pragma_g] = STATE(15),
[sym_procedure_specification] = STATE(1127),
[sym_record_representation_clause] = STATE(15),
[sym__renaming_declaration] = STATE(15),
[sym_object_renaming_declaration] = STATE(15),
[sym_exception_renaming_declaration] = STATE(15),
[sym_package_renaming_declaration] = STATE(15),
[sym_subprogram_renaming_declaration] = STATE(15),
[sym_generic_renaming_declaration] = STATE(15),
[sym_subprogram_declaration] = STATE(15),
[sym_expression_function_declaration] = STATE(15),
[sym__subprogram_specification] = STATE(1004),
[sym_subtype_declaration] = STATE(15),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(15),
[sym_identifier] = ACTIONS(201),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(203),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym_package_specification_token1] = ACTIONS(19),
[aux_sym_package_specification_token3] = ACTIONS(329),
[aux_sym_use_clause_token2] = ACTIONS(25),
[aux_sym_subprogram_body_token1] = ACTIONS(329),
[aux_sym_relation_membership_token1] = ACTIONS(31),
[aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37),
[aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39),
[aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41),
[aux_sym_interface_type_definition_token1] = ACTIONS(47),
[aux_sym_generic_formal_part_token1] = ACTIONS(51),
[aux_sym_global_mode_token1] = ACTIONS(53),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_subtype_declaration_token1] = ACTIONS(81),
},
[24] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(27),
[sym_null_statement] = STATE(25),
[sym_pragma_g] = STATE(25),
[sym__simple_statement] = STATE(25),
[sym__statement] = STATE(25),
[sym__compound_statement] = STATE(25),
[sym__select_statement] = STATE(25),
[sym_asynchronous_select] = STATE(25),
[sym_conditional_entry_call] = STATE(25),
[sym_timed_entry_call] = STATE(25),
[sym_selective_accept] = STATE(25),
[sym_abort_statement] = STATE(25),
[sym_requeue_statement] = STATE(25),
[sym_accept_statement] = STATE(25),
[sym_case_statement] = STATE(25),
[sym_block_statement] = STATE(25),
[sym_if_statement] = STATE(25),
[sym_exit_statement] = STATE(25),
[sym_goto_statement] = STATE(25),
[sym__delay_statement] = STATE(25),
[sym_delay_until_statement] = STATE(25),
[sym_delay_relative_statement] = STATE(25),
[sym_simple_return_statement] = STATE(25),
[sym_extended_return_statement] = STATE(25),
[sym_procedure_call_statement] = STATE(25),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(25),
[sym_loop_statement] = STATE(25),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(25),
[aux_sym__sequence_of_statements_repeat1] = STATE(25),
[aux_sym__sequence_of_statements_repeat2] = STATE(27),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_iterator_filter_token1] = ACTIONS(335),
[aux_sym_package_specification_token3] = ACTIONS(335),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_expression_token2] = ACTIONS(335),
[aux_sym_expression_token3] = ACTIONS(335),
[aux_sym_expression_token4] = ACTIONS(335),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[aux_sym_exception_declaration_token1] = ACTIONS(335),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_elsif_expression_item_token1] = ACTIONS(335),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[25] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(25),
[sym_pragma_g] = STATE(25),
[sym__simple_statement] = STATE(25),
[sym__statement] = STATE(25),
[sym__compound_statement] = STATE(25),
[sym__select_statement] = STATE(25),
[sym_asynchronous_select] = STATE(25),
[sym_conditional_entry_call] = STATE(25),
[sym_timed_entry_call] = STATE(25),
[sym_selective_accept] = STATE(25),
[sym_abort_statement] = STATE(25),
[sym_requeue_statement] = STATE(25),
[sym_accept_statement] = STATE(25),
[sym_case_statement] = STATE(25),
[sym_block_statement] = STATE(25),
[sym_if_statement] = STATE(25),
[sym_exit_statement] = STATE(25),
[sym_goto_statement] = STATE(25),
[sym__delay_statement] = STATE(25),
[sym_delay_until_statement] = STATE(25),
[sym_delay_relative_statement] = STATE(25),
[sym_simple_return_statement] = STATE(25),
[sym_extended_return_statement] = STATE(25),
[sym_procedure_call_statement] = STATE(25),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(25),
[sym_loop_statement] = STATE(25),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(25),
[aux_sym__sequence_of_statements_repeat1] = STATE(25),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(337),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(340),
[sym_character_literal] = ACTIONS(340),
[sym_target_name] = ACTIONS(340),
[anon_sym_LBRACK] = ACTIONS(343),
[aux_sym_iterated_element_association_token1] = ACTIONS(346),
[aux_sym_iterator_filter_token1] = ACTIONS(349),
[aux_sym_package_specification_token3] = ACTIONS(349),
[aux_sym_subprogram_body_token1] = ACTIONS(351),
[aux_sym_expression_token2] = ACTIONS(349),
[aux_sym_expression_token3] = ACTIONS(349),
[aux_sym_expression_token4] = ACTIONS(349),
[aux_sym_raise_expression_token1] = ACTIONS(354),
[aux_sym_primary_null_token1] = ACTIONS(357),
[aux_sym_declare_expression_token1] = ACTIONS(360),
[aux_sym_case_expression_token1] = ACTIONS(363),
[aux_sym_exception_declaration_token1] = ACTIONS(349),
[anon_sym_LT_LT] = ACTIONS(366),
[aux_sym_pragma_g_token1] = ACTIONS(369),
[aux_sym_if_expression_token1] = ACTIONS(372),
[aux_sym_elsif_expression_item_token1] = ACTIONS(349),
[aux_sym_result_profile_token1] = ACTIONS(375),
[aux_sym_asynchronous_select_token1] = ACTIONS(378),
[aux_sym_asynchronous_select_token2] = ACTIONS(381),
[aux_sym_requeue_statement_token1] = ACTIONS(384),
[aux_sym_accept_statement_token1] = ACTIONS(387),
[aux_sym_exit_statement_token1] = ACTIONS(390),
[aux_sym_goto_statement_token1] = ACTIONS(393),
[aux_sym_delay_until_statement_token1] = ACTIONS(396),
[aux_sym_loop_statement_token1] = ACTIONS(399),
[aux_sym_iteration_scheme_token1] = ACTIONS(402),
},
[26] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1093),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_package_specification_token3] = ACTIONS(405),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_expression_token2] = ACTIONS(407),
[aux_sym_expression_token3] = ACTIONS(405),
[aux_sym_expression_token4] = ACTIONS(405),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[27] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(517),
[sym_null_statement] = STATE(181),
[sym_pragma_g] = STATE(181),
[sym__simple_statement] = STATE(181),
[sym__compound_statement] = STATE(181),
[sym__select_statement] = STATE(181),
[sym_asynchronous_select] = STATE(181),
[sym_conditional_entry_call] = STATE(181),
[sym_timed_entry_call] = STATE(181),
[sym_selective_accept] = STATE(181),
[sym_abort_statement] = STATE(181),
[sym_requeue_statement] = STATE(181),
[sym_accept_statement] = STATE(181),
[sym_case_statement] = STATE(181),
[sym_block_statement] = STATE(181),
[sym_if_statement] = STATE(181),
[sym_exit_statement] = STATE(181),
[sym_goto_statement] = STATE(181),
[sym__delay_statement] = STATE(181),
[sym_delay_until_statement] = STATE(181),
[sym_delay_relative_statement] = STATE(181),
[sym_simple_return_statement] = STATE(181),
[sym_extended_return_statement] = STATE(181),
[sym_procedure_call_statement] = STATE(181),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(181),
[sym_loop_statement] = STATE(181),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(181),
[aux_sym__sequence_of_statements_repeat2] = STATE(517),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_iterator_filter_token1] = ACTIONS(409),
[aux_sym_package_specification_token3] = ACTIONS(409),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_expression_token2] = ACTIONS(409),
[aux_sym_expression_token3] = ACTIONS(409),
[aux_sym_expression_token4] = ACTIONS(409),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[aux_sym_exception_declaration_token1] = ACTIONS(409),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_elsif_expression_item_token1] = ACTIONS(409),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[28] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1264),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_expression_token2] = ACTIONS(407),
[aux_sym_expression_token3] = ACTIONS(411),
[aux_sym_expression_token4] = ACTIONS(411),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[29] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1267),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_package_specification_token3] = ACTIONS(413),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_expression_token3] = ACTIONS(413),
[aux_sym_expression_token4] = ACTIONS(413),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[30] = {
[sym_unary_adding_operator] = STATE(499),
[sym__name] = STATE(480),
[sym_selected_component] = STATE(502),
[sym_slice] = STATE(264),
[sym__attribute_reference] = STATE(264),
[sym__reduction_attribute_reference] = STATE(264),
[sym_value_sequence] = STATE(1651),
[sym_iterated_element_association] = STATE(1281),
[sym_qualified_expression] = STATE(264),
[sym__subtype_indication] = STATE(1375),
[sym_range_g] = STATE(1373),
[sym_expression] = STATE(938),
[sym__relation] = STATE(566),
[sym_relation_membership] = STATE(566),
[sym_raise_expression] = STATE(566),
[sym__simple_expression] = STATE(602),
[sym_term] = STATE(511),
[sym__factor] = STATE(487),
[sym_factor_power] = STATE(487),
[sym_factor_abs] = STATE(487),
[sym_factor_not] = STATE(487),
[sym__parenthesized_expression] = STATE(490),
[sym__primary] = STATE(490),
[sym_primary_null] = STATE(490),
[sym_allocator] = STATE(490),
[sym__conditional_expression] = STATE(1865),
[sym_quantified_expression] = STATE(1865),
[sym_declare_expression] = STATE(1865),
[sym_case_expression] = STATE(1865),
[sym_component_choice_list] = STATE(1876),
[sym__aggregate] = STATE(490),
[sym__delta_aggregate] = STATE(490),
[sym_extension_aggregate] = STATE(490),
[sym_record_delta_aggregate] = STATE(490),
[sym_array_delta_aggregate] = STATE(490),
[sym_record_aggregate] = STATE(490),
[sym_record_component_association_list] = STATE(1879),
[sym__named_record_component_association] = STATE(1309),
[sym_null_exclusion] = STATE(802),
[sym__array_aggregate] = STATE(490),
[sym_positional_array_aggregate] = STATE(490),
[sym_null_array_aggregate] = STATE(490),
[sym_named_array_aggregate] = STATE(490),
[sym__array_component_association_list] = STATE(1922),
[sym_array_component_association] = STATE(1088),
[sym_discrete_choice_list] = STATE(1534),
[sym_discrete_choice] = STATE(1260),
[sym_if_expression] = STATE(1865),
[sym_function_call] = STATE(480),
[sym_identifier] = ACTIONS(217),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(219),
[sym_character_literal] = ACTIONS(221),
[sym_numeric_literal] = ACTIONS(223),
[anon_sym_PLUS] = ACTIONS(225),
[anon_sym_DASH] = ACTIONS(227),
[sym_target_name] = ACTIONS(221),
[anon_sym_LPAREN] = ACTIONS(229),
[anon_sym_LBRACK] = ACTIONS(231),
[aux_sym_iterated_element_association_token1] = ACTIONS(235),
[aux_sym_relation_membership_token1] = ACTIONS(237),
[aux_sym_raise_expression_token1] = ACTIONS(239),
[aux_sym_factor_abs_token1] = ACTIONS(241),
[aux_sym_primary_null_token1] = ACTIONS(243),
[aux_sym_allocator_token1] = ACTIONS(245),
[aux_sym_declare_expression_token1] = ACTIONS(247),
[aux_sym_case_expression_token1] = ACTIONS(249),
[aux_sym_component_choice_list_token1] = ACTIONS(251),
[aux_sym_if_expression_token1] = ACTIONS(257),
},
[31] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1145),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_package_specification_token3] = ACTIONS(405),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_expression_token3] = ACTIONS(405),
[aux_sym_expression_token4] = ACTIONS(405),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[32] = {
[sym__defining_identifier_list] = STATE(1663),
[sym__declarative_item] = STATE(483),
[sym__basic_declarative_item] = STATE(483),
[sym__basic_declaration] = STATE(483),
[sym__package_declaration] = STATE(483),
[sym_package_specification] = STATE(1626),
[sym_use_clause] = STATE(483),
[sym__proper_body] = STATE(483),
[sym_subprogram_body] = STATE(483),
[sym_package_body] = STATE(483),
[sym__type_declaration] = STATE(483),
[sym_full_type_declaration] = STATE(483),
[sym_private_type_declaration] = STATE(483),
[sym_private_extension_declaration] = STATE(483),
[sym_incomplete_type_declaration] = STATE(483),
[sym__aspect_clause] = STATE(483),
[sym_at_clause] = STATE(483),
[sym_attribute_definition_clause] = STATE(483),
[sym_body_stub] = STATE(483),
[sym_subprogram_body_stub] = STATE(417),
[sym_package_body_stub] = STATE(417),
[sym_task_body] = STATE(483),
[sym_task_body_stub] = STATE(417),
[sym_protected_type_declaration] = STATE(419),
[sym_single_protected_declaration] = STATE(426),
[sym_protected_body] = STATE(483),
[sym_protected_body_stub] = STATE(417),
[sym_enumeration_representation_clause] = STATE(483),
[sym_exception_declaration] = STATE(483),
[sym_function_specification] = STATE(1109),
[sym__generic_declaration] = STATE(483),
[sym_generic_formal_part] = STATE(907),
[sym_generic_subprogram_declaration] = STATE(483),
[sym_generic_package_declaration] = STATE(483),
[sym_generic_instantiation] = STATE(483),
[sym_null_procedure_declaration] = STATE(483),
[sym_number_declaration] = STATE(483),
[sym_object_declaration] = STATE(483),
[sym_single_task_declaration] = STATE(426),
[sym_task_type_declaration] = STATE(419),
[sym_overriding_indicator] = STATE(997),
[sym_procedure_specification] = STATE(1127),
[sym_record_representation_clause] = STATE(483),
[sym__renaming_declaration] = STATE(483),
[sym_object_renaming_declaration] = STATE(483),
[sym_exception_renaming_declaration] = STATE(483),
[sym_package_renaming_declaration] = STATE(483),
[sym_subprogram_renaming_declaration] = STATE(483),
[sym_generic_renaming_declaration] = STATE(483),
[sym_subprogram_declaration] = STATE(483),
[sym_expression_function_declaration] = STATE(483),
[sym__subprogram_specification] = STATE(1004),
[sym_subtype_declaration] = STATE(483),
[sym_identifier] = ACTIONS(201),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(203),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym_package_specification_token1] = ACTIONS(19),
[aux_sym_with_clause_token2] = ACTIONS(415),
[aux_sym_use_clause_token2] = ACTIONS(25),
[aux_sym_relation_membership_token1] = ACTIONS(31),
[aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37),
[aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39),
[aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41),
[aux_sym_interface_type_definition_token1] = ACTIONS(47),
[aux_sym_generic_formal_part_token1] = ACTIONS(51),
[aux_sym_global_mode_token1] = ACTIONS(53),
[aux_sym_subtype_declaration_token1] = ACTIONS(81),
},
[33] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_handled_sequence_of_statements] = STATE(1705),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1348),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[34] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_handled_sequence_of_statements] = STATE(1561),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1348),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[35] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_handled_sequence_of_statements] = STATE(1595),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1348),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[36] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_handled_sequence_of_statements] = STATE(1628),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1348),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[37] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_handled_sequence_of_statements] = STATE(1614),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1348),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[38] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(73),
[sym_null_statement] = STATE(25),
[sym_pragma_g] = STATE(25),
[sym__simple_statement] = STATE(25),
[sym__statement] = STATE(25),
[sym__compound_statement] = STATE(25),
[sym__select_statement] = STATE(25),
[sym_asynchronous_select] = STATE(25),
[sym_conditional_entry_call] = STATE(25),
[sym_timed_entry_call] = STATE(25),
[sym_selective_accept] = STATE(25),
[sym_abort_statement] = STATE(25),
[sym_requeue_statement] = STATE(25),
[sym_accept_statement] = STATE(25),
[sym_case_statement] = STATE(25),
[sym_block_statement] = STATE(25),
[sym_if_statement] = STATE(25),
[sym_exit_statement] = STATE(25),
[sym_goto_statement] = STATE(25),
[sym__delay_statement] = STATE(25),
[sym_delay_until_statement] = STATE(25),
[sym_delay_relative_statement] = STATE(25),
[sym_simple_return_statement] = STATE(25),
[sym_extended_return_statement] = STATE(25),
[sym_procedure_call_statement] = STATE(25),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(25),
[sym_loop_statement] = STATE(25),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(25),
[aux_sym__sequence_of_statements_repeat1] = STATE(25),
[aux_sym__sequence_of_statements_repeat2] = STATE(73),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_iterator_filter_token1] = ACTIONS(335),
[aux_sym_package_specification_token3] = ACTIONS(335),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(335),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[39] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_handled_sequence_of_statements] = STATE(1931),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1348),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[40] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_handled_sequence_of_statements] = STATE(1785),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1348),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[41] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_handled_sequence_of_statements] = STATE(1664),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1348),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[42] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_handled_sequence_of_statements] = STATE(1919),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1348),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[43] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_handled_sequence_of_statements] = STATE(1684),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1348),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[44] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_handled_sequence_of_statements] = STATE(1620),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1348),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[45] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_handled_sequence_of_statements] = STATE(1693),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1348),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[46] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_handled_sequence_of_statements] = STATE(1597),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1348),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[47] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_handled_sequence_of_statements] = STATE(1888),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1348),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[48] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_handled_sequence_of_statements] = STATE(1517),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1348),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[49] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_handled_sequence_of_statements] = STATE(1790),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1348),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[50] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_handled_sequence_of_statements] = STATE(1694),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1348),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[51] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_handled_sequence_of_statements] = STATE(1724),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1348),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[52] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_handled_sequence_of_statements] = STATE(1857),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1348),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[53] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_handled_sequence_of_statements] = STATE(1898),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1348),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[54] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_handled_sequence_of_statements] = STATE(1646),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1348),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[55] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_handled_sequence_of_statements] = STATE(1915),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1348),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[56] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_handled_sequence_of_statements] = STATE(1900),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1348),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[57] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1712),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[58] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1710),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[59] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1207),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[60] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1022),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[61] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(38),
[sym_pragma_g] = STATE(38),
[sym__sequence_of_statements] = STATE(1235),
[sym__simple_statement] = STATE(38),
[sym__statement] = STATE(38),
[sym__compound_statement] = STATE(38),
[sym__select_statement] = STATE(38),
[sym_asynchronous_select] = STATE(38),
[sym_conditional_entry_call] = STATE(38),
[sym_timed_entry_call] = STATE(38),
[sym_selective_accept] = STATE(38),
[sym_abort_statement] = STATE(38),
[sym_requeue_statement] = STATE(38),
[sym_accept_statement] = STATE(38),
[sym_case_statement] = STATE(38),
[sym_block_statement] = STATE(38),
[sym_if_statement] = STATE(38),
[sym_exit_statement] = STATE(38),
[sym_goto_statement] = STATE(38),
[sym__delay_statement] = STATE(38),
[sym_delay_until_statement] = STATE(38),
[sym_delay_relative_statement] = STATE(38),
[sym_simple_return_statement] = STATE(38),
[sym_extended_return_statement] = STATE(38),
[sym_procedure_call_statement] = STATE(38),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(38),
[sym_loop_statement] = STATE(38),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(38),
[aux_sym__sequence_of_statements_repeat1] = STATE(38),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[62] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1553),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[63] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1480),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[64] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1699),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[65] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(38),
[sym_pragma_g] = STATE(38),
[sym__sequence_of_statements] = STATE(1242),
[sym__simple_statement] = STATE(38),
[sym__statement] = STATE(38),
[sym__compound_statement] = STATE(38),
[sym__select_statement] = STATE(38),
[sym_asynchronous_select] = STATE(38),
[sym_conditional_entry_call] = STATE(38),
[sym_timed_entry_call] = STATE(38),
[sym_selective_accept] = STATE(38),
[sym_abort_statement] = STATE(38),
[sym_requeue_statement] = STATE(38),
[sym_accept_statement] = STATE(38),
[sym_case_statement] = STATE(38),
[sym_block_statement] = STATE(38),
[sym_if_statement] = STATE(38),
[sym_exit_statement] = STATE(38),
[sym_goto_statement] = STATE(38),
[sym__delay_statement] = STATE(38),
[sym_delay_until_statement] = STATE(38),
[sym_delay_relative_statement] = STATE(38),
[sym_simple_return_statement] = STATE(38),
[sym_extended_return_statement] = STATE(38),
[sym_procedure_call_statement] = STATE(38),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(38),
[sym_loop_statement] = STATE(38),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(38),
[aux_sym__sequence_of_statements_repeat1] = STATE(38),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[66] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1825),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[67] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1830),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[68] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1939),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[69] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1668),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[70] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1818),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[71] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(75),
[sym_null_statement] = STATE(24),
[sym_pragma_g] = STATE(24),
[sym__sequence_of_statements] = STATE(1656),
[sym__simple_statement] = STATE(24),
[sym__statement] = STATE(24),
[sym__compound_statement] = STATE(24),
[sym__select_statement] = STATE(24),
[sym_asynchronous_select] = STATE(24),
[sym_conditional_entry_call] = STATE(24),
[sym_timed_entry_call] = STATE(24),
[sym_selective_accept] = STATE(24),
[sym_abort_statement] = STATE(24),
[sym_requeue_statement] = STATE(24),
[sym_accept_statement] = STATE(24),
[sym_case_statement] = STATE(24),
[sym_block_statement] = STATE(24),
[sym_if_statement] = STATE(24),
[sym_exit_statement] = STATE(24),
[sym_goto_statement] = STATE(24),
[sym__delay_statement] = STATE(24),
[sym_delay_until_statement] = STATE(24),
[sym_delay_relative_statement] = STATE(24),
[sym_simple_return_statement] = STATE(24),
[sym_extended_return_statement] = STATE(24),
[sym_procedure_call_statement] = STATE(24),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(24),
[sym_loop_statement] = STATE(24),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(24),
[aux_sym__sequence_of_statements_repeat1] = STATE(24),
[aux_sym__sequence_of_statements_repeat2] = STATE(75),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(57),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[72] = {
[sym_unary_adding_operator] = STATE(499),
[sym__name] = STATE(480),
[sym_selected_component] = STATE(507),
[sym_slice] = STATE(516),
[sym__attribute_reference] = STATE(516),
[sym__reduction_attribute_reference] = STATE(516),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(516),
[sym__subtype_indication] = STATE(1380),
[sym_range_g] = STATE(1393),
[sym_expression] = STATE(1409),
[sym__relation] = STATE(566),
[sym_relation_membership] = STATE(566),
[sym_raise_expression] = STATE(566),
[sym__simple_expression] = STATE(602),
[sym_term] = STATE(511),
[sym__factor] = STATE(487),
[sym_factor_power] = STATE(487),
[sym_factor_abs] = STATE(487),
[sym_factor_not] = STATE(487),
[sym__parenthesized_expression] = STATE(490),
[sym__primary] = STATE(490),
[sym_primary_null] = STATE(490),
[sym_allocator] = STATE(490),
[sym_parameter_association] = STATE(1219),
[sym__conditional_expression] = STATE(1736),
[sym_quantified_expression] = STATE(1736),
[sym_declare_expression] = STATE(1736),
[sym_case_expression] = STATE(1736),
[sym_component_choice_list] = STATE(1734),
[sym__aggregate] = STATE(490),
[sym__delta_aggregate] = STATE(490),
[sym_extension_aggregate] = STATE(490),
[sym_record_delta_aggregate] = STATE(490),
[sym_array_delta_aggregate] = STATE(490),
[sym_record_aggregate] = STATE(490),
[sym_null_exclusion] = STATE(802),
[sym__discrete_range] = STATE(1271),
[sym__array_aggregate] = STATE(490),
[sym_positional_array_aggregate] = STATE(490),
[sym_null_array_aggregate] = STATE(490),
[sym_named_array_aggregate] = STATE(490),
[sym_if_expression] = STATE(1736),
[sym_function_call] = STATE(480),
[sym_identifier] = ACTIONS(417),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(419),
[sym_character_literal] = ACTIONS(421),
[sym_numeric_literal] = ACTIONS(223),
[anon_sym_PLUS] = ACTIONS(225),
[anon_sym_DASH] = ACTIONS(227),
[sym_target_name] = ACTIONS(421),
[anon_sym_LPAREN] = ACTIONS(229),
[anon_sym_LBRACK] = ACTIONS(231),
[aux_sym_iterated_element_association_token1] = ACTIONS(423),
[aux_sym_relation_membership_token1] = ACTIONS(237),
[aux_sym_raise_expression_token1] = ACTIONS(239),
[aux_sym_factor_abs_token1] = ACTIONS(241),
[aux_sym_primary_null_token1] = ACTIONS(425),
[aux_sym_allocator_token1] = ACTIONS(245),
[anon_sym_LT_GT] = ACTIONS(427),
[aux_sym_declare_expression_token1] = ACTIONS(247),
[aux_sym_case_expression_token1] = ACTIONS(249),
[aux_sym_component_choice_list_token1] = ACTIONS(429),
[aux_sym_if_expression_token1] = ACTIONS(257),
},
[73] = {
[sym__name] = STATE(939),
[sym_selected_component] = STATE(1028),
[sym_slice] = STATE(1028),
[sym__attribute_reference] = STATE(1028),
[sym__reduction_attribute_reference] = STATE(1028),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(1028),
[sym_loop_label] = STATE(952),
[sym_label] = STATE(517),
[sym_null_statement] = STATE(181),
[sym_pragma_g] = STATE(181),
[sym__simple_statement] = STATE(181),
[sym__compound_statement] = STATE(181),
[sym__select_statement] = STATE(181),
[sym_asynchronous_select] = STATE(181),
[sym_conditional_entry_call] = STATE(181),
[sym_timed_entry_call] = STATE(181),
[sym_selective_accept] = STATE(181),
[sym_abort_statement] = STATE(181),
[sym_requeue_statement] = STATE(181),
[sym_accept_statement] = STATE(181),
[sym_case_statement] = STATE(181),
[sym_block_statement] = STATE(181),
[sym_if_statement] = STATE(181),
[sym_exit_statement] = STATE(181),
[sym_goto_statement] = STATE(181),
[sym__delay_statement] = STATE(181),
[sym_delay_until_statement] = STATE(181),
[sym_delay_relative_statement] = STATE(181),
[sym_simple_return_statement] = STATE(181),
[sym_extended_return_statement] = STATE(181),
[sym_procedure_call_statement] = STATE(181),
[sym_function_call] = STATE(939),
[sym_raise_statement] = STATE(181),
[sym_loop_statement] = STATE(181),
[sym_iteration_scheme] = STATE(1581),
[sym_assignment_statement] = STATE(181),
[aux_sym__sequence_of_statements_repeat2] = STATE(517),
[sym_identifier] = ACTIONS(331),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(9),
[sym_character_literal] = ACTIONS(9),
[sym_target_name] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[aux_sym_iterated_element_association_token1] = ACTIONS(333),
[aux_sym_iterator_filter_token1] = ACTIONS(409),
[aux_sym_package_specification_token3] = ACTIONS(409),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_raise_expression_token1] = ACTIONS(33),
[aux_sym_primary_null_token1] = ACTIONS(35),
[aux_sym_declare_expression_token1] = ACTIONS(43),
[aux_sym_case_expression_token1] = ACTIONS(45),
[anon_sym_LT_LT] = ACTIONS(55),
[aux_sym_pragma_g_token1] = ACTIONS(409),
[aux_sym_if_expression_token1] = ACTIONS(59),
[aux_sym_result_profile_token1] = ACTIONS(61),
[aux_sym_asynchronous_select_token1] = ACTIONS(63),
[aux_sym_asynchronous_select_token2] = ACTIONS(65),
[aux_sym_requeue_statement_token1] = ACTIONS(67),
[aux_sym_accept_statement_token1] = ACTIONS(69),
[aux_sym_exit_statement_token1] = ACTIONS(71),
[aux_sym_goto_statement_token1] = ACTIONS(73),
[aux_sym_delay_until_statement_token1] = ACTIONS(75),
[aux_sym_loop_statement_token1] = ACTIONS(77),
[aux_sym_iteration_scheme_token1] = ACTIONS(79),
},
[74] = {
[sym_unary_adding_operator] = STATE(499),
[sym__name] = STATE(480),
[sym_selected_component] = STATE(528),
[sym__defining_identifier_list] = STATE(1718),
[sym_slice] = STATE(480),
[sym__attribute_reference] = STATE(480),
[sym__reduction_attribute_reference] = STATE(480),
[sym_value_sequence] = STATE(1651),
[sym_qualified_expression] = STATE(480),
[sym_range_g] = STATE(1739),
[sym_expression] = STATE(1409),
[sym__relation] = STATE(566),
[sym_relation_membership] = STATE(566),
[sym_raise_expression] = STATE(566),
[sym__simple_expression] = STATE(602),
[sym_term] = STATE(511),
[sym__factor] = STATE(487),
[sym_factor_power] = STATE(487),
[sym_factor_abs] = STATE(487),
[sym_factor_not] = STATE(487),
[sym__parenthesized_expression] = STATE(490),
[sym__primary] = STATE(490),
[sym_primary_null] = STATE(490),
[sym_allocator] = STATE(490),
[sym_parameter_association] = STATE(1219),
[sym__conditional_expression] = STATE(1736),
[sym_quantified_expression] = STATE(1736),
[sym_declare_expression] = STATE(1736),
[sym_case_expression] = STATE(1736),
[sym_component_choice_list] = STATE(1734),
[sym__aggregate] = STATE(490),
[sym__delta_aggregate] = STATE(490),
[sym_extension_aggregate] = STATE(490),
[sym_record_delta_aggregate] = STATE(490),
[sym_array_delta_aggregate] = STATE(490),
[sym_record_aggregate] = STATE(490),
[sym__array_aggregate] = STATE(490),
[sym_positional_array_aggregate] = STATE(490),
[sym_null_array_aggregate] = STATE(490),
[sym_named_array_aggregate] = STATE(490),
[sym_parameter_specification] = STATE(1255),
[sym__parameter_specification_list] = STATE(1672),
[sym_if_expression] = STATE(1736),
[sym_function_call] = STATE(480),
[sym_identifier] = ACTIONS(431),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(433),
[sym_character_literal] = ACTIONS(435),
[sym_numeric_literal] = ACTIONS(223),
[anon_sym_PLUS] = ACTIONS(225),
[anon_sym_DASH] = ACTIONS(227),
[sym_target_name] = ACTIONS(435),
[anon_sym_LPAREN] = ACTIONS(229),
[anon_sym_LBRACK] = ACTIONS(231),
[aux_sym_iterated_element_association_token1] = ACTIONS(423),
[aux_sym_relation_membership_token1] = ACTIONS(437),
[aux_sym_raise_expression_token1] = ACTIONS(239),
[aux_sym_factor_abs_token1] = ACTIONS(241),
[aux_sym_primary_null_token1] = ACTIONS(425),
[aux_sym_allocator_token1] = ACTIONS(245),
[anon_sym_LT_GT] = ACTIONS(427),
[aux_sym_declare_expression_token1] = ACTIONS(247),
[aux_sym_case_expression_token1] = ACTIONS(249),
[aux_sym_component_choice_list_token1] = ACTIONS(429),
[aux_sym_if_expression_token1] = ACTIONS(257),
},
};
static const uint16_t ts_small_parse_table[] = {
[0] = 30,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(29), 1,
aux_sym_subprogram_body_token1,
ACTIONS(33), 1,
aux_sym_raise_expression_token1,
ACTIONS(35), 1,
aux_sym_primary_null_token1,
ACTIONS(43), 1,
aux_sym_declare_expression_token1,
ACTIONS(45), 1,
aux_sym_case_expression_token1,
ACTIONS(55), 1,
anon_sym_LT_LT,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(59), 1,
aux_sym_if_expression_token1,
ACTIONS(61), 1,
aux_sym_result_profile_token1,
ACTIONS(63), 1,
aux_sym_asynchronous_select_token1,
ACTIONS(65), 1,
aux_sym_asynchronous_select_token2,
ACTIONS(67), 1,
aux_sym_requeue_statement_token1,
ACTIONS(69), 1,
aux_sym_accept_statement_token1,
ACTIONS(71), 1,
aux_sym_exit_statement_token1,
ACTIONS(73), 1,
aux_sym_goto_statement_token1,
ACTIONS(75), 1,
aux_sym_delay_until_statement_token1,
ACTIONS(77), 1,
aux_sym_loop_statement_token1,
ACTIONS(79), 1,
aux_sym_iteration_scheme_token1,
ACTIONS(331), 1,
sym_identifier,
ACTIONS(333), 1,
aux_sym_iterated_element_association_token1,
STATE(952), 1,
sym_loop_label,
STATE(1581), 1,
sym_iteration_scheme,
STATE(1651), 1,
sym_value_sequence,
STATE(517), 2,
sym_label,
aux_sym__sequence_of_statements_repeat2,
STATE(939), 2,
sym__name,
sym_function_call,
ACTIONS(9), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1028), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(181), 26,
sym_null_statement,
sym_pragma_g,
sym__simple_statement,
sym__compound_statement,
sym__select_statement,
sym_asynchronous_select,
sym_conditional_entry_call,
sym_timed_entry_call,
sym_selective_accept,
sym_abort_statement,
sym_requeue_statement,
sym_accept_statement,
sym_case_statement,
sym_block_statement,
sym_if_statement,
sym_exit_statement,
sym_goto_statement,
sym__delay_statement,
sym_delay_until_statement,
sym_delay_relative_statement,
sym_simple_return_statement,
sym_extended_return_statement,
sym_procedure_call_statement,
sym_raise_statement,
sym_loop_statement,
sym_assignment_statement,
[124] = 28,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(25), 1,
aux_sym_use_clause_token2,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(39), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(41), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(51), 1,
aux_sym_generic_formal_part_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(81), 1,
aux_sym_subtype_declaration_token1,
ACTIONS(201), 1,
sym_identifier,
ACTIONS(203), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(439), 1,
aux_sym_compilation_unit_token1,
ACTIONS(441), 1,
aux_sym_package_specification_token1,
ACTIONS(443), 1,
aux_sym_package_specification_token3,
ACTIONS(445), 1,
aux_sym_allocator_token1,
ACTIONS(447), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(449), 1,
aux_sym_interface_type_definition_token1,
STATE(907), 1,
sym_generic_formal_part,
STATE(995), 1,
sym__subprogram_specification,
STATE(1012), 1,
sym_overriding_indicator,
STATE(1109), 1,
sym_function_specification,
STATE(1127), 1,
sym_procedure_specification,
STATE(1626), 1,
sym_package_specification,
STATE(1663), 1,
sym__defining_identifier_list,
STATE(419), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(426), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(83), 34,
sym__basic_declarative_item,
sym__basic_declaration,
sym__package_declaration,
sym_use_clause,
sym__basic_declarative_item_pragma,
sym__type_declaration,
sym_full_type_declaration,
sym_private_type_declaration,
sym_private_extension_declaration,
sym_incomplete_type_declaration,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_enumeration_representation_clause,
sym_exception_declaration,
sym__generic_declaration,
sym_generic_subprogram_declaration,
sym_generic_package_declaration,
sym_generic_instantiation,
sym_null_procedure_declaration,
sym_number_declaration,
sym_object_declaration,
sym_pragma_g,
sym_record_representation_clause,
sym__renaming_declaration,
sym_object_renaming_declaration,
sym_exception_renaming_declaration,
sym_package_renaming_declaration,
sym_subprogram_renaming_declaration,
sym_generic_renaming_declaration,
sym_subprogram_declaration,
sym_expression_function_declaration,
sym_subtype_declaration,
aux_sym_package_specification_repeat1,
[244] = 38,
ACTIONS(3), 1,
sym_comment,
ACTIONS(217), 1,
sym_identifier,
ACTIONS(219), 1,
sym_string_literal,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(237), 1,
aux_sym_relation_membership_token1,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(243), 1,
aux_sym_primary_null_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(251), 1,
aux_sym_component_choice_list_token1,
ACTIONS(451), 1,
aux_sym_iterated_element_association_token1,
STATE(499), 1,
sym_unary_adding_operator,
STATE(502), 1,
sym_selected_component,
STATE(511), 1,
sym_term,
STATE(602), 1,
sym__simple_expression,
STATE(802), 1,
sym_null_exclusion,
STATE(1088), 1,
sym_array_component_association,
STATE(1130), 1,
sym_expression,
STATE(1260), 1,
sym_discrete_choice,
STATE(1281), 1,
sym_iterated_element_association,
STATE(1309), 1,
sym__named_record_component_association,
STATE(1373), 1,
sym_range_g,
STATE(1375), 1,
sym__subtype_indication,
STATE(1534), 1,
sym_discrete_choice_list,
STATE(1578), 1,
sym__array_component_association_list,
STATE(1651), 1,
sym_value_sequence,
STATE(1876), 1,
sym_component_choice_list,
ACTIONS(221), 2,
sym_character_literal,
sym_target_name,
STATE(480), 2,
sym__name,
sym_function_call,
STATE(1574), 2,
sym_record_component_association_list,
sym__record_component_association_list_or_expression,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(264), 4,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[383] = 27,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(25), 1,
aux_sym_use_clause_token2,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(39), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(41), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(51), 1,
aux_sym_generic_formal_part_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(81), 1,
aux_sym_subtype_declaration_token1,
ACTIONS(201), 1,
sym_identifier,
ACTIONS(203), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(439), 1,
aux_sym_compilation_unit_token1,
ACTIONS(441), 1,
aux_sym_package_specification_token1,
ACTIONS(443), 1,
aux_sym_package_specification_token3,
ACTIONS(447), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(449), 1,
aux_sym_interface_type_definition_token1,
STATE(907), 1,
sym_generic_formal_part,
STATE(995), 1,
sym__subprogram_specification,
STATE(1012), 1,
sym_overriding_indicator,
STATE(1109), 1,
sym_function_specification,
STATE(1127), 1,
sym_procedure_specification,
STATE(1626), 1,
sym_package_specification,
STATE(1663), 1,
sym__defining_identifier_list,
STATE(419), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(426), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(83), 34,
sym__basic_declarative_item,
sym__basic_declaration,
sym__package_declaration,
sym_use_clause,
sym__basic_declarative_item_pragma,
sym__type_declaration,
sym_full_type_declaration,
sym_private_type_declaration,
sym_private_extension_declaration,
sym_incomplete_type_declaration,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_enumeration_representation_clause,
sym_exception_declaration,
sym__generic_declaration,
sym_generic_subprogram_declaration,
sym_generic_package_declaration,
sym_generic_instantiation,
sym_null_procedure_declaration,
sym_number_declaration,
sym_object_declaration,
sym_pragma_g,
sym_record_representation_clause,
sym__renaming_declaration,
sym_object_renaming_declaration,
sym_exception_renaming_declaration,
sym_package_renaming_declaration,
sym_subprogram_renaming_declaration,
sym_generic_renaming_declaration,
sym_subprogram_declaration,
sym_expression_function_declaration,
sym_subtype_declaration,
aux_sym_package_specification_repeat1,
[500] = 34,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(247), 1,
aux_sym_declare_expression_token1,
ACTIONS(249), 1,
aux_sym_case_expression_token1,
ACTIONS(257), 1,
aux_sym_if_expression_token1,
ACTIONS(423), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(427), 1,
anon_sym_LT_GT,
ACTIONS(429), 1,
aux_sym_component_choice_list_token1,
ACTIONS(433), 1,
sym_string_literal,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(453), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(528), 1,
sym_selected_component,
STATE(602), 1,
sym__simple_expression,
STATE(1219), 1,
sym_parameter_association,
STATE(1409), 1,
sym_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(1734), 1,
sym_component_choice_list,
STATE(1739), 1,
sym_range_g,
ACTIONS(435), 2,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(1736), 5,
sym__conditional_expression,
sym_quantified_expression,
sym_declare_expression,
sym_case_expression,
sym_if_expression,
STATE(480), 6,
sym__name,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[631] = 26,
ACTIONS(3), 1,
sym_comment,
ACTIONS(455), 1,
sym_identifier,
ACTIONS(458), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(461), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(466), 1,
aux_sym_package_specification_token1,
ACTIONS(469), 1,
aux_sym_use_clause_token2,
ACTIONS(472), 1,
aux_sym_relation_membership_token1,
ACTIONS(475), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(478), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(481), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(484), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(487), 1,
aux_sym_generic_formal_part_token1,
ACTIONS(490), 1,
aux_sym_global_mode_token1,
ACTIONS(493), 1,
aux_sym_pragma_g_token1,
ACTIONS(496), 1,
aux_sym_subtype_declaration_token1,
STATE(907), 1,
sym_generic_formal_part,
STATE(995), 1,
sym__subprogram_specification,
STATE(1012), 1,
sym_overriding_indicator,
STATE(1109), 1,
sym_function_specification,
STATE(1127), 1,
sym_procedure_specification,
STATE(1626), 1,
sym_package_specification,
STATE(1663), 1,
sym__defining_identifier_list,
ACTIONS(464), 2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token3,
STATE(419), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(426), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(80), 34,
sym__basic_declarative_item,
sym__basic_declaration,
sym__package_declaration,
sym_use_clause,
sym__basic_declarative_item_pragma,
sym__type_declaration,
sym_full_type_declaration,
sym_private_type_declaration,
sym_private_extension_declaration,
sym_incomplete_type_declaration,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_enumeration_representation_clause,
sym_exception_declaration,
sym__generic_declaration,
sym_generic_subprogram_declaration,
sym_generic_package_declaration,
sym_generic_instantiation,
sym_null_procedure_declaration,
sym_number_declaration,
sym_object_declaration,
sym_pragma_g,
sym_record_representation_clause,
sym__renaming_declaration,
sym_object_renaming_declaration,
sym_exception_renaming_declaration,
sym_package_renaming_declaration,
sym_subprogram_renaming_declaration,
sym_generic_renaming_declaration,
sym_subprogram_declaration,
sym_expression_function_declaration,
sym_subtype_declaration,
aux_sym_package_specification_repeat1,
[746] = 27,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(25), 1,
aux_sym_use_clause_token2,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(39), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(41), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(51), 1,
aux_sym_generic_formal_part_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(81), 1,
aux_sym_subtype_declaration_token1,
ACTIONS(201), 1,
sym_identifier,
ACTIONS(203), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(441), 1,
aux_sym_package_specification_token1,
ACTIONS(447), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(449), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(499), 1,
aux_sym_compilation_unit_token1,
ACTIONS(501), 1,
aux_sym_package_specification_token3,
STATE(907), 1,
sym_generic_formal_part,
STATE(995), 1,
sym__subprogram_specification,
STATE(1012), 1,
sym_overriding_indicator,
STATE(1109), 1,
sym_function_specification,
STATE(1127), 1,
sym_procedure_specification,
STATE(1626), 1,
sym_package_specification,
STATE(1663), 1,
sym__defining_identifier_list,
STATE(419), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(426), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(80), 34,
sym__basic_declarative_item,
sym__basic_declaration,
sym__package_declaration,
sym_use_clause,
sym__basic_declarative_item_pragma,
sym__type_declaration,
sym_full_type_declaration,
sym_private_type_declaration,
sym_private_extension_declaration,
sym_incomplete_type_declaration,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_enumeration_representation_clause,
sym_exception_declaration,
sym__generic_declaration,
sym_generic_subprogram_declaration,
sym_generic_package_declaration,
sym_generic_instantiation,
sym_null_procedure_declaration,
sym_number_declaration,
sym_object_declaration,
sym_pragma_g,
sym_record_representation_clause,
sym__renaming_declaration,
sym_object_renaming_declaration,
sym_exception_renaming_declaration,
sym_package_renaming_declaration,
sym_subprogram_renaming_declaration,
sym_generic_renaming_declaration,
sym_subprogram_declaration,
sym_expression_function_declaration,
sym_subtype_declaration,
aux_sym_package_specification_repeat1,
[863] = 27,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(25), 1,
aux_sym_use_clause_token2,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(39), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(41), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(51), 1,
aux_sym_generic_formal_part_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(81), 1,
aux_sym_subtype_declaration_token1,
ACTIONS(201), 1,
sym_identifier,
ACTIONS(203), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(441), 1,
aux_sym_package_specification_token1,
ACTIONS(447), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(449), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(503), 1,
aux_sym_compilation_unit_token1,
ACTIONS(505), 1,
aux_sym_package_specification_token3,
STATE(907), 1,
sym_generic_formal_part,
STATE(995), 1,
sym__subprogram_specification,
STATE(1012), 1,
sym_overriding_indicator,
STATE(1109), 1,
sym_function_specification,
STATE(1127), 1,
sym_procedure_specification,
STATE(1626), 1,
sym_package_specification,
STATE(1663), 1,
sym__defining_identifier_list,
STATE(419), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(426), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(81), 34,
sym__basic_declarative_item,
sym__basic_declaration,
sym__package_declaration,
sym_use_clause,
sym__basic_declarative_item_pragma,
sym__type_declaration,
sym_full_type_declaration,
sym_private_type_declaration,
sym_private_extension_declaration,
sym_incomplete_type_declaration,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_enumeration_representation_clause,
sym_exception_declaration,
sym__generic_declaration,
sym_generic_subprogram_declaration,
sym_generic_package_declaration,
sym_generic_instantiation,
sym_null_procedure_declaration,
sym_number_declaration,
sym_object_declaration,
sym_pragma_g,
sym_record_representation_clause,
sym__renaming_declaration,
sym_object_renaming_declaration,
sym_exception_renaming_declaration,
sym_package_renaming_declaration,
sym_subprogram_renaming_declaration,
sym_generic_renaming_declaration,
sym_subprogram_declaration,
sym_expression_function_declaration,
sym_subtype_declaration,
aux_sym_package_specification_repeat1,
[980] = 27,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(25), 1,
aux_sym_use_clause_token2,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(39), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(41), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(51), 1,
aux_sym_generic_formal_part_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(81), 1,
aux_sym_subtype_declaration_token1,
ACTIONS(201), 1,
sym_identifier,
ACTIONS(203), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(441), 1,
aux_sym_package_specification_token1,
ACTIONS(447), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(449), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(503), 1,
aux_sym_compilation_unit_token1,
ACTIONS(505), 1,
aux_sym_package_specification_token3,
STATE(907), 1,
sym_generic_formal_part,
STATE(995), 1,
sym__subprogram_specification,
STATE(1012), 1,
sym_overriding_indicator,
STATE(1109), 1,
sym_function_specification,
STATE(1127), 1,
sym_procedure_specification,
STATE(1626), 1,
sym_package_specification,
STATE(1663), 1,
sym__defining_identifier_list,
STATE(419), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(426), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(80), 34,
sym__basic_declarative_item,
sym__basic_declaration,
sym__package_declaration,
sym_use_clause,
sym__basic_declarative_item_pragma,
sym__type_declaration,
sym_full_type_declaration,
sym_private_type_declaration,
sym_private_extension_declaration,
sym_incomplete_type_declaration,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_enumeration_representation_clause,
sym_exception_declaration,
sym__generic_declaration,
sym_generic_subprogram_declaration,
sym_generic_package_declaration,
sym_generic_instantiation,
sym_null_procedure_declaration,
sym_number_declaration,
sym_object_declaration,
sym_pragma_g,
sym_record_representation_clause,
sym__renaming_declaration,
sym_object_renaming_declaration,
sym_exception_renaming_declaration,
sym_package_renaming_declaration,
sym_subprogram_renaming_declaration,
sym_generic_renaming_declaration,
sym_subprogram_declaration,
sym_expression_function_declaration,
sym_subtype_declaration,
aux_sym_package_specification_repeat1,
[1097] = 26,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(25), 1,
aux_sym_use_clause_token2,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(39), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(41), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(51), 1,
aux_sym_generic_formal_part_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(81), 1,
aux_sym_subtype_declaration_token1,
ACTIONS(201), 1,
sym_identifier,
ACTIONS(203), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(441), 1,
aux_sym_package_specification_token1,
ACTIONS(447), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(449), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(501), 1,
aux_sym_package_specification_token3,
STATE(907), 1,
sym_generic_formal_part,
STATE(995), 1,
sym__subprogram_specification,
STATE(1012), 1,
sym_overriding_indicator,
STATE(1109), 1,
sym_function_specification,
STATE(1127), 1,
sym_procedure_specification,
STATE(1626), 1,
sym_package_specification,
STATE(1663), 1,
sym__defining_identifier_list,
STATE(419), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(426), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(86), 34,
sym__basic_declarative_item,
sym__basic_declaration,
sym__package_declaration,
sym_use_clause,
sym__basic_declarative_item_pragma,
sym__type_declaration,
sym_full_type_declaration,
sym_private_type_declaration,
sym_private_extension_declaration,
sym_incomplete_type_declaration,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_enumeration_representation_clause,
sym_exception_declaration,
sym__generic_declaration,
sym_generic_subprogram_declaration,
sym_generic_package_declaration,
sym_generic_instantiation,
sym_null_procedure_declaration,
sym_number_declaration,
sym_object_declaration,
sym_pragma_g,
sym_record_representation_clause,
sym__renaming_declaration,
sym_object_renaming_declaration,
sym_exception_renaming_declaration,
sym_package_renaming_declaration,
sym_subprogram_renaming_declaration,
sym_generic_renaming_declaration,
sym_subprogram_declaration,
sym_expression_function_declaration,
sym_subtype_declaration,
aux_sym_package_specification_repeat1,
[1211] = 26,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(25), 1,
aux_sym_use_clause_token2,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(39), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(41), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(51), 1,
aux_sym_generic_formal_part_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(81), 1,
aux_sym_subtype_declaration_token1,
ACTIONS(201), 1,
sym_identifier,
ACTIONS(203), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(441), 1,
aux_sym_package_specification_token1,
ACTIONS(447), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(449), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(507), 1,
aux_sym_package_specification_token3,
STATE(907), 1,
sym_generic_formal_part,
STATE(995), 1,
sym__subprogram_specification,
STATE(1012), 1,
sym_overriding_indicator,
STATE(1109), 1,
sym_function_specification,
STATE(1127), 1,
sym_procedure_specification,
STATE(1626), 1,
sym_package_specification,
STATE(1663), 1,
sym__defining_identifier_list,
STATE(419), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(426), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(80), 34,
sym__basic_declarative_item,
sym__basic_declaration,
sym__package_declaration,
sym_use_clause,
sym__basic_declarative_item_pragma,
sym__type_declaration,
sym_full_type_declaration,
sym_private_type_declaration,
sym_private_extension_declaration,
sym_incomplete_type_declaration,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_enumeration_representation_clause,
sym_exception_declaration,
sym__generic_declaration,
sym_generic_subprogram_declaration,
sym_generic_package_declaration,
sym_generic_instantiation,
sym_null_procedure_declaration,
sym_number_declaration,
sym_object_declaration,
sym_pragma_g,
sym_record_representation_clause,
sym__renaming_declaration,
sym_object_renaming_declaration,
sym_exception_renaming_declaration,
sym_package_renaming_declaration,
sym_subprogram_renaming_declaration,
sym_generic_renaming_declaration,
sym_subprogram_declaration,
sym_expression_function_declaration,
sym_subtype_declaration,
aux_sym_package_specification_repeat1,
[1325] = 26,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(25), 1,
aux_sym_use_clause_token2,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(39), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(41), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(51), 1,
aux_sym_generic_formal_part_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(81), 1,
aux_sym_subtype_declaration_token1,
ACTIONS(201), 1,
sym_identifier,
ACTIONS(203), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(441), 1,
aux_sym_package_specification_token1,
ACTIONS(447), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(449), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(509), 1,
aux_sym_package_specification_token3,
STATE(907), 1,
sym_generic_formal_part,
STATE(995), 1,
sym__subprogram_specification,
STATE(1012), 1,
sym_overriding_indicator,
STATE(1109), 1,
sym_function_specification,
STATE(1127), 1,
sym_procedure_specification,
STATE(1626), 1,
sym_package_specification,
STATE(1663), 1,
sym__defining_identifier_list,
STATE(419), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(426), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(80), 34,
sym__basic_declarative_item,
sym__basic_declaration,
sym__package_declaration,
sym_use_clause,
sym__basic_declarative_item_pragma,
sym__type_declaration,
sym_full_type_declaration,
sym_private_type_declaration,
sym_private_extension_declaration,
sym_incomplete_type_declaration,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_enumeration_representation_clause,
sym_exception_declaration,
sym__generic_declaration,
sym_generic_subprogram_declaration,
sym_generic_package_declaration,
sym_generic_instantiation,
sym_null_procedure_declaration,
sym_number_declaration,
sym_object_declaration,
sym_pragma_g,
sym_record_representation_clause,
sym__renaming_declaration,
sym_object_renaming_declaration,
sym_exception_renaming_declaration,
sym_package_renaming_declaration,
sym_subprogram_renaming_declaration,
sym_generic_renaming_declaration,
sym_subprogram_declaration,
sym_expression_function_declaration,
sym_subtype_declaration,
aux_sym_package_specification_repeat1,
[1439] = 26,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(25), 1,
aux_sym_use_clause_token2,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(39), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(41), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(51), 1,
aux_sym_generic_formal_part_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(81), 1,
aux_sym_subtype_declaration_token1,
ACTIONS(201), 1,
sym_identifier,
ACTIONS(203), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(441), 1,
aux_sym_package_specification_token1,
ACTIONS(447), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(449), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(505), 1,
aux_sym_package_specification_token3,
STATE(907), 1,
sym_generic_formal_part,
STATE(995), 1,
sym__subprogram_specification,
STATE(1012), 1,
sym_overriding_indicator,
STATE(1109), 1,
sym_function_specification,
STATE(1127), 1,
sym_procedure_specification,
STATE(1626), 1,
sym_package_specification,
STATE(1663), 1,
sym__defining_identifier_list,
STATE(419), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(426), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(89), 34,
sym__basic_declarative_item,
sym__basic_declaration,
sym__package_declaration,
sym_use_clause,
sym__basic_declarative_item_pragma,
sym__type_declaration,
sym_full_type_declaration,
sym_private_type_declaration,
sym_private_extension_declaration,
sym_incomplete_type_declaration,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_enumeration_representation_clause,
sym_exception_declaration,
sym__generic_declaration,
sym_generic_subprogram_declaration,
sym_generic_package_declaration,
sym_generic_instantiation,
sym_null_procedure_declaration,
sym_number_declaration,
sym_object_declaration,
sym_pragma_g,
sym_record_representation_clause,
sym__renaming_declaration,
sym_object_renaming_declaration,
sym_exception_renaming_declaration,
sym_package_renaming_declaration,
sym_subprogram_renaming_declaration,
sym_generic_renaming_declaration,
sym_subprogram_declaration,
sym_expression_function_declaration,
sym_subtype_declaration,
aux_sym_package_specification_repeat1,
[1553] = 26,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(25), 1,
aux_sym_use_clause_token2,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(39), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(41), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(51), 1,
aux_sym_generic_formal_part_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(81), 1,
aux_sym_subtype_declaration_token1,
ACTIONS(201), 1,
sym_identifier,
ACTIONS(203), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(441), 1,
aux_sym_package_specification_token1,
ACTIONS(447), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(449), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(509), 1,
aux_sym_package_specification_token3,
STATE(907), 1,
sym_generic_formal_part,
STATE(995), 1,
sym__subprogram_specification,
STATE(1012), 1,
sym_overriding_indicator,
STATE(1109), 1,
sym_function_specification,
STATE(1127), 1,
sym_procedure_specification,
STATE(1626), 1,
sym_package_specification,
STATE(1663), 1,
sym__defining_identifier_list,
STATE(419), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(426), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(85), 34,
sym__basic_declarative_item,
sym__basic_declaration,
sym__package_declaration,
sym_use_clause,
sym__basic_declarative_item_pragma,
sym__type_declaration,
sym_full_type_declaration,
sym_private_type_declaration,
sym_private_extension_declaration,
sym_incomplete_type_declaration,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_enumeration_representation_clause,
sym_exception_declaration,
sym__generic_declaration,
sym_generic_subprogram_declaration,
sym_generic_package_declaration,
sym_generic_instantiation,
sym_null_procedure_declaration,
sym_number_declaration,
sym_object_declaration,
sym_pragma_g,
sym_record_representation_clause,
sym__renaming_declaration,
sym_object_renaming_declaration,
sym_exception_renaming_declaration,
sym_package_renaming_declaration,
sym_subprogram_renaming_declaration,
sym_generic_renaming_declaration,
sym_subprogram_declaration,
sym_expression_function_declaration,
sym_subtype_declaration,
aux_sym_package_specification_repeat1,
[1667] = 26,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(25), 1,
aux_sym_use_clause_token2,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(39), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(41), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(51), 1,
aux_sym_generic_formal_part_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(81), 1,
aux_sym_subtype_declaration_token1,
ACTIONS(201), 1,
sym_identifier,
ACTIONS(203), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(441), 1,
aux_sym_package_specification_token1,
ACTIONS(447), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(449), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(501), 1,
aux_sym_package_specification_token3,
STATE(907), 1,
sym_generic_formal_part,
STATE(995), 1,
sym__subprogram_specification,
STATE(1012), 1,
sym_overriding_indicator,
STATE(1109), 1,
sym_function_specification,
STATE(1127), 1,
sym_procedure_specification,
STATE(1626), 1,
sym_package_specification,
STATE(1663), 1,
sym__defining_identifier_list,
STATE(419), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(426), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(80), 34,
sym__basic_declarative_item,
sym__basic_declaration,
sym__package_declaration,
sym_use_clause,
sym__basic_declarative_item_pragma,
sym__type_declaration,
sym_full_type_declaration,
sym_private_type_declaration,
sym_private_extension_declaration,
sym_incomplete_type_declaration,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_enumeration_representation_clause,
sym_exception_declaration,
sym__generic_declaration,
sym_generic_subprogram_declaration,
sym_generic_package_declaration,
sym_generic_instantiation,
sym_null_procedure_declaration,
sym_number_declaration,
sym_object_declaration,
sym_pragma_g,
sym_record_representation_clause,
sym__renaming_declaration,
sym_object_renaming_declaration,
sym_exception_renaming_declaration,
sym_package_renaming_declaration,
sym_subprogram_renaming_declaration,
sym_generic_renaming_declaration,
sym_subprogram_declaration,
sym_expression_function_declaration,
sym_subtype_declaration,
aux_sym_package_specification_repeat1,
[1781] = 38,
ACTIONS(3), 1,
sym_comment,
ACTIONS(217), 1,
sym_identifier,
ACTIONS(219), 1,
sym_string_literal,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(237), 1,
aux_sym_relation_membership_token1,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(243), 1,
aux_sym_primary_null_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(251), 1,
aux_sym_component_choice_list_token1,
ACTIONS(451), 1,
aux_sym_iterated_element_association_token1,
STATE(499), 1,
sym_unary_adding_operator,
STATE(502), 1,
sym_selected_component,
STATE(511), 1,
sym_term,
STATE(602), 1,
sym__simple_expression,
STATE(802), 1,
sym_null_exclusion,
STATE(942), 1,
sym_expression,
STATE(1088), 1,
sym_array_component_association,
STATE(1260), 1,
sym_discrete_choice,
STATE(1281), 1,
sym_iterated_element_association,
STATE(1309), 1,
sym__named_record_component_association,
STATE(1373), 1,
sym_range_g,
STATE(1375), 1,
sym__subtype_indication,
STATE(1534), 1,
sym_discrete_choice_list,
STATE(1651), 1,
sym_value_sequence,
STATE(1876), 1,
sym_component_choice_list,
STATE(1879), 1,
sym_record_component_association_list,
STATE(1922), 1,
sym__array_component_association_list,
ACTIONS(221), 2,
sym_character_literal,
sym_target_name,
STATE(480), 2,
sym__name,
sym_function_call,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(264), 4,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[1919] = 35,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(237), 1,
aux_sym_relation_membership_token1,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(451), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(511), 1,
sym_identifier,
ACTIONS(513), 1,
aux_sym_value_sequence_token1,
ACTIONS(515), 1,
anon_sym_RBRACK,
ACTIONS(517), 1,
aux_sym_component_choice_list_token1,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(602), 1,
sym__simple_expression,
STATE(802), 1,
sym_null_exclusion,
STATE(929), 1,
sym_expression,
STATE(1088), 1,
sym_array_component_association,
STATE(1260), 1,
sym_discrete_choice,
STATE(1373), 1,
sym_range_g,
STATE(1375), 1,
sym__subtype_indication,
STATE(1382), 1,
sym_iterated_element_association,
STATE(1534), 1,
sym_discrete_choice_list,
STATE(1651), 1,
sym_value_sequence,
STATE(1945), 1,
sym__array_component_association_list,
STATE(480), 2,
sym__name,
sym_function_call,
ACTIONS(221), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(264), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[2050] = 34,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(237), 1,
aux_sym_relation_membership_token1,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(451), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(511), 1,
sym_identifier,
ACTIONS(515), 1,
anon_sym_RBRACK,
ACTIONS(517), 1,
aux_sym_component_choice_list_token1,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(602), 1,
sym__simple_expression,
STATE(802), 1,
sym_null_exclusion,
STATE(929), 1,
sym_expression,
STATE(1088), 1,
sym_array_component_association,
STATE(1260), 1,
sym_discrete_choice,
STATE(1281), 1,
sym_iterated_element_association,
STATE(1373), 1,
sym_range_g,
STATE(1375), 1,
sym__subtype_indication,
STATE(1534), 1,
sym_discrete_choice_list,
STATE(1651), 1,
sym_value_sequence,
STATE(1945), 1,
sym__array_component_association_list,
STATE(480), 2,
sym__name,
sym_function_call,
ACTIONS(221), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(264), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[2178] = 34,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(237), 1,
aux_sym_relation_membership_token1,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(451), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(511), 1,
sym_identifier,
ACTIONS(515), 1,
anon_sym_RBRACK,
ACTIONS(517), 1,
aux_sym_component_choice_list_token1,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(602), 1,
sym__simple_expression,
STATE(802), 1,
sym_null_exclusion,
STATE(1025), 1,
sym_expression,
STATE(1088), 1,
sym_array_component_association,
STATE(1260), 1,
sym_discrete_choice,
STATE(1281), 1,
sym_iterated_element_association,
STATE(1373), 1,
sym_range_g,
STATE(1375), 1,
sym__subtype_indication,
STATE(1534), 1,
sym_discrete_choice_list,
STATE(1651), 1,
sym_value_sequence,
STATE(1945), 1,
sym__array_component_association_list,
STATE(480), 2,
sym__name,
sym_function_call,
ACTIONS(221), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(264), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[2306] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(237), 1,
aux_sym_relation_membership_token1,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(451), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(511), 1,
sym_identifier,
ACTIONS(517), 1,
aux_sym_component_choice_list_token1,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(602), 1,
sym__simple_expression,
STATE(802), 1,
sym_null_exclusion,
STATE(1088), 1,
sym_array_component_association,
STATE(1260), 1,
sym_discrete_choice,
STATE(1281), 1,
sym_iterated_element_association,
STATE(1375), 1,
sym__subtype_indication,
STATE(1534), 1,
sym_discrete_choice_list,
STATE(1621), 1,
sym__array_component_association_list,
STATE(1651), 1,
sym_value_sequence,
STATE(480), 2,
sym__name,
sym_function_call,
STATE(1373), 2,
sym_range_g,
sym_expression,
ACTIONS(221), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(264), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[2429] = 33,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(237), 1,
aux_sym_relation_membership_token1,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(451), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(511), 1,
sym_identifier,
ACTIONS(517), 1,
aux_sym_component_choice_list_token1,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(602), 1,
sym__simple_expression,
STATE(802), 1,
sym_null_exclusion,
STATE(1088), 1,
sym_array_component_association,
STATE(1134), 1,
sym_expression,
STATE(1260), 1,
sym_discrete_choice,
STATE(1281), 1,
sym_iterated_element_association,
STATE(1373), 1,
sym_range_g,
STATE(1375), 1,
sym__subtype_indication,
STATE(1534), 1,
sym_discrete_choice_list,
STATE(1651), 1,
sym_value_sequence,
STATE(1922), 1,
sym__array_component_association_list,
STATE(480), 2,
sym__name,
sym_function_call,
ACTIONS(221), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(264), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[2554] = 31,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(237), 1,
aux_sym_relation_membership_token1,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(451), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(511), 1,
sym_identifier,
ACTIONS(517), 1,
aux_sym_component_choice_list_token1,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(602), 1,
sym__simple_expression,
STATE(802), 1,
sym_null_exclusion,
STATE(1253), 1,
sym_array_component_association,
STATE(1260), 1,
sym_discrete_choice,
STATE(1281), 1,
sym_iterated_element_association,
STATE(1375), 1,
sym__subtype_indication,
STATE(1534), 1,
sym_discrete_choice_list,
STATE(1651), 1,
sym_value_sequence,
STATE(480), 2,
sym__name,
sym_function_call,
STATE(1373), 2,
sym_range_g,
sym_expression,
ACTIONS(221), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(264), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[2674] = 28,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(249), 1,
aux_sym_case_expression_token1,
ACTIONS(257), 1,
aux_sym_if_expression_token1,
ACTIONS(423), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(519), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1173), 1,
sym_pragma_argument_association,
STATE(1453), 1,
sym_expression,
STATE(1610), 1,
sym__aspect_mark,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(1607), 4,
sym__conditional_quantified_expression,
sym_quantified_expression,
sym_case_expression,
sym_if_expression,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[2788] = 27,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(233), 1,
aux_sym_chunk_specification_token1,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(253), 1,
aux_sym_global_mode_token1,
ACTIONS(255), 1,
aux_sym_non_empty_mode_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
ACTIONS(525), 1,
anon_sym_LPAREN,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(830), 1,
sym_non_empty_mode,
STATE(1024), 1,
sym_global_mode,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(1027), 3,
sym_expression,
sym__aspect_definition,
sym_global_aspect_definition,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[2898] = 29,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(243), 1,
aux_sym_primary_null_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(429), 1,
aux_sym_component_choice_list_token1,
ACTIONS(433), 1,
sym_string_literal,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(453), 1,
sym_identifier,
ACTIONS(527), 1,
aux_sym_attribute_designator_token2,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(528), 1,
sym_selected_component,
STATE(1309), 1,
sym__named_record_component_association,
STATE(1387), 1,
sym_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(1876), 1,
sym_component_choice_list,
ACTIONS(521), 2,
sym_character_literal,
sym_target_name,
STATE(1810), 2,
sym_record_component_association_list,
sym__record_component_association_list_or_expression,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 6,
sym__name,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[3011] = 28,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(237), 1,
aux_sym_relation_membership_token1,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(511), 1,
sym_identifier,
ACTIONS(517), 1,
aux_sym_component_choice_list_token1,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(602), 1,
sym__simple_expression,
STATE(802), 1,
sym_null_exclusion,
STATE(1260), 1,
sym_discrete_choice,
STATE(1375), 1,
sym__subtype_indication,
STATE(1651), 1,
sym_value_sequence,
STATE(1791), 1,
sym_discrete_choice_list,
STATE(480), 2,
sym__name,
sym_function_call,
STATE(1373), 2,
sym_range_g,
sym_expression,
ACTIONS(221), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(264), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[3122] = 28,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(237), 1,
aux_sym_relation_membership_token1,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(511), 1,
sym_identifier,
ACTIONS(517), 1,
aux_sym_component_choice_list_token1,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(602), 1,
sym__simple_expression,
STATE(802), 1,
sym_null_exclusion,
STATE(1260), 1,
sym_discrete_choice,
STATE(1375), 1,
sym__subtype_indication,
STATE(1651), 1,
sym_value_sequence,
STATE(1759), 1,
sym_discrete_choice_list,
STATE(480), 2,
sym__name,
sym_function_call,
STATE(1373), 2,
sym_range_g,
sym_expression,
ACTIONS(221), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(264), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[3233] = 28,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(237), 1,
aux_sym_relation_membership_token1,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(511), 1,
sym_identifier,
ACTIONS(517), 1,
aux_sym_component_choice_list_token1,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(602), 1,
sym__simple_expression,
STATE(802), 1,
sym_null_exclusion,
STATE(1260), 1,
sym_discrete_choice,
STATE(1375), 1,
sym__subtype_indication,
STATE(1499), 1,
sym_discrete_choice_list,
STATE(1651), 1,
sym_value_sequence,
STATE(480), 2,
sym__name,
sym_function_call,
STATE(1373), 2,
sym_range_g,
sym_expression,
ACTIONS(221), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(264), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[3344] = 27,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(237), 1,
aux_sym_relation_membership_token1,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(511), 1,
sym_identifier,
ACTIONS(517), 1,
aux_sym_component_choice_list_token1,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(602), 1,
sym__simple_expression,
STATE(802), 1,
sym_null_exclusion,
STATE(1375), 1,
sym__subtype_indication,
STATE(1391), 1,
sym_discrete_choice,
STATE(1651), 1,
sym_value_sequence,
STATE(480), 2,
sym__name,
sym_function_call,
STATE(1373), 2,
sym_range_g,
sym_expression,
ACTIONS(221), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(264), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[3452] = 28,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(427), 1,
anon_sym_LT_GT,
ACTIONS(429), 1,
aux_sym_component_choice_list_token1,
ACTIONS(433), 1,
sym_string_literal,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(453), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(528), 1,
sym_selected_component,
STATE(1409), 1,
sym_expression,
STATE(1426), 1,
sym_parameter_association,
STATE(1651), 1,
sym_value_sequence,
STATE(1734), 1,
sym_component_choice_list,
ACTIONS(521), 2,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 6,
sym__name,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[3561] = 27,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(429), 1,
aux_sym_component_choice_list_token1,
ACTIONS(433), 1,
sym_string_literal,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(453), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(528), 1,
sym_selected_component,
STATE(1340), 1,
sym__named_record_component_association,
STATE(1489), 1,
sym_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(1876), 1,
sym_component_choice_list,
ACTIONS(521), 2,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 6,
sym__name,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[3667] = 26,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(429), 1,
aux_sym_component_choice_list_token1,
ACTIONS(433), 1,
sym_string_literal,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(453), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(528), 1,
sym_selected_component,
STATE(1651), 1,
sym_value_sequence,
STATE(1876), 1,
sym_component_choice_list,
ACTIONS(521), 2,
sym_character_literal,
sym_target_name,
STATE(1211), 2,
sym_expression,
sym__named_record_component_association,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 6,
sym__name,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[3771] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(529), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1255), 1,
sym_parameter_specification,
STATE(1651), 1,
sym_value_sequence,
STATE(1672), 1,
sym__parameter_specification_list,
STATE(1679), 1,
sym_expression,
STATE(1718), 1,
sym__defining_identifier_list,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[3873] = 26,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(429), 1,
aux_sym_component_choice_list_token1,
ACTIONS(433), 1,
sym_string_literal,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(453), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(528), 1,
sym_selected_component,
STATE(1651), 1,
sym_value_sequence,
STATE(1876), 1,
sym_component_choice_list,
ACTIONS(521), 2,
sym_character_literal,
sym_target_name,
STATE(1340), 2,
sym_expression,
sym__named_record_component_association,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 6,
sym__name,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[3977] = 27,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(433), 1,
sym_string_literal,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(453), 1,
sym_identifier,
ACTIONS(531), 1,
aux_sym_component_choice_list_token1,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(528), 1,
sym_selected_component,
STATE(1107), 1,
sym_expression,
STATE(1211), 1,
sym__named_record_component_association,
STATE(1651), 1,
sym_value_sequence,
STATE(1876), 1,
sym_component_choice_list,
ACTIONS(521), 2,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 6,
sym__name,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[4083] = 26,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(237), 1,
aux_sym_relation_membership_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(533), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(802), 1,
sym_null_exclusion,
STATE(934), 1,
sym__subtype_indication,
STATE(1255), 1,
sym_parameter_specification,
STATE(1518), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(1672), 1,
sym__parameter_specification_list,
STATE(1718), 1,
sym__defining_identifier_list,
STATE(480), 2,
sym__name,
sym_function_call,
STATE(1490), 2,
sym__discrete_subtype_definition,
sym_range_g,
ACTIONS(535), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(525), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[4186] = 24,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(537), 1,
sym_identifier,
ACTIONS(539), 1,
anon_sym_SEMI,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1421), 1,
sym_extended_return_object_declaration,
STATE(1651), 1,
sym_value_sequence,
STATE(1707), 1,
sym_expression,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[4285] = 26,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(237), 1,
aux_sym_relation_membership_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(541), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(802), 1,
sym_null_exclusion,
STATE(934), 1,
sym__subtype_indication,
STATE(1192), 1,
sym_index_subtype_definition,
STATE(1518), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(1669), 1,
sym__index_subtype_definition_list,
STATE(1670), 1,
sym__discrete_subtype_definition_list,
STATE(677), 2,
sym__name,
sym_function_call,
STATE(1193), 2,
sym__discrete_subtype_definition,
sym_range_g,
ACTIONS(543), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(556), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[4388] = 26,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(237), 1,
aux_sym_relation_membership_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(533), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(802), 1,
sym_null_exclusion,
STATE(934), 1,
sym__subtype_indication,
STATE(1255), 1,
sym_parameter_specification,
STATE(1518), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(1672), 1,
sym__parameter_specification_list,
STATE(1718), 1,
sym__defining_identifier_list,
STATE(480), 2,
sym__name,
sym_function_call,
STATE(1567), 2,
sym__discrete_subtype_definition,
sym_range_g,
ACTIONS(535), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(525), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[4491] = 24,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(519), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1385), 1,
sym_pragma_argument_association,
STATE(1453), 1,
sym_expression,
STATE(1610), 1,
sym__aspect_mark,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[4590] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(547), 1,
sym_identifier,
ACTIONS(545), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[4646] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(551), 1,
sym_identifier,
ACTIONS(549), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[4702] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
ACTIONS(553), 1,
anon_sym_LT_GT,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1505), 1,
sym_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[4798] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
ACTIONS(555), 1,
anon_sym_LT_GT,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1509), 1,
sym_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[4894] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(559), 1,
sym_identifier,
ACTIONS(557), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[4950] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(563), 1,
sym_identifier,
ACTIONS(561), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5006] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(567), 1,
sym_identifier,
ACTIONS(565), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5062] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(571), 1,
sym_identifier,
ACTIONS(569), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5118] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(575), 1,
sym_identifier,
ACTIONS(573), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5174] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
ACTIONS(577), 1,
aux_sym_component_choice_list_token1,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1301), 1,
sym_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[5270] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(581), 1,
sym_identifier,
ACTIONS(579), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5326] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(585), 1,
sym_identifier,
ACTIONS(583), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5382] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(589), 1,
sym_identifier,
ACTIONS(587), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5438] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(593), 1,
sym_identifier,
ACTIONS(591), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5494] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(597), 1,
sym_identifier,
ACTIONS(595), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5550] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(601), 1,
sym_identifier,
ACTIONS(599), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5606] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(605), 1,
sym_identifier,
ACTIONS(603), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5662] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(609), 1,
sym_identifier,
ACTIONS(607), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5718] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(613), 1,
sym_identifier,
ACTIONS(611), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5774] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(617), 1,
sym_identifier,
ACTIONS(615), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5830] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(621), 1,
sym_identifier,
ACTIONS(619), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5886] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(625), 1,
sym_identifier,
ACTIONS(623), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5942] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(629), 1,
sym_identifier,
ACTIONS(627), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5998] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(633), 1,
sym_identifier,
ACTIONS(631), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[6054] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(637), 1,
sym_identifier,
ACTIONS(635), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[6110] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(641), 1,
sym_identifier,
ACTIONS(639), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[6166] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(645), 1,
sym_identifier,
ACTIONS(643), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[6222] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
ACTIONS(647), 1,
anon_sym_LT_GT,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(1682), 1,
sym_expression,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[6318] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
ACTIONS(649), 1,
anon_sym_LT_GT,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(1683), 1,
sym_expression,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[6414] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
ACTIONS(651), 1,
anon_sym_LT_GT,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1388), 1,
sym_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[6510] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(655), 1,
sym_identifier,
ACTIONS(653), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[6566] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(659), 1,
sym_identifier,
ACTIONS(657), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[6622] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(663), 1,
sym_identifier,
ACTIONS(661), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[6678] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(667), 1,
sym_identifier,
ACTIONS(665), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[6734] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
ACTIONS(669), 1,
aux_sym_component_choice_list_token1,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1247), 1,
sym_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[6830] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(673), 1,
sym_identifier,
ACTIONS(671), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[6886] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
ACTIONS(675), 1,
aux_sym_component_choice_list_token1,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1247), 1,
sym_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[6982] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(679), 1,
sym_identifier,
ACTIONS(677), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[7038] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(683), 1,
sym_identifier,
ACTIONS(681), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[7094] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(687), 1,
sym_identifier,
ACTIONS(685), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[7150] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(691), 1,
sym_identifier,
ACTIONS(689), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[7206] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(695), 1,
sym_identifier,
ACTIONS(693), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[7262] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(699), 1,
sym_identifier,
ACTIONS(697), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[7318] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(703), 1,
sym_identifier,
ACTIONS(701), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[7374] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(707), 1,
sym_identifier,
ACTIONS(705), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[7430] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(711), 1,
sym_identifier,
ACTIONS(709), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[7486] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(715), 1,
sym_identifier,
ACTIONS(713), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[7542] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
ACTIONS(717), 1,
anon_sym_LT_GT,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1251), 1,
sym_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[7638] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(721), 1,
sym_identifier,
ACTIONS(719), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[7694] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(725), 1,
sym_identifier,
ACTIONS(723), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[7750] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(729), 1,
sym_identifier,
ACTIONS(727), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[7806] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
ACTIONS(731), 1,
aux_sym_delay_until_statement_token2,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(1815), 1,
sym_expression,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[7902] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(735), 1,
sym_identifier,
ACTIONS(733), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[7958] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(739), 1,
sym_identifier,
ACTIONS(737), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[8014] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(743), 1,
sym_identifier,
ACTIONS(741), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[8070] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(747), 1,
sym_identifier,
ACTIONS(745), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[8126] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(751), 1,
sym_identifier,
ACTIONS(749), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[8182] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
ACTIONS(753), 1,
anon_sym_LT_GT,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1427), 1,
sym_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[8278] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(757), 1,
sym_identifier,
ACTIONS(755), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[8334] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(761), 1,
sym_identifier,
ACTIONS(759), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[8390] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(765), 1,
sym_identifier,
ACTIONS(763), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[8446] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(769), 1,
sym_identifier,
ACTIONS(767), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[8502] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(773), 1,
sym_identifier,
ACTIONS(771), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[8558] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(777), 1,
sym_identifier,
ACTIONS(775), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[8614] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(781), 1,
sym_identifier,
ACTIONS(779), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[8670] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(785), 1,
sym_identifier,
ACTIONS(783), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[8726] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(789), 1,
sym_identifier,
ACTIONS(787), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[8782] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(793), 1,
sym_identifier,
ACTIONS(791), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[8838] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(797), 1,
sym_identifier,
ACTIONS(795), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[8894] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(801), 1,
sym_identifier,
ACTIONS(799), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[8950] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(805), 1,
sym_identifier,
ACTIONS(803), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[9006] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(809), 1,
sym_identifier,
ACTIONS(807), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[9062] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
ACTIONS(811), 1,
aux_sym_component_choice_list_token1,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1247), 1,
sym_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[9158] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(815), 1,
sym_identifier,
ACTIONS(813), 47,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_exception_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[9214] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(1676), 1,
sym_expression,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[9307] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1087), 1,
sym_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[9400] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
ACTIONS(817), 1,
aux_sym_expression_token2,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(617), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[9493] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(969), 1,
sym_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[9586] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
ACTIONS(819), 1,
aux_sym_expression_token4,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(611), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[9679] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1114), 1,
sym_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[9772] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(1719), 1,
sym_expression,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[9865] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1289), 1,
sym_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[9958] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(1696), 1,
sym_expression,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[10051] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(1869), 1,
sym_expression,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[10144] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(1779), 1,
sym_expression,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[10237] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1502), 1,
sym_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[10330] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1493), 1,
sym_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[10423] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(1795), 1,
sym_expression,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[10516] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1500), 1,
sym_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[10609] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(1788), 1,
sym_expression,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[10702] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1394), 1,
sym_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[10795] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1602), 1,
sym_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[10888] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(1677), 1,
sym_expression,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[10981] = 24,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(237), 1,
aux_sym_relation_membership_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(511), 1,
sym_identifier,
ACTIONS(821), 1,
aux_sym_loop_parameter_specification_token1,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(802), 1,
sym_null_exclusion,
STATE(934), 1,
sym__subtype_indication,
STATE(1518), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(606), 2,
sym__name,
sym_function_call,
STATE(1034), 2,
sym__discrete_subtype_definition,
sym_range_g,
ACTIONS(221), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(264), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[11078] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(1729), 1,
sym_expression,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[11171] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(1661), 1,
sym_expression,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[11264] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1160), 1,
sym_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[11357] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1582), 1,
sym_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[11450] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1386), 1,
sym_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[11543] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(1821), 1,
sym_expression,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[11636] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(1704), 1,
sym_expression,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[11729] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1247), 1,
sym_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[11822] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1504), 1,
sym_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[11915] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(1851), 1,
sym_expression,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[12008] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1347), 1,
sym_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[12101] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1092), 1,
sym_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[12194] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1321), 1,
sym_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[12287] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(1837), 1,
sym_expression,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[12380] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1498), 1,
sym_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[12473] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1338), 1,
sym_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[12566] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1186), 1,
sym_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[12659] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(1944), 1,
sym_expression,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[12752] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(1816), 1,
sym_expression,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[12845] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(1811), 1,
sym_expression,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[12938] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(1943), 1,
sym_expression,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[13031] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(823), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(825), 39,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token2,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_at_clause_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_object_renaming_declaration_token1,
aux_sym_result_profile_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[13085] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(827), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(829), 39,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token2,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_at_clause_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_object_renaming_declaration_token1,
aux_sym_result_profile_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[13139] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(831), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(833), 39,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token2,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_at_clause_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_object_renaming_declaration_token1,
aux_sym_result_profile_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[13193] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(237), 1,
aux_sym_relation_membership_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(511), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(802), 1,
sym_null_exclusion,
STATE(934), 1,
sym__subtype_indication,
STATE(1518), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(608), 2,
sym__name,
sym_function_call,
STATE(1049), 2,
sym__discrete_subtype_definition,
sym_range_g,
ACTIONS(221), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(264), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[13287] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(237), 1,
aux_sym_relation_membership_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(835), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(802), 1,
sym_null_exclusion,
STATE(1380), 1,
sym__subtype_indication,
STATE(1518), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(480), 2,
sym__name,
sym_function_call,
STATE(1477), 2,
sym_range_g,
sym__discrete_range,
ACTIONS(535), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(525), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[13381] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(237), 1,
aux_sym_relation_membership_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(835), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(802), 1,
sym_null_exclusion,
STATE(934), 1,
sym__subtype_indication,
STATE(1518), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(480), 2,
sym__name,
sym_function_call,
STATE(1604), 2,
sym__discrete_subtype_definition,
sym_range_g,
ACTIONS(535), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(525), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[13475] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(837), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(839), 39,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token2,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_at_clause_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_object_renaming_declaration_token1,
aux_sym_result_profile_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[13529] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(841), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(843), 39,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token2,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_at_clause_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_object_renaming_declaration_token1,
aux_sym_result_profile_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[13583] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(845), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(847), 39,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token2,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_at_clause_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_object_renaming_declaration_token1,
aux_sym_result_profile_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[13637] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(849), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(851), 39,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token2,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_at_clause_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_object_renaming_declaration_token1,
aux_sym_result_profile_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[13691] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(853), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(855), 39,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token2,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_at_clause_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_object_renaming_declaration_token1,
aux_sym_result_profile_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[13745] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(237), 1,
aux_sym_relation_membership_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(835), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(802), 1,
sym_null_exclusion,
STATE(1380), 1,
sym__subtype_indication,
STATE(1518), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(480), 2,
sym__name,
sym_function_call,
STATE(1271), 2,
sym_range_g,
sym__discrete_range,
ACTIONS(535), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(525), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[13839] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(237), 1,
aux_sym_relation_membership_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(835), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(802), 1,
sym_null_exclusion,
STATE(934), 1,
sym__subtype_indication,
STATE(1518), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(480), 2,
sym__name,
sym_function_call,
STATE(1465), 2,
sym__discrete_subtype_definition,
sym_range_g,
ACTIONS(535), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(525), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[13933] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(610), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[14023] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(857), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(859), 39,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token2,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_at_clause_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_object_renaming_declaration_token1,
aux_sym_result_profile_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[14077] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(861), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(863), 39,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token2,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_at_clause_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_object_renaming_declaration_token1,
aux_sym_result_profile_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[14131] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(865), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(867), 39,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token2,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_at_clause_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_object_renaming_declaration_token1,
aux_sym_result_profile_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[14185] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(869), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(871), 39,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token2,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_at_clause_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_object_renaming_declaration_token1,
aux_sym_result_profile_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[14239] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(873), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(875), 39,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token2,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_at_clause_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_object_renaming_declaration_token1,
aux_sym_result_profile_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[14293] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(607), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[14383] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(877), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(879), 39,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token2,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_at_clause_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_object_renaming_declaration_token1,
aux_sym_result_profile_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[14437] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(239), 1,
aux_sym_raise_expression_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(527), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(604), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[14527] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(237), 1,
aux_sym_relation_membership_token1,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(835), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(802), 1,
sym_null_exclusion,
STATE(934), 1,
sym__subtype_indication,
STATE(1518), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(480), 2,
sym__name,
sym_function_call,
STATE(1897), 2,
sym__discrete_subtype_definition,
sym_range_g,
ACTIONS(535), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(525), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[14621] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(881), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(883), 39,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token2,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_at_clause_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_object_renaming_declaration_token1,
aux_sym_result_profile_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[14675] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(885), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(887), 39,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token2,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_at_clause_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_object_renaming_declaration_token1,
aux_sym_result_profile_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[14729] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(889), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(891), 39,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token2,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_at_clause_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_object_renaming_declaration_token1,
aux_sym_result_profile_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[14783] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(893), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(895), 39,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token2,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_at_clause_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_object_renaming_declaration_token1,
aux_sym_result_profile_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[14837] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(897), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(899), 39,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token2,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_at_clause_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_object_renaming_declaration_token1,
aux_sym_result_profile_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[14891] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(901), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(903), 39,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token2,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_at_clause_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_object_renaming_declaration_token1,
aux_sym_result_profile_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[14945] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(905), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(907), 38,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_at_clause_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_object_renaming_declaration_token1,
aux_sym_result_profile_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[14998] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(909), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(572), 1,
sym__simple_expression,
STATE(592), 1,
sym_membership_choice_list,
STATE(1651), 1,
sym_value_sequence,
STATE(579), 2,
sym_range_g,
sym__membership_choice,
ACTIONS(435), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(480), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[15087] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(911), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(913), 38,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_at_clause_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_object_renaming_declaration_token1,
aux_sym_result_profile_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[15140] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(909), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(572), 1,
sym__simple_expression,
STATE(590), 1,
sym_membership_choice_list,
STATE(1651), 1,
sym_value_sequence,
STATE(579), 2,
sym_range_g,
sym__membership_choice,
ACTIONS(435), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(480), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[15229] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(915), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(917), 38,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_at_clause_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_object_renaming_declaration_token1,
aux_sym_result_profile_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[15282] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(923), 1,
anon_sym_LPAREN,
ACTIONS(929), 1,
aux_sym_attribute_designator_token2,
ACTIONS(931), 1,
aux_sym_attribute_designator_token3,
ACTIONS(935), 1,
aux_sym_range_attribute_designator_token1,
ACTIONS(933), 3,
anon_sym_SEMI,
anon_sym_COLON_EQ,
aux_sym_accept_statement_token2,
ACTIONS(926), 5,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_iterator_filter_token1,
anon_sym_PIPE,
aux_sym_loop_statement_token1,
STATE(649), 6,
sym__constraint,
sym__scalar_constraint,
sym_range_constraint,
sym_index_constraint,
sym_digits_constraint,
sym_delta_constraint,
ACTIONS(919), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(921), 19,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
aux_sym_chunk_specification_token1,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_expression_token1,
aux_sym_expression_token3,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_STAR_STAR,
[15348] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(909), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(572), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
STATE(585), 2,
sym_range_g,
sym__membership_choice,
ACTIONS(435), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(480), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[15434] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(943), 1,
anon_sym_DOT,
ACTIONS(945), 1,
anon_sym_LPAREN,
STATE(261), 1,
sym_actual_parameter_part,
STATE(488), 1,
sym_index_constraint,
ACTIONS(937), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(939), 33,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[15496] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(943), 1,
anon_sym_DOT,
ACTIONS(945), 1,
anon_sym_LPAREN,
STATE(261), 1,
sym_actual_parameter_part,
STATE(493), 1,
sym_index_constraint,
ACTIONS(947), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(949), 33,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[15558] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(953), 1,
sym_identifier,
ACTIONS(951), 42,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[15609] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(957), 1,
sym_identifier,
ACTIONS(955), 42,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[15660] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(961), 1,
sym_identifier,
ACTIONS(959), 42,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[15711] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(965), 1,
sym_identifier,
ACTIONS(963), 42,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[15762] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(969), 1,
sym_identifier,
ACTIONS(967), 42,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[15813] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(971), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(1543), 1,
sym__simple_expression,
STATE(1554), 1,
sym_chunk_specification,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[15898] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(975), 1,
sym_identifier,
ACTIONS(973), 42,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[15949] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(979), 1,
sym_identifier,
ACTIONS(977), 42,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16000] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(909), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(665), 1,
sym_range_g,
STATE(1518), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(435), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(480), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[16085] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(943), 1,
anon_sym_DOT,
ACTIONS(985), 1,
anon_sym_LPAREN,
STATE(261), 1,
sym_actual_parameter_part,
ACTIONS(981), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(983), 33,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[16144] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(989), 1,
sym_identifier,
ACTIONS(987), 42,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16195] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(993), 1,
sym_identifier,
ACTIONS(991), 42,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_iterator_filter_token1,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16246] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(997), 1,
sym_identifier,
ACTIONS(995), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16296] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1001), 1,
sym_identifier,
ACTIONS(999), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16346] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1005), 1,
sym_identifier,
ACTIONS(1003), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16396] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1009), 1,
sym_identifier,
ACTIONS(1007), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16446] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1013), 1,
sym_identifier,
ACTIONS(1011), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16496] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1017), 1,
sym_identifier,
ACTIONS(1015), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16546] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1021), 1,
sym_identifier,
ACTIONS(1019), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16596] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1025), 1,
sym_identifier,
ACTIONS(1023), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16646] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1029), 1,
sym_identifier,
ACTIONS(1027), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16696] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1033), 1,
sym_identifier,
ACTIONS(1031), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16746] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1037), 1,
sym_identifier,
ACTIONS(1035), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16796] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1041), 1,
sym_identifier,
ACTIONS(1039), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16846] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1045), 1,
sym_identifier,
ACTIONS(1043), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16896] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1049), 1,
sym_identifier,
ACTIONS(1047), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16946] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1053), 1,
sym_identifier,
ACTIONS(1051), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16996] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1053), 1,
sym_identifier,
ACTIONS(1051), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17046] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1057), 1,
sym_identifier,
ACTIONS(1055), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17096] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1061), 1,
sym_identifier,
ACTIONS(1059), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17146] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1065), 1,
sym_identifier,
ACTIONS(1063), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17196] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1069), 1,
sym_identifier,
ACTIONS(1067), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17246] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1073), 1,
sym_identifier,
ACTIONS(1071), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17296] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1077), 1,
sym_identifier,
ACTIONS(1075), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17346] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1081), 1,
sym_identifier,
ACTIONS(1079), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17396] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1081), 1,
sym_identifier,
ACTIONS(1079), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17446] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(589), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[17528] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1077), 1,
sym_identifier,
ACTIONS(1075), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17578] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1085), 1,
sym_identifier,
ACTIONS(1083), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17628] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1049), 1,
sym_identifier,
ACTIONS(1047), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17678] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1089), 1,
sym_identifier,
ACTIONS(1087), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17728] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1093), 1,
sym_identifier,
ACTIONS(1091), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17778] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1097), 1,
sym_identifier,
ACTIONS(1095), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17828] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1101), 1,
sym_identifier,
ACTIONS(1099), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17878] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1105), 1,
sym_identifier,
ACTIONS(1103), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17928] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1109), 1,
sym_identifier,
ACTIONS(1107), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17978] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1113), 1,
sym_identifier,
ACTIONS(1111), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18028] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1117), 1,
sym_identifier,
ACTIONS(1115), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18078] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1121), 1,
sym_identifier,
ACTIONS(1119), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18128] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1125), 1,
sym_identifier,
ACTIONS(1123), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18178] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1129), 1,
sym_identifier,
ACTIONS(1127), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18228] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1133), 1,
sym_identifier,
ACTIONS(1131), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18278] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1137), 1,
sym_identifier,
ACTIONS(1135), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18328] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1141), 1,
sym_identifier,
ACTIONS(1139), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18378] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1141), 1,
sym_identifier,
ACTIONS(1139), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18428] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1145), 1,
sym_identifier,
ACTIONS(1143), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18478] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1137), 1,
sym_identifier,
ACTIONS(1135), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18528] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1149), 1,
sym_identifier,
ACTIONS(1147), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18578] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1153), 1,
sym_identifier,
ACTIONS(1151), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18628] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1157), 1,
sym_identifier,
ACTIONS(1155), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18678] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1161), 1,
sym_identifier,
ACTIONS(1159), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18728] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1165), 1,
sym_identifier,
ACTIONS(1163), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18778] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1169), 1,
sym_identifier,
ACTIONS(1167), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18828] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1173), 1,
sym_identifier,
ACTIONS(1171), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18878] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1177), 1,
sym_identifier,
ACTIONS(1175), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18928] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1181), 1,
sym_identifier,
ACTIONS(1179), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18978] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1185), 1,
sym_identifier,
ACTIONS(1183), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19028] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1189), 1,
sym_identifier,
ACTIONS(1187), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19078] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1193), 1,
sym_identifier,
ACTIONS(1191), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19128] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1197), 1,
sym_identifier,
ACTIONS(1195), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19178] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1201), 1,
sym_identifier,
ACTIONS(1199), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19228] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1205), 1,
sym_identifier,
ACTIONS(1203), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19278] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1205), 1,
sym_identifier,
ACTIONS(1203), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19328] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1209), 1,
sym_identifier,
ACTIONS(1207), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19378] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1213), 1,
sym_identifier,
ACTIONS(1211), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19428] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1201), 1,
sym_identifier,
ACTIONS(1199), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19478] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1217), 1,
sym_identifier,
ACTIONS(1215), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19528] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1221), 1,
sym_identifier,
ACTIONS(1219), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19578] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1225), 1,
sym_identifier,
ACTIONS(1223), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19628] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(1651), 1,
sym_value_sequence,
STATE(1880), 1,
sym__simple_expression,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[19710] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1229), 1,
sym_identifier,
ACTIONS(1227), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19760] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1233), 1,
sym_identifier,
ACTIONS(1231), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19810] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1237), 1,
sym_identifier,
ACTIONS(1235), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19860] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1241), 1,
sym_identifier,
ACTIONS(1239), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19910] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1245), 1,
sym_identifier,
ACTIONS(1243), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19960] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1249), 1,
sym_identifier,
ACTIONS(1247), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20010] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1253), 1,
sym_identifier,
ACTIONS(1251), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20060] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1257), 1,
sym_identifier,
ACTIONS(1255), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20110] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1261), 1,
sym_identifier,
ACTIONS(1259), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20160] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1265), 1,
sym_identifier,
ACTIONS(1263), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20210] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1269), 1,
sym_identifier,
ACTIONS(1267), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20260] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1273), 1,
sym_identifier,
ACTIONS(1271), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20310] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1277), 1,
sym_identifier,
ACTIONS(1275), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20360] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1281), 1,
sym_identifier,
ACTIONS(1279), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20410] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1285), 1,
sym_identifier,
ACTIONS(1283), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20460] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1289), 1,
sym_identifier,
ACTIONS(1287), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20510] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1293), 1,
sym_identifier,
ACTIONS(1291), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20560] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1297), 1,
sym_identifier,
ACTIONS(1295), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20610] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1281), 1,
sym_identifier,
ACTIONS(1279), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20660] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1301), 1,
sym_identifier,
ACTIONS(1299), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20710] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1305), 1,
sym_identifier,
ACTIONS(1303), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20760] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1309), 1,
sym_identifier,
ACTIONS(1307), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20810] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1313), 1,
sym_identifier,
ACTIONS(1311), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20860] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1305), 1,
sym_identifier,
ACTIONS(1303), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20910] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1317), 1,
sym_identifier,
ACTIONS(1315), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20960] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1317), 1,
sym_identifier,
ACTIONS(1315), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21010] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1321), 1,
sym_identifier,
ACTIONS(1319), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21060] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1325), 1,
sym_identifier,
ACTIONS(1323), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21110] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1329), 1,
sym_identifier,
ACTIONS(1327), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21160] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1333), 1,
sym_identifier,
ACTIONS(1331), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21210] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1337), 1,
sym_identifier,
ACTIONS(1335), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21260] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1341), 1,
sym_identifier,
ACTIONS(1339), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21310] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1345), 1,
sym_identifier,
ACTIONS(1343), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21360] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1349), 1,
sym_identifier,
ACTIONS(1347), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21410] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1353), 1,
sym_identifier,
ACTIONS(1351), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21460] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1357), 1,
sym_identifier,
ACTIONS(1355), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21510] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1361), 1,
sym_identifier,
ACTIONS(1359), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21560] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1365), 1,
sym_identifier,
ACTIONS(1363), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21610] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1369), 1,
sym_identifier,
ACTIONS(1367), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21660] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1373), 1,
sym_identifier,
ACTIONS(1371), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21710] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1377), 1,
sym_identifier,
ACTIONS(1375), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21760] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(622), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[21842] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1381), 1,
sym_identifier,
ACTIONS(1379), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21892] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1385), 1,
sym_identifier,
ACTIONS(1383), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21942] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1389), 1,
sym_identifier,
ACTIONS(1387), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21992] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1393), 1,
sym_identifier,
ACTIONS(1391), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22042] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1397), 1,
sym_identifier,
ACTIONS(1395), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22092] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1401), 1,
sym_identifier,
ACTIONS(1399), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22142] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1405), 1,
sym_identifier,
ACTIONS(1403), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22192] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1409), 1,
sym_identifier,
ACTIONS(1407), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22242] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1413), 1,
sym_identifier,
ACTIONS(1411), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22292] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1417), 1,
sym_identifier,
ACTIONS(1415), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22342] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1421), 1,
sym_identifier,
ACTIONS(1419), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22392] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1425), 1,
sym_identifier,
ACTIONS(1423), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22442] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1429), 1,
sym_identifier,
ACTIONS(1427), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22492] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1433), 1,
sym_identifier,
ACTIONS(1431), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22542] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1437), 1,
sym_identifier,
ACTIONS(1435), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22592] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1441), 1,
sym_identifier,
ACTIONS(1439), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22642] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1445), 1,
sym_identifier,
ACTIONS(1443), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22692] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1449), 1,
sym_identifier,
ACTIONS(1447), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22742] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1453), 1,
sym_identifier,
ACTIONS(1451), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22792] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1457), 1,
sym_identifier,
ACTIONS(1455), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22842] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1461), 1,
sym_identifier,
ACTIONS(1459), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22892] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(1407), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[22974] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1465), 1,
sym_identifier,
ACTIONS(1463), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23024] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1469), 1,
sym_identifier,
ACTIONS(1467), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23074] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1473), 1,
sym_identifier,
ACTIONS(1471), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23124] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1477), 1,
sym_identifier,
ACTIONS(1475), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23174] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(1651), 1,
sym_value_sequence,
STATE(1751), 1,
sym__simple_expression,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[23256] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1481), 1,
sym_identifier,
ACTIONS(1479), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23306] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(1651), 1,
sym_value_sequence,
STATE(1743), 1,
sym__simple_expression,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[23388] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1485), 1,
sym_identifier,
ACTIONS(1483), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23438] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1489), 1,
sym_identifier,
ACTIONS(1487), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23488] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1493), 1,
sym_identifier,
ACTIONS(1491), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23538] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1497), 1,
sym_identifier,
ACTIONS(1495), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23588] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1501), 1,
sym_identifier,
ACTIONS(1499), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23638] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1505), 1,
sym_identifier,
ACTIONS(1503), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23688] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1509), 1,
sym_identifier,
ACTIONS(1507), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23738] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1513), 1,
sym_identifier,
ACTIONS(1511), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23788] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1517), 1,
sym_identifier,
ACTIONS(1515), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23838] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1521), 1,
sym_identifier,
ACTIONS(1519), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23888] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1525), 1,
sym_identifier,
ACTIONS(1523), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23938] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1525), 1,
sym_identifier,
ACTIONS(1523), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23988] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1529), 1,
sym_identifier,
ACTIONS(1527), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24038] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(1415), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[24120] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1533), 1,
sym_identifier,
ACTIONS(1531), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24170] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1537), 1,
sym_identifier,
ACTIONS(1535), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24220] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1541), 1,
sym_identifier,
ACTIONS(1539), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24270] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1517), 1,
sym_identifier,
ACTIONS(1515), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24320] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1545), 1,
sym_identifier,
ACTIONS(1543), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24370] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1549), 1,
sym_identifier,
ACTIONS(1547), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24420] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1553), 1,
sym_identifier,
ACTIONS(1551), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24470] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1557), 1,
sym_identifier,
ACTIONS(1555), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24520] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1561), 1,
sym_identifier,
ACTIONS(1559), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24570] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1565), 1,
sym_identifier,
ACTIONS(1563), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24620] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1569), 1,
sym_identifier,
ACTIONS(1567), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24670] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1573), 1,
sym_identifier,
ACTIONS(1571), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24720] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1577), 1,
sym_identifier,
ACTIONS(1575), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24770] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1581), 1,
sym_identifier,
ACTIONS(1579), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24820] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1585), 1,
sym_identifier,
ACTIONS(1583), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24870] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1589), 1,
sym_identifier,
ACTIONS(1587), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24920] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(1651), 1,
sym_value_sequence,
STATE(1916), 1,
sym__simple_expression,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[25002] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1593), 1,
sym_identifier,
ACTIONS(1591), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[25052] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1597), 1,
sym_identifier,
ACTIONS(1595), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[25102] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1601), 1,
sym_identifier,
ACTIONS(1599), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[25152] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1605), 1,
sym_identifier,
ACTIONS(1603), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[25202] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1049), 1,
sym_identifier,
ACTIONS(1047), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[25252] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1609), 1,
sym_identifier,
ACTIONS(1607), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[25302] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1613), 1,
sym_identifier,
ACTIONS(1611), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[25352] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1049), 1,
sym_identifier,
ACTIONS(1047), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[25402] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1617), 1,
sym_identifier,
ACTIONS(1615), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[25452] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1621), 1,
sym_identifier,
ACTIONS(1619), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[25502] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1625), 1,
sym_identifier,
ACTIONS(1623), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[25552] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(588), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[25634] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1629), 1,
sym_identifier,
ACTIONS(1627), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[25684] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1633), 1,
sym_identifier,
ACTIONS(1631), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[25734] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1637), 1,
sym_identifier,
ACTIONS(1635), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[25784] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1641), 1,
sym_identifier,
ACTIONS(1639), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[25834] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1645), 1,
sym_identifier,
ACTIONS(1643), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[25884] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1649), 1,
sym_identifier,
ACTIONS(1647), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[25934] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1653), 1,
sym_identifier,
ACTIONS(1651), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[25984] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(558), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[26066] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1657), 1,
sym_identifier,
ACTIONS(1655), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[26116] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1661), 1,
sym_identifier,
ACTIONS(1659), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[26166] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1665), 1,
sym_identifier,
ACTIONS(1663), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[26216] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(225), 1,
anon_sym_PLUS,
ACTIONS(227), 1,
anon_sym_DASH,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(499), 1,
sym_unary_adding_operator,
STATE(511), 1,
sym_term,
STATE(621), 1,
sym__simple_expression,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[26298] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1669), 1,
sym_identifier,
ACTIONS(1667), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[26348] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1673), 1,
sym_identifier,
ACTIONS(1671), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[26398] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1677), 1,
sym_identifier,
ACTIONS(1675), 41,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_package_specification_token3,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[26448] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1681), 1,
sym_identifier,
ACTIONS(1679), 40,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[26497] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1685), 1,
sym_identifier,
ACTIONS(1683), 40,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[26546] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1689), 1,
sym_identifier,
ACTIONS(1687), 40,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[26595] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(943), 1,
anon_sym_DOT,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1691), 1,
sym_tick,
STATE(261), 1,
sym_actual_parameter_part,
ACTIONS(981), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(983), 31,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
aux_sym_chunk_specification_token1,
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_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[26652] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1695), 1,
sym_identifier,
ACTIONS(1693), 40,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[26701] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1699), 1,
sym_identifier,
ACTIONS(1697), 40,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[26750] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1703), 1,
sym_identifier,
ACTIONS(1701), 40,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[26799] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1707), 1,
sym_identifier,
ACTIONS(1705), 40,
ts_builtin_sym_end,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token1,
aux_sym_with_clause_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_subunit_token1,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_interface_type_definition_token1,
aux_sym_entry_declaration_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[26848] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1716), 1,
anon_sym_SLASH,
STATE(485), 1,
aux_sym_term_repeat1,
STATE(505), 1,
sym_multiplying_operator,
ACTIONS(1713), 3,
anon_sym_STAR,
anon_sym_mod,
anon_sym_rem,
ACTIONS(1709), 4,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
ACTIONS(1711), 30,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[26904] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1725), 1,
anon_sym_SLASH,
STATE(485), 1,
aux_sym_term_repeat1,
STATE(505), 1,
sym_multiplying_operator,
ACTIONS(1723), 3,
anon_sym_STAR,
anon_sym_mod,
anon_sym_rem,
ACTIONS(1719), 4,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
ACTIONS(1721), 30,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[26960] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1725), 1,
anon_sym_SLASH,
STATE(486), 1,
aux_sym_term_repeat1,
STATE(505), 1,
sym_multiplying_operator,
ACTIONS(1723), 3,
anon_sym_STAR,
anon_sym_mod,
anon_sym_rem,
ACTIONS(1727), 4,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
ACTIONS(1729), 30,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[27016] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(947), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(949), 33,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[27063] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1731), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1733), 33,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[27110] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1739), 1,
anon_sym_STAR_STAR,
ACTIONS(1735), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1737), 32,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[27159] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1741), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1743), 33,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[27206] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1745), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1747), 33,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[27253] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1749), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1751), 33,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[27300] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1753), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1755), 33,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[27347] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1757), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1759), 33,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[27394] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1761), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1763), 33,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[27441] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1765), 5,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_SLASH,
ACTIONS(1767), 33,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_STAR,
anon_sym_mod,
anon_sym_rem,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[27487] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1769), 5,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_SLASH,
ACTIONS(1771), 33,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_STAR,
anon_sym_mod,
anon_sym_rem,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[27533] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(509), 1,
sym_term,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[27603] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1773), 5,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_SLASH,
ACTIONS(1775), 33,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_STAR,
anon_sym_mod,
anon_sym_rem,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[27649] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1777), 1,
anon_sym_LPAREN,
ACTIONS(1779), 1,
aux_sym_attribute_designator_token1,
ACTIONS(1781), 1,
aux_sym_attribute_designator_token2,
ACTIONS(1783), 1,
aux_sym_attribute_designator_token3,
ACTIONS(1785), 1,
aux_sym_attribute_designator_token4,
ACTIONS(1787), 1,
aux_sym_compilation_unit_token1,
ACTIONS(1789), 1,
aux_sym_with_clause_token1,
ACTIONS(1791), 1,
aux_sym_range_attribute_designator_token1,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(1795), 1,
aux_sym_primary_null_token1,
ACTIONS(1797), 1,
aux_sym_allocator_token1,
ACTIONS(1801), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(1803), 1,
aux_sym_private_type_declaration_token1,
ACTIONS(1805), 1,
aux_sym_private_type_declaration_token2,
ACTIONS(1807), 1,
aux_sym_private_extension_declaration_token1,
ACTIONS(1809), 1,
aux_sym_array_type_definition_token1,
ACTIONS(1811), 1,
aux_sym_interface_type_definition_token2,
STATE(1328), 1,
sym_null_exclusion,
STATE(1357), 1,
sym_record_definition,
ACTIONS(1799), 2,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_interface_type_definition_token1,
STATE(1327), 17,
sym__access_type_definition,
sym_access_to_subprogram_definition,
sym_access_to_object_definition,
sym__type_definition,
sym_array_type_definition,
sym_enumeration_type_definition,
sym__integer_type_definition,
sym_modular_type_definition,
sym__real_type_definition,
sym_floating_point_definition,
sym__fixed_point_definition,
sym_decimal_fixed_point_definition,
sym_ordinary_fixed_point_definition,
sym_signed_integer_type_definition,
sym_derived_type_definition,
sym_interface_type_definition,
sym_record_type_definition,
[27733] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(923), 1,
anon_sym_LPAREN,
ACTIONS(929), 1,
aux_sym_attribute_designator_token2,
ACTIONS(931), 1,
aux_sym_attribute_designator_token3,
ACTIONS(935), 1,
aux_sym_range_attribute_designator_token1,
ACTIONS(1813), 1,
anon_sym_EQ_GT,
ACTIONS(1817), 1,
anon_sym_PIPE,
STATE(1238), 1,
aux_sym_component_choice_list_repeat1,
STATE(649), 6,
sym__constraint,
sym__scalar_constraint,
sym_range_constraint,
sym_index_constraint,
sym_digits_constraint,
sym_delta_constraint,
ACTIONS(919), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(921), 18,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_COMMA,
anon_sym_RPAREN,
aux_sym_chunk_specification_token1,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_expression_token1,
aux_sym_expression_token3,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_STAR_STAR,
[27795] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1821), 5,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_SLASH,
ACTIONS(1823), 33,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_STAR,
anon_sym_mod,
anon_sym_rem,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[27841] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(515), 1,
sym_term,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(487), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[27911] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 1,
sym_numeric_literal,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(241), 1,
aux_sym_factor_abs_token1,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(437), 1,
aux_sym_relation_membership_token1,
ACTIONS(523), 1,
sym_identifier,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(498), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(490), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[27978] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1777), 1,
anon_sym_LPAREN,
ACTIONS(1779), 1,
aux_sym_attribute_designator_token1,
ACTIONS(1781), 1,
aux_sym_attribute_designator_token2,
ACTIONS(1783), 1,
aux_sym_attribute_designator_token3,
ACTIONS(1785), 1,
aux_sym_attribute_designator_token4,
ACTIONS(1791), 1,
aux_sym_range_attribute_designator_token1,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(1795), 1,
aux_sym_primary_null_token1,
ACTIONS(1801), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(1809), 1,
aux_sym_array_type_definition_token1,
ACTIONS(1811), 1,
aux_sym_interface_type_definition_token2,
ACTIONS(1825), 1,
aux_sym_with_clause_token1,
ACTIONS(1827), 1,
aux_sym_allocator_token1,
ACTIONS(1829), 1,
aux_sym_private_type_declaration_token1,
ACTIONS(1831), 1,
aux_sym_private_type_declaration_token2,
STATE(1328), 1,
sym_null_exclusion,
STATE(1357), 1,
sym_record_definition,
ACTIONS(1799), 3,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_private_extension_declaration_token1,
aux_sym_interface_type_definition_token1,
STATE(1294), 17,
sym__access_type_definition,
sym_access_to_subprogram_definition,
sym_access_to_object_definition,
sym__type_definition,
sym_array_type_definition,
sym_enumeration_type_definition,
sym__integer_type_definition,
sym_modular_type_definition,
sym__real_type_definition,
sym_floating_point_definition,
sym__fixed_point_definition,
sym_decimal_fixed_point_definition,
sym_ordinary_fixed_point_definition,
sym_signed_integer_type_definition,
sym_derived_type_definition,
sym_interface_type_definition,
sym_record_type_definition,
[28057] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(923), 1,
anon_sym_LPAREN,
ACTIONS(929), 1,
aux_sym_attribute_designator_token2,
ACTIONS(931), 1,
aux_sym_attribute_designator_token3,
ACTIONS(935), 1,
aux_sym_range_attribute_designator_token1,
ACTIONS(1833), 1,
anon_sym_EQ_GT,
ACTIONS(1835), 1,
anon_sym_PIPE,
STATE(1238), 1,
aux_sym_component_choice_list_repeat1,
ACTIONS(926), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
STATE(649), 6,
sym__constraint,
sym__scalar_constraint,
sym_range_constraint,
sym_index_constraint,
sym_digits_constraint,
sym_delta_constraint,
ACTIONS(919), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(921), 15,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
sym_tick,
aux_sym_chunk_specification_token1,
anon_sym_DOT_DOT,
aux_sym_expression_token1,
aux_sym_expression_token3,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_STAR_STAR,
[28120] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1843), 1,
anon_sym_DASH,
STATE(504), 1,
sym_binary_adding_operator,
STATE(512), 1,
aux_sym__simple_expression_repeat1,
ACTIONS(1841), 2,
anon_sym_PLUS,
anon_sym_AMP,
ACTIONS(1837), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1839), 28,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[28172] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1843), 1,
anon_sym_DASH,
STATE(504), 1,
sym_binary_adding_operator,
STATE(508), 1,
aux_sym__simple_expression_repeat1,
ACTIONS(1841), 2,
anon_sym_PLUS,
anon_sym_AMP,
ACTIONS(1845), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1847), 28,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[28224] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1843), 1,
anon_sym_DASH,
STATE(504), 1,
sym_binary_adding_operator,
STATE(512), 1,
aux_sym__simple_expression_repeat1,
ACTIONS(1841), 2,
anon_sym_PLUS,
anon_sym_AMP,
ACTIONS(1845), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1847), 28,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[28276] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1843), 1,
anon_sym_DASH,
STATE(504), 1,
sym_binary_adding_operator,
STATE(510), 1,
aux_sym__simple_expression_repeat1,
ACTIONS(1841), 2,
anon_sym_PLUS,
anon_sym_AMP,
ACTIONS(1849), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1851), 28,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[28328] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1860), 1,
anon_sym_DASH,
STATE(504), 1,
sym_binary_adding_operator,
STATE(512), 1,
aux_sym__simple_expression_repeat1,
ACTIONS(1857), 2,
anon_sym_PLUS,
anon_sym_AMP,
ACTIONS(1853), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1855), 28,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[28380] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1779), 1,
aux_sym_attribute_designator_token1,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(1809), 1,
aux_sym_array_type_definition_token1,
ACTIONS(1811), 1,
aux_sym_interface_type_definition_token2,
ACTIONS(1863), 1,
anon_sym_LPAREN,
ACTIONS(1865), 1,
aux_sym_attribute_designator_token2,
ACTIONS(1867), 1,
aux_sym_attribute_designator_token3,
ACTIONS(1869), 1,
aux_sym_attribute_designator_token4,
ACTIONS(1871), 1,
aux_sym_compilation_unit_token1,
ACTIONS(1873), 1,
aux_sym_with_clause_token1,
ACTIONS(1875), 1,
aux_sym_range_attribute_designator_token1,
ACTIONS(1877), 1,
aux_sym_allocator_token1,
ACTIONS(1879), 1,
aux_sym_private_type_declaration_token1,
ACTIONS(1881), 1,
aux_sym_private_type_declaration_token2,
ACTIONS(1883), 1,
aux_sym_private_extension_declaration_token1,
STATE(1215), 1,
sym_interface_type_definition,
STATE(1216), 1,
sym_array_type_definition,
STATE(1328), 1,
sym_null_exclusion,
ACTIONS(1799), 2,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_interface_type_definition_token1,
STATE(1218), 3,
sym__access_type_definition,
sym_access_to_subprogram_definition,
sym_access_to_object_definition,
STATE(1117), 12,
sym__formal_type_definition,
sym_formal_private_type_definition,
sym_formal_derived_type_definition,
sym_formal_discrete_type_definition,
sym_formal_signed_integer_type_definition,
sym_formal_modular_type_definition,
sym_formal_floating_point_definition,
sym_formal_ordinary_fixed_point_definition,
sym_formal_decimal_fixed_point_definition,
sym_formal_array_type_definition,
sym_formal_access_type_definition,
sym_formal_interface_type_definition,
[28461] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1779), 1,
aux_sym_attribute_designator_token1,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(1809), 1,
aux_sym_array_type_definition_token1,
ACTIONS(1811), 1,
aux_sym_interface_type_definition_token2,
ACTIONS(1863), 1,
anon_sym_LPAREN,
ACTIONS(1865), 1,
aux_sym_attribute_designator_token2,
ACTIONS(1867), 1,
aux_sym_attribute_designator_token3,
ACTIONS(1869), 1,
aux_sym_attribute_designator_token4,
ACTIONS(1871), 1,
aux_sym_compilation_unit_token1,
ACTIONS(1873), 1,
aux_sym_with_clause_token1,
ACTIONS(1875), 1,
aux_sym_range_attribute_designator_token1,
ACTIONS(1877), 1,
aux_sym_allocator_token1,
ACTIONS(1879), 1,
aux_sym_private_type_declaration_token1,
ACTIONS(1883), 1,
aux_sym_private_extension_declaration_token1,
ACTIONS(1885), 1,
aux_sym_private_type_declaration_token2,
STATE(1215), 1,
sym_interface_type_definition,
STATE(1216), 1,
sym_array_type_definition,
STATE(1328), 1,
sym_null_exclusion,
ACTIONS(1799), 2,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_interface_type_definition_token1,
STATE(1218), 3,
sym__access_type_definition,
sym_access_to_subprogram_definition,
sym_access_to_object_definition,
STATE(1076), 12,
sym__formal_type_definition,
sym_formal_private_type_definition,
sym_formal_derived_type_definition,
sym_formal_discrete_type_definition,
sym_formal_signed_integer_type_definition,
sym_formal_modular_type_definition,
sym_formal_floating_point_definition,
sym_formal_ordinary_fixed_point_definition,
sym_formal_decimal_fixed_point_definition,
sym_formal_array_type_definition,
sym_formal_access_type_definition,
sym_formal_interface_type_definition,
[28542] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1853), 4,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
ACTIONS(1855), 30,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[28584] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(923), 1,
anon_sym_LPAREN,
ACTIONS(929), 1,
aux_sym_attribute_designator_token2,
ACTIONS(931), 1,
aux_sym_attribute_designator_token3,
ACTIONS(935), 1,
aux_sym_range_attribute_designator_token1,
ACTIONS(926), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
ACTIONS(919), 6,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
STATE(649), 6,
sym__constraint,
sym__scalar_constraint,
sym_range_constraint,
sym_index_constraint,
sym_digits_constraint,
sym_delta_constraint,
ACTIONS(921), 16,
anon_sym_EQ,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
sym_tick,
aux_sym_chunk_specification_token1,
anon_sym_DOT_DOT,
aux_sym_expression_token1,
aux_sym_expression_token3,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_STAR_STAR,
[28638] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1887), 1,
sym_identifier,
ACTIONS(1891), 1,
anon_sym_LT_LT,
STATE(517), 2,
sym_label,
aux_sym__sequence_of_statements_repeat2,
ACTIONS(1889), 29,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterator_filter_token1,
aux_sym_package_specification_token3,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_exception_declaration_token1,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
[28683] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(523), 1,
sym_identifier,
ACTIONS(1894), 1,
sym_numeric_literal,
ACTIONS(1896), 1,
aux_sym_primary_null_token1,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(497), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[28738] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1898), 1,
sym_identifier,
ACTIONS(1900), 30,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_iterated_element_association_token1,
aux_sym_iterator_filter_token1,
aux_sym_package_specification_token3,
aux_sym_subprogram_body_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_raise_expression_token1,
aux_sym_primary_null_token1,
aux_sym_declare_expression_token1,
aux_sym_case_expression_token1,
aux_sym_exception_declaration_token1,
anon_sym_LT_LT,
aux_sym_pragma_g_token1,
aux_sym_if_expression_token1,
aux_sym_elsif_expression_item_token1,
aux_sym_result_profile_token1,
aux_sym_asynchronous_select_token1,
aux_sym_asynchronous_select_token2,
aux_sym_requeue_statement_token1,
aux_sym_accept_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
[28777] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(523), 1,
sym_identifier,
ACTIONS(1902), 1,
sym_numeric_literal,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(503), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[28832] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(523), 1,
sym_identifier,
ACTIONS(1894), 1,
sym_numeric_literal,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(497), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[28887] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(231), 1,
anon_sym_LBRACK,
ACTIONS(245), 1,
aux_sym_allocator_token1,
ACTIONS(425), 1,
aux_sym_primary_null_token1,
ACTIONS(523), 1,
sym_identifier,
ACTIONS(1904), 1,
sym_numeric_literal,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(521), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(277), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(500), 14,
sym__parenthesized_expression,
sym__primary,
sym_primary_null,
sym_allocator,
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,
[28942] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1833), 1,
anon_sym_EQ_GT,
ACTIONS(1835), 1,
anon_sym_PIPE,
ACTIONS(1906), 1,
anon_sym_COMMA,
ACTIONS(1909), 1,
anon_sym_COLON,
STATE(1147), 1,
aux_sym__defining_identifier_list_repeat1,
STATE(1238), 1,
aux_sym_component_choice_list_repeat1,
ACTIONS(919), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(921), 17,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_LPAREN,
anon_sym_RPAREN,
aux_sym_chunk_specification_token1,
anon_sym_DOT_DOT,
aux_sym_expression_token1,
aux_sym_expression_token3,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_STAR_STAR,
[28992] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1911), 1,
sym_identifier,
ACTIONS(1913), 4,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
ACTIONS(1741), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_mod,
anon_sym_rem,
ACTIONS(1743), 18,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_STAR,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
aux_sym_chunk_specification_token1,
anon_sym_EQ_GT,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_expression_token1,
aux_sym_expression_token3,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
[29034] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(923), 1,
anon_sym_LPAREN,
ACTIONS(929), 1,
aux_sym_attribute_designator_token2,
ACTIONS(931), 1,
aux_sym_attribute_designator_token3,
ACTIONS(935), 1,
aux_sym_range_attribute_designator_token1,
ACTIONS(919), 3,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_DOT,
STATE(649), 6,
sym__constraint,
sym__scalar_constraint,
sym_range_constraint,
sym_index_constraint,
sym_digits_constraint,
sym_delta_constraint,
ACTIONS(921), 8,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_SLASH,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_DOT_DOT,
anon_sym_STAR_STAR,
ACTIONS(933), 9,
anon_sym_COMMA,
anon_sym_RPAREN,
aux_sym_chunk_specification_token1,
aux_sym_iterator_specification_token1,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token1,
aux_sym_expression_token3,
anon_sym_COLON_EQ,
[29084] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(69), 1,
aux_sym_accept_statement_token1,
ACTIONS(75), 1,
aux_sym_delay_until_statement_token1,
ACTIONS(1915), 1,
sym_identifier,
ACTIONS(1917), 1,
aux_sym_iterator_filter_token1,
ACTIONS(1919), 1,
aux_sym_terminate_alternative_token1,
STATE(28), 1,
sym_procedure_call_statement,
STATE(29), 1,
sym_accept_statement,
STATE(818), 1,
sym_guard,
STATE(1060), 1,
sym_select_alternative,
STATE(1416), 1,
sym_entry_call_alternative,
STATE(1651), 1,
sym_value_sequence,
STATE(1727), 1,
sym_triggering_alternative,
STATE(1098), 2,
sym__name,
sym_function_call,
ACTIONS(9), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(26), 3,
sym__delay_statement,
sym_delay_until_statement,
sym_delay_relative_statement,
STATE(1229), 3,
sym_delay_alternative,
sym_accept_alternative,
sym_terminate_alternative,
STATE(1028), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[29153] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1927), 1,
aux_sym_chunk_specification_token1,
ACTIONS(1929), 1,
aux_sym_relation_membership_token1,
STATE(304), 1,
sym_relational_operator,
ACTIONS(1921), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1923), 3,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1925), 20,
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,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
anon_sym_PIPE,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[29198] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1833), 1,
anon_sym_EQ_GT,
ACTIONS(1835), 1,
anon_sym_PIPE,
STATE(1238), 1,
aux_sym_component_choice_list_repeat1,
ACTIONS(919), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(921), 18,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
aux_sym_chunk_specification_token1,
anon_sym_DOT_DOT,
aux_sym_expression_token1,
aux_sym_expression_token3,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_STAR_STAR,
[29240] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(923), 1,
anon_sym_LPAREN,
ACTIONS(929), 1,
aux_sym_attribute_designator_token2,
ACTIONS(931), 1,
aux_sym_attribute_designator_token3,
ACTIONS(935), 1,
aux_sym_range_attribute_designator_token1,
ACTIONS(921), 2,
sym_tick,
anon_sym_DOT,
STATE(648), 6,
sym__constraint,
sym__scalar_constraint,
sym_range_constraint,
sym_index_constraint,
sym_digits_constraint,
sym_delta_constraint,
ACTIONS(1931), 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,
aux_sym_expression_token1,
aux_sym_expression_token3,
anon_sym_PIPE,
anon_sym_COLON_EQ,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[29285] = 14,
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(1933), 1,
sym_identifier,
ACTIONS(1935), 1,
aux_sym_package_specification_token3,
ACTIONS(1937), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(1939), 1,
aux_sym_access_to_subprogram_definition_token3,
STATE(951), 1,
sym_overriding_indicator,
STATE(1909), 1,
sym__defining_identifier_list,
STATE(1086), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(533), 12,
sym_component_declaration,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym__protected_operation_declaration,
sym__protected_element_declaration,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym_pragma_g,
sym_record_representation_clause,
sym_subprogram_declaration,
aux_sym_protected_definition_repeat2,
[29341] = 14,
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(1933), 1,
sym_identifier,
ACTIONS(1937), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(1939), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(1941), 1,
aux_sym_package_specification_token3,
STATE(951), 1,
sym_overriding_indicator,
STATE(1909), 1,
sym__defining_identifier_list,
STATE(1086), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(535), 12,
sym_component_declaration,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym__protected_operation_declaration,
sym__protected_element_declaration,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym_pragma_g,
sym_record_representation_clause,
sym_subprogram_declaration,
aux_sym_protected_definition_repeat2,
[29397] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1943), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(1741), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1743), 19,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
anon_sym_COMMA,
anon_sym_RPAREN,
aux_sym_chunk_specification_token1,
anon_sym_EQ_GT,
aux_sym_with_clause_token2,
anon_sym_DOT_DOT,
aux_sym_expression_token1,
aux_sym_expression_token3,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_PIPE,
anon_sym_STAR_STAR,
[29433] = 14,
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(1933), 1,
sym_identifier,
ACTIONS(1937), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(1939), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(1945), 1,
aux_sym_package_specification_token3,
STATE(951), 1,
sym_overriding_indicator,
STATE(1909), 1,
sym__defining_identifier_list,
STATE(1086), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(534), 12,
sym_component_declaration,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym__protected_operation_declaration,
sym__protected_element_declaration,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym_pragma_g,
sym_record_representation_clause,
sym_subprogram_declaration,
aux_sym_protected_definition_repeat2,
[29489] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1947), 1,
sym_identifier,
ACTIONS(1950), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(1953), 1,
aux_sym_package_specification_token3,
ACTIONS(1955), 1,
aux_sym_relation_membership_token1,
ACTIONS(1958), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(1961), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(1964), 1,
aux_sym_entry_declaration_token1,
ACTIONS(1967), 1,
aux_sym_global_mode_token1,
ACTIONS(1970), 1,
aux_sym_pragma_g_token1,
STATE(951), 1,
sym_overriding_indicator,
STATE(1909), 1,
sym__defining_identifier_list,
STATE(1086), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(534), 12,
sym_component_declaration,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym__protected_operation_declaration,
sym__protected_element_declaration,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym_pragma_g,
sym_record_representation_clause,
sym_subprogram_declaration,
aux_sym_protected_definition_repeat2,
[29545] = 14,
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(1933), 1,
sym_identifier,
ACTIONS(1935), 1,
aux_sym_package_specification_token3,
ACTIONS(1937), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(1939), 1,
aux_sym_access_to_subprogram_definition_token3,
STATE(951), 1,
sym_overriding_indicator,
STATE(1909), 1,
sym__defining_identifier_list,
STATE(1086), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(534), 12,
sym_component_declaration,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym__protected_operation_declaration,
sym__protected_element_declaration,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym_pragma_g,
sym_record_representation_clause,
sym_subprogram_declaration,
aux_sym_protected_definition_repeat2,
[29601] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1909), 1,
anon_sym_COLON,
ACTIONS(1973), 1,
anon_sym_COMMA,
STATE(1147), 1,
aux_sym__defining_identifier_list_repeat1,
ACTIONS(919), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(921), 18,
anon_sym_EQ,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_DOT,
anon_sym_LPAREN,
anon_sym_RPAREN,
aux_sym_chunk_specification_token1,
aux_sym_expression_token1,
aux_sym_expression_token3,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_STAR_STAR,
[29641] = 15,
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(1937), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(1939), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(1975), 1,
aux_sym_compilation_unit_token1,
ACTIONS(1977), 1,
aux_sym_package_specification_token3,
ACTIONS(1979), 1,
aux_sym_allocator_token1,
STATE(951), 1,
sym_overriding_indicator,
STATE(1846), 1,
sym_protected_definition,
STATE(1086), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(554), 10,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym__protected_operation_declaration,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym_pragma_g,
sym_record_representation_clause,
sym_subprogram_declaration,
aux_sym_protected_definition_repeat1,
[29698] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1981), 1,
sym_tick,
ACTIONS(1984), 1,
anon_sym_EQ_GT,
ACTIONS(919), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(921), 17,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
anon_sym_DOT,
anon_sym_COMMA,
anon_sym_LPAREN,
anon_sym_RPAREN,
aux_sym_chunk_specification_token1,
aux_sym_expression_token1,
aux_sym_expression_token3,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_STAR_STAR,
[29735] = 15,
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(1937), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(1939), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(1975), 1,
aux_sym_compilation_unit_token1,
ACTIONS(1977), 1,
aux_sym_package_specification_token3,
ACTIONS(1986), 1,
aux_sym_allocator_token1,
STATE(951), 1,
sym_overriding_indicator,
STATE(1521), 1,
sym_protected_definition,
STATE(1086), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(554), 10,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym__protected_operation_declaration,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym_pragma_g,
sym_record_representation_clause,
sym_subprogram_declaration,
aux_sym_protected_definition_repeat1,
[29792] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(923), 1,
anon_sym_LPAREN,
ACTIONS(929), 1,
aux_sym_attribute_designator_token2,
ACTIONS(931), 1,
aux_sym_attribute_designator_token3,
ACTIONS(933), 1,
anon_sym_RPAREN,
ACTIONS(935), 1,
aux_sym_range_attribute_designator_token1,
ACTIONS(1909), 1,
anon_sym_COLON,
ACTIONS(1973), 1,
anon_sym_COMMA,
STATE(1147), 1,
aux_sym__defining_identifier_list_repeat1,
ACTIONS(919), 3,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_DOT,
STATE(649), 6,
sym__constraint,
sym__scalar_constraint,
sym_range_constraint,
sym_index_constraint,
sym_digits_constraint,
sym_delta_constraint,
ACTIONS(921), 8,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_SLASH,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_DOT_DOT,
anon_sym_STAR_STAR,
[29843] = 15,
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(1937), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(1939), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(1975), 1,
aux_sym_compilation_unit_token1,
ACTIONS(1977), 1,
aux_sym_package_specification_token3,
ACTIONS(1988), 1,
aux_sym_allocator_token1,
STATE(951), 1,
sym_overriding_indicator,
STATE(1845), 1,
sym_protected_definition,
STATE(1086), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(554), 10,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym__protected_operation_declaration,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym_pragma_g,
sym_record_representation_clause,
sym_subprogram_declaration,
aux_sym_protected_definition_repeat1,
[29900] = 15,
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(1937), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(1939), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(1975), 1,
aux_sym_compilation_unit_token1,
ACTIONS(1977), 1,
aux_sym_package_specification_token3,
ACTIONS(1990), 1,
aux_sym_allocator_token1,
STATE(951), 1,
sym_overriding_indicator,
STATE(1878), 1,
sym_protected_definition,
STATE(1086), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(554), 10,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym__protected_operation_declaration,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym_pragma_g,
sym_record_representation_clause,
sym_subprogram_declaration,
aux_sym_protected_definition_repeat1,
[29957] = 15,
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(1937), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(1939), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(1975), 1,
aux_sym_compilation_unit_token1,
ACTIONS(1977), 1,
aux_sym_package_specification_token3,
ACTIONS(1992), 1,
aux_sym_allocator_token1,
STATE(951), 1,
sym_overriding_indicator,
STATE(1594), 1,
sym_protected_definition,
STATE(1086), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(554), 10,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym__protected_operation_declaration,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym_pragma_g,
sym_record_representation_clause,
sym_subprogram_declaration,
aux_sym_protected_definition_repeat1,
[30014] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(1998), 1,
aux_sym_with_clause_token2,
STATE(261), 1,
sym_actual_parameter_part,
ACTIONS(1996), 19,
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_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
anon_sym_PIPE,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[30054] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2000), 1,
anon_sym_COLON,
ACTIONS(919), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(921), 18,
anon_sym_EQ,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_DOT,
anon_sym_LPAREN,
aux_sym_chunk_specification_token1,
anon_sym_SEMI,
aux_sym_expression_token1,
aux_sym_expression_token3,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
anon_sym_STAR_STAR,
[30088] = 14,
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(1937), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(1939), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(1975), 1,
aux_sym_compilation_unit_token1,
ACTIONS(1977), 1,
aux_sym_package_specification_token3,
STATE(951), 1,
sym_overriding_indicator,
STATE(1618), 1,
sym_protected_definition,
STATE(1086), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(554), 10,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym__protected_operation_declaration,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym_pragma_g,
sym_record_representation_clause,
sym_subprogram_declaration,
aux_sym_protected_definition_repeat1,
[30142] = 14,
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(1937), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(1939), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(1975), 1,
aux_sym_compilation_unit_token1,
ACTIONS(1977), 1,
aux_sym_package_specification_token3,
STATE(951), 1,
sym_overriding_indicator,
STATE(1655), 1,
sym_protected_definition,
STATE(1086), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(554), 10,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym__protected_operation_declaration,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym_pragma_g,
sym_record_representation_clause,
sym_subprogram_declaration,
aux_sym_protected_definition_repeat1,
[30196] = 14,
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(1937), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(1939), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(1975), 1,
aux_sym_compilation_unit_token1,
ACTIONS(1977), 1,
aux_sym_package_specification_token3,
STATE(951), 1,
sym_overriding_indicator,
STATE(1654), 1,
sym_protected_definition,
STATE(1086), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(554), 10,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym__protected_operation_declaration,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym_pragma_g,
sym_record_representation_clause,
sym_subprogram_declaration,
aux_sym_protected_definition_repeat1,
[30250] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(203), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(1937), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(1939), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2002), 1,
aux_sym_package_specification_token3,
ACTIONS(2004), 1,
aux_sym_subunit_token1,
ACTIONS(2006), 1,
aux_sym_entry_declaration_token1,
STATE(1006), 1,
sym_overriding_indicator,
STATE(1082), 1,
sym__subprogram_specification,
STATE(1109), 1,
sym_function_specification,
STATE(1127), 1,
sym_procedure_specification,
STATE(561), 12,
sym_subprogram_body,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym__protected_operation_item,
sym_entry_body,
sym_enumeration_representation_clause,
sym_null_procedure_declaration,
sym_record_representation_clause,
sym_subprogram_declaration,
sym_expression_function_declaration,
aux_sym_protected_body_repeat1,
[30304] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2010), 1,
anon_sym_LPAREN,
ACTIONS(2008), 23,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
anon_sym_PIPE,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[30336] = 14,
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(1937), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(1939), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(1975), 1,
aux_sym_compilation_unit_token1,
ACTIONS(1977), 1,
aux_sym_package_specification_token3,
STATE(951), 1,
sym_overriding_indicator,
STATE(1780), 1,
sym_protected_definition,
STATE(1086), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(554), 10,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym__protected_operation_declaration,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym_pragma_g,
sym_record_representation_clause,
sym_subprogram_declaration,
aux_sym_protected_definition_repeat1,
[30390] = 14,
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(1937), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(1939), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(1975), 1,
aux_sym_compilation_unit_token1,
ACTIONS(1977), 1,
aux_sym_package_specification_token3,
STATE(951), 1,
sym_overriding_indicator,
STATE(1852), 1,
sym_protected_definition,
STATE(1086), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(554), 10,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym__protected_operation_declaration,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym_pragma_g,
sym_record_representation_clause,
sym_subprogram_declaration,
aux_sym_protected_definition_repeat1,
[30444] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(203), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(1937), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(1939), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2006), 1,
aux_sym_entry_declaration_token1,
ACTIONS(2012), 1,
aux_sym_package_specification_token3,
STATE(1006), 1,
sym_overriding_indicator,
STATE(1082), 1,
sym__subprogram_specification,
STATE(1109), 1,
sym_function_specification,
STATE(1127), 1,
sym_procedure_specification,
STATE(564), 12,
sym_subprogram_body,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym__protected_operation_item,
sym_entry_body,
sym_enumeration_representation_clause,
sym_null_procedure_declaration,
sym_record_representation_clause,
sym_subprogram_declaration,
sym_expression_function_declaration,
aux_sym_protected_body_repeat1,
[30495] = 13,
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(1937), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(1939), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(1941), 1,
aux_sym_package_specification_token3,
ACTIONS(2014), 1,
aux_sym_compilation_unit_token1,
STATE(951), 1,
sym_overriding_indicator,
STATE(1086), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(560), 10,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym__protected_operation_declaration,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym_pragma_g,
sym_record_representation_clause,
sym_subprogram_declaration,
aux_sym_protected_definition_repeat1,
[30546] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2016), 23,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
anon_sym_PIPE,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[30575] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(923), 1,
anon_sym_LPAREN,
ACTIONS(929), 1,
aux_sym_attribute_designator_token2,
ACTIONS(931), 1,
aux_sym_attribute_designator_token3,
ACTIONS(2018), 1,
aux_sym_range_attribute_designator_token1,
ACTIONS(933), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
ACTIONS(919), 3,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_DOT,
STATE(649), 6,
sym__constraint,
sym__scalar_constraint,
sym_range_constraint,
sym_index_constraint,
sym_digits_constraint,
sym_delta_constraint,
ACTIONS(921), 8,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_SLASH,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_DOT_DOT,
anon_sym_STAR_STAR,
[30618] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(203), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(1937), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(1939), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2002), 1,
aux_sym_package_specification_token3,
ACTIONS(2006), 1,
aux_sym_entry_declaration_token1,
STATE(1006), 1,
sym_overriding_indicator,
STATE(1082), 1,
sym__subprogram_specification,
STATE(1109), 1,
sym_function_specification,
STATE(1127), 1,
sym_procedure_specification,
STATE(561), 12,
sym_subprogram_body,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym__protected_operation_item,
sym_entry_body,
sym_enumeration_representation_clause,
sym_null_procedure_declaration,
sym_record_representation_clause,
sym_subprogram_declaration,
sym_expression_function_declaration,
aux_sym_protected_body_repeat1,
[30669] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2021), 23,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
anon_sym_PIPE,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[30698] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2023), 23,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
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,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
anon_sym_PIPE,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[30727] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2025), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2030), 1,
aux_sym_relation_membership_token1,
ACTIONS(2033), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2036), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2039), 1,
aux_sym_entry_declaration_token1,
ACTIONS(2042), 1,
aux_sym_global_mode_token1,
ACTIONS(2045), 1,
aux_sym_pragma_g_token1,
STATE(951), 1,
sym_overriding_indicator,
ACTIONS(2028), 2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token3,
STATE(1086), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(560), 10,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym__protected_operation_declaration,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym_pragma_g,
sym_record_representation_clause,
sym_subprogram_declaration,
aux_sym_protected_definition_repeat1,
[30776] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(203), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(1937), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(1939), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2006), 1,
aux_sym_entry_declaration_token1,
ACTIONS(2012), 1,
aux_sym_package_specification_token3,
STATE(1006), 1,
sym_overriding_indicator,
STATE(1082), 1,
sym__subprogram_specification,
STATE(1109), 1,
sym_function_specification,
STATE(1127), 1,
sym_procedure_specification,
STATE(565), 12,
sym_subprogram_body,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym__protected_operation_item,
sym_entry_body,
sym_enumeration_representation_clause,
sym_null_procedure_declaration,
sym_record_representation_clause,
sym_subprogram_declaration,
sym_expression_function_declaration,
aux_sym_protected_body_repeat1,
[30827] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(2048), 1,
sym_identifier,
ACTIONS(2054), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2056), 1,
aux_sym_exception_declaration_token1,
STATE(714), 1,
sym_null_exclusion,
STATE(1530), 1,
sym_access_definition,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2050), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
ACTIONS(2052), 5,
aux_sym_iterated_element_association_token1,
aux_sym_subprogram_body_token1,
aux_sym_declare_expression_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
STATE(1016), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[30876] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(835), 1,
sym_identifier,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(1809), 1,
aux_sym_array_type_definition_token1,
ACTIONS(2054), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2058), 1,
aux_sym_general_access_modifier_token1,
ACTIONS(2060), 1,
aux_sym_component_definition_token1,
ACTIONS(2062), 1,
aux_sym_exception_declaration_token1,
STATE(679), 1,
sym_null_exclusion,
STATE(988), 1,
sym__subtype_indication,
STATE(1651), 1,
sym_value_sequence,
STATE(1008), 2,
sym_access_definition,
sym_array_type_definition,
STATE(1102), 2,
sym__name,
sym_function_call,
ACTIONS(535), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(525), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[30933] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(203), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(1937), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(1939), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2006), 1,
aux_sym_entry_declaration_token1,
ACTIONS(2064), 1,
aux_sym_package_specification_token3,
STATE(1006), 1,
sym_overriding_indicator,
STATE(1082), 1,
sym__subprogram_specification,
STATE(1109), 1,
sym_function_specification,
STATE(1127), 1,
sym_procedure_specification,
STATE(565), 12,
sym_subprogram_body,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym__protected_operation_item,
sym_entry_body,
sym_enumeration_representation_clause,
sym_null_procedure_declaration,
sym_record_representation_clause,
sym_subprogram_declaration,
sym_expression_function_declaration,
aux_sym_protected_body_repeat1,
[30984] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2066), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2069), 1,
aux_sym_package_specification_token3,
ACTIONS(2071), 1,
aux_sym_relation_membership_token1,
ACTIONS(2074), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2077), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2080), 1,
aux_sym_entry_declaration_token1,
ACTIONS(2083), 1,
aux_sym_global_mode_token1,
STATE(1006), 1,
sym_overriding_indicator,
STATE(1082), 1,
sym__subprogram_specification,
STATE(1109), 1,
sym_function_specification,
STATE(1127), 1,
sym_procedure_specification,
STATE(565), 12,
sym_subprogram_body,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym__protected_operation_item,
sym_entry_body,
sym_enumeration_representation_clause,
sym_null_procedure_declaration,
sym_record_representation_clause,
sym_subprogram_declaration,
sym_expression_function_declaration,
aux_sym_protected_body_repeat1,
[31035] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2088), 1,
aux_sym_expression_token1,
ACTIONS(2090), 1,
aux_sym_expression_token3,
ACTIONS(2092), 1,
aux_sym_expression_token5,
STATE(593), 1,
aux_sym_expression_repeat2,
STATE(598), 1,
aux_sym_expression_repeat3,
STATE(601), 1,
aux_sym_expression_repeat1,
ACTIONS(2086), 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,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token2,
aux_sym_expression_token4,
anon_sym_PIPE,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[31076] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(835), 1,
sym_identifier,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(2096), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(2098), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2100), 1,
aux_sym_access_to_subprogram_definition_token3,
STATE(640), 1,
sym_general_access_modifier,
STATE(802), 1,
sym_null_exclusion,
STATE(1322), 1,
sym__subtype_indication,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2094), 2,
aux_sym_use_clause_token1,
aux_sym_general_access_modifier_token1,
STATE(1102), 2,
sym__name,
sym_function_call,
ACTIONS(535), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(525), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[31130] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(835), 1,
sym_identifier,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(1809), 1,
aux_sym_array_type_definition_token1,
ACTIONS(2054), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2060), 1,
aux_sym_component_definition_token1,
ACTIONS(2102), 1,
aux_sym_general_access_modifier_token1,
STATE(679), 1,
sym_null_exclusion,
STATE(988), 1,
sym__subtype_indication,
STATE(1651), 1,
sym_value_sequence,
STATE(1008), 2,
sym_access_definition,
sym_array_type_definition,
STATE(1102), 2,
sym__name,
sym_function_call,
ACTIONS(535), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(525), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[31184] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(835), 1,
sym_identifier,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(1809), 1,
aux_sym_array_type_definition_token1,
ACTIONS(2054), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2104), 1,
anon_sym_COLON_EQ,
STATE(679), 1,
sym_null_exclusion,
STATE(986), 1,
sym__subtype_indication,
STATE(1651), 1,
sym_value_sequence,
STATE(1924), 1,
sym__assign_value,
STATE(982), 2,
sym_access_definition,
sym_array_type_definition,
STATE(1102), 2,
sym__name,
sym_function_call,
ACTIONS(535), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(525), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[31238] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2108), 1,
anon_sym_PIPE,
STATE(570), 1,
aux_sym_membership_choice_list_repeat1,
ACTIONS(2106), 19,
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,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[31269] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(835), 1,
sym_identifier,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(1809), 1,
aux_sym_array_type_definition_token1,
ACTIONS(2054), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2111), 1,
aux_sym_general_access_modifier_token1,
STATE(679), 1,
sym_null_exclusion,
STATE(978), 1,
sym__subtype_indication,
STATE(1651), 1,
sym_value_sequence,
STATE(982), 2,
sym_access_definition,
sym_array_type_definition,
STATE(1102), 2,
sym__name,
sym_function_call,
ACTIONS(535), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(525), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[31320] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2115), 1,
anon_sym_DOT_DOT,
ACTIONS(2113), 20,
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,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
anon_sym_PIPE,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[31349] = 14,
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(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(2054), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2117), 1,
sym_identifier,
ACTIONS(2121), 1,
aux_sym_component_definition_token1,
STATE(650), 1,
sym_non_empty_mode,
STATE(723), 1,
sym_null_exclusion,
STATE(944), 1,
sym_access_definition,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2119), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(823), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[31400] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2123), 1,
sym_identifier,
ACTIONS(2126), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(2131), 1,
aux_sym_with_clause_token2,
ACTIONS(2134), 1,
aux_sym_use_clause_token2,
ACTIONS(2137), 1,
aux_sym_pragma_g_token1,
STATE(1613), 1,
sym__defining_identifier_list,
STATE(856), 2,
sym_formal_concrete_subprogram_declaration,
sym_formal_abstract_subprogram_declaration,
ACTIONS(2129), 3,
aux_sym_package_specification_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
STATE(574), 10,
sym_use_clause,
sym__generic_formal_parameter_declaration,
sym_formal_object_declaration,
sym__formal_type_declaration,
sym_formal_complete_type_declaration,
sym_formal_incomplete_type_declaration,
sym_formal_subprogram_declaration,
sym_formal_package_declaration,
sym_pragma_g,
aux_sym_generic_formal_part_repeat1,
[31443] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(511), 1,
sym_identifier,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(2054), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2140), 1,
aux_sym_general_access_modifier_token1,
ACTIONS(2142), 1,
aux_sym_component_definition_token1,
STATE(679), 1,
sym_null_exclusion,
STATE(1175), 1,
sym__subtype_indication,
STATE(1651), 1,
sym_value_sequence,
STATE(1061), 2,
sym_access_definition,
sym__return_subtype_indication,
STATE(1102), 2,
sym__name,
sym_function_call,
ACTIONS(221), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(264), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[31494] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(1933), 1,
sym_identifier,
ACTIONS(2146), 1,
aux_sym_with_clause_token2,
ACTIONS(2148), 1,
aux_sym_use_clause_token2,
STATE(1613), 1,
sym__defining_identifier_list,
STATE(856), 2,
sym_formal_concrete_subprogram_declaration,
sym_formal_abstract_subprogram_declaration,
ACTIONS(2144), 3,
aux_sym_package_specification_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
STATE(574), 10,
sym_use_clause,
sym__generic_formal_parameter_declaration,
sym_formal_object_declaration,
sym__formal_type_declaration,
sym_formal_complete_type_declaration,
sym_formal_incomplete_type_declaration,
sym_formal_subprogram_declaration,
sym_formal_package_declaration,
sym_pragma_g,
aux_sym_generic_formal_part_repeat1,
[31537] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(1933), 1,
sym_identifier,
ACTIONS(2146), 1,
aux_sym_with_clause_token2,
ACTIONS(2148), 1,
aux_sym_use_clause_token2,
ACTIONS(2150), 1,
aux_sym_package_specification_token1,
ACTIONS(2153), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2156), 1,
aux_sym_access_to_subprogram_definition_token3,
STATE(1613), 1,
sym__defining_identifier_list,
STATE(856), 2,
sym_formal_concrete_subprogram_declaration,
sym_formal_abstract_subprogram_declaration,
STATE(576), 10,
sym_use_clause,
sym__generic_formal_parameter_declaration,
sym_formal_object_declaration,
sym__formal_type_declaration,
sym_formal_complete_type_declaration,
sym_formal_incomplete_type_declaration,
sym_formal_subprogram_declaration,
sym_formal_package_declaration,
sym_pragma_g,
aux_sym_generic_formal_part_repeat1,
[31584] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2161), 1,
anon_sym_PIPE,
STATE(570), 1,
aux_sym_membership_choice_list_repeat1,
ACTIONS(2159), 19,
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,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[31615] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2161), 1,
anon_sym_PIPE,
STATE(578), 1,
aux_sym_membership_choice_list_repeat1,
ACTIONS(2163), 19,
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,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[31646] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(511), 1,
sym_identifier,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(2054), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2165), 1,
aux_sym_general_access_modifier_token1,
STATE(679), 1,
sym_null_exclusion,
STATE(1175), 1,
sym__subtype_indication,
STATE(1651), 1,
sym_value_sequence,
STATE(1094), 2,
sym_access_definition,
sym__return_subtype_indication,
STATE(1102), 2,
sym__name,
sym_function_call,
ACTIONS(221), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(264), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[31694] = 13,
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(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(2054), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2167), 1,
sym_identifier,
STATE(627), 1,
sym_non_empty_mode,
STATE(686), 1,
sym_null_exclusion,
STATE(996), 1,
sym_access_definition,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2169), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(839), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[31742] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(835), 1,
sym_identifier,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(2054), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2171), 1,
aux_sym_component_definition_token1,
STATE(679), 1,
sym_null_exclusion,
STATE(1053), 1,
sym_component_definition,
STATE(1115), 1,
sym_access_definition,
STATE(1119), 1,
sym__subtype_indication,
STATE(1651), 1,
sym_value_sequence,
STATE(1102), 2,
sym__name,
sym_function_call,
ACTIONS(535), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(525), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[31792] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(835), 1,
sym_identifier,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(2054), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2171), 1,
aux_sym_component_definition_token1,
STATE(679), 1,
sym_null_exclusion,
STATE(980), 1,
sym_component_definition,
STATE(1115), 1,
sym_access_definition,
STATE(1119), 1,
sym__subtype_indication,
STATE(1651), 1,
sym_value_sequence,
STATE(1102), 2,
sym__name,
sym_function_call,
ACTIONS(535), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(525), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[31842] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(835), 1,
sym_identifier,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(2054), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2171), 1,
aux_sym_component_definition_token1,
STATE(679), 1,
sym_null_exclusion,
STATE(1100), 1,
sym_component_definition,
STATE(1115), 1,
sym_access_definition,
STATE(1119), 1,
sym__subtype_indication,
STATE(1651), 1,
sym_value_sequence,
STATE(1102), 2,
sym__name,
sym_function_call,
ACTIONS(535), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(525), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[31892] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2106), 20,
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,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
anon_sym_PIPE,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[31918] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(835), 1,
sym_identifier,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(1809), 1,
aux_sym_array_type_definition_token1,
ACTIONS(2054), 1,
aux_sym_attribute_designator_token1,
STATE(679), 1,
sym_null_exclusion,
STATE(1029), 1,
sym__subtype_indication,
STATE(1651), 1,
sym_value_sequence,
STATE(1030), 2,
sym_access_definition,
sym_array_type_definition,
STATE(1102), 2,
sym__name,
sym_function_call,
ACTIONS(535), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(525), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[31966] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(835), 1,
sym_identifier,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(1809), 1,
aux_sym_array_type_definition_token1,
ACTIONS(2054), 1,
aux_sym_attribute_designator_token1,
STATE(679), 1,
sym_null_exclusion,
STATE(986), 1,
sym__subtype_indication,
STATE(1651), 1,
sym_value_sequence,
STATE(982), 2,
sym_access_definition,
sym_array_type_definition,
STATE(1102), 2,
sym__name,
sym_function_call,
ACTIONS(535), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(525), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[32014] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2173), 20,
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,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
anon_sym_PIPE,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[32040] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2175), 20,
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,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
anon_sym_PIPE,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[32066] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2177), 20,
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,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
anon_sym_PIPE,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[32092] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2179), 1,
sym_identifier,
ACTIONS(2181), 1,
anon_sym_LPAREN,
ACTIONS(2183), 1,
anon_sym_LBRACK,
ACTIONS(2187), 1,
aux_sym_range_attribute_designator_token1,
STATE(246), 1,
sym_attribute_designator,
STATE(559), 1,
sym_range_attribute_designator,
ACTIONS(2185), 4,
aux_sym_attribute_designator_token1,
aux_sym_attribute_designator_token2,
aux_sym_attribute_designator_token3,
aux_sym_attribute_designator_token4,
STATE(245), 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,
[32132] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2189), 20,
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,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_expression_token5,
anon_sym_PIPE,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[32158] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2090), 1,
aux_sym_expression_token3,
STATE(596), 1,
aux_sym_expression_repeat2,
ACTIONS(2191), 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,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token2,
aux_sym_expression_token4,
anon_sym_PIPE,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[32187] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2193), 1,
sym_identifier,
ACTIONS(2197), 1,
anon_sym_SEMI,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
STATE(1263), 1,
sym_subprogram_default,
STATE(1651), 1,
sym_value_sequence,
STATE(1726), 1,
sym_aspect_specification,
ACTIONS(2201), 2,
aux_sym_primary_null_token1,
anon_sym_LT_GT,
ACTIONS(2195), 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,
[32230] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2205), 1,
aux_sym_expression_token5,
STATE(595), 1,
aux_sym_expression_repeat3,
ACTIONS(2203), 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,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token2,
aux_sym_expression_token4,
anon_sym_PIPE,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[32259] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2210), 1,
aux_sym_expression_token3,
STATE(596), 1,
aux_sym_expression_repeat2,
ACTIONS(2208), 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,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token2,
aux_sym_expression_token4,
anon_sym_PIPE,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[32288] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2215), 1,
aux_sym_expression_token1,
STATE(597), 1,
aux_sym_expression_repeat1,
ACTIONS(2213), 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,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token2,
aux_sym_expression_token4,
anon_sym_PIPE,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[32317] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2092), 1,
aux_sym_expression_token5,
STATE(595), 1,
aux_sym_expression_repeat3,
ACTIONS(2191), 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,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token2,
aux_sym_expression_token4,
anon_sym_PIPE,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[32346] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(835), 1,
sym_identifier,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(2054), 1,
aux_sym_attribute_designator_token1,
STATE(679), 1,
sym_null_exclusion,
STATE(1471), 1,
sym__subtype_indication,
STATE(1651), 1,
sym_value_sequence,
STATE(1102), 2,
sym__name,
sym_function_call,
STATE(1475), 2,
sym__loop_parameter_subtype_indication,
sym_access_definition,
ACTIONS(535), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(525), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[32391] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(511), 1,
sym_identifier,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(2054), 1,
aux_sym_attribute_designator_token1,
STATE(679), 1,
sym_null_exclusion,
STATE(1175), 1,
sym__subtype_indication,
STATE(1651), 1,
sym_value_sequence,
STATE(1096), 2,
sym_access_definition,
sym__return_subtype_indication,
STATE(1102), 2,
sym__name,
sym_function_call,
ACTIONS(221), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(264), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[32436] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2088), 1,
aux_sym_expression_token1,
STATE(597), 1,
aux_sym_expression_repeat1,
ACTIONS(2191), 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,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token2,
aux_sym_expression_token4,
anon_sym_PIPE,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[32465] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1927), 1,
aux_sym_chunk_specification_token1,
ACTIONS(1929), 1,
aux_sym_relation_membership_token1,
ACTIONS(2115), 1,
anon_sym_DOT_DOT,
STATE(304), 1,
sym_relational_operator,
ACTIONS(1921), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1923), 3,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1925), 9,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_EQ_GT,
aux_sym_with_clause_token2,
aux_sym_expression_token1,
aux_sym_expression_token3,
aux_sym_expression_token5,
anon_sym_PIPE,
[32502] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(511), 1,
sym_identifier,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(2054), 1,
aux_sym_attribute_designator_token1,
STATE(679), 1,
sym_null_exclusion,
STATE(1175), 1,
sym__subtype_indication,
STATE(1651), 1,
sym_value_sequence,
STATE(1075), 2,
sym_access_definition,
sym__return_subtype_indication,
STATE(1102), 2,
sym__name,
sym_function_call,
ACTIONS(221), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(264), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[32547] = 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,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token4,
anon_sym_PIPE,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[32571] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2179), 1,
sym_identifier,
ACTIONS(2181), 1,
anon_sym_LPAREN,
ACTIONS(2183), 1,
anon_sym_LBRACK,
STATE(246), 1,
sym_attribute_designator,
ACTIONS(2185), 4,
aux_sym_attribute_designator_token1,
aux_sym_attribute_designator_token2,
aux_sym_attribute_designator_token3,
aux_sym_attribute_designator_token4,
STATE(245), 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,
[32605] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(943), 1,
anon_sym_DOT,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1691), 1,
sym_tick,
ACTIONS(2222), 1,
aux_sym_iterator_filter_token1,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1337), 1,
sym_iterator_filter,
ACTIONS(981), 2,
anon_sym_DASH,
anon_sym_STAR,
ACTIONS(2220), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
ACTIONS(983), 7,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_SLASH,
anon_sym_mod,
anon_sym_rem,
anon_sym_DOT_DOT,
anon_sym_STAR_STAR,
[32645] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2224), 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,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
anon_sym_PIPE,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[32669] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(943), 1,
anon_sym_DOT,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1691), 1,
sym_tick,
ACTIONS(2222), 1,
aux_sym_iterator_filter_token1,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1149), 1,
sym_iterator_filter,
ACTIONS(981), 2,
anon_sym_DASH,
anon_sym_STAR,
ACTIONS(2226), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
ACTIONS(983), 7,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_SLASH,
anon_sym_mod,
anon_sym_rem,
anon_sym_DOT_DOT,
anon_sym_STAR_STAR,
[32709] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2179), 1,
sym_identifier,
ACTIONS(2181), 1,
anon_sym_LPAREN,
ACTIONS(2183), 1,
anon_sym_LBRACK,
STATE(1073), 1,
sym_attribute_designator,
ACTIONS(2185), 4,
aux_sym_attribute_designator_token1,
aux_sym_attribute_designator_token2,
aux_sym_attribute_designator_token3,
aux_sym_attribute_designator_token4,
STATE(245), 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,
[32743] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2203), 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,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token2,
aux_sym_expression_token4,
aux_sym_expression_token5,
anon_sym_PIPE,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[32767] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2208), 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,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
anon_sym_PIPE,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[32791] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(2228), 1,
sym_identifier,
ACTIONS(2232), 1,
anon_sym_LPAREN,
STATE(496), 1,
sym__subtype_indication_paren_constraint,
STATE(642), 1,
sym_subpool_specification,
STATE(778), 1,
sym_null_exclusion,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2230), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(266), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[32833] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(2048), 1,
sym_identifier,
ACTIONS(2054), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2056), 1,
aux_sym_exception_declaration_token1,
STATE(714), 1,
sym_null_exclusion,
STATE(1530), 1,
sym_access_definition,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2050), 3,
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,
[32875] = 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(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(2234), 1,
sym_identifier,
STATE(660), 1,
sym_non_empty_mode,
STATE(758), 1,
sym_null_exclusion,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2236), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(825), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[32917] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2238), 1,
sym_identifier,
ACTIONS(2242), 1,
aux_sym_package_specification_token3,
ACTIONS(2244), 1,
aux_sym_at_clause_token1,
STATE(645), 1,
sym_mod_clause,
STATE(1651), 1,
sym_value_sequence,
STATE(646), 2,
sym_component_clause,
aux_sym_record_representation_clause_repeat1,
ACTIONS(2240), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1009), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[32957] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(835), 1,
sym_identifier,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(2054), 1,
aux_sym_attribute_designator_token1,
STATE(679), 1,
sym_null_exclusion,
STATE(1064), 1,
sym_access_definition,
STATE(1065), 1,
sym__subtype_indication,
STATE(1651), 1,
sym_value_sequence,
STATE(1102), 2,
sym__name,
sym_function_call,
ACTIONS(535), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(525), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[33001] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2213), 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,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token4,
anon_sym_PIPE,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[33025] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2246), 1,
sym_identifier,
ACTIONS(2250), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(2252), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2254), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2256), 1,
aux_sym_general_access_modifier_token1,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2248), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(699), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[33064] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2258), 1,
sym_identifier,
ACTIONS(2262), 1,
aux_sym_component_choice_list_token1,
STATE(1291), 1,
sym_exception_choice,
STATE(1651), 1,
sym_value_sequence,
STATE(1871), 1,
sym_exception_choice_list,
STATE(1872), 1,
sym_choice_parameter_specification,
ACTIONS(2260), 3,
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,
[33103] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(2048), 1,
sym_identifier,
ACTIONS(2054), 1,
aux_sym_attribute_designator_token1,
STATE(714), 1,
sym_null_exclusion,
STATE(1530), 1,
sym_access_definition,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2050), 3,
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,
[33142] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(935), 1,
aux_sym_range_attribute_designator_token1,
STATE(654), 1,
sym_range_constraint,
ACTIONS(2264), 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,
aux_sym_expression_token1,
aux_sym_expression_token3,
anon_sym_PIPE,
anon_sym_COLON_EQ,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[33169] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(935), 1,
aux_sym_range_attribute_designator_token1,
STATE(661), 1,
sym_range_constraint,
ACTIONS(2266), 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,
aux_sym_expression_token1,
aux_sym_expression_token3,
anon_sym_PIPE,
anon_sym_COLON_EQ,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[33196] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2193), 1,
sym_identifier,
ACTIONS(2268), 1,
aux_sym_private_type_declaration_token1,
STATE(1226), 1,
sym_subprogram_default,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2201), 2,
aux_sym_primary_null_token1,
anon_sym_LT_GT,
ACTIONS(2195), 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,
[33233] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(2054), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2270), 1,
sym_identifier,
STATE(732), 1,
sym_null_exclusion,
STATE(828), 1,
sym_access_definition,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2272), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(737), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[33272] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2274), 1,
sym_identifier,
ACTIONS(2278), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(2280), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2282), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2284), 1,
aux_sym_general_access_modifier_token1,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2276), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(731), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[33311] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(2054), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2286), 1,
sym_identifier,
STATE(696), 1,
sym_null_exclusion,
STATE(1111), 1,
sym_access_definition,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2288), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(893), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[33350] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(2054), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2290), 1,
sym_identifier,
STATE(689), 1,
sym_null_exclusion,
STATE(984), 1,
sym_access_definition,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2292), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(834), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[33389] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2294), 1,
sym_identifier,
ACTIONS(2300), 1,
anon_sym_LBRACK,
ACTIONS(2303), 1,
aux_sym_package_specification_token3,
STATE(1651), 1,
sym_value_sequence,
STATE(628), 2,
sym_component_clause,
aux_sym_record_representation_clause_repeat1,
ACTIONS(2297), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1009), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[33423] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(835), 1,
sym_identifier,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
STATE(802), 1,
sym_null_exclusion,
STATE(1099), 1,
sym__subtype_indication,
STATE(1651), 1,
sym_value_sequence,
STATE(1102), 2,
sym__name,
sym_function_call,
ACTIONS(535), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(525), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[33461] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(835), 1,
sym_identifier,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
STATE(802), 1,
sym_null_exclusion,
STATE(1479), 1,
sym__subtype_indication,
STATE(1651), 1,
sym_value_sequence,
STATE(1102), 2,
sym__name,
sym_function_call,
ACTIONS(535), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(525), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[33499] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(835), 1,
sym_identifier,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
STATE(802), 1,
sym_null_exclusion,
STATE(1339), 1,
sym__subtype_indication,
STATE(1651), 1,
sym_value_sequence,
STATE(1102), 2,
sym__name,
sym_function_call,
ACTIONS(535), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(525), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[33537] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2238), 1,
sym_identifier,
ACTIONS(2305), 1,
aux_sym_package_specification_token3,
STATE(1651), 1,
sym_value_sequence,
STATE(628), 2,
sym_component_clause,
aux_sym_record_representation_clause_repeat1,
ACTIONS(2240), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1009), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[33571] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2262), 1,
aux_sym_component_choice_list_token1,
ACTIONS(2307), 1,
sym_identifier,
STATE(1291), 1,
sym_exception_choice,
STATE(1637), 1,
sym_exception_choice_list,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2260), 3,
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,
[33607] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(835), 1,
sym_identifier,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
STATE(802), 1,
sym_null_exclusion,
STATE(1429), 1,
sym__subtype_indication,
STATE(1651), 1,
sym_value_sequence,
STATE(1102), 2,
sym__name,
sym_function_call,
ACTIONS(535), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(525), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[33645] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(835), 1,
sym_identifier,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
STATE(802), 1,
sym_null_exclusion,
STATE(1121), 1,
sym__subtype_indication,
STATE(1651), 1,
sym_value_sequence,
STATE(1102), 2,
sym__name,
sym_function_call,
ACTIONS(535), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(525), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[33683] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(835), 1,
sym_identifier,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
STATE(802), 1,
sym_null_exclusion,
STATE(1136), 1,
sym__subtype_indication,
STATE(1651), 1,
sym_value_sequence,
STATE(1102), 2,
sym__name,
sym_function_call,
ACTIONS(535), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(525), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[33721] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(835), 1,
sym_identifier,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
STATE(802), 1,
sym_null_exclusion,
STATE(1083), 1,
sym__subtype_indication,
STATE(1651), 1,
sym_value_sequence,
STATE(1102), 2,
sym__name,
sym_function_call,
ACTIONS(535), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(525), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[33759] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(429), 1,
aux_sym_component_choice_list_token1,
ACTIONS(433), 1,
sym_string_literal,
ACTIONS(453), 1,
sym_identifier,
STATE(528), 1,
sym_selected_component,
STATE(1389), 1,
sym__named_record_component_association,
STATE(1651), 1,
sym_value_sequence,
STATE(1876), 1,
sym_component_choice_list,
ACTIONS(2309), 2,
sym_character_literal,
sym_target_name,
STATE(1102), 6,
sym__name,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[33799] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(1937), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(1939), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2311), 1,
aux_sym_package_specification_token1,
ACTIONS(2313), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(2315), 1,
aux_sym_interface_type_definition_token1,
STATE(1038), 1,
sym_overriding_indicator,
STATE(1293), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(478), 5,
sym__proper_body,
sym_subprogram_body,
sym_package_body,
sym_task_body,
sym_protected_body,
[33839] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(835), 1,
sym_identifier,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
STATE(802), 1,
sym_null_exclusion,
STATE(1169), 1,
sym__subtype_indication,
STATE(1651), 1,
sym_value_sequence,
STATE(1102), 2,
sym__name,
sym_function_call,
ACTIONS(535), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(525), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[33877] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2317), 1,
sym_identifier,
ACTIONS(2321), 1,
aux_sym_use_clause_token1,
ACTIONS(2323), 1,
aux_sym_use_clause_token2,
STATE(1501), 1,
sym__name_list,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2319), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(895), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[33913] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(2228), 1,
sym_identifier,
STATE(492), 1,
sym__subtype_indication_paren_constraint,
STATE(778), 1,
sym_null_exclusion,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2230), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(266), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[33949] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(835), 1,
sym_identifier,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
STATE(802), 1,
sym_null_exclusion,
STATE(1139), 1,
sym__subtype_indication,
STATE(1651), 1,
sym_value_sequence,
STATE(1102), 2,
sym__name,
sym_function_call,
ACTIONS(535), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(525), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[33987] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(835), 1,
sym_identifier,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
STATE(802), 1,
sym_null_exclusion,
STATE(1063), 1,
sym__subtype_indication,
STATE(1651), 1,
sym_value_sequence,
STATE(1102), 2,
sym__name,
sym_function_call,
ACTIONS(535), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(525), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[34025] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2238), 1,
sym_identifier,
ACTIONS(2325), 1,
aux_sym_package_specification_token3,
STATE(1651), 1,
sym_value_sequence,
STATE(632), 2,
sym_component_clause,
aux_sym_record_representation_clause_repeat1,
ACTIONS(2240), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1009), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[34059] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2238), 1,
sym_identifier,
ACTIONS(2325), 1,
aux_sym_package_specification_token3,
STATE(1651), 1,
sym_value_sequence,
STATE(628), 2,
sym_component_clause,
aux_sym_record_representation_clause_repeat1,
ACTIONS(2240), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1009), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[34093] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(835), 1,
sym_identifier,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
STATE(802), 1,
sym_null_exclusion,
STATE(1227), 1,
sym__subtype_indication,
STATE(1651), 1,
sym_value_sequence,
STATE(1102), 2,
sym__name,
sym_function_call,
ACTIONS(535), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(525), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[34131] = 2,
ACTIONS(3), 1,
sym_comment,
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,
aux_sym_expression_token1,
aux_sym_expression_token3,
anon_sym_PIPE,
anon_sym_COLON_EQ,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[34152] = 2,
ACTIONS(3), 1,
sym_comment,
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,
aux_sym_expression_token1,
aux_sym_expression_token3,
anon_sym_PIPE,
anon_sym_COLON_EQ,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[34173] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(2234), 1,
sym_identifier,
STATE(758), 1,
sym_null_exclusion,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2236), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(825), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[34206] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2331), 1,
sym_identifier,
STATE(1651), 1,
sym_value_sequence,
STATE(1508), 2,
sym_loop_parameter_specification,
sym_iterator_specification,
ACTIONS(2333), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(965), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[34237] = 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(2335), 1,
aux_sym_allocator_token1,
STATE(1550), 1,
sym_overriding_indicator,
STATE(1762), 1,
sym_task_definition,
STATE(663), 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,
[34272] = 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(2337), 1,
aux_sym_allocator_token1,
STATE(1545), 1,
sym_task_definition,
STATE(1550), 1,
sym_overriding_indicator,
STATE(663), 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,
[34307] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2339), 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,
aux_sym_expression_token1,
aux_sym_expression_token3,
anon_sym_PIPE,
anon_sym_COLON_EQ,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[34328] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2262), 1,
aux_sym_component_choice_list_token1,
ACTIONS(2307), 1,
sym_identifier,
STATE(1445), 1,
sym_exception_choice,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2260), 3,
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,
[34361] = 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(2341), 1,
aux_sym_allocator_token1,
STATE(1516), 1,
sym_task_definition,
STATE(1550), 1,
sym_overriding_indicator,
STATE(663), 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,
[34396] = 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(2343), 1,
aux_sym_allocator_token1,
STATE(1550), 1,
sym_overriding_indicator,
STATE(1737), 1,
sym_task_definition,
STATE(663), 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,
[34431] = 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(2345), 1,
aux_sym_allocator_token1,
STATE(1550), 1,
sym_overriding_indicator,
STATE(1764), 1,
sym_task_definition,
STATE(663), 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,
[34466] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2347), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2352), 1,
aux_sym_relation_membership_token1,
ACTIONS(2355), 1,
aux_sym_entry_declaration_token1,
ACTIONS(2358), 1,
aux_sym_global_mode_token1,
STATE(1550), 1,
sym_overriding_indicator,
ACTIONS(2350), 2,
aux_sym_compilation_unit_token1,
aux_sym_package_specification_token3,
STATE(659), 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,
[34499] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1793), 1,
aux_sym_relation_membership_token1,
ACTIONS(2361), 1,
sym_identifier,
STATE(751), 1,
sym_null_exclusion,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2363), 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,
[34532] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2365), 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,
aux_sym_expression_token1,
aux_sym_expression_token3,
anon_sym_PIPE,
anon_sym_COLON_EQ,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[34553] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(203), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(1933), 1,
sym_identifier,
ACTIONS(2367), 1,
aux_sym_primary_null_token1,
ACTIONS(2369), 1,
aux_sym_case_expression_token1,
STATE(1359), 1,
sym_variant_part,
STATE(1907), 1,
sym_component_list,
STATE(1909), 1,
sym__defining_identifier_list,
STATE(667), 8,
sym__component_item,
sym_component_declaration,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_enumeration_representation_clause,
sym_record_representation_clause,
aux_sym_component_list_repeat1,
[34588] = 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(2371), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2373), 1,
aux_sym_package_specification_token3,
STATE(1550), 1,
sym_overriding_indicator,
STATE(659), 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,
[34623] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2375), 1,
sym_identifier,
ACTIONS(2379), 1,
aux_sym_iterator_filter_token1,
ACTIONS(2381), 1,
anon_sym_SEMI,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2377), 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,
[34656] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2383), 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,
aux_sym_expression_token1,
aux_sym_expression_token3,
anon_sym_PIPE,
anon_sym_COLON_EQ,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[34677] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(203), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(1933), 1,
sym_identifier,
ACTIONS(2367), 1,
aux_sym_primary_null_token1,
ACTIONS(2369), 1,
aux_sym_case_expression_token1,
STATE(1359), 1,
sym_variant_part,
STATE(1365), 1,
sym_component_list,
STATE(1909), 1,
sym__defining_identifier_list,
STATE(667), 8,
sym__component_item,
sym_component_declaration,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_enumeration_representation_clause,
sym_record_representation_clause,
aux_sym_component_list_repeat1,
[34712] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(203), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(1933), 1,
sym_identifier,
ACTIONS(2369), 1,
aux_sym_case_expression_token1,
STATE(1469), 1,
sym_variant_part,
STATE(1909), 1,
sym__defining_identifier_list,
ACTIONS(2385), 2,
aux_sym_iterator_filter_token1,
aux_sym_package_specification_token3,
STATE(704), 8,
sym__component_item,
sym_component_declaration,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_enumeration_representation_clause,
sym_record_representation_clause,
aux_sym_component_list_repeat1,
[34745] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1438), 1,
sym__interface_list,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2387), 4,
sym_identifier,
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,
[34773] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2391), 1,
anon_sym_SEMI,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2389), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1044), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[34801] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
STATE(1768), 1,
sym__interface_list,
ACTIONS(2387), 4,
sym_identifier,
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,
[34829] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2395), 1,
anon_sym_SEMI,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2393), 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,
[34857] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2399), 1,
anon_sym_SEMI,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2397), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1005), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[34885] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2403), 1,
anon_sym_SEMI,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2401), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(998), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[34913] = 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,
STATE(1550), 1,
sym_overriding_indicator,
STATE(1799), 1,
sym_task_definition,
STATE(663), 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,
[34945] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
STATE(1667), 1,
sym__interface_list,
ACTIONS(2387), 4,
sym_identifier,
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,
[34973] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1647), 1,
sym__interface_list,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2387), 4,
sym_identifier,
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,
[35001] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(943), 1,
anon_sym_DOT,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1691), 1,
sym_tick,
ACTIONS(2405), 1,
aux_sym_range_attribute_designator_token1,
STATE(261), 1,
sym_actual_parameter_part,
ACTIONS(981), 2,
anon_sym_DASH,
anon_sym_STAR,
ACTIONS(983), 7,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_SLASH,
anon_sym_mod,
anon_sym_rem,
anon_sym_DOT_DOT,
anon_sym_STAR_STAR,
[35033] = 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,
STATE(1550), 1,
sym_overriding_indicator,
STATE(1864), 1,
sym_task_definition,
STATE(663), 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,
[35065] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2407), 1,
sym_identifier,
ACTIONS(2411), 1,
aux_sym_attribute_designator_token1,
STATE(1651), 1,
sym_value_sequence,
STATE(1102), 2,
sym__name,
sym_function_call,
ACTIONS(2409), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(529), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[35097] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
STATE(1806), 1,
sym__interface_list,
ACTIONS(2387), 4,
sym_identifier,
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,
[35125] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
STATE(1848), 1,
sym__interface_list,
ACTIONS(2387), 4,
sym_identifier,
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,
[35153] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1399), 1,
sym__interface_list,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2387), 4,
sym_identifier,
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,
[35181] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1374), 1,
sym__interface_list,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2387), 4,
sym_identifier,
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,
[35209] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
STATE(261), 1,
sym_actual_parameter_part,
ACTIONS(2413), 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,
[35237] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
STATE(1870), 1,
sym__interface_list,
ACTIONS(2387), 4,
sym_identifier,
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,
[35265] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2290), 1,
sym_identifier,
ACTIONS(2411), 1,
aux_sym_attribute_designator_token1,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2292), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(834), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[35295] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2417), 1,
anon_sym_SEMI,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2415), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(946), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[35323] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1401), 1,
sym__interface_list,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2387), 4,
sym_identifier,
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,
[35351] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2411), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2419), 1,
sym_identifier,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2421), 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,
[35381] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1454), 1,
sym__name_list,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2423), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(906), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[35409] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2427), 1,
anon_sym_SEMI,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2425), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1041), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[35437] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2431), 1,
anon_sym_SEMI,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2429), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1026), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[35465] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1648), 1,
sym_reduction_specification,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2433), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1036), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[35493] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2437), 1,
anon_sym_SEMI,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2435), 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,
[35521] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2441), 1,
anon_sym_SEMI,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2439), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1000), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[35549] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2411), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2443), 1,
sym_identifier,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2445), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(862), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[35579] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
STATE(1917), 1,
sym__name_list,
ACTIONS(2319), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(895), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[35607] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2449), 1,
anon_sym_SEMI,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2447), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(966), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[35635] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
STATE(261), 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,
[35663] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1265), 1,
sym__interface_list,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2387), 4,
sym_identifier,
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,
[35691] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2455), 1,
anon_sym_SEMI,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2453), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1011), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[35719] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
STATE(261), 1,
sym_actual_parameter_part,
ACTIONS(2457), 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,
[35747] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1418), 1,
sym__interface_list,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2387), 4,
sym_identifier,
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,
[35775] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2459), 1,
sym_identifier,
ACTIONS(2462), 1,
aux_sym_iterated_element_association_token1,
STATE(1909), 1,
sym__defining_identifier_list,
ACTIONS(2465), 3,
aux_sym_iterator_filter_token1,
aux_sym_package_specification_token3,
aux_sym_case_expression_token1,
STATE(704), 8,
sym__component_item,
sym_component_declaration,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_enumeration_representation_clause,
sym_record_representation_clause,
aux_sym_component_list_repeat1,
[35803] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
STATE(1703), 1,
sym__interface_list,
ACTIONS(2387), 4,
sym_identifier,
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,
[35831] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
STATE(1767), 1,
sym__interface_list,
ACTIONS(2387), 4,
sym_identifier,
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,
[35859] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1525), 1,
sym__interface_list,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2387), 4,
sym_identifier,
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,
[35887] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1526), 1,
sym__interface_list,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2387), 4,
sym_identifier,
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,
[35915] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
STATE(1689), 1,
sym__interface_list,
ACTIONS(2387), 4,
sym_identifier,
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,
[35943] = 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,
STATE(1550), 1,
sym_overriding_indicator,
STATE(1687), 1,
sym_task_definition,
STATE(663), 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,
[35975] = 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,
STATE(1550), 1,
sym_overriding_indicator,
STATE(1686), 1,
sym_task_definition,
STATE(663), 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,
[36007] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1564), 1,
sym__name_list,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2319), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(895), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[36035] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
STATE(1796), 1,
sym__name_list,
ACTIONS(2319), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(895), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[36063] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2411), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2467), 1,
sym_identifier,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2469), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(967), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[36093] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2471), 1,
sym_identifier,
ACTIONS(2475), 1,
aux_sym_package_body_token1,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2473), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(864), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[36123] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
STATE(1859), 1,
sym__name_list,
ACTIONS(2319), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(895), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[36151] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
STATE(1657), 1,
sym__interface_list,
ACTIONS(2387), 4,
sym_identifier,
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,
[36179] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1605), 1,
sym__interface_list,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2387), 4,
sym_identifier,
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,
[36207] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2479), 1,
anon_sym_SEMI,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2477), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1015), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[36235] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1153), 1,
sym__interface_list,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2387), 4,
sym_identifier,
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,
[36263] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2483), 1,
anon_sym_SEMI,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2481), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(964), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[36291] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2485), 1,
sym_identifier,
ACTIONS(2489), 1,
aux_sym_loop_parameter_specification_token1,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2487), 3,
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,
[36321] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2234), 1,
sym_identifier,
ACTIONS(2411), 1,
aux_sym_attribute_designator_token1,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2236), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(825), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[36351] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1643), 1,
sym__interface_list,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2387), 4,
sym_identifier,
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,
[36379] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1576), 1,
sym__name_list,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2319), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(895), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[36407] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1447), 1,
sym__interface_list,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2387), 4,
sym_identifier,
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,
[36435] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2493), 1,
anon_sym_SEMI,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2491), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1047), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[36463] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2497), 1,
anon_sym_SEMI,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2495), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1052), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[36491] = 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,
STATE(1512), 1,
sym_task_definition,
STATE(1550), 1,
sym_overriding_indicator,
STATE(663), 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,
[36523] = 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(2499), 1,
aux_sym_package_specification_token3,
STATE(1550), 1,
sym_overriding_indicator,
STATE(659), 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,
[36555] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
STATE(261), 1,
sym_actual_parameter_part,
ACTIONS(2501), 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,
[36583] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2411), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2503), 1,
sym_identifier,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2505), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(702), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[36613] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2507), 1,
sym_identifier,
ACTIONS(2511), 1,
aux_sym_loop_parameter_specification_token1,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2509), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(842), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[36643] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2513), 1,
sym_identifier,
ACTIONS(2517), 1,
aux_sym_loop_parameter_specification_token1,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2515), 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,
[36673] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2521), 1,
anon_sym_SEMI,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2519), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(985), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[36701] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1514), 1,
sym__interface_list,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2387), 4,
sym_identifier,
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,
[36729] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
STATE(261), 1,
sym_actual_parameter_part,
ACTIONS(2523), 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,
[36757] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
STATE(1861), 1,
sym__interface_list,
ACTIONS(2387), 4,
sym_identifier,
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,
[36785] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1461), 1,
sym_index_subtype_definition,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2525), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(970), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[36813] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2529), 1,
anon_sym_SEMI,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2527), 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,
[36841] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2533), 1,
anon_sym_SEMI,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2531), 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,
[36869] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1506), 1,
sym__name_list,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2319), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(895), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[36897] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2535), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(917), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[36922] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2537), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(832), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[36947] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2539), 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,
[36972] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2541), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(916), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[36997] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2543), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(835), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37022] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2545), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(949), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37047] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2547), 1,
sym_identifier,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2541), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(916), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37074] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2549), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(910), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37099] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2551), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(827), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37124] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2553), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(684), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37149] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2555), 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,
[37174] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2557), 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,
[37199] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2559), 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,
[37224] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2561), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1010), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37249] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2563), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1048), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37274] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2363), 4,
sym_identifier,
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,
[37299] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2565), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(920), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37324] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2567), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(897), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37349] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2569), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(868), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37374] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2571), 1,
sym_identifier,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2333), 3,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(965), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37401] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2573), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(544), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37426] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(2183), 1,
anon_sym_LBRACK,
STATE(1170), 11,
sym__parenthesized_expression,
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,
[37449] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(229), 1,
anon_sym_LPAREN,
ACTIONS(2183), 1,
anon_sym_LBRACK,
STATE(1277), 11,
sym__parenthesized_expression,
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,
[37472] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2575), 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,
[37497] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2577), 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,
[37522] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2579), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(908), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37547] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2581), 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,
[37572] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2583), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(909), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37597] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2585), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(921), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37622] = 7,
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,
STATE(1550), 1,
sym_overriding_indicator,
STATE(730), 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,
[37651] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(992), 1,
sym_selected_component,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2309), 2,
sym_character_literal,
sym_target_name,
ACTIONS(2587), 2,
sym_identifier,
sym_string_literal,
STATE(1102), 6,
sym__name,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37680] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2589), 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,
[37705] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2591), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(900), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37730] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2593), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(926), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37755] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2473), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(864), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37780] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2595), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(267), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37805] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2597), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(902), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37830] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2599), 1,
aux_sym_chunk_specification_token1,
ACTIONS(919), 2,
anon_sym_DASH,
anon_sym_STAR,
ACTIONS(921), 10,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_SLASH,
anon_sym_mod,
anon_sym_rem,
sym_tick,
anon_sym_DOT,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_STAR_STAR,
[37853] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2601), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1021), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37878] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2603), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(899), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37903] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2276), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(731), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37928] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2605), 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,
[37953] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2607), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(904), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37978] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2609), 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,
[38003] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2611), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(918), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38028] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2613), 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,
[38053] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2615), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(919), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38078] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2617), 1,
sym_identifier,
ACTIONS(2621), 1,
aux_sym_non_empty_mode_token1,
ACTIONS(2619), 11,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_LBRACK,
aux_sym_iterator_filter_token1,
aux_sym_attribute_designator_token1,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_relation_membership_token1,
[38101] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2623), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(870), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38126] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(69), 1,
aux_sym_accept_statement_token1,
ACTIONS(75), 1,
aux_sym_delay_until_statement_token1,
ACTIONS(1917), 1,
aux_sym_iterator_filter_token1,
ACTIONS(1919), 1,
aux_sym_terminate_alternative_token1,
STATE(29), 1,
sym_accept_statement,
STATE(814), 1,
sym_guard,
STATE(1187), 1,
sym_select_alternative,
STATE(31), 3,
sym__delay_statement,
sym_delay_until_statement,
sym_delay_relative_statement,
STATE(1229), 3,
sym_delay_alternative,
sym_accept_alternative,
sym_terminate_alternative,
[38161] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2625), 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,
[38186] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2627), 4,
sym_identifier,
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,
[38211] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2629), 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,
[38236] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2631), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(838), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38261] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2633), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(896), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38286] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2635), 4,
sym_identifier,
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,
[38311] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2637), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1040), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38336] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2639), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1039), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38361] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2641), 2,
sym_identifier,
anon_sym_DASH,
ACTIONS(2643), 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,
[38382] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
STATE(1102), 2,
sym__name,
sym_function_call,
ACTIONS(2409), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(529), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[38409] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2645), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(837), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38434] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1651), 1,
sym_value_sequence,
ACTIONS(2647), 4,
sym_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(861), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38459] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2649), 1,
anon_sym_LPAREN,
STATE(826), 1,
sym_formal_part,
ACTIONS(2651), 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,
[38481] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2617), 1,
sym_identifier,
ACTIONS(2619), 11,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_LBRACK,
aux_sym_iterator_filter_token1,
aux_sym_attribute_designator_token1,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_relation_membership_token1,
[38501] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2649), 1,
anon_sym_LPAREN,
STATE(824), 1,
sym_formal_part,
ACTIONS(2653), 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,
[38523] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2655), 12,
anon_sym_RPAREN,
aux_sym_chunk_specification_token1,
aux_sym_iterator_filter_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_result_profile_token1,
aux_sym_accept_statement_token2,
[38541] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2649), 1,
anon_sym_LPAREN,
STATE(831), 1,
sym_formal_part,
ACTIONS(2657), 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,
[38563] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2659), 1,
sym_identifier,
ACTIONS(2661), 11,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_LBRACK,
aux_sym_iterator_filter_token1,
aux_sym_attribute_designator_token1,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_relation_membership_token1,
[38583] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2663), 1,
sym_identifier,
ACTIONS(2665), 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,
[38602] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2667), 1,
sym_identifier,
ACTIONS(2669), 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,
[38621] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2671), 1,
sym_identifier,
ACTIONS(2674), 1,
aux_sym_subprogram_body_token1,
ACTIONS(2676), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(2679), 1,
aux_sym_interface_type_definition_token1,
STATE(1497), 1,
sym__defining_identifier_list,
STATE(426), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(813), 4,
sym__declare_item,
sym_object_declaration,
sym_object_renaming_declaration,
aux_sym_declare_expression_repeat1,
[38650] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(69), 1,
aux_sym_accept_statement_token1,
ACTIONS(75), 1,
aux_sym_delay_until_statement_token1,
ACTIONS(1919), 1,
aux_sym_terminate_alternative_token1,
STATE(29), 1,
sym_accept_statement,
STATE(1206), 1,
sym_select_alternative,
STATE(31), 3,
sym__delay_statement,
sym_delay_until_statement,
sym_delay_relative_statement,
STATE(1229), 3,
sym_delay_alternative,
sym_accept_alternative,
sym_terminate_alternative,
[38679] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2682), 1,
sym_identifier,
ACTIONS(2684), 1,
aux_sym_subprogram_body_token1,
ACTIONS(2686), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(2688), 1,
aux_sym_interface_type_definition_token1,
STATE(1497), 1,
sym__defining_identifier_list,
STATE(426), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(813), 4,
sym__declare_item,
sym_object_declaration,
sym_object_renaming_declaration,
aux_sym_declare_expression_repeat1,
[38708] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2682), 1,
sym_identifier,
ACTIONS(2686), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(2688), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(2690), 1,
aux_sym_subprogram_body_token1,
STATE(1497), 1,
sym__defining_identifier_list,
STATE(426), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(815), 4,
sym__declare_item,
sym_object_declaration,
sym_object_renaming_declaration,
aux_sym_declare_expression_repeat1,
[38737] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2692), 1,
sym_identifier,
ACTIONS(2694), 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,
[38756] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(69), 1,
aux_sym_accept_statement_token1,
ACTIONS(75), 1,
aux_sym_delay_until_statement_token1,
ACTIONS(1919), 1,
aux_sym_terminate_alternative_token1,
STATE(29), 1,
sym_accept_statement,
STATE(1080), 1,
sym_select_alternative,
STATE(31), 3,
sym__delay_statement,
sym_delay_until_statement,
sym_delay_relative_statement,
STATE(1229), 3,
sym_delay_alternative,
sym_accept_alternative,
sym_terminate_alternative,
[38785] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2696), 1,
sym_identifier,
ACTIONS(2698), 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,
[38804] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2700), 1,
sym_identifier,
ACTIONS(2702), 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,
[38823] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2704), 1,
sym_identifier,
ACTIONS(2706), 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,
[38842] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2708), 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,
[38858] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2104), 1,
anon_sym_COLON_EQ,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1118), 1,
sym__assign_value,
STATE(1472), 1,
sym_aspect_specification,
ACTIONS(2710), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[38890] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2651), 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,
[38906] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2104), 1,
anon_sym_COLON_EQ,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1069), 1,
sym__assign_value,
STATE(1435), 1,
sym_aspect_specification,
ACTIONS(2712), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[38938] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2714), 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,
[38954] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2104), 1,
anon_sym_COLON_EQ,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1071), 1,
sym__assign_value,
STATE(1369), 1,
sym_aspect_specification,
ACTIONS(2716), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[38986] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2718), 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,
[39002] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2104), 1,
anon_sym_COLON_EQ,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1116), 1,
sym__assign_value,
STATE(1395), 1,
sym_aspect_specification,
ACTIONS(2720), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[39034] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2722), 1,
sym_identifier,
ACTIONS(2724), 9,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_LBRACK,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym_package_specification_token2,
[39052] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2653), 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,
[39068] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2726), 1,
anon_sym_LPAREN,
ACTIONS(2728), 1,
aux_sym_package_specification_token2,
ACTIONS(2730), 1,
aux_sym_result_profile_token1,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1398), 1,
sym_formal_part,
STATE(1112), 2,
sym__parameter_and_result_profile,
sym_result_profile,
[39097] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2734), 1,
aux_sym_expression_token1,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1045), 1,
aux_sym__interface_list_repeat1,
ACTIONS(2732), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[39124] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2104), 1,
anon_sym_COLON_EQ,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(2736), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1296), 1,
sym__assign_value,
STATE(1793), 1,
sym_aspect_specification,
[39155] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2222), 1,
aux_sym_iterator_filter_token1,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1149), 1,
sym_iterator_filter,
ACTIONS(2226), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[39182] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2726), 1,
anon_sym_LPAREN,
ACTIONS(2740), 1,
aux_sym_package_specification_token2,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1106), 1,
sym_formal_part,
ACTIONS(2738), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_object_renaming_declaration_token1,
[39209] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2726), 1,
anon_sym_LPAREN,
ACTIONS(2730), 1,
aux_sym_result_profile_token1,
ACTIONS(2743), 1,
aux_sym_package_specification_token2,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1398), 1,
sym_formal_part,
STATE(1112), 2,
sym__parameter_and_result_profile,
sym_result_profile,
[39238] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2726), 1,
anon_sym_LPAREN,
ACTIONS(2745), 1,
aux_sym_package_specification_token2,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1106), 1,
sym_formal_part,
ACTIONS(2738), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_object_renaming_declaration_token1,
[39265] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2104), 1,
anon_sym_COLON_EQ,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(2748), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1214), 1,
sym__assign_value,
STATE(1732), 1,
sym_aspect_specification,
[39296] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2222), 1,
aux_sym_iterator_filter_token1,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1302), 1,
sym_iterator_filter,
ACTIONS(2750), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[39323] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1973), 1,
anon_sym_COMMA,
ACTIONS(2752), 1,
anon_sym_COLON,
ACTIONS(2755), 1,
anon_sym_SEMI,
ACTIONS(2757), 1,
aux_sym_object_renaming_declaration_token1,
STATE(1147), 1,
aux_sym__defining_identifier_list_repeat1,
ACTIONS(921), 4,
sym_tick,
anon_sym_DOT,
anon_sym_LPAREN,
anon_sym_COLON_EQ,
[39348] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2222), 1,
aux_sym_iterator_filter_token1,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1305), 1,
sym_iterator_filter,
ACTIONS(2750), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[39375] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2222), 1,
aux_sym_iterator_filter_token1,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1337), 1,
sym_iterator_filter,
ACTIONS(2220), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[39402] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2222), 1,
aux_sym_iterator_filter_token1,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1171), 1,
sym_iterator_filter,
ACTIONS(2759), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[39429] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2104), 1,
anon_sym_COLON_EQ,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(2761), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1152), 1,
sym__assign_value,
STATE(1549), 1,
sym_aspect_specification,
[39460] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2222), 1,
aux_sym_iterator_filter_token1,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1165), 1,
sym_iterator_filter,
ACTIONS(2759), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[39487] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2763), 1,
sym_identifier,
ACTIONS(2765), 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,
[39503] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2767), 1,
sym_identifier,
ACTIONS(2769), 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,
[39519] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2771), 1,
sym_identifier,
ACTIONS(2773), 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,
[39535] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2726), 1,
anon_sym_LPAREN,
ACTIONS(2730), 1,
aux_sym_result_profile_token1,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1398), 1,
sym_formal_part,
STATE(1112), 2,
sym__parameter_and_result_profile,
sym_result_profile,
[39561] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2775), 1,
sym_identifier,
ACTIONS(2777), 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,
[39577] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2726), 1,
anon_sym_LPAREN,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1106), 1,
sym_formal_part,
ACTIONS(2738), 3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
[39601] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2779), 1,
sym_identifier,
ACTIONS(2781), 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,
[39617] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2783), 1,
sym_identifier,
ACTIONS(2785), 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,
[39633] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2787), 1,
sym_identifier,
ACTIONS(2789), 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,
[39649] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2791), 1,
sym_identifier,
ACTIONS(2793), 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,
[39665] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2795), 1,
sym_identifier,
ACTIONS(2797), 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,
[39681] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2799), 1,
sym_identifier,
ACTIONS(2801), 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,
[39697] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2803), 1,
sym_identifier,
ACTIONS(2805), 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,
[39713] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2807), 1,
sym_identifier,
ACTIONS(2809), 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,
[39729] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2813), 1,
aux_sym_with_clause_token2,
ACTIONS(2816), 1,
aux_sym_expression_token1,
STATE(261), 1,
sym_actual_parameter_part,
ACTIONS(2811), 2,
anon_sym_SEMI,
aux_sym_expression_token3,
[39755] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2104), 1,
anon_sym_COLON_EQ,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1450), 1,
sym__assign_value,
ACTIONS(2818), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[39781] = 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,
[39797] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(2824), 1,
aux_sym_package_specification_token2,
ACTIONS(2826), 1,
aux_sym_object_renaming_declaration_token1,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1612), 1,
sym_aspect_specification,
[39825] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2828), 1,
sym_identifier,
ACTIONS(2830), 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,
[39841] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2832), 1,
sym_identifier,
ACTIONS(2834), 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,
[39857] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2836), 1,
sym_identifier,
ACTIONS(2838), 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,
[39873] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2842), 1,
aux_sym_with_clause_token2,
ACTIONS(2845), 1,
aux_sym_expression_token1,
STATE(261), 1,
sym_actual_parameter_part,
ACTIONS(2840), 2,
anon_sym_SEMI,
aux_sym_expression_token3,
[39899] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2847), 1,
sym_identifier,
ACTIONS(2849), 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,
[39915] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2853), 1,
aux_sym_with_clause_token2,
ACTIONS(2856), 1,
aux_sym_expression_token1,
STATE(261), 1,
sym_actual_parameter_part,
ACTIONS(2851), 2,
anon_sym_SEMI,
aux_sym_expression_token3,
[39941] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2858), 1,
sym_identifier,
ACTIONS(2860), 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,
[39957] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2862), 1,
sym_identifier,
ACTIONS(2864), 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,
[39973] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2866), 1,
sym_identifier,
ACTIONS(2868), 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,
[39989] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2870), 1,
sym_identifier,
ACTIONS(2872), 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,
[40005] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2874), 1,
sym_identifier,
ACTIONS(2876), 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,
[40021] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2878), 1,
sym_identifier,
ACTIONS(2880), 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,
[40037] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2882), 1,
anon_sym_LPAREN,
ACTIONS(2884), 1,
anon_sym_LBRACK,
ACTIONS(2886), 1,
aux_sym_record_component_association_list_token1,
STATE(1492), 1,
sym_enumeration_aggregate,
STATE(1496), 4,
sym__array_aggregate,
sym_positional_array_aggregate,
sym_null_array_aggregate,
sym_named_array_aggregate,
[40059] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2888), 1,
sym_identifier,
ACTIONS(2890), 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,
[40075] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2892), 1,
sym_identifier,
ACTIONS(2894), 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,
[40091] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2896), 1,
sym_identifier,
ACTIONS(2898), 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,
[40107] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2900), 1,
sym_identifier,
ACTIONS(2902), 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,
[40123] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2904), 1,
sym_identifier,
ACTIONS(2906), 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,
[40139] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2908), 1,
sym_identifier,
ACTIONS(2910), 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,
[40155] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2912), 1,
sym_identifier,
ACTIONS(2914), 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,
[40171] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2916), 1,
sym_identifier,
ACTIONS(2918), 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,
[40187] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2920), 1,
sym_identifier,
ACTIONS(2922), 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,
[40203] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
STATE(261), 1,
sym_actual_parameter_part,
ACTIONS(2924), 4,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token1,
aux_sym_expression_token3,
[40225] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2926), 1,
sym_identifier,
ACTIONS(2928), 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,
[40241] = 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,
[40257] = 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,
[40273] = 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,
[40289] = 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,
[40305] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2104), 1,
anon_sym_COLON_EQ,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1402), 1,
sym__assign_value,
ACTIONS(2946), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[40331] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2948), 1,
sym_identifier,
ACTIONS(2950), 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,
[40347] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2952), 1,
anon_sym_COMMA,
ACTIONS(2954), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1159), 1,
aux_sym__name_list_repeat1,
[40372] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(2956), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1697), 1,
sym_aspect_specification,
[40397] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(2958), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1588), 1,
sym_aspect_specification,
[40422] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2960), 7,
aux_sym_iterated_element_association_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_entry_declaration_token1,
aux_sym_global_mode_token1,
[40435] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(2962), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1591), 1,
sym_aspect_specification,
[40460] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(2964), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1921), 1,
sym_aspect_specification,
[40485] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2966), 1,
anon_sym_LPAREN,
ACTIONS(2968), 1,
anon_sym_SEMI,
ACTIONS(2970), 1,
aux_sym_package_specification_token2,
ACTIONS(2972), 1,
aux_sym_expression_token3,
STATE(1151), 3,
sym__discriminant_part,
sym_unknown_discriminant_part,
sym_known_discriminant_part,
[40506] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(2974), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1611), 1,
sym_aspect_specification,
[40531] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2976), 7,
aux_sym_iterated_element_association_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_entry_declaration_token1,
aux_sym_global_mode_token1,
[40544] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(2978), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1874), 1,
sym_aspect_specification,
[40569] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2980), 7,
aux_sym_iterated_element_association_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_entry_declaration_token1,
aux_sym_global_mode_token1,
[40582] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1334), 1,
aux_sym__name_list_repeat1,
ACTIONS(2954), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[40605] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1937), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(1939), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2982), 1,
aux_sym_package_specification_token1,
STATE(1849), 1,
sym_package_specification,
STATE(1284), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
[40626] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
STATE(261), 1,
sym_actual_parameter_part,
ACTIONS(2984), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_SEMI,
[40647] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(2986), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1606), 1,
sym_aspect_specification,
[40672] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2952), 1,
anon_sym_COMMA,
ACTIONS(2988), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1259), 1,
aux_sym__name_list_repeat1,
[40697] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(2990), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1723), 1,
sym_aspect_specification,
[40722] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2992), 7,
aux_sym_iterated_element_association_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_entry_declaration_token1,
aux_sym_global_mode_token1,
[40735] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(2994), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1850), 1,
sym_aspect_specification,
[40760] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2996), 1,
sym_tick,
ACTIONS(1984), 6,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_EQ_GT,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym_package_specification_token2,
[40775] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(2998), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1568), 1,
sym_aspect_specification,
[40800] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3000), 1,
aux_sym_package_specification_token2,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1617), 1,
sym_aspect_specification,
[40825] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3002), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1812), 1,
sym_aspect_specification,
[40850] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3004), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1766), 1,
sym_aspect_specification,
[40875] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3006), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1778), 1,
sym_aspect_specification,
[40900] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3008), 1,
aux_sym_package_specification_token2,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1612), 1,
sym_aspect_specification,
[40925] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3010), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1616), 1,
sym_aspect_specification,
[40950] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3012), 1,
aux_sym_chunk_specification_token1,
ACTIONS(3014), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(3017), 1,
anon_sym_COLON,
ACTIONS(3019), 1,
aux_sym_iterator_specification_token1,
ACTIONS(921), 3,
sym_tick,
anon_sym_DOT,
anon_sym_LPAREN,
[40971] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3021), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1932), 1,
sym_aspect_specification,
[40996] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3023), 7,
aux_sym_iterated_element_association_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_entry_declaration_token1,
aux_sym_global_mode_token1,
[41009] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3025), 1,
anon_sym_LPAREN,
ACTIONS(3027), 1,
aux_sym_iterator_filter_token1,
STATE(1126), 1,
sym_non_empty_entry_body_formal_part,
STATE(1462), 1,
sym_aspect_specification,
STATE(1464), 1,
sym_formal_part,
STATE(1575), 1,
sym_entry_barrier,
[41034] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3029), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
STATE(1608), 1,
sym_aspect_specification,
[41059] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1933), 1,
sym_identifier,
ACTIONS(3031), 1,
aux_sym_iterated_element_association_token1,
STATE(1255), 1,
sym_parameter_specification,
STATE(1660), 1,
sym_entry_index_specification,
STATE(1672), 1,
sym__parameter_specification_list,
STATE(1718), 1,
sym__defining_identifier_list,
[41081] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(233), 1,
aux_sym_chunk_specification_token1,
ACTIONS(253), 1,
aux_sym_global_mode_token1,
ACTIONS(255), 1,
aux_sym_non_empty_mode_token1,
STATE(690), 1,
sym_global_mode,
STATE(830), 1,
sym_non_empty_mode,
STATE(1410), 1,
sym_global_aspect_element,
[41103] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3033), 1,
anon_sym_COMMA,
ACTIONS(3035), 1,
anon_sym_RBRACK,
ACTIONS(3039), 1,
aux_sym_with_clause_token2,
STATE(1183), 1,
aux_sym_positional_array_aggregate_repeat1,
ACTIONS(3037), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[41123] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3041), 1,
anon_sym_COMMA,
STATE(930), 1,
aux_sym_aspect_mark_list_repeat1,
ACTIONS(3044), 4,
anon_sym_RPAREN,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym_package_specification_token2,
[41139] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3046), 6,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_EQ_GT,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym_package_specification_token2,
[41151] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3048), 1,
anon_sym_COMMA,
STATE(930), 1,
aux_sym_aspect_mark_list_repeat1,
ACTIONS(3050), 4,
anon_sym_RPAREN,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym_package_specification_token2,
[41167] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3052), 1,
anon_sym_COLON,
ACTIONS(921), 5,
sym_tick,
anon_sym_DOT,
anon_sym_LPAREN,
anon_sym_EQ_GT,
anon_sym_PIPE,
[41181] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3054), 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,
[41193] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
STATE(261), 1,
sym_actual_parameter_part,
ACTIONS(3056), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[41213] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3058), 1,
aux_sym_iterator_filter_token1,
ACTIONS(3061), 1,
aux_sym_package_specification_token3,
ACTIONS(3063), 1,
aux_sym_pragma_g_token1,
STATE(936), 3,
sym_exception_handler,
aux_sym__exception_handler_list,
sym_pragma_g,
[41231] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1795), 1,
aux_sym_primary_null_token1,
ACTIONS(1801), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3066), 1,
aux_sym_compilation_unit_token1,
ACTIONS(3068), 1,
aux_sym_allocator_token1,
ACTIONS(3070), 1,
aux_sym_interface_type_definition_token2,
STATE(1352), 1,
sym_record_definition,
[41253] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3072), 1,
anon_sym_COMMA,
ACTIONS(3074), 1,
anon_sym_RPAREN,
ACTIONS(3076), 1,
aux_sym_with_clause_token2,
STATE(1476), 1,
aux_sym_positional_array_aggregate_repeat1,
ACTIONS(3037), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[41273] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2104), 1,
anon_sym_COLON_EQ,
STATE(974), 1,
sym_actual_parameter_part,
STATE(1938), 1,
sym__assign_value,
[41295] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3048), 1,
anon_sym_COMMA,
STATE(932), 1,
aux_sym_aspect_mark_list_repeat1,
ACTIONS(3078), 4,
anon_sym_RPAREN,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym_package_specification_token2,
[41311] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3080), 1,
sym_identifier,
ACTIONS(3082), 5,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_package_specification_token3,
[41325] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3072), 1,
anon_sym_COMMA,
ACTIONS(3076), 1,
aux_sym_with_clause_token2,
ACTIONS(3084), 1,
anon_sym_RPAREN,
STATE(1476), 1,
aux_sym_positional_array_aggregate_repeat1,
ACTIONS(3037), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[41345] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3086), 1,
anon_sym_LPAREN,
ACTIONS(3088), 1,
anon_sym_SEMI,
ACTIONS(3090), 1,
aux_sym_package_specification_token2,
STATE(1132), 1,
sym_known_discriminant_part,
STATE(1488), 1,
sym_aspect_specification,
[41367] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2104), 1,
anon_sym_COLON_EQ,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
STATE(1105), 1,
sym__assign_value,
STATE(1474), 1,
sym_aspect_specification,
ACTIONS(3092), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[41387] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3096), 1,
anon_sym_EQ_GT,
ACTIONS(3094), 5,
anon_sym_COMMA,
anon_sym_RPAREN,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym_package_specification_token2,
[41401] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3098), 1,
anon_sym_SEMI,
ACTIONS(3100), 1,
aux_sym_with_clause_token2,
STATE(261), 1,
sym_actual_parameter_part,
[41423] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
STATE(261), 1,
sym_actual_parameter_part,
ACTIONS(3102), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[41443] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3104), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(3106), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(3108), 1,
aux_sym_entry_declaration_token1,
STATE(1035), 1,
sym__subprogram_specification,
STATE(1068), 1,
sym_function_specification,
STATE(1143), 1,
sym_procedure_specification,
[41465] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3110), 1,
anon_sym_SEMI,
ACTIONS(3112), 1,
aux_sym_with_clause_token2,
STATE(261), 1,
sym_actual_parameter_part,
[41487] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3114), 1,
sym_identifier,
ACTIONS(3116), 5,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_package_specification_token3,
[41501] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1937), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(1939), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(3108), 1,
aux_sym_entry_declaration_token1,
STATE(1074), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
[41519] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(79), 1,
aux_sym_iteration_scheme_token1,
ACTIONS(319), 1,
aux_sym_subprogram_body_token1,
ACTIONS(333), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(3118), 1,
aux_sym_declare_expression_token1,
ACTIONS(3120), 1,
aux_sym_loop_statement_token1,
STATE(1828), 1,
sym_iteration_scheme,
[41541] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1937), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(1939), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(3122), 1,
aux_sym_package_specification_token1,
STATE(1056), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
[41559] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(3124), 1,
aux_sym_iterator_filter_token1,
ACTIONS(3126), 1,
aux_sym_package_specification_token3,
STATE(936), 3,
sym_exception_handler,
aux_sym__exception_handler_list,
sym_pragma_g,
[41577] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3128), 1,
aux_sym_iterator_filter_token1,
ACTIONS(3130), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
[41599] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3066), 1,
aux_sym_compilation_unit_token1,
ACTIONS(3132), 1,
aux_sym_with_clause_token1,
ACTIONS(3134), 1,
aux_sym_allocator_token1,
ACTIONS(3136), 1,
aux_sym_private_type_declaration_token1,
ACTIONS(3138), 1,
aux_sym_private_type_declaration_token2,
ACTIONS(3140), 1,
aux_sym_private_extension_declaration_token1,
[41621] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1795), 1,
aux_sym_primary_null_token1,
ACTIONS(1801), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3066), 1,
aux_sym_compilation_unit_token1,
ACTIONS(3142), 1,
anon_sym_SEMI,
ACTIONS(3144), 1,
aux_sym_with_clause_token1,
STATE(1352), 1,
sym_record_definition,
[41643] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1911), 1,
sym_identifier,
ACTIONS(1913), 5,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_attribute_designator_token1,
[41657] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3146), 1,
sym_identifier,
ACTIONS(3148), 5,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_relation_membership_token1,
[41671] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3150), 1,
sym_identifier,
STATE(1222), 1,
sym_quantifier,
ACTIONS(3152), 2,
aux_sym_use_clause_token1,
aux_sym_quantifier_token1,
STATE(1481), 2,
sym_loop_parameter_specification,
sym_iterator_specification,
[41689] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3154), 1,
sym_identifier,
ACTIONS(3156), 5,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_relation_membership_token1,
[41703] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2755), 1,
anon_sym_SEMI,
ACTIONS(3158), 1,
anon_sym_COLON,
ACTIONS(921), 4,
sym_tick,
anon_sym_DOT,
anon_sym_LPAREN,
anon_sym_COLON_EQ,
[41719] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2966), 1,
anon_sym_LPAREN,
ACTIONS(3160), 1,
anon_sym_SEMI,
ACTIONS(3162), 1,
aux_sym_package_specification_token2,
STATE(1452), 1,
sym_known_discriminant_part,
STATE(1456), 2,
sym__discriminant_part,
sym_unknown_discriminant_part,
[41739] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3164), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
[41758] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3166), 1,
sym_tick,
ACTIONS(3168), 1,
aux_sym_iterated_element_association_token2,
STATE(261), 1,
sym_actual_parameter_part,
[41777] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3170), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
[41796] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3172), 1,
aux_sym_object_renaming_declaration_token1,
STATE(261), 1,
sym_actual_parameter_part,
[41815] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3176), 1,
aux_sym_elsif_expression_item_token1,
ACTIONS(3174), 2,
aux_sym_package_specification_token3,
aux_sym_expression_token4,
STATE(968), 2,
sym_elsif_statement_item,
aux_sym_if_statement_repeat1,
[41830] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3179), 1,
anon_sym_RPAREN,
ACTIONS(3181), 1,
aux_sym_expression_token4,
ACTIONS(3183), 1,
aux_sym_elsif_expression_item_token1,
STATE(1002), 2,
sym_elsif_expression_item,
aux_sym_if_expression_repeat1,
[41847] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(2405), 1,
aux_sym_range_attribute_designator_token1,
STATE(261), 1,
sym_actual_parameter_part,
[41866] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3185), 1,
anon_sym_SEMI,
ACTIONS(3187), 1,
aux_sym_package_specification_token2,
ACTIONS(3189), 1,
aux_sym_object_renaming_declaration_token1,
STATE(1587), 1,
sym_aspect_specification,
[41885] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2649), 1,
anon_sym_LPAREN,
ACTIONS(2730), 1,
aux_sym_result_profile_token1,
STATE(1398), 1,
sym_formal_part,
STATE(1278), 2,
sym__parameter_and_result_profile,
sym_result_profile,
[41902] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2649), 1,
anon_sym_LPAREN,
STATE(1278), 1,
sym_formal_part,
ACTIONS(3191), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[41917] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3193), 1,
anon_sym_SEMI,
ACTIONS(913), 4,
sym_tick,
anon_sym_DOT,
anon_sym_LPAREN,
anon_sym_COLON_EQ,
[41930] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(3124), 1,
aux_sym_iterator_filter_token1,
STATE(954), 3,
sym_exception_handler,
aux_sym__exception_handler_list,
sym_pragma_g,
[41945] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(2649), 1,
anon_sym_LPAREN,
ACTIONS(3195), 1,
anon_sym_SEMI,
STATE(1154), 1,
sym_formal_part,
STATE(1590), 1,
sym_aspect_specification,
[41964] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3197), 1,
anon_sym_LPAREN,
ACTIONS(3199), 1,
anon_sym_SEMI,
STATE(1307), 1,
sym_formal_part,
STATE(1896), 1,
sym_aspect_specification,
[41983] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2104), 1,
anon_sym_COLON_EQ,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3201), 1,
anon_sym_SEMI,
STATE(1191), 1,
sym__assign_value,
STATE(1652), 1,
sym_aspect_specification,
[42002] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2649), 1,
anon_sym_LPAREN,
ACTIONS(2730), 1,
aux_sym_result_profile_token1,
STATE(1398), 1,
sym_formal_part,
STATE(831), 2,
sym__parameter_and_result_profile,
sym_result_profile,
[42019] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2104), 1,
anon_sym_COLON_EQ,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3203), 1,
anon_sym_SEMI,
STATE(1182), 1,
sym__assign_value,
STATE(1632), 1,
sym_aspect_specification,
[42038] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3205), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
[42057] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2104), 1,
anon_sym_COLON_EQ,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3207), 1,
anon_sym_SEMI,
STATE(1194), 1,
sym__assign_value,
STATE(1675), 1,
sym_aspect_specification,
[42076] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3209), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
[42095] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2104), 1,
anon_sym_COLON_EQ,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3211), 1,
anon_sym_SEMI,
STATE(1297), 1,
sym__assign_value,
STATE(1789), 1,
sym_aspect_specification,
[42114] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3213), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
[42133] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2104), 1,
anon_sym_COLON_EQ,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3215), 1,
anon_sym_SEMI,
STATE(1197), 1,
sym__assign_value,
STATE(1680), 1,
sym_aspect_specification,
[42152] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2649), 1,
anon_sym_LPAREN,
STATE(1166), 1,
sym_formal_part,
ACTIONS(3217), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[42167] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2104), 1,
anon_sym_COLON_EQ,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3219), 1,
anon_sym_SEMI,
STATE(1245), 1,
sym__assign_value,
STATE(1792), 1,
sym_aspect_specification,
[42186] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2649), 1,
anon_sym_LPAREN,
ACTIONS(2730), 1,
aux_sym_result_profile_token1,
STATE(1398), 1,
sym_formal_part,
STATE(1166), 2,
sym__parameter_and_result_profile,
sym_result_profile,
[42203] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3221), 1,
aux_sym_package_specification_token3,
ACTIONS(3223), 1,
aux_sym_expression_token4,
ACTIONS(3225), 1,
aux_sym_elsif_expression_item_token1,
STATE(968), 2,
sym_elsif_statement_item,
aux_sym_if_statement_repeat1,
[42220] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3227), 5,
anon_sym_COMMA,
anon_sym_RPAREN,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym_package_specification_token2,
[42231] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3229), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
ACTIONS(921), 3,
sym_tick,
anon_sym_DOT,
anon_sym_LPAREN,
[42244] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3231), 1,
aux_sym_expression_token1,
STATE(993), 1,
aux_sym__interface_list_repeat1,
ACTIONS(2924), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[42259] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3234), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
[42278] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3236), 1,
anon_sym_SEMI,
ACTIONS(3238), 1,
aux_sym_package_specification_token2,
ACTIONS(3240), 1,
aux_sym_object_renaming_declaration_token1,
STATE(1933), 1,
sym_aspect_specification,
[42297] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2104), 1,
anon_sym_COLON_EQ,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3242), 1,
anon_sym_SEMI,
STATE(1212), 1,
sym__assign_value,
STATE(1730), 1,
sym_aspect_specification,
[42316] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3104), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(3106), 1,
aux_sym_access_to_subprogram_definition_token3,
STATE(1035), 1,
sym__subprogram_specification,
STATE(1068), 1,
sym_function_specification,
STATE(1143), 1,
sym_procedure_specification,
[42335] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3244), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
[42354] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3246), 5,
anon_sym_COMMA,
anon_sym_RPAREN,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym_package_specification_token2,
[42365] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3248), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
[42384] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3250), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
[42403] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3183), 1,
aux_sym_elsif_expression_item_token1,
ACTIONS(3252), 1,
anon_sym_RPAREN,
ACTIONS(3254), 1,
aux_sym_expression_token4,
STATE(1018), 2,
sym_elsif_expression_item,
aux_sym_if_expression_repeat1,
[42420] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3256), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
[42439] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3236), 1,
anon_sym_SEMI,
ACTIONS(3240), 1,
aux_sym_object_renaming_declaration_token1,
ACTIONS(3258), 1,
aux_sym_package_specification_token2,
STATE(1441), 1,
sym_aspect_specification,
[42458] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3260), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
[42477] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1937), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(1939), 1,
aux_sym_access_to_subprogram_definition_token3,
STATE(1068), 1,
sym_function_specification,
STATE(1072), 1,
sym__subprogram_specification,
STATE(1143), 1,
sym_procedure_specification,
[42496] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2649), 1,
anon_sym_LPAREN,
ACTIONS(2730), 1,
aux_sym_result_profile_token1,
STATE(1398), 1,
sym_formal_part,
STATE(826), 2,
sym__parameter_and_result_profile,
sym_result_profile,
[42513] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2104), 1,
anon_sym_COLON_EQ,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3262), 1,
anon_sym_SEMI,
STATE(1258), 1,
sym__assign_value,
STATE(1804), 1,
sym_aspect_specification,
[42532] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3264), 1,
aux_sym_at_clause_token1,
STATE(261), 1,
sym_actual_parameter_part,
[42551] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3266), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
[42570] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3268), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
[42589] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3104), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(3106), 1,
aux_sym_access_to_subprogram_definition_token3,
STATE(971), 1,
sym__subprogram_specification,
STATE(1068), 1,
sym_function_specification,
STATE(1143), 1,
sym_procedure_specification,
[42608] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(2649), 1,
anon_sym_LPAREN,
ACTIONS(3270), 1,
anon_sym_SEMI,
STATE(1257), 1,
sym_formal_part,
STATE(1708), 1,
sym_aspect_specification,
[42627] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
aux_sym_delay_until_statement_token1,
STATE(1624), 1,
sym_delay_alternative,
STATE(31), 3,
sym__delay_statement,
sym_delay_until_statement,
sym_delay_relative_statement,
[42642] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3272), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
[42661] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3274), 1,
aux_sym_object_renaming_declaration_token1,
STATE(261), 1,
sym_actual_parameter_part,
[42680] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2649), 1,
anon_sym_LPAREN,
ACTIONS(2730), 1,
aux_sym_result_profile_token1,
STATE(1398), 1,
sym_formal_part,
STATE(824), 2,
sym__parameter_and_result_profile,
sym_result_profile,
[42697] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3278), 1,
aux_sym_elsif_expression_item_token1,
ACTIONS(3276), 2,
anon_sym_RPAREN,
aux_sym_expression_token4,
STATE(1018), 2,
sym_elsif_expression_item,
aux_sym_if_expression_repeat1,
[42712] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3281), 1,
sym_identifier,
ACTIONS(3283), 1,
anon_sym_LT_GT,
STATE(1295), 1,
sym_discriminant_specification,
STATE(1801), 1,
sym__defining_identifier_list,
STATE(1803), 1,
sym_discriminant_specification_list,
[42731] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1795), 1,
aux_sym_primary_null_token1,
ACTIONS(1801), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3285), 1,
aux_sym_compilation_unit_token1,
ACTIONS(3287), 1,
aux_sym_with_clause_token1,
STATE(1483), 1,
sym_record_definition,
[42750] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3289), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
[42769] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3225), 1,
aux_sym_elsif_expression_item_token1,
ACTIONS(3291), 1,
aux_sym_package_specification_token3,
ACTIONS(3293), 1,
aux_sym_expression_token4,
STATE(990), 2,
sym_elsif_statement_item,
aux_sym_if_statement_repeat1,
[42786] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3295), 1,
aux_sym_package_specification_token2,
ACTIONS(921), 4,
sym_tick,
anon_sym_DOT,
anon_sym_LPAREN,
aux_sym_with_clause_token2,
[42799] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3298), 5,
anon_sym_COMMA,
anon_sym_RPAREN,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym_package_specification_token2,
[42810] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3033), 1,
anon_sym_COMMA,
ACTIONS(3035), 1,
anon_sym_RBRACK,
STATE(1183), 1,
aux_sym_positional_array_aggregate_repeat1,
ACTIONS(3037), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[42827] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3300), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
[42846] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3302), 5,
anon_sym_COMMA,
anon_sym_RPAREN,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym_package_specification_token2,
[42857] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2755), 1,
anon_sym_SEMI,
ACTIONS(921), 4,
sym_tick,
anon_sym_DOT,
anon_sym_LPAREN,
anon_sym_COLON_EQ,
[42870] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2104), 1,
anon_sym_COLON_EQ,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3304), 1,
anon_sym_SEMI,
STATE(1319), 1,
sym__assign_value,
STATE(1946), 1,
sym_aspect_specification,
[42889] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2104), 1,
anon_sym_COLON_EQ,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3306), 1,
anon_sym_SEMI,
STATE(1320), 1,
sym__assign_value,
STATE(1873), 1,
sym_aspect_specification,
[42908] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2052), 5,
aux_sym_iterated_element_association_token1,
aux_sym_subprogram_body_token1,
aux_sym_declare_expression_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
[42919] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3086), 1,
anon_sym_LPAREN,
ACTIONS(3308), 1,
aux_sym_package_specification_token2,
STATE(1240), 1,
sym_known_discriminant_part,
STATE(1775), 1,
sym_aspect_specification,
[42938] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3310), 1,
anon_sym_RPAREN,
STATE(261), 1,
sym_actual_parameter_part,
[42957] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2222), 1,
aux_sym_iterator_filter_token1,
STATE(1336), 1,
sym_iterator_filter,
ACTIONS(3312), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[42972] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3185), 1,
anon_sym_SEMI,
ACTIONS(3189), 1,
aux_sym_object_renaming_declaration_token1,
ACTIONS(3314), 1,
aux_sym_package_specification_token2,
STATE(1448), 1,
sym_aspect_specification,
[42991] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3316), 1,
anon_sym_COMMA,
STATE(261), 1,
sym_actual_parameter_part,
[43010] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3318), 1,
anon_sym_LPAREN,
ACTIONS(3320), 1,
anon_sym_SEMI,
STATE(1276), 1,
sym_formal_part,
STATE(1833), 1,
sym_aspect_specification,
[43029] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1937), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(1939), 1,
aux_sym_access_to_subprogram_definition_token3,
STATE(1168), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
[43044] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3322), 1,
aux_sym_object_renaming_declaration_token1,
STATE(261), 1,
sym_actual_parameter_part,
[43063] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3324), 1,
aux_sym_object_renaming_declaration_token1,
STATE(261), 1,
sym_actual_parameter_part,
[43082] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3326), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
[43101] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3328), 1,
anon_sym_RPAREN,
STATE(261), 1,
sym_actual_parameter_part,
[43120] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1795), 1,
aux_sym_primary_null_token1,
ACTIONS(1801), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3070), 1,
aux_sym_interface_type_definition_token2,
ACTIONS(3330), 1,
aux_sym_allocator_token1,
STATE(1352), 1,
sym_record_definition,
[43139] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3332), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
[43158] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2734), 1,
aux_sym_expression_token1,
STATE(993), 1,
aux_sym__interface_list_repeat1,
ACTIONS(3334), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[43173] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3336), 1,
aux_sym_object_renaming_declaration_token1,
STATE(261), 1,
sym_actual_parameter_part,
[43192] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3338), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
[43211] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3340), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
[43230] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2222), 1,
aux_sym_iterator_filter_token1,
STATE(1157), 1,
sym_iterator_filter,
ACTIONS(3342), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[43245] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3044), 5,
anon_sym_COMMA,
anon_sym_RPAREN,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym_package_specification_token2,
[43256] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3344), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
[43275] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
ACTIONS(3346), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_actual_parameter_part,
[43294] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3348), 4,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
anon_sym_COLON_EQ,
[43304] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1795), 1,
aux_sym_primary_null_token1,
ACTIONS(1801), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3350), 1,
aux_sym_compilation_unit_token1,
STATE(1417), 1,
sym_record_definition,
[43320] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1795), 1,
aux_sym_primary_null_token1,
ACTIONS(1801), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3352), 1,
aux_sym_with_clause_token1,
STATE(1352), 1,
sym_record_definition,
[43336] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3354), 1,
anon_sym_SEMI,
ACTIONS(3356), 1,
aux_sym_package_specification_token2,
STATE(1584), 1,
sym_aspect_specification,
[43352] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3358), 1,
aux_sym_package_specification_token3,
ACTIONS(3360), 1,
aux_sym_expression_token3,
ACTIONS(3362), 1,
aux_sym_expression_token4,
STATE(1070), 1,
aux_sym_selective_accept_repeat1,
[43368] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1795), 1,
aux_sym_primary_null_token1,
ACTIONS(1801), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3285), 1,
aux_sym_compilation_unit_token1,
STATE(1483), 1,
sym_record_definition,
[43384] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1795), 1,
aux_sym_primary_null_token1,
ACTIONS(1801), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3364), 1,
aux_sym_compilation_unit_token1,
STATE(1417), 1,
sym_record_definition,
[43400] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3360), 1,
aux_sym_expression_token3,
ACTIONS(3366), 1,
aux_sym_package_specification_token3,
ACTIONS(3368), 1,
aux_sym_expression_token4,
STATE(1097), 1,
aux_sym_selective_accept_repeat1,
[43416] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2104), 1,
anon_sym_COLON_EQ,
STATE(1420), 1,
sym__assign_value,
ACTIONS(3370), 2,
anon_sym_SEMI,
aux_sym_accept_statement_token2,
[43430] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3372), 1,
aux_sym_iterator_filter_token1,
ACTIONS(3374), 1,
aux_sym_package_specification_token3,
STATE(1110), 2,
sym_case_statement_alternative,
aux_sym_case_statement_repeat1,
[43444] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3376), 1,
anon_sym_SEMI,
ACTIONS(3378), 1,
aux_sym_with_clause_token2,
ACTIONS(3381), 1,
aux_sym_expression_token1,
STATE(1442), 1,
sym_record_extension_part,
[43460] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3383), 4,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
anon_sym_COLON_EQ,
[43470] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3385), 4,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
anon_sym_COLON_EQ,
[43480] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3389), 1,
aux_sym_allocator_token1,
ACTIONS(3391), 1,
aux_sym_private_type_declaration_token2,
ACTIONS(3387), 2,
aux_sym_with_clause_token1,
aux_sym_private_extension_declaration_token1,
[43494] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3393), 1,
aux_sym_iterator_filter_token1,
ACTIONS(3395), 1,
aux_sym_package_specification_token3,
STATE(1140), 2,
sym_variant,
aux_sym_variant_list_repeat1,
[43508] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3399), 1,
aux_sym_package_specification_token2,
ACTIONS(3397), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_object_renaming_declaration_token1,
[43520] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
STATE(1396), 1,
sym_aspect_specification,
ACTIONS(3402), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[43534] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3406), 1,
aux_sym_expression_token3,
STATE(1070), 1,
aux_sym_selective_accept_repeat1,
ACTIONS(3404), 2,
aux_sym_package_specification_token3,
aux_sym_expression_token4,
[43548] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
STATE(1360), 1,
sym_aspect_specification,
ACTIONS(3409), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[43562] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3185), 1,
anon_sym_SEMI,
ACTIONS(3411), 1,
aux_sym_package_specification_token2,
STATE(1448), 1,
sym_aspect_specification,
[43578] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3413), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(867), 3,
sym_tick,
anon_sym_DOT,
anon_sym_LPAREN,
[43590] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3185), 1,
anon_sym_SEMI,
ACTIONS(3187), 1,
aux_sym_package_specification_token2,
STATE(1587), 1,
sym_aspect_specification,
[43606] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2104), 1,
anon_sym_COLON_EQ,
STATE(1485), 1,
sym__assign_value,
ACTIONS(3416), 2,
anon_sym_SEMI,
aux_sym_accept_statement_token2,
[43620] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3418), 1,
anon_sym_SEMI,
ACTIONS(3420), 1,
aux_sym_expression_token3,
STATE(1540), 1,
sym_aspect_specification,
[43636] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3422), 1,
aux_sym_compilation_unit_token1,
ACTIONS(3424), 1,
anon_sym_SEMI,
ACTIONS(3426), 1,
aux_sym_with_clause_token1,
ACTIONS(3428), 1,
aux_sym_expression_token3,
[43652] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3430), 1,
anon_sym_COMMA,
STATE(1101), 1,
aux_sym__array_component_association_list_repeat1,
ACTIONS(3432), 2,
anon_sym_RPAREN,
anon_sym_RBRACK,
[43666] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1795), 1,
aux_sym_primary_null_token1,
ACTIONS(1801), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3434), 1,
aux_sym_compilation_unit_token1,
STATE(1417), 1,
sym_record_definition,
[43682] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3360), 1,
aux_sym_expression_token3,
ACTIONS(3436), 1,
aux_sym_package_specification_token3,
ACTIONS(3438), 1,
aux_sym_expression_token4,
STATE(1057), 1,
aux_sym_selective_accept_repeat1,
[43698] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2649), 1,
anon_sym_LPAREN,
ACTIONS(3440), 1,
anon_sym_SEMI,
ACTIONS(3442), 1,
aux_sym_accept_statement_token2,
STATE(1349), 1,
sym_formal_part,
[43714] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3236), 1,
anon_sym_SEMI,
ACTIONS(3444), 1,
aux_sym_package_specification_token2,
STATE(1441), 1,
sym_aspect_specification,
[43730] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3446), 1,
anon_sym_SEMI,
ACTIONS(3448), 1,
aux_sym_with_clause_token2,
ACTIONS(3451), 1,
aux_sym_expression_token1,
STATE(1467), 1,
sym_record_extension_part,
[43746] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3455), 1,
aux_sym_expression_token1,
ACTIONS(3453), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[43758] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3281), 1,
sym_identifier,
STATE(1295), 1,
sym_discriminant_specification,
STATE(1801), 1,
sym__defining_identifier_list,
STATE(1803), 1,
sym_discriminant_specification_list,
[43774] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3236), 1,
anon_sym_SEMI,
ACTIONS(3238), 1,
aux_sym_package_specification_token2,
STATE(1933), 1,
sym_aspect_specification,
[43790] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3459), 1,
aux_sym_range_attribute_designator_token1,
STATE(1449), 1,
sym_real_range_specification,
ACTIONS(3457), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[43804] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3430), 1,
anon_sym_COMMA,
STATE(1078), 1,
aux_sym__array_component_association_list_repeat1,
ACTIONS(3461), 2,
anon_sym_RPAREN,
anon_sym_RBRACK,
[43818] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3463), 4,
anon_sym_RPAREN,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym_package_specification_token2,
[43828] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1795), 1,
aux_sym_primary_null_token1,
ACTIONS(1801), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3465), 1,
aux_sym_compilation_unit_token1,
STATE(1417), 1,
sym_record_definition,
[43844] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3467), 1,
aux_sym_attribute_designator_token3,
ACTIONS(3469), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[43856] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3459), 1,
aux_sym_range_attribute_designator_token1,
STATE(1463), 1,
sym_real_range_specification,
ACTIONS(3471), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[43870] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3475), 1,
aux_sym_expression_token2,
ACTIONS(3473), 3,
aux_sym_package_specification_token3,
aux_sym_expression_token3,
aux_sym_expression_token4,
[43882] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2104), 1,
anon_sym_COLON_EQ,
STATE(1358), 1,
sym__assign_value,
ACTIONS(3477), 2,
anon_sym_SEMI,
aux_sym_accept_statement_token2,
[43896] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3479), 1,
sym_identifier,
STATE(940), 1,
sym_aspect_association,
STATE(945), 1,
sym__aspect_mark,
STATE(1089), 1,
sym_aspect_mark_list,
[43912] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2104), 1,
anon_sym_COLON_EQ,
STATE(1371), 1,
sym__assign_value,
ACTIONS(3477), 2,
anon_sym_SEMI,
aux_sym_accept_statement_token2,
[43926] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3360), 1,
aux_sym_expression_token3,
ACTIONS(3436), 1,
aux_sym_package_specification_token3,
ACTIONS(3438), 1,
aux_sym_expression_token4,
STATE(1070), 1,
aux_sym_selective_accept_repeat1,
[43942] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
STATE(974), 1,
sym_actual_parameter_part,
[43958] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3376), 1,
anon_sym_SEMI,
ACTIONS(3481), 1,
aux_sym_with_clause_token2,
ACTIONS(3484), 1,
aux_sym_expression_token1,
STATE(1442), 1,
sym_record_extension_part,
[43974] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3486), 4,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
anon_sym_COLON_EQ,
[43984] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3488), 1,
anon_sym_COMMA,
STATE(1101), 1,
aux_sym__array_component_association_list_repeat1,
ACTIONS(3491), 2,
anon_sym_RPAREN,
anon_sym_RBRACK,
[43998] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
sym_tick,
ACTIONS(985), 1,
anon_sym_LPAREN,
ACTIONS(1994), 1,
anon_sym_DOT,
STATE(261), 1,
sym_actual_parameter_part,
[44014] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3393), 1,
aux_sym_iterator_filter_token1,
STATE(1627), 1,
sym_variant_list,
STATE(1067), 2,
sym_variant,
aux_sym_variant_list_repeat1,
[44028] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1973), 1,
anon_sym_COMMA,
ACTIONS(2757), 1,
aux_sym_object_renaming_declaration_token1,
ACTIONS(3493), 1,
anon_sym_COLON,
STATE(1147), 1,
aux_sym__defining_identifier_list_repeat1,
[44044] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
STATE(1433), 1,
sym_aspect_specification,
ACTIONS(3496), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[44058] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3498), 4,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
aux_sym_object_renaming_declaration_token1,
[44068] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3500), 1,
anon_sym_COMMA,
ACTIONS(3502), 1,
anon_sym_RPAREN,
STATE(1223), 1,
aux_sym_record_component_association_list_repeat1,
STATE(1224), 1,
aux_sym_positional_array_aggregate_repeat1,
[44084] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3505), 4,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[44094] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3507), 1,
aux_sym_package_specification_token2,
ACTIONS(3397), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_object_renaming_declaration_token1,
[44106] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3510), 1,
aux_sym_iterator_filter_token1,
ACTIONS(3513), 1,
aux_sym_package_specification_token3,
STATE(1110), 2,
sym_case_statement_alternative,
aux_sym_case_statement_repeat1,
[44120] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2104), 1,
anon_sym_COLON_EQ,
STATE(1403), 1,
sym__assign_value,
ACTIONS(3515), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[44134] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3517), 4,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_with_clause_token2,
aux_sym_object_renaming_declaration_token1,
[44144] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3521), 1,
aux_sym_expression_token1,
ACTIONS(3519), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[44156] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3523), 4,
anon_sym_RPAREN,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_accept_statement_token2,
[44166] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3525), 4,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
anon_sym_COLON_EQ,
[44176] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
STATE(1370), 1,
sym_aspect_specification,
ACTIONS(3527), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[44190] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3529), 1,
anon_sym_SEMI,
ACTIONS(3531), 1,
aux_sym_expression_token3,
STATE(1758), 1,
sym_aspect_specification,
[44206] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
STATE(1434), 1,
sym_aspect_specification,
ACTIONS(3533), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[44220] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3535), 4,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
anon_sym_COLON_EQ,
[44230] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3422), 1,
aux_sym_compilation_unit_token1,
ACTIONS(3426), 1,
aux_sym_with_clause_token1,
ACTIONS(3537), 1,
anon_sym_SEMI,
ACTIONS(3539), 1,
aux_sym_expression_token3,
[44246] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3541), 1,
anon_sym_SEMI,
ACTIONS(3543), 1,
aux_sym_with_clause_token2,
ACTIONS(3546), 1,
aux_sym_expression_token1,
STATE(1413), 1,
sym_record_extension_part,
[44262] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3550), 1,
aux_sym_allocator_token1,
ACTIONS(3552), 1,
aux_sym_private_type_declaration_token2,
ACTIONS(3548), 2,
aux_sym_with_clause_token1,
aux_sym_private_extension_declaration_token1,
[44276] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1795), 1,
aux_sym_primary_null_token1,
ACTIONS(1801), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3554), 1,
aux_sym_compilation_unit_token1,
STATE(1417), 1,
sym_record_definition,
[44292] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3556), 1,
anon_sym_COMMA,
STATE(1124), 1,
aux_sym_positional_array_aggregate_repeat1,
ACTIONS(3559), 2,
anon_sym_RPAREN,
anon_sym_RBRACK,
[44306] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1973), 1,
anon_sym_COMMA,
ACTIONS(2757), 1,
aux_sym_object_renaming_declaration_token1,
ACTIONS(3561), 1,
anon_sym_COLON,
STATE(1147), 1,
aux_sym__defining_identifier_list_repeat1,
[44322] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3027), 1,
aux_sym_iterator_filter_token1,
STATE(1437), 1,
sym_aspect_specification,
STATE(1662), 1,
sym_entry_barrier,
[44338] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3564), 1,
aux_sym_package_specification_token2,
ACTIONS(3397), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_object_renaming_declaration_token1,
[44350] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3068), 1,
aux_sym_allocator_token1,
ACTIONS(3140), 1,
aux_sym_private_extension_declaration_token1,
ACTIONS(3567), 1,
aux_sym_with_clause_token1,
ACTIONS(3569), 1,
aux_sym_private_type_declaration_token2,
[44366] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3571), 1,
anon_sym_LPAREN,
ACTIONS(3573), 1,
anon_sym_SEMI,
ACTIONS(3575), 1,
aux_sym_accept_statement_token2,
STATE(1392), 1,
sym_formal_part,
[44382] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3577), 1,
anon_sym_COMMA,
ACTIONS(3579), 1,
anon_sym_RPAREN,
ACTIONS(3037), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[44396] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1795), 1,
aux_sym_primary_null_token1,
ACTIONS(1801), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3581), 1,
aux_sym_compilation_unit_token1,
STATE(1428), 1,
sym_record_definition,
[44412] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3583), 1,
anon_sym_SEMI,
ACTIONS(3585), 1,
aux_sym_package_specification_token2,
STATE(1404), 1,
sym_aspect_specification,
[44428] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3587), 1,
anon_sym_SEMI,
ACTIONS(3589), 1,
aux_sym_package_specification_token2,
STATE(1355), 1,
sym_aspect_specification,
[44444] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3591), 1,
anon_sym_COMMA,
STATE(1476), 1,
aux_sym_positional_array_aggregate_repeat1,
ACTIONS(3037), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[44458] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1795), 1,
aux_sym_primary_null_token1,
ACTIONS(1801), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3593), 1,
aux_sym_compilation_unit_token1,
STATE(1417), 1,
sym_record_definition,
[44474] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3541), 1,
anon_sym_SEMI,
ACTIONS(3595), 1,
aux_sym_with_clause_token2,
ACTIONS(3598), 1,
aux_sym_expression_token1,
STATE(1413), 1,
sym_record_extension_part,
[44490] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3600), 1,
anon_sym_COMMA,
STATE(1137), 1,
aux_sym__name_list_repeat1,
ACTIONS(2984), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[44504] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3014), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(921), 3,
sym_tick,
anon_sym_DOT,
anon_sym_LPAREN,
[44516] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3446), 1,
anon_sym_SEMI,
ACTIONS(3603), 1,
aux_sym_with_clause_token2,
ACTIONS(3606), 1,
aux_sym_expression_token1,
STATE(1467), 1,
sym_record_extension_part,
[44532] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3608), 1,
aux_sym_iterator_filter_token1,
ACTIONS(3611), 1,
aux_sym_package_specification_token3,
STATE(1140), 2,
sym_variant,
aux_sym_variant_list_repeat1,
[44546] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1795), 1,
aux_sym_primary_null_token1,
ACTIONS(1801), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3613), 1,
aux_sym_with_clause_token1,
STATE(1483), 1,
sym_record_definition,
[44562] = 4,
ACTIONS(3), 1,
sym_comment,
STATE(1323), 1,
sym__enumeration_literal_specification,
STATE(1929), 1,
sym__enumeration_literal_list,
ACTIONS(3615), 2,
sym_identifier,
sym_character_literal,
[44576] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3617), 1,
aux_sym_package_specification_token2,
ACTIONS(3397), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_object_renaming_declaration_token1,
[44588] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3281), 1,
sym_identifier,
STATE(1255), 1,
sym_parameter_specification,
STATE(1672), 1,
sym__parameter_specification_list,
STATE(1718), 1,
sym__defining_identifier_list,
[44604] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3473), 3,
aux_sym_package_specification_token3,
aux_sym_expression_token3,
aux_sym_expression_token4,
[44613] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3620), 1,
anon_sym_COMMA,
ACTIONS(3623), 1,
anon_sym_RPAREN,
STATE(1146), 1,
aux_sym__index_subtype_definition_list_repeat1,
[44626] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1973), 1,
anon_sym_COMMA,
ACTIONS(3625), 1,
anon_sym_COLON,
STATE(1181), 1,
aux_sym__defining_identifier_list_repeat1,
[44639] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3627), 1,
anon_sym_SEMI,
STATE(1566), 1,
sym_aspect_specification,
[44652] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3629), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[44661] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(451), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(3631), 1,
anon_sym_LPAREN,
STATE(1522), 1,
sym_iterated_element_association,
[44674] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3633), 1,
anon_sym_SEMI,
ACTIONS(3635), 1,
aux_sym_package_specification_token2,
ACTIONS(3637), 1,
aux_sym_expression_token3,
[44687] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3639), 1,
anon_sym_SEMI,
STATE(1715), 1,
sym_aspect_specification,
[44700] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3641), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[44709] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3643), 1,
anon_sym_SEMI,
STATE(1735), 1,
sym_aspect_specification,
[44722] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3645), 1,
anon_sym_COMMA,
ACTIONS(3647), 1,
anon_sym_RPAREN,
STATE(1225), 1,
aux_sym_global_aspect_definition_repeat1,
[44735] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3649), 1,
anon_sym_COMMA,
ACTIONS(3652), 1,
anon_sym_RPAREN,
STATE(1156), 1,
aux_sym__discrete_subtype_definition_list_repeat1,
[44748] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3654), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[44757] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3656), 1,
anon_sym_RPAREN,
ACTIONS(3658), 1,
anon_sym_SEMI,
STATE(1158), 1,
aux_sym_discriminant_specification_list_repeat1,
[44770] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2952), 1,
anon_sym_COMMA,
ACTIONS(3661), 1,
anon_sym_SEMI,
STATE(1137), 1,
aux_sym__name_list_repeat1,
[44783] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3663), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[44792] = 3,
ACTIONS(3), 1,
sym_comment,
STATE(1405), 1,
sym__enumeration_literal_specification,
ACTIONS(3665), 2,
sym_identifier,
sym_character_literal,
[44803] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3667), 1,
anon_sym_COMMA,
ACTIONS(3669), 1,
anon_sym_RPAREN,
STATE(1280), 1,
aux_sym__enumeration_literal_list_repeat1,
[44816] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1795), 1,
aux_sym_primary_null_token1,
ACTIONS(1801), 1,
aux_sym_record_component_association_list_token1,
STATE(1483), 1,
sym_record_definition,
[44829] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1909), 1,
anon_sym_COLON,
ACTIONS(1973), 1,
anon_sym_COMMA,
STATE(1147), 1,
aux_sym__defining_identifier_list_repeat1,
[44842] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3671), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[44851] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3191), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[44860] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3673), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[44869] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3675), 1,
aux_sym_package_specification_token2,
STATE(1641), 1,
sym_aspect_specification,
[44882] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3677), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[44891] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3679), 1,
anon_sym_SEMI,
STATE(1814), 1,
sym_aspect_specification,
[44904] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3671), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[44913] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3681), 1,
anon_sym_SEMI,
STATE(1893), 1,
sym_aspect_specification,
[44926] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3683), 1,
anon_sym_COMMA,
ACTIONS(3685), 1,
anon_sym_RPAREN,
STATE(1199), 1,
aux_sym_pragma_g_repeat1,
[44939] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3687), 1,
anon_sym_EQ_GT,
ACTIONS(3689), 1,
anon_sym_PIPE,
STATE(1234), 1,
aux_sym_exception_choice_list_repeat1,
[44952] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3691), 3,
anon_sym_SEMI,
anon_sym_COLON_EQ,
aux_sym_accept_statement_token2,
[44961] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3693), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[44970] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3695), 1,
anon_sym_SEMI,
STATE(1881), 1,
sym_aspect_specification,
[44983] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3697), 1,
anon_sym_SEMI,
STATE(1863), 1,
sym_aspect_specification,
[44996] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3699), 3,
aux_sym_terminate_alternative_token1,
aux_sym_accept_statement_token1,
aux_sym_delay_until_statement_token1,
[45005] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3701), 1,
anon_sym_SEMI,
STATE(1754), 1,
sym_aspect_specification,
[45018] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3703), 1,
anon_sym_COMMA,
ACTIONS(3706), 1,
anon_sym_COLON,
STATE(1181), 1,
aux_sym__defining_identifier_list_repeat1,
[45031] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3708), 1,
anon_sym_SEMI,
STATE(1763), 1,
sym_aspect_specification,
[45044] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3710), 1,
anon_sym_COMMA,
ACTIONS(3712), 1,
anon_sym_RBRACK,
STATE(1124), 1,
aux_sym_positional_array_aggregate_repeat1,
[45057] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3714), 1,
anon_sym_SEMI,
STATE(1770), 1,
sym_aspect_specification,
[45070] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3716), 1,
anon_sym_SEMI,
STATE(1774), 1,
sym_aspect_specification,
[45083] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3718), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
[45092] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3404), 3,
aux_sym_package_specification_token3,
aux_sym_expression_token3,
aux_sym_expression_token4,
[45101] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3012), 1,
aux_sym_chunk_specification_token1,
ACTIONS(3017), 1,
anon_sym_COLON,
ACTIONS(3019), 1,
aux_sym_iterator_specification_token1,
[45114] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3720), 1,
sym_identifier,
STATE(1481), 2,
sym_loop_parameter_specification,
sym_iterator_specification,
[45125] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3722), 1,
anon_sym_EQ_GT,
ACTIONS(3724), 1,
anon_sym_PIPE,
STATE(1249), 1,
aux_sym_discrete_choice_list_repeat1,
[45138] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3726), 1,
anon_sym_SEMI,
STATE(1926), 1,
sym_aspect_specification,
[45151] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3728), 1,
anon_sym_COMMA,
ACTIONS(3730), 1,
anon_sym_RPAREN,
STATE(1318), 1,
aux_sym__index_subtype_definition_list_repeat1,
[45164] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3732), 1,
anon_sym_COMMA,
ACTIONS(3734), 1,
anon_sym_RPAREN,
STATE(1317), 1,
aux_sym__discrete_subtype_definition_list_repeat1,
[45177] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3306), 1,
anon_sym_SEMI,
STATE(1873), 1,
sym_aspect_specification,
[45190] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3736), 1,
aux_sym_package_specification_token2,
STATE(1753), 1,
sym_aspect_specification,
[45203] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3738), 1,
anon_sym_COMMA,
ACTIONS(3741), 1,
anon_sym_RPAREN,
STATE(1196), 1,
aux_sym_case_expression_repeat1,
[45216] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3743), 1,
anon_sym_SEMI,
STATE(1890), 1,
sym_aspect_specification,
[45229] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3745), 1,
anon_sym_COMMA,
ACTIONS(3748), 1,
anon_sym_RPAREN,
STATE(1198), 1,
aux_sym_actual_parameter_part_repeat1,
[45242] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3683), 1,
anon_sym_COMMA,
ACTIONS(3750), 1,
anon_sym_RPAREN,
STATE(1303), 1,
aux_sym_pragma_g_repeat1,
[45255] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3752), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[45264] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3754), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[45273] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3756), 1,
anon_sym_COMMA,
ACTIONS(3758), 1,
anon_sym_RPAREN,
STATE(1254), 1,
aux_sym_record_component_association_list_repeat2,
[45286] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3760), 1,
anon_sym_COMMA,
ACTIONS(3763), 1,
anon_sym_RPAREN,
STATE(1203), 1,
aux_sym_record_component_association_list_repeat1,
[45299] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3765), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[45308] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3767), 1,
anon_sym_RPAREN,
ACTIONS(3769), 1,
anon_sym_SEMI,
STATE(1205), 1,
aux_sym__parameter_specification_list_repeat1,
[45321] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3772), 3,
aux_sym_package_specification_token3,
aux_sym_expression_token3,
aux_sym_expression_token4,
[45330] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3774), 3,
aux_sym_package_specification_token3,
aux_sym_expression_token4,
aux_sym_elsif_expression_item_token1,
[45339] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3776), 1,
anon_sym_COMMA,
ACTIONS(3778), 1,
anon_sym_RPAREN,
STATE(1196), 1,
aux_sym_case_expression_repeat1,
[45352] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3780), 1,
anon_sym_COMMA,
ACTIONS(3783), 1,
anon_sym_RPAREN,
STATE(1209), 1,
aux_sym_index_constraint_repeat1,
[45365] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3785), 1,
anon_sym_COMMA,
ACTIONS(3787), 1,
anon_sym_RPAREN,
STATE(1209), 1,
aux_sym_index_constraint_repeat1,
[45378] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3789), 1,
anon_sym_COMMA,
ACTIONS(3791), 1,
anon_sym_RPAREN,
STATE(1223), 1,
aux_sym_record_component_association_list_repeat1,
[45391] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3211), 1,
anon_sym_SEMI,
STATE(1789), 1,
sym_aspect_specification,
[45404] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3793), 1,
anon_sym_SEMI,
STATE(1781), 1,
sym_aspect_specification,
[45417] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3795), 1,
anon_sym_SEMI,
STATE(1783), 1,
sym_aspect_specification,
[45430] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3797), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[45439] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3799), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[45448] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3776), 1,
anon_sym_COMMA,
ACTIONS(3801), 1,
anon_sym_RPAREN,
STATE(1208), 1,
aux_sym_case_expression_repeat1,
[45461] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3803), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[45470] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3805), 1,
anon_sym_COMMA,
ACTIONS(3807), 1,
anon_sym_RPAREN,
STATE(1232), 1,
aux_sym_actual_parameter_part_repeat1,
[45483] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3070), 1,
aux_sym_interface_type_definition_token2,
ACTIONS(3422), 1,
aux_sym_compilation_unit_token1,
ACTIONS(3550), 1,
aux_sym_allocator_token1,
[45496] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3809), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[45505] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3720), 1,
sym_identifier,
STATE(1820), 2,
sym_loop_parameter_specification,
sym_iterator_specification,
[45516] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3789), 1,
anon_sym_COMMA,
ACTIONS(3811), 1,
anon_sym_RPAREN,
STATE(1203), 1,
aux_sym_record_component_association_list_repeat1,
[45529] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3813), 1,
anon_sym_COMMA,
ACTIONS(3815), 1,
anon_sym_RPAREN,
STATE(1124), 1,
aux_sym_positional_array_aggregate_repeat1,
[45542] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3817), 1,
anon_sym_COMMA,
ACTIONS(3820), 1,
anon_sym_RPAREN,
STATE(1225), 1,
aux_sym_global_aspect_definition_repeat1,
[45555] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3822), 1,
anon_sym_SEMI,
STATE(1841), 1,
sym_aspect_specification,
[45568] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3824), 1,
anon_sym_SEMI,
STATE(1698), 1,
sym_aspect_specification,
[45581] = 3,
ACTIONS(3), 1,
sym_comment,
STATE(1222), 1,
sym_quantifier,
ACTIONS(3152), 2,
aux_sym_use_clause_token1,
aux_sym_quantifier_token1,
[45592] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3826), 3,
aux_sym_package_specification_token3,
aux_sym_expression_token3,
aux_sym_expression_token4,
[45601] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3828), 1,
anon_sym_SEMI,
STATE(1690), 1,
sym_aspect_specification,
[45614] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3830), 1,
anon_sym_SEMI,
STATE(1834), 1,
sym_aspect_specification,
[45627] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3805), 1,
anon_sym_COMMA,
ACTIONS(3832), 1,
anon_sym_RPAREN,
STATE(1198), 1,
aux_sym_actual_parameter_part_repeat1,
[45640] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3834), 1,
anon_sym_SEMI,
STATE(1839), 1,
sym_aspect_specification,
[45653] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3836), 1,
anon_sym_EQ_GT,
ACTIONS(3838), 1,
anon_sym_PIPE,
STATE(1234), 1,
aux_sym_exception_choice_list_repeat1,
[45666] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3841), 3,
aux_sym_iterator_filter_token1,
aux_sym_package_specification_token3,
aux_sym_pragma_g_token1,
[45675] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3843), 1,
aux_sym_package_specification_token2,
STATE(1765), 1,
sym_aspect_specification,
[45688] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3845), 1,
aux_sym_package_specification_token2,
STATE(1562), 1,
sym_aspect_specification,
[45701] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1835), 1,
anon_sym_PIPE,
ACTIONS(3847), 1,
anon_sym_EQ_GT,
STATE(1266), 1,
aux_sym_component_choice_list_repeat1,
[45714] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3849), 1,
anon_sym_SEMI,
STATE(1843), 1,
sym_aspect_specification,
[45727] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3851), 1,
aux_sym_package_specification_token2,
STATE(1840), 1,
sym_aspect_specification,
[45740] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3853), 1,
aux_sym_package_specification_token2,
STATE(1765), 1,
sym_aspect_specification,
[45753] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3855), 3,
aux_sym_iterator_filter_token1,
aux_sym_package_specification_token3,
aux_sym_pragma_g_token1,
[45762] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1795), 1,
aux_sym_primary_null_token1,
ACTIONS(1801), 1,
aux_sym_record_component_association_list_token1,
STATE(1428), 1,
sym_record_definition,
[45775] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3857), 3,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_entry_declaration_token1,
[45784] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3859), 1,
anon_sym_SEMI,
STATE(1649), 1,
sym_aspect_specification,
[45797] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1795), 1,
aux_sym_primary_null_token1,
ACTIONS(1801), 1,
aux_sym_record_component_association_list_token1,
STATE(1417), 1,
sym_record_definition,
[45810] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3559), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
[45819] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3861), 1,
sym_identifier,
ACTIONS(3863), 1,
aux_sym_use_clause_token2,
ACTIONS(3865), 1,
aux_sym_package_body_token1,
[45832] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3867), 1,
anon_sym_EQ_GT,
ACTIONS(3869), 1,
anon_sym_PIPE,
STATE(1249), 1,
aux_sym_discrete_choice_list_repeat1,
[45845] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3872), 1,
anon_sym_SEMI,
STATE(1639), 1,
sym_aspect_specification,
[45858] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3874), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
[45867] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3876), 1,
sym_identifier,
ACTIONS(3878), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[45878] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3491), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
[45887] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3880), 1,
anon_sym_COMMA,
ACTIONS(3883), 1,
anon_sym_RPAREN,
STATE(1254), 1,
aux_sym_record_component_association_list_repeat2,
[45900] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3885), 1,
anon_sym_RPAREN,
ACTIONS(3887), 1,
anon_sym_SEMI,
STATE(1274), 1,
aux_sym__parameter_specification_list_repeat1,
[45913] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3889), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[45922] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3891), 1,
anon_sym_SEMI,
STATE(1520), 1,
sym_aspect_specification,
[45935] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3207), 1,
anon_sym_SEMI,
STATE(1675), 1,
sym_aspect_specification,
[45948] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2952), 1,
anon_sym_COMMA,
ACTIONS(3893), 1,
anon_sym_SEMI,
STATE(1137), 1,
aux_sym__name_list_repeat1,
[45961] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3724), 1,
anon_sym_PIPE,
ACTIONS(3895), 1,
anon_sym_EQ_GT,
STATE(1190), 1,
aux_sym_discrete_choice_list_repeat1,
[45974] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3897), 1,
sym_identifier,
ACTIONS(3899), 1,
aux_sym_use_clause_token2,
ACTIONS(3901), 1,
aux_sym_package_body_token1,
[45987] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3903), 1,
anon_sym_SEMI,
STATE(1623), 1,
sym_aspect_specification,
[46000] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3905), 1,
anon_sym_SEMI,
STATE(1524), 1,
sym_aspect_specification,
[46013] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3475), 1,
aux_sym_expression_token2,
ACTIONS(3907), 2,
aux_sym_expression_token3,
aux_sym_expression_token4,
[46024] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3909), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[46033] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3229), 1,
anon_sym_EQ_GT,
ACTIONS(3911), 1,
anon_sym_PIPE,
STATE(1266), 1,
aux_sym_component_choice_list_repeat1,
[46046] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3914), 3,
aux_sym_package_specification_token3,
aux_sym_expression_token3,
aux_sym_expression_token4,
[46055] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3916), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[46064] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3918), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[46073] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3920), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[46082] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3785), 1,
anon_sym_COMMA,
ACTIONS(3922), 1,
anon_sym_RPAREN,
STATE(1210), 1,
aux_sym_index_constraint_repeat1,
[46095] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3924), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[46104] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3926), 1,
anon_sym_SEMI,
STATE(1883), 1,
sym_aspect_specification,
[46117] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3887), 1,
anon_sym_SEMI,
ACTIONS(3928), 1,
anon_sym_RPAREN,
STATE(1205), 1,
aux_sym__parameter_specification_list_repeat1,
[46130] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3281), 1,
sym_identifier,
STATE(1470), 1,
sym_parameter_specification,
STATE(1718), 1,
sym__defining_identifier_list,
[46143] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3930), 1,
anon_sym_SEMI,
STATE(1635), 1,
sym_aspect_specification,
[46156] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3932), 1,
anon_sym_SEMI,
STATE(1633), 1,
sym_aspect_specification,
[46169] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3934), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[46178] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3936), 1,
anon_sym_SEMI,
STATE(1630), 1,
sym_aspect_specification,
[46191] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3938), 1,
anon_sym_COMMA,
ACTIONS(3941), 1,
anon_sym_RPAREN,
STATE(1280), 1,
aux_sym__enumeration_literal_list_repeat1,
[46204] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3943), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
[46213] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3945), 1,
anon_sym_SEMI,
STATE(1515), 1,
sym_aspect_specification,
[46226] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3947), 1,
anon_sym_SEMI,
STATE(1629), 1,
sym_aspect_specification,
[46239] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3949), 1,
anon_sym_SEMI,
STATE(1665), 1,
sym_aspect_specification,
[46252] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3951), 1,
anon_sym_SEMI,
STATE(1622), 1,
sym_aspect_specification,
[46265] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3953), 1,
anon_sym_SEMI,
STATE(1892), 1,
sym_aspect_specification,
[46278] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3955), 1,
anon_sym_SEMI,
STATE(1894), 1,
sym_aspect_specification,
[46291] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3957), 3,
aux_sym_package_specification_token3,
aux_sym_expression_token3,
aux_sym_expression_token4,
[46300] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3959), 3,
anon_sym_RPAREN,
aux_sym_expression_token4,
aux_sym_elsif_expression_item_token1,
[46309] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3961), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[46318] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3689), 1,
anon_sym_PIPE,
ACTIONS(3963), 1,
anon_sym_EQ_GT,
STATE(1174), 1,
aux_sym_exception_choice_list_repeat1,
[46331] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3965), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[46340] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3967), 1,
aux_sym_package_specification_token2,
STATE(1531), 1,
sym_aspect_specification,
[46353] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3969), 1,
anon_sym_SEMI,
STATE(1536), 1,
sym_aspect_specification,
[46366] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3971), 1,
anon_sym_RPAREN,
ACTIONS(3973), 1,
anon_sym_SEMI,
STATE(1325), 1,
aux_sym_discriminant_specification_list_repeat1,
[46379] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3975), 1,
anon_sym_SEMI,
STATE(1546), 1,
sym_aspect_specification,
[46392] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3977), 1,
anon_sym_SEMI,
STATE(1547), 1,
sym_aspect_specification,
[46405] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3330), 1,
aux_sym_allocator_token1,
ACTIONS(3979), 1,
aux_sym_with_clause_token1,
ACTIONS(3981), 1,
aux_sym_private_type_declaration_token2,
[46418] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3285), 1,
aux_sym_compilation_unit_token1,
ACTIONS(3983), 1,
anon_sym_SEMI,
ACTIONS(3985), 1,
aux_sym_with_clause_token1,
[46431] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3987), 1,
anon_sym_SEMI,
STATE(1912), 1,
sym_aspect_specification,
[46444] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3813), 1,
anon_sym_COMMA,
ACTIONS(3989), 1,
anon_sym_RPAREN,
STATE(1224), 1,
aux_sym_positional_array_aggregate_repeat1,
[46457] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3991), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[46466] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3993), 1,
anon_sym_COMMA,
ACTIONS(3996), 1,
anon_sym_RPAREN,
STATE(1303), 1,
aux_sym_pragma_g_repeat1,
[46479] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(3998), 1,
anon_sym_SEMI,
STATE(1914), 1,
sym_aspect_specification,
[46492] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3991), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[46501] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4000), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[46510] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(4002), 1,
anon_sym_SEMI,
STATE(1571), 1,
sym_aspect_specification,
[46523] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3479), 1,
sym_identifier,
STATE(945), 1,
sym__aspect_mark,
STATE(1050), 1,
sym_aspect_association,
[46536] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3756), 1,
anon_sym_COMMA,
ACTIONS(4004), 1,
anon_sym_RPAREN,
STATE(1202), 1,
aux_sym_record_component_association_list_repeat2,
[46549] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(4006), 1,
aux_sym_package_specification_token2,
STATE(1562), 1,
sym_aspect_specification,
[46562] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4008), 3,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_entry_declaration_token1,
[46571] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3720), 1,
sym_identifier,
STATE(1508), 2,
sym_loop_parameter_specification,
sym_iterator_specification,
[46582] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4010), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[46591] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(4012), 1,
anon_sym_SEMI,
STATE(1927), 1,
sym_aspect_specification,
[46604] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(4014), 1,
anon_sym_SEMI,
STATE(1563), 1,
sym_aspect_specification,
[46617] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4016), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[46626] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3732), 1,
anon_sym_COMMA,
ACTIONS(4018), 1,
anon_sym_RPAREN,
STATE(1156), 1,
aux_sym__discrete_subtype_definition_list_repeat1,
[46639] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3728), 1,
anon_sym_COMMA,
ACTIONS(4020), 1,
anon_sym_RPAREN,
STATE(1146), 1,
aux_sym__index_subtype_definition_list_repeat1,
[46652] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(4022), 1,
anon_sym_SEMI,
STATE(1579), 1,
sym_aspect_specification,
[46665] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(4024), 1,
anon_sym_SEMI,
STATE(1580), 1,
sym_aspect_specification,
[46678] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3459), 1,
aux_sym_range_attribute_designator_token1,
ACTIONS(4026), 1,
aux_sym_attribute_designator_token3,
STATE(1460), 1,
sym_real_range_specification,
[46691] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4028), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[46700] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3667), 1,
anon_sym_COMMA,
ACTIONS(4030), 1,
anon_sym_RPAREN,
STATE(1162), 1,
aux_sym__enumeration_literal_list_repeat1,
[46713] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3372), 1,
aux_sym_iterator_filter_token1,
STATE(1062), 2,
sym_case_statement_alternative,
aux_sym_case_statement_repeat1,
[46724] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3973), 1,
anon_sym_SEMI,
ACTIONS(4032), 1,
anon_sym_RPAREN,
STATE(1158), 1,
aux_sym_discriminant_specification_list_repeat1,
[46737] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3281), 1,
sym_identifier,
STATE(1458), 1,
sym_discriminant_specification,
STATE(1801), 1,
sym__defining_identifier_list,
[46750] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(4034), 1,
anon_sym_SEMI,
STATE(1891), 1,
sym_aspect_specification,
[46763] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1779), 1,
aux_sym_attribute_designator_token1,
STATE(1306), 2,
sym_access_to_subprogram_definition,
sym_access_to_object_definition,
[46774] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4036), 3,
anon_sym_SEMI,
aux_sym_package_specification_token2,
aux_sym_expression_token3,
[46783] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4038), 3,
sym_identifier,
sym_string_literal,
sym_character_literal,
[46792] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(4040), 1,
anon_sym_SEMI,
STATE(1598), 1,
sym_aspect_specification,
[46805] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(451), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(513), 1,
aux_sym_value_sequence_token1,
STATE(1511), 1,
sym_iterated_element_association,
[46818] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3645), 1,
anon_sym_COMMA,
ACTIONS(4042), 1,
anon_sym_RPAREN,
STATE(1155), 1,
aux_sym_global_aspect_definition_repeat1,
[46831] = 3,
ACTIONS(3), 1,
sym_comment,
STATE(1137), 1,
aux_sym__name_list_repeat1,
ACTIONS(3661), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[46842] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_with_clause_token2,
ACTIONS(4044), 1,
anon_sym_SEMI,
STATE(1923), 1,
sym_aspect_specification,
[46855] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4046), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[46864] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4048), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[46873] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4050), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
[46882] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4052), 1,
aux_sym_with_clause_token2,
ACTIONS(4054), 1,
aux_sym_expression_token1,
[46892] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3763), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[46900] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(451), 1,
aux_sym_iterated_element_association_token1,
STATE(1603), 1,
sym_iterated_element_association,
[46910] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4056), 1,
sym_identifier,
STATE(237), 1,
sym_reduction_attribute_designator,
[46920] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(259), 1,
aux_sym_package_specification_token3,
ACTIONS(261), 1,
aux_sym_subprogram_body_token1,
[46930] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4058), 1,
sym_identifier,
ACTIONS(4060), 1,
anon_sym_SEMI,
[46940] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4062), 1,
sym_identifier,
ACTIONS(4064), 1,
anon_sym_SEMI,
[46950] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4066), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(4068), 1,
aux_sym_access_to_subprogram_definition_token3,
[46960] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4070), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[46968] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4072), 1,
aux_sym_package_specification_token3,
ACTIONS(4074), 1,
aux_sym_exception_declaration_token1,
[46978] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4076), 1,
anon_sym_SEMI,
ACTIONS(4078), 1,
aux_sym_accept_statement_token2,
[46988] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4080), 1,
sym_identifier,
ACTIONS(4082), 1,
anon_sym_SEMI,
[46998] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4084), 1,
sym_identifier,
ACTIONS(4086), 1,
anon_sym_SEMI,
[47008] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4088), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[47016] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4090), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[47024] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4092), 1,
sym_identifier,
ACTIONS(4094), 1,
anon_sym_SEMI,
[47034] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4096), 1,
anon_sym_SEMI,
ACTIONS(4098), 1,
aux_sym_package_specification_token2,
[47044] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4100), 1,
sym_identifier,
ACTIONS(4102), 1,
anon_sym_SEMI,
[47054] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4104), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[47062] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4106), 2,
anon_sym_SEMI,
aux_sym_accept_statement_token2,
[47070] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2385), 2,
aux_sym_iterator_filter_token1,
aux_sym_package_specification_token3,
[47078] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4108), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[47086] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3070), 1,
aux_sym_interface_type_definition_token2,
ACTIONS(3134), 1,
aux_sym_allocator_token1,
[47096] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4110), 1,
sym_identifier,
ACTIONS(4112), 1,
anon_sym_SEMI,
[47106] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3285), 1,
aux_sym_compilation_unit_token1,
ACTIONS(3389), 1,
aux_sym_allocator_token1,
[47116] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4114), 2,
aux_sym_iterator_filter_token1,
aux_sym_package_specification_token3,
[47124] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4116), 2,
aux_sym_iterator_filter_token1,
aux_sym_package_specification_token3,
[47132] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4118), 1,
aux_sym_compilation_unit_token1,
ACTIONS(4120), 1,
aux_sym_with_clause_token2,
[47142] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4122), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[47150] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4124), 1,
sym_identifier,
ACTIONS(4126), 1,
anon_sym_SEMI,
[47160] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3409), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[47168] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4128), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[47176] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4106), 2,
anon_sym_SEMI,
aux_sym_accept_statement_token2,
[47184] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4130), 2,
aux_sym_iterator_filter_token1,
aux_sym_with_clause_token2,
[47192] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3037), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[47200] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4132), 1,
aux_sym_with_clause_token2,
STATE(1376), 1,
sym_record_extension_part,
[47210] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4134), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[47218] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4136), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[47226] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4138), 1,
sym_identifier,
ACTIONS(4140), 1,
anon_sym_SEMI,
[47236] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4142), 1,
sym_identifier,
ACTIONS(4144), 1,
anon_sym_SEMI,
[47246] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4146), 1,
sym_identifier,
ACTIONS(4148), 1,
anon_sym_SEMI,
[47256] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4150), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[47264] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4152), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(4154), 1,
aux_sym_access_to_subprogram_definition_token3,
[47274] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3943), 1,
anon_sym_COMMA,
ACTIONS(4156), 1,
anon_sym_RBRACK,
[47284] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4159), 1,
sym_identifier,
ACTIONS(4161), 1,
anon_sym_SEMI,
[47294] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4163), 1,
aux_sym_iterator_filter_token1,
STATE(1217), 1,
sym_case_expression_alternative,
[47304] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3996), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[47312] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4165), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[47320] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3577), 1,
anon_sym_COMMA,
ACTIONS(3579), 1,
anon_sym_RPAREN,
[47330] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4167), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[47338] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3883), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[47346] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4169), 1,
sym_identifier,
ACTIONS(4171), 1,
anon_sym_SEMI,
[47356] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3867), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[47364] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4173), 1,
anon_sym_SEMI,
ACTIONS(4175), 1,
aux_sym_accept_statement_token2,
[47374] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4177), 1,
anon_sym_COMMA,
ACTIONS(4179), 1,
anon_sym_RPAREN,
[47384] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4182), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[47392] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3527), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[47400] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4184), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[47408] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2649), 1,
anon_sym_LPAREN,
STATE(1372), 1,
sym_formal_part,
[47418] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2730), 1,
aux_sym_result_profile_token1,
STATE(822), 1,
sym_result_profile,
[47428] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4132), 1,
aux_sym_with_clause_token2,
STATE(1406), 1,
sym_record_extension_part,
[47438] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4186), 1,
sym_identifier,
ACTIONS(4188), 1,
anon_sym_SEMI,
[47448] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4190), 1,
aux_sym_with_clause_token2,
STATE(1376), 1,
sym_record_extension_part,
[47458] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4192), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[47466] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4194), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[47474] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4196), 1,
anon_sym_SEMI,
ACTIONS(4198), 1,
aux_sym_package_specification_token2,
[47484] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3941), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[47492] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4200), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[47500] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4202), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[47508] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4204), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[47516] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4206), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[47524] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3820), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[47532] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4208), 1,
aux_sym_compilation_unit_token1,
ACTIONS(4210), 1,
aux_sym_with_clause_token1,
[47542] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3070), 1,
aux_sym_interface_type_definition_token2,
ACTIONS(3550), 1,
aux_sym_allocator_token1,
[47552] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4212), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[47560] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4214), 1,
sym_identifier,
ACTIONS(4216), 1,
anon_sym_SEMI,
[47570] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4218), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[47578] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4220), 1,
aux_sym_expression_token3,
ACTIONS(4222), 1,
aux_sym_expression_token4,
[47588] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4224), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[47596] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4226), 1,
aux_sym_with_clause_token2,
STATE(1446), 1,
sym_record_extension_part,
[47606] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4228), 1,
sym_identifier,
ACTIONS(4230), 1,
anon_sym_SEMI,
[47616] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4232), 2,
anon_sym_SEMI,
aux_sym_accept_statement_token2,
[47624] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4234), 1,
anon_sym_SEMI,
ACTIONS(4236), 1,
aux_sym_accept_statement_token2,
[47634] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4238), 1,
sym_identifier,
ACTIONS(4240), 1,
anon_sym_SEMI,
[47644] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4242), 1,
anon_sym_LPAREN,
ACTIONS(4244), 1,
anon_sym_SEMI,
[47654] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4246), 1,
sym_identifier,
ACTIONS(4248), 1,
anon_sym_SEMI,
[47664] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3037), 1,
anon_sym_PIPE,
ACTIONS(4250), 1,
anon_sym_EQ_GT,
[47674] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3748), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[47682] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4253), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[47690] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4255), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[47698] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4257), 1,
aux_sym_with_clause_token2,
ACTIONS(4259), 1,
aux_sym_expression_token1,
[47708] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3741), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[47716] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3861), 1,
sym_identifier,
ACTIONS(3863), 1,
aux_sym_use_clause_token2,
[47726] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3897), 1,
sym_identifier,
ACTIONS(3899), 1,
aux_sym_use_clause_token2,
[47736] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4261), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[47744] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4263), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[47752] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3402), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[47760] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4265), 1,
sym_identifier,
ACTIONS(4267), 1,
anon_sym_SEMI,
[47770] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3027), 1,
aux_sym_iterator_filter_token1,
STATE(1787), 1,
sym_entry_barrier,
[47780] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4132), 1,
aux_sym_with_clause_token2,
STATE(1446), 1,
sym_record_extension_part,
[47790] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4269), 1,
sym_identifier,
ACTIONS(4271), 1,
anon_sym_SEMI,
[47800] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3706), 2,
anon_sym_COMMA,
anon_sym_COLON,
[47808] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3185), 1,
anon_sym_SEMI,
ACTIONS(3675), 1,
aux_sym_package_specification_token2,
[47818] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4273), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[47826] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4275), 1,
sym_identifier,
ACTIONS(4277), 1,
anon_sym_SEMI,
[47836] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4279), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[47844] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3836), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[47852] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4281), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[47860] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4283), 1,
aux_sym_with_clause_token2,
STATE(1406), 1,
sym_record_extension_part,
[47870] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4285), 1,
anon_sym_SEMI,
ACTIONS(4287), 1,
aux_sym_package_specification_token2,
[47880] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4289), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[47888] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4291), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[47896] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4293), 1,
sym_identifier,
ACTIONS(4295), 1,
anon_sym_SEMI,
[47906] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4297), 1,
anon_sym_SEMI,
ACTIONS(4299), 1,
aux_sym_package_specification_token2,
[47916] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4302), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[47924] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4304), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[47932] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4306), 1,
aux_sym_package_specification_token3,
ACTIONS(4308), 1,
aux_sym_subprogram_body_token1,
[47942] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4310), 1,
anon_sym_SEMI,
ACTIONS(4312), 1,
aux_sym_package_specification_token2,
[47952] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2280), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2282), 1,
aux_sym_access_to_subprogram_definition_token3,
[47962] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3656), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[47970] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4314), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[47978] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4316), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[47986] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3623), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[47994] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3027), 1,
aux_sym_iterator_filter_token1,
STATE(1662), 1,
sym_entry_barrier,
[48004] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4318), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[48012] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4320), 2,
aux_sym_iterator_filter_token1,
aux_sym_with_clause_token2,
[48020] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4322), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[48028] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4324), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[48036] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4326), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[48044] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4328), 1,
sym_identifier,
ACTIONS(4330), 1,
anon_sym_SEMI,
[48054] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4332), 2,
aux_sym_iterator_filter_token1,
aux_sym_package_specification_token3,
[48062] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3767), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[48070] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4334), 2,
aux_sym_chunk_specification_token1,
aux_sym_iterator_specification_token1,
[48078] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3533), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[48086] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4336), 1,
sym_identifier,
ACTIONS(4338), 1,
anon_sym_SEMI,
[48096] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3496), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[48104] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4340), 1,
aux_sym_chunk_specification_token1,
ACTIONS(4342), 1,
aux_sym_iterator_specification_token1,
[48114] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4344), 1,
anon_sym_COMMA,
STATE(1124), 1,
aux_sym_positional_array_aggregate_repeat1,
[48124] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4346), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[48132] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4348), 1,
sym_identifier,
ACTIONS(4350), 1,
anon_sym_SEMI,
[48142] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4352), 1,
aux_sym_with_clause_token2,
ACTIONS(4354), 1,
aux_sym_expression_token1,
[48152] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4356), 2,
aux_sym_iterator_filter_token1,
aux_sym_package_specification_token3,
[48160] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4358), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(4360), 1,
anon_sym_EQ_GT,
[48170] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4163), 1,
aux_sym_iterator_filter_token1,
STATE(1430), 1,
sym_case_expression_alternative,
[48180] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4362), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[48188] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4364), 1,
sym_identifier,
ACTIONS(4366), 1,
anon_sym_SEMI,
[48198] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4368), 2,
anon_sym_SEMI,
aux_sym_accept_statement_token2,
[48206] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4370), 1,
sym_identifier,
ACTIONS(4372), 1,
anon_sym_SEMI,
[48216] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3581), 1,
aux_sym_compilation_unit_token1,
ACTIONS(4374), 1,
aux_sym_with_clause_token1,
[48226] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3583), 1,
anon_sym_SEMI,
ACTIONS(3585), 1,
aux_sym_package_specification_token2,
[48236] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4376), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[48244] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4379), 1,
anon_sym_RPAREN,
[48251] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4381), 1,
aux_sym_if_expression_token1,
[48258] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4383), 1,
anon_sym_SEMI,
[48265] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4385), 1,
anon_sym_RPAREN,
[48272] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4387), 1,
sym_identifier,
[48279] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4389), 1,
sym_identifier,
[48286] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4391), 1,
anon_sym_SEMI,
[48293] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4393), 1,
anon_sym_COLON,
[48300] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4395), 1,
anon_sym_RPAREN,
[48307] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4397), 1,
anon_sym_EQ_GT,
[48314] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4399), 1,
aux_sym_package_specification_token2,
[48321] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4401), 1,
anon_sym_SEMI,
[48328] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4403), 1,
aux_sym_expression_token2,
[48335] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4086), 1,
anon_sym_SEMI,
[48342] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4405), 1,
anon_sym_RPAREN,
[48349] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4407), 1,
anon_sym_RPAREN,
[48356] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4409), 1,
anon_sym_SEMI,
[48363] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4411), 1,
aux_sym_use_clause_token2,
[48370] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4413), 1,
aux_sym_loop_statement_token1,
[48377] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4407), 1,
anon_sym_RBRACK,
[48384] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4415), 1,
aux_sym_at_clause_token1,
[48391] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4417), 1,
anon_sym_RBRACK,
[48398] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4419), 1,
anon_sym_SEMI,
[48405] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4421), 1,
sym_tick,
[48412] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4423), 1,
aux_sym_with_clause_token2,
[48419] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4425), 1,
anon_sym_SEMI,
[48426] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4427), 1,
anon_sym_SEMI,
[48433] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4429), 1,
aux_sym_package_specification_token3,
[48440] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2115), 1,
anon_sym_DOT_DOT,
[48447] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4372), 1,
anon_sym_SEMI,
[48454] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4431), 1,
anon_sym_SEMI,
[48461] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4433), 1,
anon_sym_SEMI,
[48468] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4435), 1,
anon_sym_RBRACK,
[48475] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4437), 1,
aux_sym_attribute_designator_token2,
[48482] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4439), 1,
anon_sym_SEMI,
[48489] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4441), 1,
aux_sym_with_clause_token2,
[48496] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4443), 1,
aux_sym_with_clause_token2,
[48503] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4445), 1,
anon_sym_LT_GT,
[48510] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4447), 1,
aux_sym_compilation_unit_token1,
[48517] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4338), 1,
anon_sym_SEMI,
[48524] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4449), 1,
aux_sym_object_renaming_declaration_token1,
[48531] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3675), 1,
aux_sym_package_specification_token2,
[48538] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4451), 1,
aux_sym_compilation_unit_token1,
[48545] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4453), 1,
sym_identifier,
[48552] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4455), 1,
anon_sym_EQ_GT,
[48559] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4457), 1,
sym_identifier,
[48566] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4459), 1,
anon_sym_SEMI,
[48573] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4461), 1,
aux_sym_allocator_token1,
[48580] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4463), 1,
aux_sym_iterated_element_association_token2,
[48587] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4465), 1,
aux_sym_iterated_element_association_token2,
[48594] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4467), 1,
anon_sym_SEMI,
[48601] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4469), 1,
aux_sym_object_renaming_declaration_token1,
[48608] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4471), 1,
sym_tick,
[48615] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4473), 1,
anon_sym_RPAREN,
[48622] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3581), 1,
aux_sym_compilation_unit_token1,
[48629] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4475), 1,
anon_sym_SEMI,
[48636] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4477), 1,
anon_sym_SEMI,
[48643] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4479), 1,
anon_sym_SEMI,
[48650] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4481), 1,
aux_sym_allocator_token1,
[48657] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3639), 1,
anon_sym_SEMI,
[48664] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3108), 1,
aux_sym_entry_declaration_token1,
[48671] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4483), 1,
aux_sym_if_expression_token1,
[48678] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4485), 1,
anon_sym_SEMI,
[48685] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4487), 1,
aux_sym_package_specification_token3,
[48692] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4489), 1,
anon_sym_RPAREN,
[48699] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4491), 1,
sym_identifier,
[48706] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4493), 1,
aux_sym_primary_null_token1,
[48713] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4495), 1,
anon_sym_SEMI,
[48720] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4497), 1,
anon_sym_SEMI,
[48727] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4499), 1,
aux_sym_record_component_association_list_token1,
[48734] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4501), 1,
aux_sym_asynchronous_select_token1,
[48741] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4503), 1,
aux_sym_package_specification_token3,
[48748] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4505), 1,
aux_sym_package_specification_token2,
[48755] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3627), 1,
anon_sym_SEMI,
[48762] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4507), 1,
anon_sym_SEMI,
[48769] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4509), 1,
anon_sym_SEMI,
[48776] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3872), 1,
anon_sym_SEMI,
[48783] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4511), 1,
anon_sym_RPAREN,
[48790] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4513), 1,
anon_sym_SEMI,
[48797] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4330), 1,
anon_sym_SEMI,
[48804] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3758), 1,
anon_sym_RPAREN,
[48811] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4515), 1,
anon_sym_SEMI,
[48818] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4517), 1,
anon_sym_GT_GT,
[48825] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4519), 1,
aux_sym_package_specification_token2,
[48832] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4521), 1,
anon_sym_RPAREN,
[48839] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4523), 1,
aux_sym_package_specification_token2,
[48846] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4525), 1,
anon_sym_SEMI,
[48853] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4527), 1,
sym_identifier,
[48860] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4529), 1,
anon_sym_RPAREN,
[48867] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4531), 1,
anon_sym_SEMI,
[48874] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4533), 1,
anon_sym_SEMI,
[48881] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3120), 1,
aux_sym_loop_statement_token1,
[48888] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4535), 1,
anon_sym_RPAREN,
[48895] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4537), 1,
anon_sym_SEMI,
[48902] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4539), 1,
anon_sym_SEMI,
[48909] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4541), 1,
anon_sym_SEMI,
[48916] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4543), 1,
sym_identifier,
[48923] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4285), 1,
anon_sym_SEMI,
[48930] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4545), 1,
anon_sym_SEMI,
[48937] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(209), 1,
aux_sym_private_type_declaration_token1,
[48944] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4547), 1,
anon_sym_SEMI,
[48951] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4549), 1,
anon_sym_SEMI,
[48958] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4551), 1,
sym_identifier,
[48965] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4553), 1,
aux_sym_iterated_element_association_token2,
[48972] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4555), 1,
anon_sym_SEMI,
[48979] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4557), 1,
aux_sym_package_specification_token3,
[48986] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4559), 1,
anon_sym_EQ_GT,
[48993] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4306), 1,
aux_sym_package_specification_token3,
[49000] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4561), 1,
anon_sym_SEMI,
[49007] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4563), 1,
aux_sym_record_component_association_list_token1,
[49014] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4565), 1,
aux_sym_subunit_token1,
[49021] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4567), 1,
sym_identifier,
[49028] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4569), 1,
anon_sym_SEMI,
[49035] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4571), 1,
anon_sym_RBRACK,
[49042] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4573), 1,
anon_sym_RPAREN,
[49049] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4575), 1,
aux_sym_with_clause_token2,
[49056] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4577), 1,
anon_sym_SEMI,
[49063] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3685), 1,
anon_sym_RPAREN,
[49070] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4579), 1,
anon_sym_SEMI,
[49077] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(207), 1,
aux_sym_subprogram_body_token1,
[49084] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4581), 1,
anon_sym_EQ_GT,
[49091] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4583), 1,
anon_sym_SEMI,
[49098] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4585), 1,
aux_sym_package_specification_token2,
[49105] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4587), 1,
anon_sym_COLON,
[49112] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4589), 1,
aux_sym_package_specification_token3,
[49119] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4591), 1,
aux_sym_subprogram_body_token1,
[49126] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4593), 1,
anon_sym_SEMI,
[49133] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4595), 1,
aux_sym_package_specification_token2,
[49140] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4597), 1,
anon_sym_SEMI,
[49147] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(323), 1,
aux_sym_subprogram_body_token1,
[49154] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4599), 1,
aux_sym_package_specification_token3,
[49161] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4529), 1,
anon_sym_RBRACK,
[49168] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4601), 1,
anon_sym_SEMI,
[49175] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4603), 1,
anon_sym_SEMI,
[49182] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4605), 1,
aux_sym_package_specification_token3,
[49189] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4295), 1,
anon_sym_SEMI,
[49196] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4607), 1,
anon_sym_SEMI,
[49203] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4609), 1,
aux_sym_package_specification_token3,
[49210] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4611), 1,
aux_sym_package_specification_token3,
[49217] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4613), 1,
anon_sym_SEMI,
[49224] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4615), 1,
anon_sym_SEMI,
[49231] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4617), 1,
aux_sym_asynchronous_select_token1,
[49238] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3708), 1,
anon_sym_SEMI,
[49245] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4619), 1,
anon_sym_SEMI,
[49252] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4621), 1,
anon_sym_EQ_GT,
[49259] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4623), 1,
anon_sym_SEMI,
[49266] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4625), 1,
anon_sym_SEMI,
[49273] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4627), 1,
anon_sym_EQ_GT,
[49280] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4629), 1,
aux_sym_primary_null_token1,
[49287] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3716), 1,
anon_sym_SEMI,
[49294] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4631), 1,
aux_sym_compilation_unit_token1,
[49301] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4287), 1,
aux_sym_package_specification_token2,
[49308] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4633), 1,
aux_sym_asynchronous_select_token1,
[49315] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4635), 1,
aux_sym_with_clause_token2,
[49322] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4637), 1,
aux_sym_loop_statement_token1,
[49329] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4639), 1,
anon_sym_SEMI,
[49336] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4641), 1,
aux_sym_package_specification_token3,
[49343] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4643), 1,
aux_sym_with_clause_token2,
[49350] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4645), 1,
anon_sym_RPAREN,
[49357] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4647), 1,
anon_sym_SEMI,
[49364] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4649), 1,
anon_sym_SEMI,
[49371] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4651), 1,
sym_tick,
[49378] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4653), 1,
anon_sym_SEMI,
[49385] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4655), 1,
anon_sym_SEMI,
[49392] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4657), 1,
anon_sym_SEMI,
[49399] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4659), 1,
anon_sym_SEMI,
[49406] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4661), 1,
aux_sym_package_specification_token3,
[49413] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4663), 1,
aux_sym_with_clause_token2,
[49420] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4665), 1,
aux_sym_subprogram_body_token1,
[49427] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4667), 1,
sym_identifier,
[49434] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4669), 1,
anon_sym_RPAREN,
[49441] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4671), 1,
aux_sym_package_specification_token2,
[49448] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4673), 1,
aux_sym_package_specification_token2,
[49455] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4675), 1,
anon_sym_COLON,
[49462] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4677), 1,
aux_sym_package_specification_token3,
[49469] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4679), 1,
anon_sym_SEMI,
[49476] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4681), 1,
anon_sym_SEMI,
[49483] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4683), 1,
aux_sym_with_clause_token2,
[49490] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3358), 1,
aux_sym_package_specification_token3,
[49497] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4685), 1,
anon_sym_RPAREN,
[49504] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4687), 1,
anon_sym_RPAREN,
[49511] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4689), 1,
aux_sym_package_specification_token2,
[49518] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4691), 1,
anon_sym_RPAREN,
[49525] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4693), 1,
anon_sym_SEMI,
[49532] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4695), 1,
aux_sym_compilation_unit_token1,
[49539] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3306), 1,
anon_sym_SEMI,
[49546] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4697), 1,
anon_sym_RPAREN,
[49553] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4699), 1,
aux_sym_expression_token2,
[49560] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4701), 1,
ts_builtin_sym_end,
[49567] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4703), 1,
anon_sym_RPAREN,
[49574] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4705), 1,
anon_sym_SEMI,
[49581] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4707), 1,
sym_identifier,
[49588] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4709), 1,
anon_sym_RPAREN,
[49595] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4709), 1,
anon_sym_RBRACK,
[49602] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4711), 1,
aux_sym_package_specification_token3,
[49609] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4713), 1,
anon_sym_SEMI,
[49616] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4715), 1,
anon_sym_SEMI,
[49623] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4717), 1,
anon_sym_SEMI,
[49630] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4719), 1,
aux_sym_compilation_unit_token1,
[49637] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4721), 1,
aux_sym_with_clause_token2,
[49644] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4723), 1,
anon_sym_SEMI,
[49651] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4248), 1,
anon_sym_SEMI,
[49658] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4725), 1,
anon_sym_SEMI,
[49665] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4727), 1,
aux_sym_package_specification_token3,
[49672] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4729), 1,
aux_sym_package_specification_token3,
[49679] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4731), 1,
anon_sym_LPAREN,
[49686] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4733), 1,
aux_sym_expression_token2,
[49693] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4735), 1,
anon_sym_SEMI,
[49700] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4737), 1,
anon_sym_SEMI,
[49707] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4739), 1,
aux_sym_package_specification_token3,
[49714] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4741), 1,
aux_sym_compilation_unit_token1,
[49721] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4743), 1,
sym_identifier,
[49728] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4745), 1,
anon_sym_SEMI,
[49735] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4747), 1,
aux_sym_with_clause_token2,
[49742] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4749), 1,
anon_sym_RPAREN,
[49749] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4751), 1,
aux_sym_package_specification_token3,
[49756] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4753), 1,
aux_sym_subprogram_body_token1,
[49763] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4755), 1,
anon_sym_SEMI,
[49770] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4757), 1,
anon_sym_SEMI,
[49777] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4759), 1,
aux_sym_asynchronous_select_token1,
[49784] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4761), 1,
aux_sym_package_specification_token3,
[49791] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4763), 1,
anon_sym_SEMI,
[49798] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4765), 1,
aux_sym_package_specification_token3,
[49805] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4767), 1,
aux_sym_asynchronous_select_token1,
[49812] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4769), 1,
aux_sym_asynchronous_select_token1,
[49819] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4771), 1,
anon_sym_SEMI,
[49826] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4773), 1,
anon_sym_SEMI,
[49833] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4775), 1,
aux_sym_result_profile_token1,
[49840] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4777), 1,
anon_sym_COLON,
[49847] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4779), 1,
aux_sym_package_specification_token2,
[49854] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4781), 1,
anon_sym_SEMI,
[49861] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4783), 1,
sym_identifier,
[49868] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4785), 1,
anon_sym_SEMI,
[49875] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4787), 1,
anon_sym_SEMI,
[49882] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4789), 1,
aux_sym_package_specification_token3,
[49889] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4791), 1,
aux_sym_if_expression_token1,
[49896] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3905), 1,
anon_sym_SEMI,
[49903] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4793), 1,
aux_sym_expression_token2,
[49910] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4795), 1,
anon_sym_SEMI,
[49917] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4797), 1,
anon_sym_SEMI,
[49924] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3211), 1,
anon_sym_SEMI,
[49931] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4799), 1,
anon_sym_LPAREN,
[49938] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3795), 1,
anon_sym_SEMI,
[49945] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4801), 1,
aux_sym_iterated_element_association_token2,
[49952] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4803), 1,
anon_sym_EQ_GT,
[49959] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4805), 1,
anon_sym_SEMI,
[49966] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3807), 1,
anon_sym_RPAREN,
[49973] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4807), 1,
anon_sym_SEMI,
[49980] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4809), 1,
anon_sym_RPAREN,
[49987] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4811), 1,
anon_sym_RPAREN,
[49994] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4813), 1,
aux_sym_allocator_token1,
[50001] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4815), 1,
anon_sym_LT_GT,
[50008] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4817), 1,
anon_sym_LT_GT,
[50015] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4819), 1,
anon_sym_DOT_DOT,
[50022] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4821), 1,
sym_identifier,
[50029] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4823), 1,
sym_identifier,
[50036] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4825), 1,
anon_sym_LT_GT,
[50043] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1833), 1,
anon_sym_EQ_GT,
[50050] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4208), 1,
aux_sym_compilation_unit_token1,
[50057] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4827), 1,
anon_sym_LT_GT,
[50064] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4829), 1,
anon_sym_LT_GT,
[50071] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4831), 1,
anon_sym_DOT_DOT,
[50078] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4833), 1,
aux_sym_iterated_element_association_token2,
[50085] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4835), 1,
aux_sym_package_specification_token2,
[50092] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4837), 1,
anon_sym_SEMI,
[50099] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4839), 1,
aux_sym_allocator_token1,
[50106] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4841), 1,
aux_sym_iterated_element_association_token2,
[50113] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(321), 1,
aux_sym_subprogram_body_token1,
[50120] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3418), 1,
anon_sym_SEMI,
[50127] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4843), 1,
anon_sym_EQ_GT,
[50134] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4845), 1,
aux_sym_case_expression_token1,
[50141] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4847), 1,
aux_sym_primary_null_token1,
[50148] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4196), 1,
anon_sym_SEMI,
[50155] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4849), 1,
anon_sym_SEMI,
[50162] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4851), 1,
anon_sym_SEMI,
[50169] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4853), 1,
aux_sym_package_specification_token2,
[50176] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4855), 1,
anon_sym_SEMI,
[50183] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4857), 1,
aux_sym_with_clause_token2,
[50190] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4859), 1,
aux_sym_with_clause_token2,
[50197] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(445), 1,
aux_sym_allocator_token1,
[50204] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4861), 1,
anon_sym_SEMI,
[50211] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4863), 1,
aux_sym_compilation_unit_token1,
[50218] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4865), 1,
aux_sym_compilation_unit_token1,
[50225] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4867), 1,
aux_sym_package_specification_token2,
[50232] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4869), 1,
anon_sym_SEMI,
[50239] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3851), 1,
aux_sym_package_specification_token2,
[50246] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4871), 1,
aux_sym_loop_statement_token1,
[50253] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4873), 1,
sym_identifier,
[50260] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4875), 1,
anon_sym_SEMI,
[50267] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4877), 1,
anon_sym_SEMI,
[50274] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4879), 1,
anon_sym_SEMI,
[50281] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4881), 1,
anon_sym_SEMI,
[50288] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4883), 1,
aux_sym_chunk_specification_token1,
[50295] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4885), 1,
anon_sym_SEMI,
[50302] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4887), 1,
aux_sym_case_expression_token1,
[50309] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4889), 1,
aux_sym_package_specification_token3,
[50316] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(271), 1,
aux_sym_subprogram_body_token1,
[50323] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4891), 1,
aux_sym_package_specification_token2,
[50330] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4893), 1,
anon_sym_SEMI,
[50337] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3977), 1,
anon_sym_SEMI,
[50344] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4895), 1,
aux_sym_package_specification_token3,
[50351] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4897), 1,
anon_sym_EQ_GT,
[50358] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4899), 1,
anon_sym_SEMI,
[50365] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3975), 1,
anon_sym_SEMI,
[50372] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4901), 1,
sym_identifier,
[50379] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4903), 1,
anon_sym_RPAREN,
[50386] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4905), 1,
anon_sym_SEMI,
[50393] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4907), 1,
anon_sym_RPAREN,
[50400] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4909), 1,
anon_sym_EQ_GT,
[50407] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4911), 1,
anon_sym_SEMI,
[50414] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4913), 1,
aux_sym_asynchronous_select_token2,
[50421] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4915), 1,
anon_sym_COLON,
[50428] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4171), 1,
anon_sym_SEMI,
[50435] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4917), 1,
anon_sym_RPAREN,
[50442] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3207), 1,
anon_sym_SEMI,
[50449] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4919), 1,
aux_sym_record_component_association_list_token1,
[50456] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4921), 1,
aux_sym_with_clause_token2,
[50463] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4923), 1,
aux_sym_compilation_unit_token1,
[50470] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4925), 1,
aux_sym_compilation_unit_token1,
[50477] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4927), 1,
sym_identifier,
[50484] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4929), 1,
anon_sym_RPAREN,
[50491] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4931), 1,
aux_sym_range_attribute_designator_token1,
[50498] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4933), 1,
anon_sym_SEMI,
[50505] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4935), 1,
anon_sym_EQ_GT,
[50512] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3932), 1,
anon_sym_SEMI,
[50519] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4938), 1,
anon_sym_SEMI,
[50526] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4940), 1,
anon_sym_SEMI,
[50533] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4942), 1,
anon_sym_SEMI,
[50540] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4944), 1,
aux_sym_package_specification_token3,
[50547] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4946), 1,
anon_sym_SEMI,
[50554] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4948), 1,
anon_sym_EQ_GT,
[50561] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4950), 1,
anon_sym_SEMI,
[50568] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4952), 1,
anon_sym_EQ_GT,
[50575] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4954), 1,
aux_sym_loop_statement_token1,
[50582] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4956), 1,
aux_sym_with_clause_token2,
[50589] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4958), 1,
aux_sym_package_specification_token3,
[50596] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4960), 1,
aux_sym_allocator_token1,
[50603] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4962), 1,
anon_sym_SEMI,
[50610] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4964), 1,
aux_sym_loop_statement_token1,
[50617] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4966), 1,
anon_sym_SEMI,
[50624] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4968), 1,
aux_sym_package_specification_token3,
[50631] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4970), 1,
aux_sym_asynchronous_select_token1,
[50638] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4148), 1,
anon_sym_SEMI,
[50645] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4972), 1,
anon_sym_SEMI,
[50652] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4974), 1,
anon_sym_SEMI,
[50659] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4976), 1,
sym_identifier,
[50666] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4978), 1,
anon_sym_SEMI,
[50673] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4980), 1,
aux_sym_expression_token2,
[50680] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4982), 1,
aux_sym_asynchronous_select_token2,
[50687] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4984), 1,
anon_sym_SEMI,
[50694] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4986), 1,
aux_sym_package_specification_token2,
[50701] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4988), 1,
anon_sym_SEMI,
[50708] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4990), 1,
sym_tick,
[50715] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4992), 1,
anon_sym_SEMI,
[50722] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4994), 1,
aux_sym_compilation_unit_token1,
[50729] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4996), 1,
anon_sym_SEMI,
[50736] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4998), 1,
anon_sym_SEMI,
[50743] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(327), 1,
aux_sym_subprogram_body_token1,
[50750] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5000), 1,
aux_sym_with_clause_token2,
[50757] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5002), 1,
anon_sym_SEMI,
[50764] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5004), 1,
anon_sym_SEMI,
[50771] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5006), 1,
anon_sym_EQ_GT,
[50778] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5008), 1,
anon_sym_SEMI,
[50785] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5010), 1,
aux_sym_iterator_specification_token1,
[50792] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5012), 1,
aux_sym_iterator_specification_token1,
[50799] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5014), 1,
aux_sym_global_mode_token1,
[50806] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(273), 1,
aux_sym_subprogram_body_token1,
[50813] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5016), 1,
aux_sym_package_specification_token3,
[50820] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5018), 1,
anon_sym_LPAREN,
[50827] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5020), 1,
anon_sym_SEMI,
[50834] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5022), 1,
aux_sym_asynchronous_select_token1,
[50841] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5024), 1,
aux_sym_with_clause_token2,
[50848] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4126), 1,
anon_sym_SEMI,
[50855] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3936), 1,
anon_sym_SEMI,
[50862] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5026), 1,
anon_sym_SEMI,
[50869] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3074), 1,
anon_sym_RPAREN,
[50876] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5028), 1,
anon_sym_SEMI,
[50883] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5030), 1,
aux_sym_compilation_unit_token1,
[50890] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5032), 1,
anon_sym_LT_GT,
[50897] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5034), 1,
aux_sym_loop_statement_token1,
[50904] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5036), 1,
aux_sym_with_clause_token2,
[50911] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5038), 1,
anon_sym_EQ_GT,
[50918] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5040), 1,
anon_sym_COLON,
[50925] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4024), 1,
anon_sym_SEMI,
[50932] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5042), 1,
anon_sym_SEMI,
[50939] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5044), 1,
sym_identifier,
[50946] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5046), 1,
anon_sym_EQ_GT,
[50953] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5048), 1,
anon_sym_SEMI,
[50960] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5050), 1,
anon_sym_SEMI,
[50967] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5052), 1,
anon_sym_RPAREN,
[50974] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5054), 1,
anon_sym_SEMI,
[50981] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3947), 1,
anon_sym_SEMI,
[50988] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5056), 1,
aux_sym_package_body_token1,
[50995] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5058), 1,
anon_sym_SEMI,
[51002] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5060), 1,
aux_sym_package_body_token1,
[51009] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5062), 1,
aux_sym_record_component_association_list_token1,
[51016] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3070), 1,
aux_sym_interface_type_definition_token2,
[51023] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5064), 1,
aux_sym_package_body_token1,
[51030] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5066), 1,
aux_sym_package_specification_token3,
[51037] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5068), 1,
sym_identifier,
[51044] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5070), 1,
anon_sym_SEMI,
[51051] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3969), 1,
anon_sym_SEMI,
[51058] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5072), 1,
anon_sym_SEMI,
[51065] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5074), 1,
anon_sym_SEMI,
[51072] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5076), 1,
anon_sym_SEMI,
[51079] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5078), 1,
aux_sym_compilation_unit_token1,
[51086] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3320), 1,
anon_sym_SEMI,
[51093] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5080), 1,
anon_sym_RPAREN,
[51100] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5082), 1,
aux_sym_package_specification_token3,
[51107] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5084), 1,
aux_sym__aspect_mark_token1,
[51114] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5086), 1,
aux_sym_package_specification_token3,
[51121] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5088), 1,
aux_sym_subprogram_body_token1,
[51128] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5090), 1,
anon_sym_SEMI,
[51135] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3389), 1,
aux_sym_allocator_token1,
[51142] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5092), 1,
aux_sym_allocator_token1,
[51149] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5094), 1,
anon_sym_SEMI,
[51156] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5096), 1,
aux_sym_compilation_unit_token1,
[51163] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5098), 1,
aux_sym_package_specification_token3,
[51170] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5100), 1,
anon_sym_SEMI,
[51177] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5102), 1,
anon_sym_COLON,
[51184] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5104), 1,
sym_identifier,
[51191] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5106), 1,
aux_sym_component_list_token1,
[51198] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5108), 1,
anon_sym_SEMI,
[51205] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5110), 1,
aux_sym_chunk_specification_token1,
[51212] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5112), 1,
anon_sym_SEMI,
[51219] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5114), 1,
aux_sym_package_specification_token3,
[51226] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5116), 1,
anon_sym_DOT_DOT,
[51233] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5118), 1,
anon_sym_SEMI,
[51240] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5120), 1,
anon_sym_SEMI,
[51247] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5122), 1,
aux_sym_package_specification_token3,
[51254] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4082), 1,
anon_sym_SEMI,
[51261] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5124), 1,
anon_sym_SEMI,
[51268] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5126), 1,
anon_sym_RPAREN,
[51275] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4014), 1,
anon_sym_SEMI,
[51282] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5128), 1,
anon_sym_SEMI,
[51289] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5130), 1,
anon_sym_SEMI,
[51296] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5132), 1,
anon_sym_SEMI,
[51303] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5134), 1,
anon_sym_SEMI,
[51310] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4064), 1,
anon_sym_SEMI,
[51317] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5136), 1,
anon_sym_RPAREN,
[51324] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4267), 1,
anon_sym_SEMI,
[51331] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5138), 1,
aux_sym_package_specification_token3,
[51338] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5140), 1,
anon_sym_SEMI,
[51345] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3185), 1,
anon_sym_SEMI,
[51352] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4060), 1,
anon_sym_SEMI,
[51359] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5142), 1,
aux_sym_if_expression_token1,
[51366] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(215), 1,
aux_sym_private_type_declaration_token1,
[51373] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5144), 1,
anon_sym_SEMI,
[51380] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5146), 1,
anon_sym_SEMI,
[51387] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5148), 1,
aux_sym_package_specification_token3,
[51394] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5150), 1,
anon_sym_SEMI,
[51401] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5152), 1,
aux_sym_attribute_designator_token4,
[51408] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5154), 1,
aux_sym_record_component_association_list_token1,
[51415] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5156), 1,
anon_sym_SEMI,
[51422] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5158), 1,
anon_sym_EQ_GT,
[51429] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5126), 1,
anon_sym_RBRACK,
[51436] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5160), 1,
anon_sym_SEMI,
};
static const uint32_t ts_small_parse_table_map[] = {
[SMALL_STATE(75)] = 0,
[SMALL_STATE(76)] = 124,
[SMALL_STATE(77)] = 244,
[SMALL_STATE(78)] = 383,
[SMALL_STATE(79)] = 500,
[SMALL_STATE(80)] = 631,
[SMALL_STATE(81)] = 746,
[SMALL_STATE(82)] = 863,
[SMALL_STATE(83)] = 980,
[SMALL_STATE(84)] = 1097,
[SMALL_STATE(85)] = 1211,
[SMALL_STATE(86)] = 1325,
[SMALL_STATE(87)] = 1439,
[SMALL_STATE(88)] = 1553,
[SMALL_STATE(89)] = 1667,
[SMALL_STATE(90)] = 1781,
[SMALL_STATE(91)] = 1919,
[SMALL_STATE(92)] = 2050,
[SMALL_STATE(93)] = 2178,
[SMALL_STATE(94)] = 2306,
[SMALL_STATE(95)] = 2429,
[SMALL_STATE(96)] = 2554,
[SMALL_STATE(97)] = 2674,
[SMALL_STATE(98)] = 2788,
[SMALL_STATE(99)] = 2898,
[SMALL_STATE(100)] = 3011,
[SMALL_STATE(101)] = 3122,
[SMALL_STATE(102)] = 3233,
[SMALL_STATE(103)] = 3344,
[SMALL_STATE(104)] = 3452,
[SMALL_STATE(105)] = 3561,
[SMALL_STATE(106)] = 3667,
[SMALL_STATE(107)] = 3771,
[SMALL_STATE(108)] = 3873,
[SMALL_STATE(109)] = 3977,
[SMALL_STATE(110)] = 4083,
[SMALL_STATE(111)] = 4186,
[SMALL_STATE(112)] = 4285,
[SMALL_STATE(113)] = 4388,
[SMALL_STATE(114)] = 4491,
[SMALL_STATE(115)] = 4590,
[SMALL_STATE(116)] = 4646,
[SMALL_STATE(117)] = 4702,
[SMALL_STATE(118)] = 4798,
[SMALL_STATE(119)] = 4894,
[SMALL_STATE(120)] = 4950,
[SMALL_STATE(121)] = 5006,
[SMALL_STATE(122)] = 5062,
[SMALL_STATE(123)] = 5118,
[SMALL_STATE(124)] = 5174,
[SMALL_STATE(125)] = 5270,
[SMALL_STATE(126)] = 5326,
[SMALL_STATE(127)] = 5382,
[SMALL_STATE(128)] = 5438,
[SMALL_STATE(129)] = 5494,
[SMALL_STATE(130)] = 5550,
[SMALL_STATE(131)] = 5606,
[SMALL_STATE(132)] = 5662,
[SMALL_STATE(133)] = 5718,
[SMALL_STATE(134)] = 5774,
[SMALL_STATE(135)] = 5830,
[SMALL_STATE(136)] = 5886,
[SMALL_STATE(137)] = 5942,
[SMALL_STATE(138)] = 5998,
[SMALL_STATE(139)] = 6054,
[SMALL_STATE(140)] = 6110,
[SMALL_STATE(141)] = 6166,
[SMALL_STATE(142)] = 6222,
[SMALL_STATE(143)] = 6318,
[SMALL_STATE(144)] = 6414,
[SMALL_STATE(145)] = 6510,
[SMALL_STATE(146)] = 6566,
[SMALL_STATE(147)] = 6622,
[SMALL_STATE(148)] = 6678,
[SMALL_STATE(149)] = 6734,
[SMALL_STATE(150)] = 6830,
[SMALL_STATE(151)] = 6886,
[SMALL_STATE(152)] = 6982,
[SMALL_STATE(153)] = 7038,
[SMALL_STATE(154)] = 7094,
[SMALL_STATE(155)] = 7150,
[SMALL_STATE(156)] = 7206,
[SMALL_STATE(157)] = 7262,
[SMALL_STATE(158)] = 7318,
[SMALL_STATE(159)] = 7374,
[SMALL_STATE(160)] = 7430,
[SMALL_STATE(161)] = 7486,
[SMALL_STATE(162)] = 7542,
[SMALL_STATE(163)] = 7638,
[SMALL_STATE(164)] = 7694,
[SMALL_STATE(165)] = 7750,
[SMALL_STATE(166)] = 7806,
[SMALL_STATE(167)] = 7902,
[SMALL_STATE(168)] = 7958,
[SMALL_STATE(169)] = 8014,
[SMALL_STATE(170)] = 8070,
[SMALL_STATE(171)] = 8126,
[SMALL_STATE(172)] = 8182,
[SMALL_STATE(173)] = 8278,
[SMALL_STATE(174)] = 8334,
[SMALL_STATE(175)] = 8390,
[SMALL_STATE(176)] = 8446,
[SMALL_STATE(177)] = 8502,
[SMALL_STATE(178)] = 8558,
[SMALL_STATE(179)] = 8614,
[SMALL_STATE(180)] = 8670,
[SMALL_STATE(181)] = 8726,
[SMALL_STATE(182)] = 8782,
[SMALL_STATE(183)] = 8838,
[SMALL_STATE(184)] = 8894,
[SMALL_STATE(185)] = 8950,
[SMALL_STATE(186)] = 9006,
[SMALL_STATE(187)] = 9062,
[SMALL_STATE(188)] = 9158,
[SMALL_STATE(189)] = 9214,
[SMALL_STATE(190)] = 9307,
[SMALL_STATE(191)] = 9400,
[SMALL_STATE(192)] = 9493,
[SMALL_STATE(193)] = 9586,
[SMALL_STATE(194)] = 9679,
[SMALL_STATE(195)] = 9772,
[SMALL_STATE(196)] = 9865,
[SMALL_STATE(197)] = 9958,
[SMALL_STATE(198)] = 10051,
[SMALL_STATE(199)] = 10144,
[SMALL_STATE(200)] = 10237,
[SMALL_STATE(201)] = 10330,
[SMALL_STATE(202)] = 10423,
[SMALL_STATE(203)] = 10516,
[SMALL_STATE(204)] = 10609,
[SMALL_STATE(205)] = 10702,
[SMALL_STATE(206)] = 10795,
[SMALL_STATE(207)] = 10888,
[SMALL_STATE(208)] = 10981,
[SMALL_STATE(209)] = 11078,
[SMALL_STATE(210)] = 11171,
[SMALL_STATE(211)] = 11264,
[SMALL_STATE(212)] = 11357,
[SMALL_STATE(213)] = 11450,
[SMALL_STATE(214)] = 11543,
[SMALL_STATE(215)] = 11636,
[SMALL_STATE(216)] = 11729,
[SMALL_STATE(217)] = 11822,
[SMALL_STATE(218)] = 11915,
[SMALL_STATE(219)] = 12008,
[SMALL_STATE(220)] = 12101,
[SMALL_STATE(221)] = 12194,
[SMALL_STATE(222)] = 12287,
[SMALL_STATE(223)] = 12380,
[SMALL_STATE(224)] = 12473,
[SMALL_STATE(225)] = 12566,
[SMALL_STATE(226)] = 12659,
[SMALL_STATE(227)] = 12752,
[SMALL_STATE(228)] = 12845,
[SMALL_STATE(229)] = 12938,
[SMALL_STATE(230)] = 13031,
[SMALL_STATE(231)] = 13085,
[SMALL_STATE(232)] = 13139,
[SMALL_STATE(233)] = 13193,
[SMALL_STATE(234)] = 13287,
[SMALL_STATE(235)] = 13381,
[SMALL_STATE(236)] = 13475,
[SMALL_STATE(237)] = 13529,
[SMALL_STATE(238)] = 13583,
[SMALL_STATE(239)] = 13637,
[SMALL_STATE(240)] = 13691,
[SMALL_STATE(241)] = 13745,
[SMALL_STATE(242)] = 13839,
[SMALL_STATE(243)] = 13933,
[SMALL_STATE(244)] = 14023,
[SMALL_STATE(245)] = 14077,
[SMALL_STATE(246)] = 14131,
[SMALL_STATE(247)] = 14185,
[SMALL_STATE(248)] = 14239,
[SMALL_STATE(249)] = 14293,
[SMALL_STATE(250)] = 14383,
[SMALL_STATE(251)] = 14437,
[SMALL_STATE(252)] = 14527,
[SMALL_STATE(253)] = 14621,
[SMALL_STATE(254)] = 14675,
[SMALL_STATE(255)] = 14729,
[SMALL_STATE(256)] = 14783,
[SMALL_STATE(257)] = 14837,
[SMALL_STATE(258)] = 14891,
[SMALL_STATE(259)] = 14945,
[SMALL_STATE(260)] = 14998,
[SMALL_STATE(261)] = 15087,
[SMALL_STATE(262)] = 15140,
[SMALL_STATE(263)] = 15229,
[SMALL_STATE(264)] = 15282,
[SMALL_STATE(265)] = 15348,
[SMALL_STATE(266)] = 15434,
[SMALL_STATE(267)] = 15496,
[SMALL_STATE(268)] = 15558,
[SMALL_STATE(269)] = 15609,
[SMALL_STATE(270)] = 15660,
[SMALL_STATE(271)] = 15711,
[SMALL_STATE(272)] = 15762,
[SMALL_STATE(273)] = 15813,
[SMALL_STATE(274)] = 15898,
[SMALL_STATE(275)] = 15949,
[SMALL_STATE(276)] = 16000,
[SMALL_STATE(277)] = 16085,
[SMALL_STATE(278)] = 16144,
[SMALL_STATE(279)] = 16195,
[SMALL_STATE(280)] = 16246,
[SMALL_STATE(281)] = 16296,
[SMALL_STATE(282)] = 16346,
[SMALL_STATE(283)] = 16396,
[SMALL_STATE(284)] = 16446,
[SMALL_STATE(285)] = 16496,
[SMALL_STATE(286)] = 16546,
[SMALL_STATE(287)] = 16596,
[SMALL_STATE(288)] = 16646,
[SMALL_STATE(289)] = 16696,
[SMALL_STATE(290)] = 16746,
[SMALL_STATE(291)] = 16796,
[SMALL_STATE(292)] = 16846,
[SMALL_STATE(293)] = 16896,
[SMALL_STATE(294)] = 16946,
[SMALL_STATE(295)] = 16996,
[SMALL_STATE(296)] = 17046,
[SMALL_STATE(297)] = 17096,
[SMALL_STATE(298)] = 17146,
[SMALL_STATE(299)] = 17196,
[SMALL_STATE(300)] = 17246,
[SMALL_STATE(301)] = 17296,
[SMALL_STATE(302)] = 17346,
[SMALL_STATE(303)] = 17396,
[SMALL_STATE(304)] = 17446,
[SMALL_STATE(305)] = 17528,
[SMALL_STATE(306)] = 17578,
[SMALL_STATE(307)] = 17628,
[SMALL_STATE(308)] = 17678,
[SMALL_STATE(309)] = 17728,
[SMALL_STATE(310)] = 17778,
[SMALL_STATE(311)] = 17828,
[SMALL_STATE(312)] = 17878,
[SMALL_STATE(313)] = 17928,
[SMALL_STATE(314)] = 17978,
[SMALL_STATE(315)] = 18028,
[SMALL_STATE(316)] = 18078,
[SMALL_STATE(317)] = 18128,
[SMALL_STATE(318)] = 18178,
[SMALL_STATE(319)] = 18228,
[SMALL_STATE(320)] = 18278,
[SMALL_STATE(321)] = 18328,
[SMALL_STATE(322)] = 18378,
[SMALL_STATE(323)] = 18428,
[SMALL_STATE(324)] = 18478,
[SMALL_STATE(325)] = 18528,
[SMALL_STATE(326)] = 18578,
[SMALL_STATE(327)] = 18628,
[SMALL_STATE(328)] = 18678,
[SMALL_STATE(329)] = 18728,
[SMALL_STATE(330)] = 18778,
[SMALL_STATE(331)] = 18828,
[SMALL_STATE(332)] = 18878,
[SMALL_STATE(333)] = 18928,
[SMALL_STATE(334)] = 18978,
[SMALL_STATE(335)] = 19028,
[SMALL_STATE(336)] = 19078,
[SMALL_STATE(337)] = 19128,
[SMALL_STATE(338)] = 19178,
[SMALL_STATE(339)] = 19228,
[SMALL_STATE(340)] = 19278,
[SMALL_STATE(341)] = 19328,
[SMALL_STATE(342)] = 19378,
[SMALL_STATE(343)] = 19428,
[SMALL_STATE(344)] = 19478,
[SMALL_STATE(345)] = 19528,
[SMALL_STATE(346)] = 19578,
[SMALL_STATE(347)] = 19628,
[SMALL_STATE(348)] = 19710,
[SMALL_STATE(349)] = 19760,
[SMALL_STATE(350)] = 19810,
[SMALL_STATE(351)] = 19860,
[SMALL_STATE(352)] = 19910,
[SMALL_STATE(353)] = 19960,
[SMALL_STATE(354)] = 20010,
[SMALL_STATE(355)] = 20060,
[SMALL_STATE(356)] = 20110,
[SMALL_STATE(357)] = 20160,
[SMALL_STATE(358)] = 20210,
[SMALL_STATE(359)] = 20260,
[SMALL_STATE(360)] = 20310,
[SMALL_STATE(361)] = 20360,
[SMALL_STATE(362)] = 20410,
[SMALL_STATE(363)] = 20460,
[SMALL_STATE(364)] = 20510,
[SMALL_STATE(365)] = 20560,
[SMALL_STATE(366)] = 20610,
[SMALL_STATE(367)] = 20660,
[SMALL_STATE(368)] = 20710,
[SMALL_STATE(369)] = 20760,
[SMALL_STATE(370)] = 20810,
[SMALL_STATE(371)] = 20860,
[SMALL_STATE(372)] = 20910,
[SMALL_STATE(373)] = 20960,
[SMALL_STATE(374)] = 21010,
[SMALL_STATE(375)] = 21060,
[SMALL_STATE(376)] = 21110,
[SMALL_STATE(377)] = 21160,
[SMALL_STATE(378)] = 21210,
[SMALL_STATE(379)] = 21260,
[SMALL_STATE(380)] = 21310,
[SMALL_STATE(381)] = 21360,
[SMALL_STATE(382)] = 21410,
[SMALL_STATE(383)] = 21460,
[SMALL_STATE(384)] = 21510,
[SMALL_STATE(385)] = 21560,
[SMALL_STATE(386)] = 21610,
[SMALL_STATE(387)] = 21660,
[SMALL_STATE(388)] = 21710,
[SMALL_STATE(389)] = 21760,
[SMALL_STATE(390)] = 21842,
[SMALL_STATE(391)] = 21892,
[SMALL_STATE(392)] = 21942,
[SMALL_STATE(393)] = 21992,
[SMALL_STATE(394)] = 22042,
[SMALL_STATE(395)] = 22092,
[SMALL_STATE(396)] = 22142,
[SMALL_STATE(397)] = 22192,
[SMALL_STATE(398)] = 22242,
[SMALL_STATE(399)] = 22292,
[SMALL_STATE(400)] = 22342,
[SMALL_STATE(401)] = 22392,
[SMALL_STATE(402)] = 22442,
[SMALL_STATE(403)] = 22492,
[SMALL_STATE(404)] = 22542,
[SMALL_STATE(405)] = 22592,
[SMALL_STATE(406)] = 22642,
[SMALL_STATE(407)] = 22692,
[SMALL_STATE(408)] = 22742,
[SMALL_STATE(409)] = 22792,
[SMALL_STATE(410)] = 22842,
[SMALL_STATE(411)] = 22892,
[SMALL_STATE(412)] = 22974,
[SMALL_STATE(413)] = 23024,
[SMALL_STATE(414)] = 23074,
[SMALL_STATE(415)] = 23124,
[SMALL_STATE(416)] = 23174,
[SMALL_STATE(417)] = 23256,
[SMALL_STATE(418)] = 23306,
[SMALL_STATE(419)] = 23388,
[SMALL_STATE(420)] = 23438,
[SMALL_STATE(421)] = 23488,
[SMALL_STATE(422)] = 23538,
[SMALL_STATE(423)] = 23588,
[SMALL_STATE(424)] = 23638,
[SMALL_STATE(425)] = 23688,
[SMALL_STATE(426)] = 23738,
[SMALL_STATE(427)] = 23788,
[SMALL_STATE(428)] = 23838,
[SMALL_STATE(429)] = 23888,
[SMALL_STATE(430)] = 23938,
[SMALL_STATE(431)] = 23988,
[SMALL_STATE(432)] = 24038,
[SMALL_STATE(433)] = 24120,
[SMALL_STATE(434)] = 24170,
[SMALL_STATE(435)] = 24220,
[SMALL_STATE(436)] = 24270,
[SMALL_STATE(437)] = 24320,
[SMALL_STATE(438)] = 24370,
[SMALL_STATE(439)] = 24420,
[SMALL_STATE(440)] = 24470,
[SMALL_STATE(441)] = 24520,
[SMALL_STATE(442)] = 24570,
[SMALL_STATE(443)] = 24620,
[SMALL_STATE(444)] = 24670,
[SMALL_STATE(445)] = 24720,
[SMALL_STATE(446)] = 24770,
[SMALL_STATE(447)] = 24820,
[SMALL_STATE(448)] = 24870,
[SMALL_STATE(449)] = 24920,
[SMALL_STATE(450)] = 25002,
[SMALL_STATE(451)] = 25052,
[SMALL_STATE(452)] = 25102,
[SMALL_STATE(453)] = 25152,
[SMALL_STATE(454)] = 25202,
[SMALL_STATE(455)] = 25252,
[SMALL_STATE(456)] = 25302,
[SMALL_STATE(457)] = 25352,
[SMALL_STATE(458)] = 25402,
[SMALL_STATE(459)] = 25452,
[SMALL_STATE(460)] = 25502,
[SMALL_STATE(461)] = 25552,
[SMALL_STATE(462)] = 25634,
[SMALL_STATE(463)] = 25684,
[SMALL_STATE(464)] = 25734,
[SMALL_STATE(465)] = 25784,
[SMALL_STATE(466)] = 25834,
[SMALL_STATE(467)] = 25884,
[SMALL_STATE(468)] = 25934,
[SMALL_STATE(469)] = 25984,
[SMALL_STATE(470)] = 26066,
[SMALL_STATE(471)] = 26116,
[SMALL_STATE(472)] = 26166,
[SMALL_STATE(473)] = 26216,
[SMALL_STATE(474)] = 26298,
[SMALL_STATE(475)] = 26348,
[SMALL_STATE(476)] = 26398,
[SMALL_STATE(477)] = 26448,
[SMALL_STATE(478)] = 26497,
[SMALL_STATE(479)] = 26546,
[SMALL_STATE(480)] = 26595,
[SMALL_STATE(481)] = 26652,
[SMALL_STATE(482)] = 26701,
[SMALL_STATE(483)] = 26750,
[SMALL_STATE(484)] = 26799,
[SMALL_STATE(485)] = 26848,
[SMALL_STATE(486)] = 26904,
[SMALL_STATE(487)] = 26960,
[SMALL_STATE(488)] = 27016,
[SMALL_STATE(489)] = 27063,
[SMALL_STATE(490)] = 27110,
[SMALL_STATE(491)] = 27159,
[SMALL_STATE(492)] = 27206,
[SMALL_STATE(493)] = 27253,
[SMALL_STATE(494)] = 27300,
[SMALL_STATE(495)] = 27347,
[SMALL_STATE(496)] = 27394,
[SMALL_STATE(497)] = 27441,
[SMALL_STATE(498)] = 27487,
[SMALL_STATE(499)] = 27533,
[SMALL_STATE(500)] = 27603,
[SMALL_STATE(501)] = 27649,
[SMALL_STATE(502)] = 27733,
[SMALL_STATE(503)] = 27795,
[SMALL_STATE(504)] = 27841,
[SMALL_STATE(505)] = 27911,
[SMALL_STATE(506)] = 27978,
[SMALL_STATE(507)] = 28057,
[SMALL_STATE(508)] = 28120,
[SMALL_STATE(509)] = 28172,
[SMALL_STATE(510)] = 28224,
[SMALL_STATE(511)] = 28276,
[SMALL_STATE(512)] = 28328,
[SMALL_STATE(513)] = 28380,
[SMALL_STATE(514)] = 28461,
[SMALL_STATE(515)] = 28542,
[SMALL_STATE(516)] = 28584,
[SMALL_STATE(517)] = 28638,
[SMALL_STATE(518)] = 28683,
[SMALL_STATE(519)] = 28738,
[SMALL_STATE(520)] = 28777,
[SMALL_STATE(521)] = 28832,
[SMALL_STATE(522)] = 28887,
[SMALL_STATE(523)] = 28942,
[SMALL_STATE(524)] = 28992,
[SMALL_STATE(525)] = 29034,
[SMALL_STATE(526)] = 29084,
[SMALL_STATE(527)] = 29153,
[SMALL_STATE(528)] = 29198,
[SMALL_STATE(529)] = 29240,
[SMALL_STATE(530)] = 29285,
[SMALL_STATE(531)] = 29341,
[SMALL_STATE(532)] = 29397,
[SMALL_STATE(533)] = 29433,
[SMALL_STATE(534)] = 29489,
[SMALL_STATE(535)] = 29545,
[SMALL_STATE(536)] = 29601,
[SMALL_STATE(537)] = 29641,
[SMALL_STATE(538)] = 29698,
[SMALL_STATE(539)] = 29735,
[SMALL_STATE(540)] = 29792,
[SMALL_STATE(541)] = 29843,
[SMALL_STATE(542)] = 29900,
[SMALL_STATE(543)] = 29957,
[SMALL_STATE(544)] = 30014,
[SMALL_STATE(545)] = 30054,
[SMALL_STATE(546)] = 30088,
[SMALL_STATE(547)] = 30142,
[SMALL_STATE(548)] = 30196,
[SMALL_STATE(549)] = 30250,
[SMALL_STATE(550)] = 30304,
[SMALL_STATE(551)] = 30336,
[SMALL_STATE(552)] = 30390,
[SMALL_STATE(553)] = 30444,
[SMALL_STATE(554)] = 30495,
[SMALL_STATE(555)] = 30546,
[SMALL_STATE(556)] = 30575,
[SMALL_STATE(557)] = 30618,
[SMALL_STATE(558)] = 30669,
[SMALL_STATE(559)] = 30698,
[SMALL_STATE(560)] = 30727,
[SMALL_STATE(561)] = 30776,
[SMALL_STATE(562)] = 30827,
[SMALL_STATE(563)] = 30876,
[SMALL_STATE(564)] = 30933,
[SMALL_STATE(565)] = 30984,
[SMALL_STATE(566)] = 31035,
[SMALL_STATE(567)] = 31076,
[SMALL_STATE(568)] = 31130,
[SMALL_STATE(569)] = 31184,
[SMALL_STATE(570)] = 31238,
[SMALL_STATE(571)] = 31269,
[SMALL_STATE(572)] = 31320,
[SMALL_STATE(573)] = 31349,
[SMALL_STATE(574)] = 31400,
[SMALL_STATE(575)] = 31443,
[SMALL_STATE(576)] = 31494,
[SMALL_STATE(577)] = 31537,
[SMALL_STATE(578)] = 31584,
[SMALL_STATE(579)] = 31615,
[SMALL_STATE(580)] = 31646,
[SMALL_STATE(581)] = 31694,
[SMALL_STATE(582)] = 31742,
[SMALL_STATE(583)] = 31792,
[SMALL_STATE(584)] = 31842,
[SMALL_STATE(585)] = 31892,
[SMALL_STATE(586)] = 31918,
[SMALL_STATE(587)] = 31966,
[SMALL_STATE(588)] = 32014,
[SMALL_STATE(589)] = 32040,
[SMALL_STATE(590)] = 32066,
[SMALL_STATE(591)] = 32092,
[SMALL_STATE(592)] = 32132,
[SMALL_STATE(593)] = 32158,
[SMALL_STATE(594)] = 32187,
[SMALL_STATE(595)] = 32230,
[SMALL_STATE(596)] = 32259,
[SMALL_STATE(597)] = 32288,
[SMALL_STATE(598)] = 32317,
[SMALL_STATE(599)] = 32346,
[SMALL_STATE(600)] = 32391,
[SMALL_STATE(601)] = 32436,
[SMALL_STATE(602)] = 32465,
[SMALL_STATE(603)] = 32502,
[SMALL_STATE(604)] = 32547,
[SMALL_STATE(605)] = 32571,
[SMALL_STATE(606)] = 32605,
[SMALL_STATE(607)] = 32645,
[SMALL_STATE(608)] = 32669,
[SMALL_STATE(609)] = 32709,
[SMALL_STATE(610)] = 32743,
[SMALL_STATE(611)] = 32767,
[SMALL_STATE(612)] = 32791,
[SMALL_STATE(613)] = 32833,
[SMALL_STATE(614)] = 32875,
[SMALL_STATE(615)] = 32917,
[SMALL_STATE(616)] = 32957,
[SMALL_STATE(617)] = 33001,
[SMALL_STATE(618)] = 33025,
[SMALL_STATE(619)] = 33064,
[SMALL_STATE(620)] = 33103,
[SMALL_STATE(621)] = 33142,
[SMALL_STATE(622)] = 33169,
[SMALL_STATE(623)] = 33196,
[SMALL_STATE(624)] = 33233,
[SMALL_STATE(625)] = 33272,
[SMALL_STATE(626)] = 33311,
[SMALL_STATE(627)] = 33350,
[SMALL_STATE(628)] = 33389,
[SMALL_STATE(629)] = 33423,
[SMALL_STATE(630)] = 33461,
[SMALL_STATE(631)] = 33499,
[SMALL_STATE(632)] = 33537,
[SMALL_STATE(633)] = 33571,
[SMALL_STATE(634)] = 33607,
[SMALL_STATE(635)] = 33645,
[SMALL_STATE(636)] = 33683,
[SMALL_STATE(637)] = 33721,
[SMALL_STATE(638)] = 33759,
[SMALL_STATE(639)] = 33799,
[SMALL_STATE(640)] = 33839,
[SMALL_STATE(641)] = 33877,
[SMALL_STATE(642)] = 33913,
[SMALL_STATE(643)] = 33949,
[SMALL_STATE(644)] = 33987,
[SMALL_STATE(645)] = 34025,
[SMALL_STATE(646)] = 34059,
[SMALL_STATE(647)] = 34093,
[SMALL_STATE(648)] = 34131,
[SMALL_STATE(649)] = 34152,
[SMALL_STATE(650)] = 34173,
[SMALL_STATE(651)] = 34206,
[SMALL_STATE(652)] = 34237,
[SMALL_STATE(653)] = 34272,
[SMALL_STATE(654)] = 34307,
[SMALL_STATE(655)] = 34328,
[SMALL_STATE(656)] = 34361,
[SMALL_STATE(657)] = 34396,
[SMALL_STATE(658)] = 34431,
[SMALL_STATE(659)] = 34466,
[SMALL_STATE(660)] = 34499,
[SMALL_STATE(661)] = 34532,
[SMALL_STATE(662)] = 34553,
[SMALL_STATE(663)] = 34588,
[SMALL_STATE(664)] = 34623,
[SMALL_STATE(665)] = 34656,
[SMALL_STATE(666)] = 34677,
[SMALL_STATE(667)] = 34712,
[SMALL_STATE(668)] = 34745,
[SMALL_STATE(669)] = 34773,
[SMALL_STATE(670)] = 34801,
[SMALL_STATE(671)] = 34829,
[SMALL_STATE(672)] = 34857,
[SMALL_STATE(673)] = 34885,
[SMALL_STATE(674)] = 34913,
[SMALL_STATE(675)] = 34945,
[SMALL_STATE(676)] = 34973,
[SMALL_STATE(677)] = 35001,
[SMALL_STATE(678)] = 35033,
[SMALL_STATE(679)] = 35065,
[SMALL_STATE(680)] = 35097,
[SMALL_STATE(681)] = 35125,
[SMALL_STATE(682)] = 35153,
[SMALL_STATE(683)] = 35181,
[SMALL_STATE(684)] = 35209,
[SMALL_STATE(685)] = 35237,
[SMALL_STATE(686)] = 35265,
[SMALL_STATE(687)] = 35295,
[SMALL_STATE(688)] = 35323,
[SMALL_STATE(689)] = 35351,
[SMALL_STATE(690)] = 35381,
[SMALL_STATE(691)] = 35409,
[SMALL_STATE(692)] = 35437,
[SMALL_STATE(693)] = 35465,
[SMALL_STATE(694)] = 35493,
[SMALL_STATE(695)] = 35521,
[SMALL_STATE(696)] = 35549,
[SMALL_STATE(697)] = 35579,
[SMALL_STATE(698)] = 35607,
[SMALL_STATE(699)] = 35635,
[SMALL_STATE(700)] = 35663,
[SMALL_STATE(701)] = 35691,
[SMALL_STATE(702)] = 35719,
[SMALL_STATE(703)] = 35747,
[SMALL_STATE(704)] = 35775,
[SMALL_STATE(705)] = 35803,
[SMALL_STATE(706)] = 35831,
[SMALL_STATE(707)] = 35859,
[SMALL_STATE(708)] = 35887,
[SMALL_STATE(709)] = 35915,
[SMALL_STATE(710)] = 35943,
[SMALL_STATE(711)] = 35975,
[SMALL_STATE(712)] = 36007,
[SMALL_STATE(713)] = 36035,
[SMALL_STATE(714)] = 36063,
[SMALL_STATE(715)] = 36093,
[SMALL_STATE(716)] = 36123,
[SMALL_STATE(717)] = 36151,
[SMALL_STATE(718)] = 36179,
[SMALL_STATE(719)] = 36207,
[SMALL_STATE(720)] = 36235,
[SMALL_STATE(721)] = 36263,
[SMALL_STATE(722)] = 36291,
[SMALL_STATE(723)] = 36321,
[SMALL_STATE(724)] = 36351,
[SMALL_STATE(725)] = 36379,
[SMALL_STATE(726)] = 36407,
[SMALL_STATE(727)] = 36435,
[SMALL_STATE(728)] = 36463,
[SMALL_STATE(729)] = 36491,
[SMALL_STATE(730)] = 36523,
[SMALL_STATE(731)] = 36555,
[SMALL_STATE(732)] = 36583,
[SMALL_STATE(733)] = 36613,
[SMALL_STATE(734)] = 36643,
[SMALL_STATE(735)] = 36673,
[SMALL_STATE(736)] = 36701,
[SMALL_STATE(737)] = 36729,
[SMALL_STATE(738)] = 36757,
[SMALL_STATE(739)] = 36785,
[SMALL_STATE(740)] = 36813,
[SMALL_STATE(741)] = 36841,
[SMALL_STATE(742)] = 36869,
[SMALL_STATE(743)] = 36897,
[SMALL_STATE(744)] = 36922,
[SMALL_STATE(745)] = 36947,
[SMALL_STATE(746)] = 36972,
[SMALL_STATE(747)] = 36997,
[SMALL_STATE(748)] = 37022,
[SMALL_STATE(749)] = 37047,
[SMALL_STATE(750)] = 37074,
[SMALL_STATE(751)] = 37099,
[SMALL_STATE(752)] = 37124,
[SMALL_STATE(753)] = 37149,
[SMALL_STATE(754)] = 37174,
[SMALL_STATE(755)] = 37199,
[SMALL_STATE(756)] = 37224,
[SMALL_STATE(757)] = 37249,
[SMALL_STATE(758)] = 37274,
[SMALL_STATE(759)] = 37299,
[SMALL_STATE(760)] = 37324,
[SMALL_STATE(761)] = 37349,
[SMALL_STATE(762)] = 37374,
[SMALL_STATE(763)] = 37401,
[SMALL_STATE(764)] = 37426,
[SMALL_STATE(765)] = 37449,
[SMALL_STATE(766)] = 37472,
[SMALL_STATE(767)] = 37497,
[SMALL_STATE(768)] = 37522,
[SMALL_STATE(769)] = 37547,
[SMALL_STATE(770)] = 37572,
[SMALL_STATE(771)] = 37597,
[SMALL_STATE(772)] = 37622,
[SMALL_STATE(773)] = 37651,
[SMALL_STATE(774)] = 37680,
[SMALL_STATE(775)] = 37705,
[SMALL_STATE(776)] = 37730,
[SMALL_STATE(777)] = 37755,
[SMALL_STATE(778)] = 37780,
[SMALL_STATE(779)] = 37805,
[SMALL_STATE(780)] = 37830,
[SMALL_STATE(781)] = 37853,
[SMALL_STATE(782)] = 37878,
[SMALL_STATE(783)] = 37903,
[SMALL_STATE(784)] = 37928,
[SMALL_STATE(785)] = 37953,
[SMALL_STATE(786)] = 37978,
[SMALL_STATE(787)] = 38003,
[SMALL_STATE(788)] = 38028,
[SMALL_STATE(789)] = 38053,
[SMALL_STATE(790)] = 38078,
[SMALL_STATE(791)] = 38101,
[SMALL_STATE(792)] = 38126,
[SMALL_STATE(793)] = 38161,
[SMALL_STATE(794)] = 38186,
[SMALL_STATE(795)] = 38211,
[SMALL_STATE(796)] = 38236,
[SMALL_STATE(797)] = 38261,
[SMALL_STATE(798)] = 38286,
[SMALL_STATE(799)] = 38311,
[SMALL_STATE(800)] = 38336,
[SMALL_STATE(801)] = 38361,
[SMALL_STATE(802)] = 38382,
[SMALL_STATE(803)] = 38409,
[SMALL_STATE(804)] = 38434,
[SMALL_STATE(805)] = 38459,
[SMALL_STATE(806)] = 38481,
[SMALL_STATE(807)] = 38501,
[SMALL_STATE(808)] = 38523,
[SMALL_STATE(809)] = 38541,
[SMALL_STATE(810)] = 38563,
[SMALL_STATE(811)] = 38583,
[SMALL_STATE(812)] = 38602,
[SMALL_STATE(813)] = 38621,
[SMALL_STATE(814)] = 38650,
[SMALL_STATE(815)] = 38679,
[SMALL_STATE(816)] = 38708,
[SMALL_STATE(817)] = 38737,
[SMALL_STATE(818)] = 38756,
[SMALL_STATE(819)] = 38785,
[SMALL_STATE(820)] = 38804,
[SMALL_STATE(821)] = 38823,
[SMALL_STATE(822)] = 38842,
[SMALL_STATE(823)] = 38858,
[SMALL_STATE(824)] = 38890,
[SMALL_STATE(825)] = 38906,
[SMALL_STATE(826)] = 38938,
[SMALL_STATE(827)] = 38954,
[SMALL_STATE(828)] = 38986,
[SMALL_STATE(829)] = 39002,
[SMALL_STATE(830)] = 39034,
[SMALL_STATE(831)] = 39052,
[SMALL_STATE(832)] = 39068,
[SMALL_STATE(833)] = 39097,
[SMALL_STATE(834)] = 39124,
[SMALL_STATE(835)] = 39155,
[SMALL_STATE(836)] = 39182,
[SMALL_STATE(837)] = 39209,
[SMALL_STATE(838)] = 39238,
[SMALL_STATE(839)] = 39265,
[SMALL_STATE(840)] = 39296,
[SMALL_STATE(841)] = 39323,
[SMALL_STATE(842)] = 39348,
[SMALL_STATE(843)] = 39375,
[SMALL_STATE(844)] = 39402,
[SMALL_STATE(845)] = 39429,
[SMALL_STATE(846)] = 39460,
[SMALL_STATE(847)] = 39487,
[SMALL_STATE(848)] = 39503,
[SMALL_STATE(849)] = 39519,
[SMALL_STATE(850)] = 39535,
[SMALL_STATE(851)] = 39561,
[SMALL_STATE(852)] = 39577,
[SMALL_STATE(853)] = 39601,
[SMALL_STATE(854)] = 39617,
[SMALL_STATE(855)] = 39633,
[SMALL_STATE(856)] = 39649,
[SMALL_STATE(857)] = 39665,
[SMALL_STATE(858)] = 39681,
[SMALL_STATE(859)] = 39697,
[SMALL_STATE(860)] = 39713,
[SMALL_STATE(861)] = 39729,
[SMALL_STATE(862)] = 39755,
[SMALL_STATE(863)] = 39781,
[SMALL_STATE(864)] = 39797,
[SMALL_STATE(865)] = 39825,
[SMALL_STATE(866)] = 39841,
[SMALL_STATE(867)] = 39857,
[SMALL_STATE(868)] = 39873,
[SMALL_STATE(869)] = 39899,
[SMALL_STATE(870)] = 39915,
[SMALL_STATE(871)] = 39941,
[SMALL_STATE(872)] = 39957,
[SMALL_STATE(873)] = 39973,
[SMALL_STATE(874)] = 39989,
[SMALL_STATE(875)] = 40005,
[SMALL_STATE(876)] = 40021,
[SMALL_STATE(877)] = 40037,
[SMALL_STATE(878)] = 40059,
[SMALL_STATE(879)] = 40075,
[SMALL_STATE(880)] = 40091,
[SMALL_STATE(881)] = 40107,
[SMALL_STATE(882)] = 40123,
[SMALL_STATE(883)] = 40139,
[SMALL_STATE(884)] = 40155,
[SMALL_STATE(885)] = 40171,
[SMALL_STATE(886)] = 40187,
[SMALL_STATE(887)] = 40203,
[SMALL_STATE(888)] = 40225,
[SMALL_STATE(889)] = 40241,
[SMALL_STATE(890)] = 40257,
[SMALL_STATE(891)] = 40273,
[SMALL_STATE(892)] = 40289,
[SMALL_STATE(893)] = 40305,
[SMALL_STATE(894)] = 40331,
[SMALL_STATE(895)] = 40347,
[SMALL_STATE(896)] = 40372,
[SMALL_STATE(897)] = 40397,
[SMALL_STATE(898)] = 40422,
[SMALL_STATE(899)] = 40435,
[SMALL_STATE(900)] = 40460,
[SMALL_STATE(901)] = 40485,
[SMALL_STATE(902)] = 40506,
[SMALL_STATE(903)] = 40531,
[SMALL_STATE(904)] = 40544,
[SMALL_STATE(905)] = 40569,
[SMALL_STATE(906)] = 40582,
[SMALL_STATE(907)] = 40605,
[SMALL_STATE(908)] = 40626,
[SMALL_STATE(909)] = 40647,
[SMALL_STATE(910)] = 40672,
[SMALL_STATE(911)] = 40697,
[SMALL_STATE(912)] = 40722,
[SMALL_STATE(913)] = 40735,
[SMALL_STATE(914)] = 40760,
[SMALL_STATE(915)] = 40775,
[SMALL_STATE(916)] = 40800,
[SMALL_STATE(917)] = 40825,
[SMALL_STATE(918)] = 40850,
[SMALL_STATE(919)] = 40875,
[SMALL_STATE(920)] = 40900,
[SMALL_STATE(921)] = 40925,
[SMALL_STATE(922)] = 40950,
[SMALL_STATE(923)] = 40971,
[SMALL_STATE(924)] = 40996,
[SMALL_STATE(925)] = 41009,
[SMALL_STATE(926)] = 41034,
[SMALL_STATE(927)] = 41059,
[SMALL_STATE(928)] = 41081,
[SMALL_STATE(929)] = 41103,
[SMALL_STATE(930)] = 41123,
[SMALL_STATE(931)] = 41139,
[SMALL_STATE(932)] = 41151,
[SMALL_STATE(933)] = 41167,
[SMALL_STATE(934)] = 41181,
[SMALL_STATE(935)] = 41193,
[SMALL_STATE(936)] = 41213,
[SMALL_STATE(937)] = 41231,
[SMALL_STATE(938)] = 41253,
[SMALL_STATE(939)] = 41273,
[SMALL_STATE(940)] = 41295,
[SMALL_STATE(941)] = 41311,
[SMALL_STATE(942)] = 41325,
[SMALL_STATE(943)] = 41345,
[SMALL_STATE(944)] = 41367,
[SMALL_STATE(945)] = 41387,
[SMALL_STATE(946)] = 41401,
[SMALL_STATE(947)] = 41423,
[SMALL_STATE(948)] = 41443,
[SMALL_STATE(949)] = 41465,
[SMALL_STATE(950)] = 41487,
[SMALL_STATE(951)] = 41501,
[SMALL_STATE(952)] = 41519,
[SMALL_STATE(953)] = 41541,
[SMALL_STATE(954)] = 41559,
[SMALL_STATE(955)] = 41577,
[SMALL_STATE(956)] = 41599,
[SMALL_STATE(957)] = 41621,
[SMALL_STATE(958)] = 41643,
[SMALL_STATE(959)] = 41657,
[SMALL_STATE(960)] = 41671,
[SMALL_STATE(961)] = 41689,
[SMALL_STATE(962)] = 41703,
[SMALL_STATE(963)] = 41719,
[SMALL_STATE(964)] = 41739,
[SMALL_STATE(965)] = 41758,
[SMALL_STATE(966)] = 41777,
[SMALL_STATE(967)] = 41796,
[SMALL_STATE(968)] = 41815,
[SMALL_STATE(969)] = 41830,
[SMALL_STATE(970)] = 41847,
[SMALL_STATE(971)] = 41866,
[SMALL_STATE(972)] = 41885,
[SMALL_STATE(973)] = 41902,
[SMALL_STATE(974)] = 41917,
[SMALL_STATE(975)] = 41930,
[SMALL_STATE(976)] = 41945,
[SMALL_STATE(977)] = 41964,
[SMALL_STATE(978)] = 41983,
[SMALL_STATE(979)] = 42002,
[SMALL_STATE(980)] = 42019,
[SMALL_STATE(981)] = 42038,
[SMALL_STATE(982)] = 42057,
[SMALL_STATE(983)] = 42076,
[SMALL_STATE(984)] = 42095,
[SMALL_STATE(985)] = 42114,
[SMALL_STATE(986)] = 42133,
[SMALL_STATE(987)] = 42152,
[SMALL_STATE(988)] = 42167,
[SMALL_STATE(989)] = 42186,
[SMALL_STATE(990)] = 42203,
[SMALL_STATE(991)] = 42220,
[SMALL_STATE(992)] = 42231,
[SMALL_STATE(993)] = 42244,
[SMALL_STATE(994)] = 42259,
[SMALL_STATE(995)] = 42278,
[SMALL_STATE(996)] = 42297,
[SMALL_STATE(997)] = 42316,
[SMALL_STATE(998)] = 42335,
[SMALL_STATE(999)] = 42354,
[SMALL_STATE(1000)] = 42365,
[SMALL_STATE(1001)] = 42384,
[SMALL_STATE(1002)] = 42403,
[SMALL_STATE(1003)] = 42420,
[SMALL_STATE(1004)] = 42439,
[SMALL_STATE(1005)] = 42458,
[SMALL_STATE(1006)] = 42477,
[SMALL_STATE(1007)] = 42496,
[SMALL_STATE(1008)] = 42513,
[SMALL_STATE(1009)] = 42532,
[SMALL_STATE(1010)] = 42551,
[SMALL_STATE(1011)] = 42570,
[SMALL_STATE(1012)] = 42589,
[SMALL_STATE(1013)] = 42608,
[SMALL_STATE(1014)] = 42627,
[SMALL_STATE(1015)] = 42642,
[SMALL_STATE(1016)] = 42661,
[SMALL_STATE(1017)] = 42680,
[SMALL_STATE(1018)] = 42697,
[SMALL_STATE(1019)] = 42712,
[SMALL_STATE(1020)] = 42731,
[SMALL_STATE(1021)] = 42750,
[SMALL_STATE(1022)] = 42769,
[SMALL_STATE(1023)] = 42786,
[SMALL_STATE(1024)] = 42799,
[SMALL_STATE(1025)] = 42810,
[SMALL_STATE(1026)] = 42827,
[SMALL_STATE(1027)] = 42846,
[SMALL_STATE(1028)] = 42857,
[SMALL_STATE(1029)] = 42870,
[SMALL_STATE(1030)] = 42889,
[SMALL_STATE(1031)] = 42908,
[SMALL_STATE(1032)] = 42919,
[SMALL_STATE(1033)] = 42938,
[SMALL_STATE(1034)] = 42957,
[SMALL_STATE(1035)] = 42972,
[SMALL_STATE(1036)] = 42991,
[SMALL_STATE(1037)] = 43010,
[SMALL_STATE(1038)] = 43029,
[SMALL_STATE(1039)] = 43044,
[SMALL_STATE(1040)] = 43063,
[SMALL_STATE(1041)] = 43082,
[SMALL_STATE(1042)] = 43101,
[SMALL_STATE(1043)] = 43120,
[SMALL_STATE(1044)] = 43139,
[SMALL_STATE(1045)] = 43158,
[SMALL_STATE(1046)] = 43173,
[SMALL_STATE(1047)] = 43192,
[SMALL_STATE(1048)] = 43211,
[SMALL_STATE(1049)] = 43230,
[SMALL_STATE(1050)] = 43245,
[SMALL_STATE(1051)] = 43256,
[SMALL_STATE(1052)] = 43275,
[SMALL_STATE(1053)] = 43294,
[SMALL_STATE(1054)] = 43304,
[SMALL_STATE(1055)] = 43320,
[SMALL_STATE(1056)] = 43336,
[SMALL_STATE(1057)] = 43352,
[SMALL_STATE(1058)] = 43368,
[SMALL_STATE(1059)] = 43384,
[SMALL_STATE(1060)] = 43400,
[SMALL_STATE(1061)] = 43416,
[SMALL_STATE(1062)] = 43430,
[SMALL_STATE(1063)] = 43444,
[SMALL_STATE(1064)] = 43460,
[SMALL_STATE(1065)] = 43470,
[SMALL_STATE(1066)] = 43480,
[SMALL_STATE(1067)] = 43494,
[SMALL_STATE(1068)] = 43508,
[SMALL_STATE(1069)] = 43520,
[SMALL_STATE(1070)] = 43534,
[SMALL_STATE(1071)] = 43548,
[SMALL_STATE(1072)] = 43562,
[SMALL_STATE(1073)] = 43578,
[SMALL_STATE(1074)] = 43590,
[SMALL_STATE(1075)] = 43606,
[SMALL_STATE(1076)] = 43620,
[SMALL_STATE(1077)] = 43636,
[SMALL_STATE(1078)] = 43652,
[SMALL_STATE(1079)] = 43666,
[SMALL_STATE(1080)] = 43682,
[SMALL_STATE(1081)] = 43698,
[SMALL_STATE(1082)] = 43714,
[SMALL_STATE(1083)] = 43730,
[SMALL_STATE(1084)] = 43746,
[SMALL_STATE(1085)] = 43758,
[SMALL_STATE(1086)] = 43774,
[SMALL_STATE(1087)] = 43790,
[SMALL_STATE(1088)] = 43804,
[SMALL_STATE(1089)] = 43818,
[SMALL_STATE(1090)] = 43828,
[SMALL_STATE(1091)] = 43844,
[SMALL_STATE(1092)] = 43856,
[SMALL_STATE(1093)] = 43870,
[SMALL_STATE(1094)] = 43882,
[SMALL_STATE(1095)] = 43896,
[SMALL_STATE(1096)] = 43912,
[SMALL_STATE(1097)] = 43926,
[SMALL_STATE(1098)] = 43942,
[SMALL_STATE(1099)] = 43958,
[SMALL_STATE(1100)] = 43974,
[SMALL_STATE(1101)] = 43984,
[SMALL_STATE(1102)] = 43998,
[SMALL_STATE(1103)] = 44014,
[SMALL_STATE(1104)] = 44028,
[SMALL_STATE(1105)] = 44044,
[SMALL_STATE(1106)] = 44058,
[SMALL_STATE(1107)] = 44068,
[SMALL_STATE(1108)] = 44084,
[SMALL_STATE(1109)] = 44094,
[SMALL_STATE(1110)] = 44106,
[SMALL_STATE(1111)] = 44120,
[SMALL_STATE(1112)] = 44134,
[SMALL_STATE(1113)] = 44144,
[SMALL_STATE(1114)] = 44156,
[SMALL_STATE(1115)] = 44166,
[SMALL_STATE(1116)] = 44176,
[SMALL_STATE(1117)] = 44190,
[SMALL_STATE(1118)] = 44206,
[SMALL_STATE(1119)] = 44220,
[SMALL_STATE(1120)] = 44230,
[SMALL_STATE(1121)] = 44246,
[SMALL_STATE(1122)] = 44262,
[SMALL_STATE(1123)] = 44276,
[SMALL_STATE(1124)] = 44292,
[SMALL_STATE(1125)] = 44306,
[SMALL_STATE(1126)] = 44322,
[SMALL_STATE(1127)] = 44338,
[SMALL_STATE(1128)] = 44350,
[SMALL_STATE(1129)] = 44366,
[SMALL_STATE(1130)] = 44382,
[SMALL_STATE(1131)] = 44396,
[SMALL_STATE(1132)] = 44412,
[SMALL_STATE(1133)] = 44428,
[SMALL_STATE(1134)] = 44444,
[SMALL_STATE(1135)] = 44458,
[SMALL_STATE(1136)] = 44474,
[SMALL_STATE(1137)] = 44490,
[SMALL_STATE(1138)] = 44504,
[SMALL_STATE(1139)] = 44516,
[SMALL_STATE(1140)] = 44532,
[SMALL_STATE(1141)] = 44546,
[SMALL_STATE(1142)] = 44562,
[SMALL_STATE(1143)] = 44576,
[SMALL_STATE(1144)] = 44588,
[SMALL_STATE(1145)] = 44604,
[SMALL_STATE(1146)] = 44613,
[SMALL_STATE(1147)] = 44626,
[SMALL_STATE(1148)] = 44639,
[SMALL_STATE(1149)] = 44652,
[SMALL_STATE(1150)] = 44661,
[SMALL_STATE(1151)] = 44674,
[SMALL_STATE(1152)] = 44687,
[SMALL_STATE(1153)] = 44700,
[SMALL_STATE(1154)] = 44709,
[SMALL_STATE(1155)] = 44722,
[SMALL_STATE(1156)] = 44735,
[SMALL_STATE(1157)] = 44748,
[SMALL_STATE(1158)] = 44757,
[SMALL_STATE(1159)] = 44770,
[SMALL_STATE(1160)] = 44783,
[SMALL_STATE(1161)] = 44792,
[SMALL_STATE(1162)] = 44803,
[SMALL_STATE(1163)] = 44816,
[SMALL_STATE(1164)] = 44829,
[SMALL_STATE(1165)] = 44842,
[SMALL_STATE(1166)] = 44851,
[SMALL_STATE(1167)] = 44860,
[SMALL_STATE(1168)] = 44869,
[SMALL_STATE(1169)] = 44882,
[SMALL_STATE(1170)] = 44891,
[SMALL_STATE(1171)] = 44904,
[SMALL_STATE(1172)] = 44913,
[SMALL_STATE(1173)] = 44926,
[SMALL_STATE(1174)] = 44939,
[SMALL_STATE(1175)] = 44952,
[SMALL_STATE(1176)] = 44961,
[SMALL_STATE(1177)] = 44970,
[SMALL_STATE(1178)] = 44983,
[SMALL_STATE(1179)] = 44996,
[SMALL_STATE(1180)] = 45005,
[SMALL_STATE(1181)] = 45018,
[SMALL_STATE(1182)] = 45031,
[SMALL_STATE(1183)] = 45044,
[SMALL_STATE(1184)] = 45057,
[SMALL_STATE(1185)] = 45070,
[SMALL_STATE(1186)] = 45083,
[SMALL_STATE(1187)] = 45092,
[SMALL_STATE(1188)] = 45101,
[SMALL_STATE(1189)] = 45114,
[SMALL_STATE(1190)] = 45125,
[SMALL_STATE(1191)] = 45138,
[SMALL_STATE(1192)] = 45151,
[SMALL_STATE(1193)] = 45164,
[SMALL_STATE(1194)] = 45177,
[SMALL_STATE(1195)] = 45190,
[SMALL_STATE(1196)] = 45203,
[SMALL_STATE(1197)] = 45216,
[SMALL_STATE(1198)] = 45229,
[SMALL_STATE(1199)] = 45242,
[SMALL_STATE(1200)] = 45255,
[SMALL_STATE(1201)] = 45264,
[SMALL_STATE(1202)] = 45273,
[SMALL_STATE(1203)] = 45286,
[SMALL_STATE(1204)] = 45299,
[SMALL_STATE(1205)] = 45308,
[SMALL_STATE(1206)] = 45321,
[SMALL_STATE(1207)] = 45330,
[SMALL_STATE(1208)] = 45339,
[SMALL_STATE(1209)] = 45352,
[SMALL_STATE(1210)] = 45365,
[SMALL_STATE(1211)] = 45378,
[SMALL_STATE(1212)] = 45391,
[SMALL_STATE(1213)] = 45404,
[SMALL_STATE(1214)] = 45417,
[SMALL_STATE(1215)] = 45430,
[SMALL_STATE(1216)] = 45439,
[SMALL_STATE(1217)] = 45448,
[SMALL_STATE(1218)] = 45461,
[SMALL_STATE(1219)] = 45470,
[SMALL_STATE(1220)] = 45483,
[SMALL_STATE(1221)] = 45496,
[SMALL_STATE(1222)] = 45505,
[SMALL_STATE(1223)] = 45516,
[SMALL_STATE(1224)] = 45529,
[SMALL_STATE(1225)] = 45542,
[SMALL_STATE(1226)] = 45555,
[SMALL_STATE(1227)] = 45568,
[SMALL_STATE(1228)] = 45581,
[SMALL_STATE(1229)] = 45592,
[SMALL_STATE(1230)] = 45601,
[SMALL_STATE(1231)] = 45614,
[SMALL_STATE(1232)] = 45627,
[SMALL_STATE(1233)] = 45640,
[SMALL_STATE(1234)] = 45653,
[SMALL_STATE(1235)] = 45666,
[SMALL_STATE(1236)] = 45675,
[SMALL_STATE(1237)] = 45688,
[SMALL_STATE(1238)] = 45701,
[SMALL_STATE(1239)] = 45714,
[SMALL_STATE(1240)] = 45727,
[SMALL_STATE(1241)] = 45740,
[SMALL_STATE(1242)] = 45753,
[SMALL_STATE(1243)] = 45762,
[SMALL_STATE(1244)] = 45775,
[SMALL_STATE(1245)] = 45784,
[SMALL_STATE(1246)] = 45797,
[SMALL_STATE(1247)] = 45810,
[SMALL_STATE(1248)] = 45819,
[SMALL_STATE(1249)] = 45832,
[SMALL_STATE(1250)] = 45845,
[SMALL_STATE(1251)] = 45858,
[SMALL_STATE(1252)] = 45867,
[SMALL_STATE(1253)] = 45878,
[SMALL_STATE(1254)] = 45887,
[SMALL_STATE(1255)] = 45900,
[SMALL_STATE(1256)] = 45913,
[SMALL_STATE(1257)] = 45922,
[SMALL_STATE(1258)] = 45935,
[SMALL_STATE(1259)] = 45948,
[SMALL_STATE(1260)] = 45961,
[SMALL_STATE(1261)] = 45974,
[SMALL_STATE(1262)] = 45987,
[SMALL_STATE(1263)] = 46000,
[SMALL_STATE(1264)] = 46013,
[SMALL_STATE(1265)] = 46024,
[SMALL_STATE(1266)] = 46033,
[SMALL_STATE(1267)] = 46046,
[SMALL_STATE(1268)] = 46055,
[SMALL_STATE(1269)] = 46064,
[SMALL_STATE(1270)] = 46073,
[SMALL_STATE(1271)] = 46082,
[SMALL_STATE(1272)] = 46095,
[SMALL_STATE(1273)] = 46104,
[SMALL_STATE(1274)] = 46117,
[SMALL_STATE(1275)] = 46130,
[SMALL_STATE(1276)] = 46143,
[SMALL_STATE(1277)] = 46156,
[SMALL_STATE(1278)] = 46169,
[SMALL_STATE(1279)] = 46178,
[SMALL_STATE(1280)] = 46191,
[SMALL_STATE(1281)] = 46204,
[SMALL_STATE(1282)] = 46213,
[SMALL_STATE(1283)] = 46226,
[SMALL_STATE(1284)] = 46239,
[SMALL_STATE(1285)] = 46252,
[SMALL_STATE(1286)] = 46265,
[SMALL_STATE(1287)] = 46278,
[SMALL_STATE(1288)] = 46291,
[SMALL_STATE(1289)] = 46300,
[SMALL_STATE(1290)] = 46309,
[SMALL_STATE(1291)] = 46318,
[SMALL_STATE(1292)] = 46331,
[SMALL_STATE(1293)] = 46340,
[SMALL_STATE(1294)] = 46353,
[SMALL_STATE(1295)] = 46366,
[SMALL_STATE(1296)] = 46379,
[SMALL_STATE(1297)] = 46392,
[SMALL_STATE(1298)] = 46405,
[SMALL_STATE(1299)] = 46418,
[SMALL_STATE(1300)] = 46431,
[SMALL_STATE(1301)] = 46444,
[SMALL_STATE(1302)] = 46457,
[SMALL_STATE(1303)] = 46466,
[SMALL_STATE(1304)] = 46479,
[SMALL_STATE(1305)] = 46492,
[SMALL_STATE(1306)] = 46501,
[SMALL_STATE(1307)] = 46510,
[SMALL_STATE(1308)] = 46523,
[SMALL_STATE(1309)] = 46536,
[SMALL_STATE(1310)] = 46549,
[SMALL_STATE(1311)] = 46562,
[SMALL_STATE(1312)] = 46571,
[SMALL_STATE(1313)] = 46582,
[SMALL_STATE(1314)] = 46591,
[SMALL_STATE(1315)] = 46604,
[SMALL_STATE(1316)] = 46617,
[SMALL_STATE(1317)] = 46626,
[SMALL_STATE(1318)] = 46639,
[SMALL_STATE(1319)] = 46652,
[SMALL_STATE(1320)] = 46665,
[SMALL_STATE(1321)] = 46678,
[SMALL_STATE(1322)] = 46691,
[SMALL_STATE(1323)] = 46700,
[SMALL_STATE(1324)] = 46713,
[SMALL_STATE(1325)] = 46724,
[SMALL_STATE(1326)] = 46737,
[SMALL_STATE(1327)] = 46750,
[SMALL_STATE(1328)] = 46763,
[SMALL_STATE(1329)] = 46774,
[SMALL_STATE(1330)] = 46783,
[SMALL_STATE(1331)] = 46792,
[SMALL_STATE(1332)] = 46805,
[SMALL_STATE(1333)] = 46818,
[SMALL_STATE(1334)] = 46831,
[SMALL_STATE(1335)] = 46842,
[SMALL_STATE(1336)] = 46855,
[SMALL_STATE(1337)] = 46864,
[SMALL_STATE(1338)] = 46873,
[SMALL_STATE(1339)] = 46882,
[SMALL_STATE(1340)] = 46892,
[SMALL_STATE(1341)] = 46900,
[SMALL_STATE(1342)] = 46910,
[SMALL_STATE(1343)] = 46920,
[SMALL_STATE(1344)] = 46930,
[SMALL_STATE(1345)] = 46940,
[SMALL_STATE(1346)] = 46950,
[SMALL_STATE(1347)] = 46960,
[SMALL_STATE(1348)] = 46968,
[SMALL_STATE(1349)] = 46978,
[SMALL_STATE(1350)] = 46988,
[SMALL_STATE(1351)] = 46998,
[SMALL_STATE(1352)] = 47008,
[SMALL_STATE(1353)] = 47016,
[SMALL_STATE(1354)] = 47024,
[SMALL_STATE(1355)] = 47034,
[SMALL_STATE(1356)] = 47044,
[SMALL_STATE(1357)] = 47054,
[SMALL_STATE(1358)] = 47062,
[SMALL_STATE(1359)] = 47070,
[SMALL_STATE(1360)] = 47078,
[SMALL_STATE(1361)] = 47086,
[SMALL_STATE(1362)] = 47096,
[SMALL_STATE(1363)] = 47106,
[SMALL_STATE(1364)] = 47116,
[SMALL_STATE(1365)] = 47124,
[SMALL_STATE(1366)] = 47132,
[SMALL_STATE(1367)] = 47142,
[SMALL_STATE(1368)] = 47150,
[SMALL_STATE(1369)] = 47160,
[SMALL_STATE(1370)] = 47168,
[SMALL_STATE(1371)] = 47176,
[SMALL_STATE(1372)] = 47184,
[SMALL_STATE(1373)] = 47192,
[SMALL_STATE(1374)] = 47200,
[SMALL_STATE(1375)] = 47210,
[SMALL_STATE(1376)] = 47218,
[SMALL_STATE(1377)] = 47226,
[SMALL_STATE(1378)] = 47236,
[SMALL_STATE(1379)] = 47246,
[SMALL_STATE(1380)] = 47256,
[SMALL_STATE(1381)] = 47264,
[SMALL_STATE(1382)] = 47274,
[SMALL_STATE(1383)] = 47284,
[SMALL_STATE(1384)] = 47294,
[SMALL_STATE(1385)] = 47304,
[SMALL_STATE(1386)] = 47312,
[SMALL_STATE(1387)] = 47320,
[SMALL_STATE(1388)] = 47330,
[SMALL_STATE(1389)] = 47338,
[SMALL_STATE(1390)] = 47346,
[SMALL_STATE(1391)] = 47356,
[SMALL_STATE(1392)] = 47364,
[SMALL_STATE(1393)] = 47374,
[SMALL_STATE(1394)] = 47384,
[SMALL_STATE(1395)] = 47392,
[SMALL_STATE(1396)] = 47400,
[SMALL_STATE(1397)] = 47408,
[SMALL_STATE(1398)] = 47418,
[SMALL_STATE(1399)] = 47428,
[SMALL_STATE(1400)] = 47438,
[SMALL_STATE(1401)] = 47448,
[SMALL_STATE(1402)] = 47458,
[SMALL_STATE(1403)] = 47466,
[SMALL_STATE(1404)] = 47474,
[SMALL_STATE(1405)] = 47484,
[SMALL_STATE(1406)] = 47492,
[SMALL_STATE(1407)] = 47500,
[SMALL_STATE(1408)] = 47508,
[SMALL_STATE(1409)] = 47516,
[SMALL_STATE(1410)] = 47524,
[SMALL_STATE(1411)] = 47532,
[SMALL_STATE(1412)] = 47542,
[SMALL_STATE(1413)] = 47552,
[SMALL_STATE(1414)] = 47560,
[SMALL_STATE(1415)] = 47570,
[SMALL_STATE(1416)] = 47578,
[SMALL_STATE(1417)] = 47588,
[SMALL_STATE(1418)] = 47596,
[SMALL_STATE(1419)] = 47606,
[SMALL_STATE(1420)] = 47616,
[SMALL_STATE(1421)] = 47624,
[SMALL_STATE(1422)] = 47634,
[SMALL_STATE(1423)] = 47644,
[SMALL_STATE(1424)] = 47654,
[SMALL_STATE(1425)] = 47664,
[SMALL_STATE(1426)] = 47674,
[SMALL_STATE(1427)] = 47682,
[SMALL_STATE(1428)] = 47690,
[SMALL_STATE(1429)] = 47698,
[SMALL_STATE(1430)] = 47708,
[SMALL_STATE(1431)] = 47716,
[SMALL_STATE(1432)] = 47726,
[SMALL_STATE(1433)] = 47736,
[SMALL_STATE(1434)] = 47744,
[SMALL_STATE(1435)] = 47752,
[SMALL_STATE(1436)] = 47760,
[SMALL_STATE(1437)] = 47770,
[SMALL_STATE(1438)] = 47780,
[SMALL_STATE(1439)] = 47790,
[SMALL_STATE(1440)] = 47800,
[SMALL_STATE(1441)] = 47808,
[SMALL_STATE(1442)] = 47818,
[SMALL_STATE(1443)] = 47826,
[SMALL_STATE(1444)] = 47836,
[SMALL_STATE(1445)] = 47844,
[SMALL_STATE(1446)] = 47852,
[SMALL_STATE(1447)] = 47860,
[SMALL_STATE(1448)] = 47870,
[SMALL_STATE(1449)] = 47880,
[SMALL_STATE(1450)] = 47888,
[SMALL_STATE(1451)] = 47896,
[SMALL_STATE(1452)] = 47906,
[SMALL_STATE(1453)] = 47916,
[SMALL_STATE(1454)] = 47924,
[SMALL_STATE(1455)] = 47932,
[SMALL_STATE(1456)] = 47942,
[SMALL_STATE(1457)] = 47952,
[SMALL_STATE(1458)] = 47962,
[SMALL_STATE(1459)] = 47970,
[SMALL_STATE(1460)] = 47978,
[SMALL_STATE(1461)] = 47986,
[SMALL_STATE(1462)] = 47994,
[SMALL_STATE(1463)] = 48004,
[SMALL_STATE(1464)] = 48012,
[SMALL_STATE(1465)] = 48020,
[SMALL_STATE(1466)] = 48028,
[SMALL_STATE(1467)] = 48036,
[SMALL_STATE(1468)] = 48044,
[SMALL_STATE(1469)] = 48054,
[SMALL_STATE(1470)] = 48062,
[SMALL_STATE(1471)] = 48070,
[SMALL_STATE(1472)] = 48078,
[SMALL_STATE(1473)] = 48086,
[SMALL_STATE(1474)] = 48096,
[SMALL_STATE(1475)] = 48104,
[SMALL_STATE(1476)] = 48114,
[SMALL_STATE(1477)] = 48124,
[SMALL_STATE(1478)] = 48132,
[SMALL_STATE(1479)] = 48142,
[SMALL_STATE(1480)] = 48152,
[SMALL_STATE(1481)] = 48160,
[SMALL_STATE(1482)] = 48170,
[SMALL_STATE(1483)] = 48180,
[SMALL_STATE(1484)] = 48188,
[SMALL_STATE(1485)] = 48198,
[SMALL_STATE(1486)] = 48206,
[SMALL_STATE(1487)] = 48216,
[SMALL_STATE(1488)] = 48226,
[SMALL_STATE(1489)] = 48236,
[SMALL_STATE(1490)] = 48244,
[SMALL_STATE(1491)] = 48251,
[SMALL_STATE(1492)] = 48258,
[SMALL_STATE(1493)] = 48265,
[SMALL_STATE(1494)] = 48272,
[SMALL_STATE(1495)] = 48279,
[SMALL_STATE(1496)] = 48286,
[SMALL_STATE(1497)] = 48293,
[SMALL_STATE(1498)] = 48300,
[SMALL_STATE(1499)] = 48307,
[SMALL_STATE(1500)] = 48314,
[SMALL_STATE(1501)] = 48321,
[SMALL_STATE(1502)] = 48328,
[SMALL_STATE(1503)] = 48335,
[SMALL_STATE(1504)] = 48342,
[SMALL_STATE(1505)] = 48349,
[SMALL_STATE(1506)] = 48356,
[SMALL_STATE(1507)] = 48363,
[SMALL_STATE(1508)] = 48370,
[SMALL_STATE(1509)] = 48377,
[SMALL_STATE(1510)] = 48384,
[SMALL_STATE(1511)] = 48391,
[SMALL_STATE(1512)] = 48398,
[SMALL_STATE(1513)] = 48405,
[SMALL_STATE(1514)] = 48412,
[SMALL_STATE(1515)] = 48419,
[SMALL_STATE(1516)] = 48426,
[SMALL_STATE(1517)] = 48433,
[SMALL_STATE(1518)] = 48440,
[SMALL_STATE(1519)] = 48447,
[SMALL_STATE(1520)] = 48454,
[SMALL_STATE(1521)] = 48461,
[SMALL_STATE(1522)] = 48468,
[SMALL_STATE(1523)] = 48475,
[SMALL_STATE(1524)] = 48482,
[SMALL_STATE(1525)] = 48489,
[SMALL_STATE(1526)] = 48496,
[SMALL_STATE(1527)] = 48503,
[SMALL_STATE(1528)] = 48510,
[SMALL_STATE(1529)] = 48517,
[SMALL_STATE(1530)] = 48524,
[SMALL_STATE(1531)] = 48531,
[SMALL_STATE(1532)] = 48538,
[SMALL_STATE(1533)] = 48545,
[SMALL_STATE(1534)] = 48552,
[SMALL_STATE(1535)] = 48559,
[SMALL_STATE(1536)] = 48566,
[SMALL_STATE(1537)] = 48573,
[SMALL_STATE(1538)] = 48580,
[SMALL_STATE(1539)] = 48587,
[SMALL_STATE(1540)] = 48594,
[SMALL_STATE(1541)] = 48601,
[SMALL_STATE(1542)] = 48608,
[SMALL_STATE(1543)] = 48615,
[SMALL_STATE(1544)] = 48622,
[SMALL_STATE(1545)] = 48629,
[SMALL_STATE(1546)] = 48636,
[SMALL_STATE(1547)] = 48643,
[SMALL_STATE(1548)] = 48650,
[SMALL_STATE(1549)] = 48657,
[SMALL_STATE(1550)] = 48664,
[SMALL_STATE(1551)] = 48671,
[SMALL_STATE(1552)] = 48678,
[SMALL_STATE(1553)] = 48685,
[SMALL_STATE(1554)] = 48692,
[SMALL_STATE(1555)] = 48699,
[SMALL_STATE(1556)] = 48706,
[SMALL_STATE(1557)] = 48713,
[SMALL_STATE(1558)] = 48720,
[SMALL_STATE(1559)] = 48727,
[SMALL_STATE(1560)] = 48734,
[SMALL_STATE(1561)] = 48741,
[SMALL_STATE(1562)] = 48748,
[SMALL_STATE(1563)] = 48755,
[SMALL_STATE(1564)] = 48762,
[SMALL_STATE(1565)] = 48769,
[SMALL_STATE(1566)] = 48776,
[SMALL_STATE(1567)] = 48783,
[SMALL_STATE(1568)] = 48790,
[SMALL_STATE(1569)] = 48797,
[SMALL_STATE(1570)] = 48804,
[SMALL_STATE(1571)] = 48811,
[SMALL_STATE(1572)] = 48818,
[SMALL_STATE(1573)] = 48825,
[SMALL_STATE(1574)] = 48832,
[SMALL_STATE(1575)] = 48839,
[SMALL_STATE(1576)] = 48846,
[SMALL_STATE(1577)] = 48853,
[SMALL_STATE(1578)] = 48860,
[SMALL_STATE(1579)] = 48867,
[SMALL_STATE(1580)] = 48874,
[SMALL_STATE(1581)] = 48881,
[SMALL_STATE(1582)] = 48888,
[SMALL_STATE(1583)] = 48895,
[SMALL_STATE(1584)] = 48902,
[SMALL_STATE(1585)] = 48909,
[SMALL_STATE(1586)] = 48916,
[SMALL_STATE(1587)] = 48923,
[SMALL_STATE(1588)] = 48930,
[SMALL_STATE(1589)] = 48937,
[SMALL_STATE(1590)] = 48944,
[SMALL_STATE(1591)] = 48951,
[SMALL_STATE(1592)] = 48958,
[SMALL_STATE(1593)] = 48965,
[SMALL_STATE(1594)] = 48972,
[SMALL_STATE(1595)] = 48979,
[SMALL_STATE(1596)] = 48986,
[SMALL_STATE(1597)] = 48993,
[SMALL_STATE(1598)] = 49000,
[SMALL_STATE(1599)] = 49007,
[SMALL_STATE(1600)] = 49014,
[SMALL_STATE(1601)] = 49021,
[SMALL_STATE(1602)] = 49028,
[SMALL_STATE(1603)] = 49035,
[SMALL_STATE(1604)] = 49042,
[SMALL_STATE(1605)] = 49049,
[SMALL_STATE(1606)] = 49056,
[SMALL_STATE(1607)] = 49063,
[SMALL_STATE(1608)] = 49070,
[SMALL_STATE(1609)] = 49077,
[SMALL_STATE(1610)] = 49084,
[SMALL_STATE(1611)] = 49091,
[SMALL_STATE(1612)] = 49098,
[SMALL_STATE(1613)] = 49105,
[SMALL_STATE(1614)] = 49112,
[SMALL_STATE(1615)] = 49119,
[SMALL_STATE(1616)] = 49126,
[SMALL_STATE(1617)] = 49133,
[SMALL_STATE(1618)] = 49140,
[SMALL_STATE(1619)] = 49147,
[SMALL_STATE(1620)] = 49154,
[SMALL_STATE(1621)] = 49161,
[SMALL_STATE(1622)] = 49168,
[SMALL_STATE(1623)] = 49175,
[SMALL_STATE(1624)] = 49182,
[SMALL_STATE(1625)] = 49189,
[SMALL_STATE(1626)] = 49196,
[SMALL_STATE(1627)] = 49203,
[SMALL_STATE(1628)] = 49210,
[SMALL_STATE(1629)] = 49217,
[SMALL_STATE(1630)] = 49224,
[SMALL_STATE(1631)] = 49231,
[SMALL_STATE(1632)] = 49238,
[SMALL_STATE(1633)] = 49245,
[SMALL_STATE(1634)] = 49252,
[SMALL_STATE(1635)] = 49259,
[SMALL_STATE(1636)] = 49266,
[SMALL_STATE(1637)] = 49273,
[SMALL_STATE(1638)] = 49280,
[SMALL_STATE(1639)] = 49287,
[SMALL_STATE(1640)] = 49294,
[SMALL_STATE(1641)] = 49301,
[SMALL_STATE(1642)] = 49308,
[SMALL_STATE(1643)] = 49315,
[SMALL_STATE(1644)] = 49322,
[SMALL_STATE(1645)] = 49329,
[SMALL_STATE(1646)] = 49336,
[SMALL_STATE(1647)] = 49343,
[SMALL_STATE(1648)] = 49350,
[SMALL_STATE(1649)] = 49357,
[SMALL_STATE(1650)] = 49364,
[SMALL_STATE(1651)] = 49371,
[SMALL_STATE(1652)] = 49378,
[SMALL_STATE(1653)] = 49385,
[SMALL_STATE(1654)] = 49392,
[SMALL_STATE(1655)] = 49399,
[SMALL_STATE(1656)] = 49406,
[SMALL_STATE(1657)] = 49413,
[SMALL_STATE(1658)] = 49420,
[SMALL_STATE(1659)] = 49427,
[SMALL_STATE(1660)] = 49434,
[SMALL_STATE(1661)] = 49441,
[SMALL_STATE(1662)] = 49448,
[SMALL_STATE(1663)] = 49455,
[SMALL_STATE(1664)] = 49462,
[SMALL_STATE(1665)] = 49469,
[SMALL_STATE(1666)] = 49476,
[SMALL_STATE(1667)] = 49483,
[SMALL_STATE(1668)] = 49490,
[SMALL_STATE(1669)] = 49497,
[SMALL_STATE(1670)] = 49504,
[SMALL_STATE(1671)] = 49511,
[SMALL_STATE(1672)] = 49518,
[SMALL_STATE(1673)] = 49525,
[SMALL_STATE(1674)] = 49532,
[SMALL_STATE(1675)] = 49539,
[SMALL_STATE(1676)] = 49546,
[SMALL_STATE(1677)] = 49553,
[SMALL_STATE(1678)] = 49560,
[SMALL_STATE(1679)] = 49567,
[SMALL_STATE(1680)] = 49574,
[SMALL_STATE(1681)] = 49581,
[SMALL_STATE(1682)] = 49588,
[SMALL_STATE(1683)] = 49595,
[SMALL_STATE(1684)] = 49602,
[SMALL_STATE(1685)] = 49609,
[SMALL_STATE(1686)] = 49616,
[SMALL_STATE(1687)] = 49623,
[SMALL_STATE(1688)] = 49630,
[SMALL_STATE(1689)] = 49637,
[SMALL_STATE(1690)] = 49644,
[SMALL_STATE(1691)] = 49651,
[SMALL_STATE(1692)] = 49658,
[SMALL_STATE(1693)] = 49665,
[SMALL_STATE(1694)] = 49672,
[SMALL_STATE(1695)] = 49679,
[SMALL_STATE(1696)] = 49686,
[SMALL_STATE(1697)] = 49693,
[SMALL_STATE(1698)] = 49700,
[SMALL_STATE(1699)] = 49707,
[SMALL_STATE(1700)] = 49714,
[SMALL_STATE(1701)] = 49721,
[SMALL_STATE(1702)] = 49728,
[SMALL_STATE(1703)] = 49735,
[SMALL_STATE(1704)] = 49742,
[SMALL_STATE(1705)] = 49749,
[SMALL_STATE(1706)] = 49756,
[SMALL_STATE(1707)] = 49763,
[SMALL_STATE(1708)] = 49770,
[SMALL_STATE(1709)] = 49777,
[SMALL_STATE(1710)] = 49784,
[SMALL_STATE(1711)] = 49791,
[SMALL_STATE(1712)] = 49798,
[SMALL_STATE(1713)] = 49805,
[SMALL_STATE(1714)] = 49812,
[SMALL_STATE(1715)] = 49819,
[SMALL_STATE(1716)] = 49826,
[SMALL_STATE(1717)] = 49833,
[SMALL_STATE(1718)] = 49840,
[SMALL_STATE(1719)] = 49847,
[SMALL_STATE(1720)] = 49854,
[SMALL_STATE(1721)] = 49861,
[SMALL_STATE(1722)] = 49868,
[SMALL_STATE(1723)] = 49875,
[SMALL_STATE(1724)] = 49882,
[SMALL_STATE(1725)] = 49889,
[SMALL_STATE(1726)] = 49896,
[SMALL_STATE(1727)] = 49903,
[SMALL_STATE(1728)] = 49910,
[SMALL_STATE(1729)] = 49917,
[SMALL_STATE(1730)] = 49924,
[SMALL_STATE(1731)] = 49931,
[SMALL_STATE(1732)] = 49938,
[SMALL_STATE(1733)] = 49945,
[SMALL_STATE(1734)] = 49952,
[SMALL_STATE(1735)] = 49959,
[SMALL_STATE(1736)] = 49966,
[SMALL_STATE(1737)] = 49973,
[SMALL_STATE(1738)] = 49980,
[SMALL_STATE(1739)] = 49987,
[SMALL_STATE(1740)] = 49994,
[SMALL_STATE(1741)] = 50001,
[SMALL_STATE(1742)] = 50008,
[SMALL_STATE(1743)] = 50015,
[SMALL_STATE(1744)] = 50022,
[SMALL_STATE(1745)] = 50029,
[SMALL_STATE(1746)] = 50036,
[SMALL_STATE(1747)] = 50043,
[SMALL_STATE(1748)] = 50050,
[SMALL_STATE(1749)] = 50057,
[SMALL_STATE(1750)] = 50064,
[SMALL_STATE(1751)] = 50071,
[SMALL_STATE(1752)] = 50078,
[SMALL_STATE(1753)] = 50085,
[SMALL_STATE(1754)] = 50092,
[SMALL_STATE(1755)] = 50099,
[SMALL_STATE(1756)] = 50106,
[SMALL_STATE(1757)] = 50113,
[SMALL_STATE(1758)] = 50120,
[SMALL_STATE(1759)] = 50127,
[SMALL_STATE(1760)] = 50134,
[SMALL_STATE(1761)] = 50141,
[SMALL_STATE(1762)] = 50148,
[SMALL_STATE(1763)] = 50155,
[SMALL_STATE(1764)] = 50162,
[SMALL_STATE(1765)] = 50169,
[SMALL_STATE(1766)] = 50176,
[SMALL_STATE(1767)] = 50183,
[SMALL_STATE(1768)] = 50190,
[SMALL_STATE(1769)] = 50197,
[SMALL_STATE(1770)] = 50204,
[SMALL_STATE(1771)] = 50211,
[SMALL_STATE(1772)] = 50218,
[SMALL_STATE(1773)] = 50225,
[SMALL_STATE(1774)] = 50232,
[SMALL_STATE(1775)] = 50239,
[SMALL_STATE(1776)] = 50246,
[SMALL_STATE(1777)] = 50253,
[SMALL_STATE(1778)] = 50260,
[SMALL_STATE(1779)] = 50267,
[SMALL_STATE(1780)] = 50274,
[SMALL_STATE(1781)] = 50281,
[SMALL_STATE(1782)] = 50288,
[SMALL_STATE(1783)] = 50295,
[SMALL_STATE(1784)] = 50302,
[SMALL_STATE(1785)] = 50309,
[SMALL_STATE(1786)] = 50316,
[SMALL_STATE(1787)] = 50323,
[SMALL_STATE(1788)] = 50330,
[SMALL_STATE(1789)] = 50337,
[SMALL_STATE(1790)] = 50344,
[SMALL_STATE(1791)] = 50351,
[SMALL_STATE(1792)] = 50358,
[SMALL_STATE(1793)] = 50365,
[SMALL_STATE(1794)] = 50372,
[SMALL_STATE(1795)] = 50379,
[SMALL_STATE(1796)] = 50386,
[SMALL_STATE(1797)] = 50393,
[SMALL_STATE(1798)] = 50400,
[SMALL_STATE(1799)] = 50407,
[SMALL_STATE(1800)] = 50414,
[SMALL_STATE(1801)] = 50421,
[SMALL_STATE(1802)] = 50428,
[SMALL_STATE(1803)] = 50435,
[SMALL_STATE(1804)] = 50442,
[SMALL_STATE(1805)] = 50449,
[SMALL_STATE(1806)] = 50456,
[SMALL_STATE(1807)] = 50463,
[SMALL_STATE(1808)] = 50470,
[SMALL_STATE(1809)] = 50477,
[SMALL_STATE(1810)] = 50484,
[SMALL_STATE(1811)] = 50491,
[SMALL_STATE(1812)] = 50498,
[SMALL_STATE(1813)] = 50505,
[SMALL_STATE(1814)] = 50512,
[SMALL_STATE(1815)] = 50519,
[SMALL_STATE(1816)] = 50526,
[SMALL_STATE(1817)] = 50533,
[SMALL_STATE(1818)] = 50540,
[SMALL_STATE(1819)] = 50547,
[SMALL_STATE(1820)] = 50554,
[SMALL_STATE(1821)] = 50561,
[SMALL_STATE(1822)] = 50568,
[SMALL_STATE(1823)] = 50575,
[SMALL_STATE(1824)] = 50582,
[SMALL_STATE(1825)] = 50589,
[SMALL_STATE(1826)] = 50596,
[SMALL_STATE(1827)] = 50603,
[SMALL_STATE(1828)] = 50610,
[SMALL_STATE(1829)] = 50617,
[SMALL_STATE(1830)] = 50624,
[SMALL_STATE(1831)] = 50631,
[SMALL_STATE(1832)] = 50638,
[SMALL_STATE(1833)] = 50645,
[SMALL_STATE(1834)] = 50652,
[SMALL_STATE(1835)] = 50659,
[SMALL_STATE(1836)] = 50666,
[SMALL_STATE(1837)] = 50673,
[SMALL_STATE(1838)] = 50680,
[SMALL_STATE(1839)] = 50687,
[SMALL_STATE(1840)] = 50694,
[SMALL_STATE(1841)] = 50701,
[SMALL_STATE(1842)] = 50708,
[SMALL_STATE(1843)] = 50715,
[SMALL_STATE(1844)] = 50722,
[SMALL_STATE(1845)] = 50729,
[SMALL_STATE(1846)] = 50736,
[SMALL_STATE(1847)] = 50743,
[SMALL_STATE(1848)] = 50750,
[SMALL_STATE(1849)] = 50757,
[SMALL_STATE(1850)] = 50764,
[SMALL_STATE(1851)] = 50771,
[SMALL_STATE(1852)] = 50778,
[SMALL_STATE(1853)] = 50785,
[SMALL_STATE(1854)] = 50792,
[SMALL_STATE(1855)] = 50799,
[SMALL_STATE(1856)] = 50806,
[SMALL_STATE(1857)] = 50813,
[SMALL_STATE(1858)] = 50820,
[SMALL_STATE(1859)] = 50827,
[SMALL_STATE(1860)] = 50834,
[SMALL_STATE(1861)] = 50841,
[SMALL_STATE(1862)] = 50848,
[SMALL_STATE(1863)] = 50855,
[SMALL_STATE(1864)] = 50862,
[SMALL_STATE(1865)] = 50869,
[SMALL_STATE(1866)] = 50876,
[SMALL_STATE(1867)] = 50883,
[SMALL_STATE(1868)] = 50890,
[SMALL_STATE(1869)] = 50897,
[SMALL_STATE(1870)] = 50904,
[SMALL_STATE(1871)] = 50911,
[SMALL_STATE(1872)] = 50918,
[SMALL_STATE(1873)] = 50925,
[SMALL_STATE(1874)] = 50932,
[SMALL_STATE(1875)] = 50939,
[SMALL_STATE(1876)] = 50946,
[SMALL_STATE(1877)] = 50953,
[SMALL_STATE(1878)] = 50960,
[SMALL_STATE(1879)] = 50967,
[SMALL_STATE(1880)] = 50974,
[SMALL_STATE(1881)] = 50981,
[SMALL_STATE(1882)] = 50988,
[SMALL_STATE(1883)] = 50995,
[SMALL_STATE(1884)] = 51002,
[SMALL_STATE(1885)] = 51009,
[SMALL_STATE(1886)] = 51016,
[SMALL_STATE(1887)] = 51023,
[SMALL_STATE(1888)] = 51030,
[SMALL_STATE(1889)] = 51037,
[SMALL_STATE(1890)] = 51044,
[SMALL_STATE(1891)] = 51051,
[SMALL_STATE(1892)] = 51058,
[SMALL_STATE(1893)] = 51065,
[SMALL_STATE(1894)] = 51072,
[SMALL_STATE(1895)] = 51079,
[SMALL_STATE(1896)] = 51086,
[SMALL_STATE(1897)] = 51093,
[SMALL_STATE(1898)] = 51100,
[SMALL_STATE(1899)] = 51107,
[SMALL_STATE(1900)] = 51114,
[SMALL_STATE(1901)] = 51121,
[SMALL_STATE(1902)] = 51128,
[SMALL_STATE(1903)] = 51135,
[SMALL_STATE(1904)] = 51142,
[SMALL_STATE(1905)] = 51149,
[SMALL_STATE(1906)] = 51156,
[SMALL_STATE(1907)] = 51163,
[SMALL_STATE(1908)] = 51170,
[SMALL_STATE(1909)] = 51177,
[SMALL_STATE(1910)] = 51184,
[SMALL_STATE(1911)] = 51191,
[SMALL_STATE(1912)] = 51198,
[SMALL_STATE(1913)] = 51205,
[SMALL_STATE(1914)] = 51212,
[SMALL_STATE(1915)] = 51219,
[SMALL_STATE(1916)] = 51226,
[SMALL_STATE(1917)] = 51233,
[SMALL_STATE(1918)] = 51240,
[SMALL_STATE(1919)] = 51247,
[SMALL_STATE(1920)] = 51254,
[SMALL_STATE(1921)] = 51261,
[SMALL_STATE(1922)] = 51268,
[SMALL_STATE(1923)] = 51275,
[SMALL_STATE(1924)] = 51282,
[SMALL_STATE(1925)] = 51289,
[SMALL_STATE(1926)] = 51296,
[SMALL_STATE(1927)] = 51303,
[SMALL_STATE(1928)] = 51310,
[SMALL_STATE(1929)] = 51317,
[SMALL_STATE(1930)] = 51324,
[SMALL_STATE(1931)] = 51331,
[SMALL_STATE(1932)] = 51338,
[SMALL_STATE(1933)] = 51345,
[SMALL_STATE(1934)] = 51352,
[SMALL_STATE(1935)] = 51359,
[SMALL_STATE(1936)] = 51366,
[SMALL_STATE(1937)] = 51373,
[SMALL_STATE(1938)] = 51380,
[SMALL_STATE(1939)] = 51387,
[SMALL_STATE(1940)] = 51394,
[SMALL_STATE(1941)] = 51401,
[SMALL_STATE(1942)] = 51408,
[SMALL_STATE(1943)] = 51415,
[SMALL_STATE(1944)] = 51422,
[SMALL_STATE(1945)] = 51429,
[SMALL_STATE(1946)] = 51436,
};
static const TSParseActionEntry ts_parse_actions[] = {
[0] = {.entry = {.count = 0, .reusable = false}},
[1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(),
[3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(),
[5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compilation, 0),
[7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(841),
[9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028),
[11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332),
[13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651),
[15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641),
[17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32),
[19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715),
[21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366),
[23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697),
[25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875),
[27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858),
[29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55),
[31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855),
[33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687),
[35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827),
[37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261),
[39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796),
[41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803),
[43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16),
[45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195),
[47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248),
[49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794),
[51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577),
[53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244),
[55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745),
[57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744),
[59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197),
[61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111),
[63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526),
[65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750),
[67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748),
[69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721),
[71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664),
[73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767),
[75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166),
[77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70),
[79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198),
[81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681),
[83] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2),
[85] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(841),
[88] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1028),
[91] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1332),
[94] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(651),
[97] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(641),
[100] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(32),
[103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(715),
[106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1366),
[109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(697),
[112] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1875),
[115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1858),
[118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(55),
[121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1855),
[124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(687),
[127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1827),
[130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1261),
[133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(796),
[136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(803),
[139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(16),
[142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(195),
[145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1248),
[148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1794),
[151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(577),
[154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1244),
[157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1745),
[160] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1744),
[163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(197),
[166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(111),
[169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(526),
[172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(750),
[175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(748),
[178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1721),
[181] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(664),
[184] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(767),
[187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(166),
[190] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(70),
[193] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(198),
[196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1681),
[199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compilation, 1),
[201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1104),
[203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762),
[205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283),
[207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36),
[209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285),
[211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177),
[213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47),
[215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172),
[217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(502),
[219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502),
[221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264),
[223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490),
[225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821),
[227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(821),
[229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30),
[231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91),
[233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790),
[235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960),
[237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518),
[239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763),
[241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520),
[243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532),
[245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612),
[247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816),
[249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203),
[251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425),
[253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830),
[255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806),
[257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200),
[259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691),
[261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49),
[263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735),
[265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46),
[267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230),
[269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45),
[271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53),
[273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42),
[275] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1104),
[278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(762),
[281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(641),
[284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(715),
[287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2),
[289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1875),
[292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1855),
[295] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1261),
[298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(796),
[301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(803),
[304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1248),
[307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(577),
[310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1244),
[313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1744),
[316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1681),
[319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40),
[321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48),
[323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41),
[325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52),
[327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56),
[329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_declarative_part, 1),
[331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(962),
[333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312),
[335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__sequence_of_statements, 1),
[337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(962),
[340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1028),
[343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1332),
[346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1312),
[349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2),
[351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(55),
[354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(687),
[357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1827),
[360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(16),
[363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(195),
[366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1745),
[369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1744),
[372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(197),
[375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(111),
[378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(526),
[381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(750),
[384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(748),
[387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1721),
[390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(664),
[393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(767),
[396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(166),
[399] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(70),
[402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(198),
[405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_alternative, 1),
[407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_triggering_alternative, 1),
[409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__sequence_of_statements, 2),
[411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_call_alternative, 1),
[413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_alternative, 1),
[415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716),
[417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507),
[419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507),
[421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516),
[423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228),
[425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491),
[427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409),
[429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747),
[431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523),
[433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528),
[435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480),
[437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521),
[439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87),
[441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777),
[443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721),
[445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782),
[447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432),
[449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431),
[451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189),
[453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528),
[455] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1104),
[458] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(762),
[461] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(641),
[464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2),
[466] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(777),
[469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1875),
[472] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1855),
[475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1432),
[478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(796),
[481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(803),
[484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1431),
[487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(577),
[490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1244),
[493] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1744),
[496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1681),
[499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88),
[501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692),
[503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84),
[505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740),
[507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701),
[509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727),
[511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264),
[513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150),
[515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232),
[517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373),
[519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538),
[521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277),
[523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(277),
[525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6),
[527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77),
[529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536),
[531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813),
[533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540),
[535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525),
[537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(545),
[539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135),
[541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(556),
[543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556),
[545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 7, .production_id = 86),
[547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 7, .production_id = 86),
[549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_call_statement, 3, .production_id = 2),
[551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_call_statement, 3, .production_id = 2),
[553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505),
[555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509),
[557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 6),
[559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_statement, 6),
[561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_statement, 3, .production_id = 17),
[563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_statement, 3, .production_id = 17),
[565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 11, .production_id = 118),
[567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 11, .production_id = 118),
[569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_g, 6),
[571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pragma_g, 6),
[573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_statement, 2),
[575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_statement, 2),
[577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822),
[579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 2),
[581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raise_statement, 2),
[583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selective_accept, 6),
[585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selective_accept, 6),
[587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 6, .production_id = 69),
[589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 6, .production_id = 69),
[591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 6, .production_id = 12),
[593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 6, .production_id = 12),
[595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 6, .production_id = 50),
[597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 6, .production_id = 50),
[599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 3, .production_id = 3),
[601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raise_statement, 3, .production_id = 3),
[603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 5, .production_id = 50),
[605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 5, .production_id = 50),
[607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 5, .production_id = 49),
[609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 5, .production_id = 49),
[611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requeue_statement, 5, .production_id = 3),
[613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requeue_statement, 5, .production_id = 3),
[615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selective_accept, 5),
[617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selective_accept, 5),
[619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_return_statement, 2),
[621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_return_statement, 2),
[623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 6, .production_id = 72),
[625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 6, .production_id = 72),
[627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 4),
[629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_statement, 4),
[631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_relative_statement, 3),
[633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delay_relative_statement, 3),
[635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 7),
[637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_statement, 7),
[639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, .production_id = 14),
[641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, .production_id = 14),
[643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 3, .production_id = 13),
[645] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 3, .production_id = 13),
[647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682),
[649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683),
[651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388),
[653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 7),
[655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 7),
[657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_g, 7),
[659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pragma_g, 7),
[661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, .production_id = 83),
[663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, .production_id = 83),
[665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_call_statement, 2, .production_id = 2),
[667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_call_statement, 2, .production_id = 2),
[669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634),
[671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_statement, 7),
[673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extended_return_statement, 7),
[675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596),
[677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 2),
[679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 2),
[681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_timed_entry_call, 7),
[683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_timed_entry_call, 7),
[685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 5, .production_id = 3),
[687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raise_statement, 5, .production_id = 3),
[689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 5),
[691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_statement, 5),
[693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_entry_call, 7),
[695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_entry_call, 7),
[697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selective_accept, 7),
[699] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selective_accept, 7),
[701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 7, .production_id = 84),
[703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 7, .production_id = 84),
[705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 7, .production_id = 85),
[707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 7, .production_id = 85),
[709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 7, .production_id = 28),
[711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 7, .production_id = 28),
[713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 7, .production_id = 72),
[715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 7, .production_id = 72),
[717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251),
[719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 3, .production_id = 12),
[721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 3, .production_id = 12),
[723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requeue_statement, 3, .production_id = 3),
[725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requeue_statement, 3, .production_id = 3),
[727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abort_statement, 3),
[729] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abort_statement, 3),
[731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199),
[733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 8, .production_id = 83),
[735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 8, .production_id = 83),
[737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_asynchronous_select, 8, .production_id = 97),
[739] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_asynchronous_select, 8, .production_id = 97),
[741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selective_accept, 8),
[743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selective_accept, 8),
[745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 8, .production_id = 98),
[747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 8, .production_id = 98),
[749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 8),
[751] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_statement, 8),
[753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427),
[755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 8, .production_id = 86),
[757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 8, .production_id = 86),
[759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_until_statement, 4),
[761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delay_until_statement, 4),
[763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 4, .production_id = 29),
[765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 4, .production_id = 29),
[767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_statement, 3),
[769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extended_return_statement, 3),
[771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_return_statement, 3),
[773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_return_statement, 3),
[775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 4, .production_id = 28),
[777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 4, .production_id = 28),
[779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abort_statement, 4),
[781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abort_statement, 4),
[783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_g, 3),
[785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pragma_g, 3),
[787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 2),
[789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 2),
[791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 9, .production_id = 107),
[793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 9, .production_id = 107),
[795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selective_accept, 9),
[797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selective_accept, 9),
[799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 9, .production_id = 69),
[801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 9, .production_id = 69),
[803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 10, .production_id = 113),
[805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 10, .production_id = 113),
[807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 10, .production_id = 114),
[809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 10, .production_id = 114),
[811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798),
[813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 10, .production_id = 84),
[815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 10, .production_id = 84),
[817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251),
[819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249),
[821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233),
[823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 4),
[825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 4),
[827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 7),
[829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 7),
[831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_array_aggregate, 2),
[833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_array_aggregate, 2),
[835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525),
[837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice, 4, .production_id = 30),
[839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4, .production_id = 30),
[841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__reduction_attribute_reference, 3),
[843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__reduction_attribute_reference, 3),
[845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_expression, 5, .production_id = 15),
[847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_expression, 5, .production_id = 15),
[849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 5),
[851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 5),
[853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extension_aggregate, 5),
[855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extension_aggregate, 5),
[857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selected_component, 3, .production_id = 16),
[859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_component, 3, .production_id = 16),
[861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_expression, 3, .production_id = 15),
[863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_expression, 3, .production_id = 15),
[865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__attribute_reference, 3),
[867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attribute_reference, 3),
[869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 8),
[871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 8),
[873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reduction_attribute_designator, 4),
[875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reduction_attribute_designator, 4),
[877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_designator, 1),
[879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_designator, 1),
[881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 3),
[883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 3),
[885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_aggregate, 3),
[887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_aggregate, 3),
[889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_named_array_aggregate, 3),
[891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_array_aggregate, 3),
[893] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 6),
[895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 6),
[897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_delta_aggregate, 6),
[899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_delta_aggregate, 6),
[901] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_delta_aggregate, 6),
[903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_delta_aggregate, 6),
[905] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_actual_parameter_part, 3),
[907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_actual_parameter_part, 3),
[909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480),
[911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 2, .production_id = 2),
[913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 2, .production_id = 2),
[915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_actual_parameter_part, 4),
[917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_actual_parameter_part, 4),
[919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__name, 1),
[921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name, 1),
[923] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(241),
[926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), REDUCE(sym__subtype_indication, 1, .production_id = 6),
[929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389),
[931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473),
[933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 1, .production_id = 6),
[935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276),
[937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__subtype_indication_paren_constraint, 1),
[939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication_paren_constraint, 1),
[941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605),
[943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1330),
[945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72),
[947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__subtype_indication_paren_constraint, 2),
[949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication_paren_constraint, 2),
[951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 9, .production_id = 101),
[953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 9, .production_id = 101),
[955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 8, .production_id = 90),
[957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 8, .production_id = 90),
[959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 9, .production_id = 37),
[961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 9, .production_id = 37),
[963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_definition_clause, 7, .production_id = 37),
[965] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_definition_clause, 7, .production_id = 37),
[967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 7, .production_id = 37),
[969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 7, .production_id = 37),
[971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(780),
[973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 10, .production_id = 109),
[975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 10, .production_id = 109),
[977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_representation_clause, 5, .production_id = 37),
[979] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumeration_representation_clause, 5, .production_id = 37),
[981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary, 1, .production_id = 2),
[983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary, 1, .production_id = 2),
[985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79),
[987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 8, .production_id = 37),
[989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 8, .production_id = 37),
[991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_at_clause, 6),
[993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_at_clause, 6),
[995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body_stub, 7),
[997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body_stub, 7),
[999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body, 8),
[1001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body, 8),
[1003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 64),
[1005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 64),
[1007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 5, .production_id = 19),
[1009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 5, .production_id = 19),
[1011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_renaming_declaration, 5, .production_id = 40),
[1013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_renaming_declaration, 5, .production_id = 40),
[1015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 6),
[1017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 6),
[1019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_clause, 5, .production_id = 38),
[1021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_clause, 5, .production_id = 38),
[1023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 6, .production_id = 71),
[1025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 6, .production_id = 71),
[1027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 65),
[1029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 65),
[1031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 14, .production_id = 117),
[1033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 14, .production_id = 117),
[1035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_clause, 3),
[1037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_clause, 3),
[1039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_declaration, 2),
[1041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__package_declaration, 2),
[1043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 13, .production_id = 117),
[1045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 13, .production_id = 117),
[1047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 6, .production_id = 51),
[1049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 6, .production_id = 51),
[1051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 13, .production_id = 111),
[1053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 13, .production_id = 111),
[1055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 5),
[1057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 5),
[1059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 117),
[1061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 117),
[1063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_renaming_declaration, 4, .production_id = 33),
[1065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_renaming_declaration, 4, .production_id = 33),
[1067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_incomplete_type_declaration, 5),
[1069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_incomplete_type_declaration, 5),
[1071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 4, .production_id = 32),
[1073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 4, .production_id = 32),
[1075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 104),
[1077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 104),
[1079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 111),
[1081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 111),
[1083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 66),
[1085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 66),
[1087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_type_declaration, 5),
[1089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_type_declaration, 5),
[1091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_incomplete_type_declaration, 4),
[1093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_incomplete_type_declaration, 4),
[1095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 6, .production_id = 31),
[1097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 6, .production_id = 31),
[1099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body_stub, 4),
[1101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body_stub, 4),
[1103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 3),
[1105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 3),
[1107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 6, .production_id = 52),
[1109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 6, .production_id = 52),
[1111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body, 11),
[1113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body, 11),
[1115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 11),
[1117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 11),
[1119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_procedure_declaration, 4),
[1121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_procedure_declaration, 4),
[1123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 11),
[1125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 11),
[1127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 3),
[1129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 3),
[1131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 117),
[1133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 117),
[1135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 104),
[1137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 104),
[1139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 111),
[1141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 111),
[1143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 68),
[1145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 68),
[1147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 11, .production_id = 116),
[1149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 11, .production_id = 116),
[1151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 10, .production_id = 115),
[1153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 10, .production_id = 115),
[1155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 4),
[1157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 4),
[1159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_protected_declaration, 5),
[1161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_protected_declaration, 5),
[1163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_subprogram_declaration, 4),
[1165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_subprogram_declaration, 4),
[1167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_function_declaration, 4),
[1169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_function_declaration, 4),
[1171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body, 10),
[1173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body, 10),
[1175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 10),
[1177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 10),
[1179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 4, .production_id = 2),
[1181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 4, .production_id = 2),
[1183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 4, .production_id = 31),
[1185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 4, .production_id = 31),
[1187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_function_declaration, 6),
[1189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_function_declaration, 6),
[1191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 10),
[1193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 10),
[1195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 10),
[1197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 10),
[1199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 104),
[1201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 104),
[1203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 111),
[1205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 111),
[1207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_declaration, 4),
[1209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exception_declaration, 4),
[1211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 68),
[1213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 68),
[1215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 10, .production_id = 60),
[1217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 10, .production_id = 60),
[1219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 10, .production_id = 110),
[1221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 10, .production_id = 110),
[1223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_procedure_declaration, 6),
[1225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_procedure_declaration, 6),
[1227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 9),
[1229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 9),
[1231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 9, .production_id = 108),
[1233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 9, .production_id = 108),
[1235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 9, .production_id = 99),
[1237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 9, .production_id = 99),
[1239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 5),
[1241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 5),
[1243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body, 9),
[1245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body, 9),
[1247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 5),
[1249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 5),
[1251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 9),
[1253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 9),
[1255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 5, .production_id = 27),
[1257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 5, .production_id = 27),
[1259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 2),
[1261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 2),
[1263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 9),
[1265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 9),
[1267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body, 9),
[1269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body, 9),
[1271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_declaration, 5, .production_id = 36),
[1273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subtype_declaration, 5, .production_id = 36),
[1275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body_stub, 6),
[1277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body_stub, 6),
[1279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 5, .production_id = 51),
[1281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 5, .production_id = 51),
[1283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 9),
[1285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 9),
[1287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_protected_declaration, 9),
[1289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_protected_declaration, 9),
[1291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 5, .production_id = 2),
[1293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 5, .production_id = 2),
[1295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number_declaration, 5),
[1297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number_declaration, 5),
[1299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_declaration, 5),
[1301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exception_declaration, 5),
[1303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 9, .production_id = 104),
[1305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 9, .production_id = 104),
[1307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 9),
[1309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 9),
[1311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 9, .production_id = 68),
[1313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 9, .production_id = 68),
[1315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 5, .production_id = 31),
[1317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 5, .production_id = 31),
[1319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 9, .production_id = 60),
[1321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 9, .production_id = 60),
[1323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 9, .production_id = 102),
[1325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 9, .production_id = 102),
[1327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_function_declaration, 5),
[1329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_function_declaration, 5),
[1331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 8),
[1333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 8),
[1335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 8, .production_id = 100),
[1337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 8, .production_id = 100),
[1339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 8, .production_id = 99),
[1341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 8, .production_id = 99),
[1343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 8, .production_id = 68),
[1345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 8, .production_id = 68),
[1347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_instantiation, 8, .production_id = 87),
[1349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_instantiation, 8, .production_id = 87),
[1351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 5),
[1353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 5),
[1355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 5, .production_id = 52),
[1357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 5, .production_id = 52),
[1359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_procedure_declaration, 5),
[1361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_procedure_declaration, 5),
[1363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 8, .production_id = 2),
[1365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 8, .production_id = 2),
[1367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body_stub, 5),
[1369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body_stub, 5),
[1371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 8, .production_id = 71),
[1373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 8, .production_id = 71),
[1375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 5, .production_id = 53),
[1377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 5, .production_id = 53),
[1379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 8, .production_id = 80),
[1381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 8, .production_id = 80),
[1383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_renaming_declaration, 5, .production_id = 54),
[1385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_renaming_declaration, 5, .production_id = 54),
[1387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body, 8),
[1389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body, 8),
[1391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 8),
[1393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 8),
[1395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 5, .production_id = 32),
[1397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 5, .production_id = 32),
[1399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 8),
[1401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 8),
[1403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_renaming_declaration, 5, .production_id = 33),
[1405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_renaming_declaration, 5, .production_id = 33),
[1407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 6, .production_id = 2),
[1409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 6, .production_id = 2),
[1411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_package_declaration, 3),
[1413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_package_declaration, 3),
[1415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_subprogram_declaration, 3),
[1417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_subprogram_declaration, 3),
[1419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 8),
[1421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 8),
[1423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_renaming_declaration, 6, .production_id = 55),
[1425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exception_renaming_declaration, 6, .production_id = 55),
[1427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_protected_declaration, 8),
[1429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_protected_declaration, 8),
[1431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 6, .production_id = 53),
[1433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 6, .production_id = 53),
[1435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 6, .production_id = 56),
[1437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 6, .production_id = 56),
[1439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 6, .production_id = 57),
[1441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 6, .production_id = 57),
[1443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body_stub, 6),
[1445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body_stub, 6),
[1447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 8),
[1449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 8),
[1451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 6, .production_id = 60),
[1453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 6, .production_id = 60),
[1455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 3),
[1457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 3),
[1459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 8, .production_id = 68),
[1461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 8, .production_id = 68),
[1463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_instantiation, 6, .production_id = 62),
[1465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_instantiation, 6, .production_id = 62),
[1467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_renaming_declaration, 6, .production_id = 40),
[1469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_renaming_declaration, 6, .production_id = 40),
[1471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 8, .production_id = 91),
[1473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 8, .production_id = 91),
[1475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 8, .production_id = 60),
[1477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 8, .production_id = 60),
[1479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_body_stub, 1),
[1481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_body_stub, 1),
[1483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_type_declaration, 1),
[1485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_type_declaration, 1),
[1487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 8, .production_id = 73),
[1489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 8, .production_id = 73),
[1491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 7, .production_id = 88),
[1493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 7, .production_id = 88),
[1495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 6),
[1497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 6),
[1499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 7),
[1501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 7),
[1503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 7, .production_id = 68),
[1505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 7, .production_id = 68),
[1507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_instantiation, 7, .production_id = 87),
[1509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_instantiation, 7, .production_id = 87),
[1511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 1),
[1513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 1),
[1515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 7, .production_id = 51),
[1517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 7, .production_id = 51),
[1519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 4, .production_id = 27),
[1521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 4, .production_id = 27),
[1523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 7, .production_id = 71),
[1525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 7, .production_id = 71),
[1527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 4),
[1529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 4),
[1531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 4),
[1533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 4),
[1535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 7, .production_id = 2),
[1537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 7, .production_id = 2),
[1539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 4, .production_id = 19),
[1541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 4, .production_id = 19),
[1543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 4),
[1545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 4),
[1547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 66),
[1549] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 66),
[1551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 65),
[1553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 65),
[1555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_type_declaration, 6),
[1557] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_type_declaration, 6),
[1559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_renaming_declaration, 6, .production_id = 54),
[1561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_renaming_declaration, 6, .production_id = 54),
[1563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_incomplete_type_declaration, 3),
[1565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_incomplete_type_declaration, 3),
[1567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 64),
[1569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 64),
[1571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body_stub, 6),
[1573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body_stub, 6),
[1575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 7, .production_id = 80),
[1577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 7, .production_id = 80),
[1579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 7, .production_id = 36),
[1581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 7, .production_id = 36),
[1583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body_stub, 7),
[1585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body_stub, 7),
[1587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 6, .production_id = 36),
[1589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 6, .production_id = 36),
[1591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 7),
[1593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 7),
[1595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 6),
[1597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 6),
[1599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_declaration, 6, .production_id = 36),
[1601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subtype_declaration, 6, .production_id = 36),
[1603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_incomplete_type_declaration, 6),
[1605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_incomplete_type_declaration, 6),
[1607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_renaming_declaration, 7, .production_id = 55),
[1609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exception_renaming_declaration, 7, .production_id = 55),
[1611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 56),
[1613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 56),
[1615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 57),
[1617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 57),
[1619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body, 7),
[1621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body, 7),
[1623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_clause, 4, .production_id = 23),
[1625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_clause, 4, .production_id = 23),
[1627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 7),
[1629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 7),
[1631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 73),
[1633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 73),
[1635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_protected_declaration, 6),
[1637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_protected_declaration, 6),
[1639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 6),
[1641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 6),
[1643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_type_declaration, 7),
[1645] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_type_declaration, 7),
[1647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body, 6),
[1649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body, 6),
[1651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body_stub, 6),
[1653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body_stub, 6),
[1655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 6),
[1657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 6),
[1659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body_stub, 7),
[1661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body_stub, 7),
[1663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 7, .production_id = 75),
[1665] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 7, .production_id = 75),
[1667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 7),
[1669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 7),
[1671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 7, .production_id = 60),
[1673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 7, .production_id = 60),
[1675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_instantiation, 7, .production_id = 62),
[1677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_instantiation, 7, .production_id = 62),
[1679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 25),
[1681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 25),
[1683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subunit, 5, .production_id = 43),
[1685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subunit, 5, .production_id = 43),
[1687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 41),
[1689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 41),
[1691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591),
[1693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 24),
[1695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 24),
[1697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compilation_unit, 1),
[1699] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compilation_unit, 1),
[1701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compilation_unit, 2),
[1703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compilation_unit, 2),
[1705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 3),
[1707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 3),
[1709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 10),
[1711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 10),
[1713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 10), SHIFT_REPEAT(817),
[1716] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 10), SHIFT_REPEAT(817),
[1719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_term, 2, .production_id = 10),
[1721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_term, 2, .production_id = 10),
[1723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817),
[1725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(817),
[1727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_term, 1, .production_id = 4),
[1729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_term, 1, .production_id = 4),
[1731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_constraint, 4, .production_id = 78),
[1733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_constraint, 4, .production_id = 78),
[1735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__factor, 1, .production_id = 4),
[1737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__factor, 1, .production_id = 4),
[1739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522),
[1741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_null, 1),
[1743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_null, 1),
[1745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_allocator, 3),
[1747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_allocator, 3),
[1749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__subtype_indication_paren_constraint, 3),
[1751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication_paren_constraint, 3),
[1753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parenthesized_expression, 3),
[1755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parenthesized_expression, 3),
[1757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_constraint, 3, .production_id = 42),
[1759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_constraint, 3, .production_id = 42),
[1761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_allocator, 2),
[1763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_allocator, 2),
[1765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_factor_not, 2, .production_id = 8),
[1767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_factor_not, 2, .production_id = 8),
[1769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 8),
[1771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 8),
[1773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_factor_power, 3, .production_id = 26),
[1775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_factor_power, 3, .production_id = 26),
[1777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142),
[1779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567),
[1781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221),
[1783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220),
[1785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219),
[1787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335),
[1789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937),
[1791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449),
[1793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556),
[1795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885),
[1797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637),
[1799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886),
[1801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662),
[1803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128),
[1805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957),
[1807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361),
[1809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731),
[1811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113),
[1813] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__name, 1), REDUCE(sym__subtype_indication, 1, .production_id = 6), REDUCE(sym_component_choice_list, 1),
[1817] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__name, 1), REDUCE(sym__subtype_indication, 1, .production_id = 6), SHIFT(773),
[1821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_factor_abs, 2, .production_id = 8),
[1823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_factor_abs, 2, .production_id = 8),
[1825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043),
[1827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643),
[1829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298),
[1831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055),
[1833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_choice_list, 1),
[1835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773),
[1837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_expression, 3),
[1839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_expression, 3),
[1841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812),
[1843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(812),
[1845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_expression, 2),
[1847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_expression, 2),
[1849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_expression, 1),
[1851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_expression, 1),
[1853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__simple_expression_repeat1, 2),
[1855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__simple_expression_repeat1, 2),
[1857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__simple_expression_repeat1, 2), SHIFT_REPEAT(812),
[1860] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__simple_expression_repeat1, 2), SHIFT_REPEAT(812),
[1863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750),
[1865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749),
[1867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746),
[1869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742),
[1871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221),
[1873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220),
[1875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741),
[1877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761),
[1879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122),
[1881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120),
[1883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412),
[1885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077),
[1887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__sequence_of_statements_repeat2, 2),
[1889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat2, 2),
[1891] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat2, 2), SHIFT_REPEAT(1745),
[1894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497),
[1896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524),
[1898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_label, 3, .production_id = 11),
[1900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label, 3, .production_id = 11),
[1902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503),
[1904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500),
[1906] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1555),
[1909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__defining_identifier_list, 1),
[1911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_exclusion, 2),
[1913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_exclusion, 2),
[1915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1028),
[1917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218),
[1919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720),
[1921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801),
[1923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801),
[1925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__relation, 1),
[1927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260),
[1929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913),
[1931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 2, .production_id = 18),
[1933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1164),
[1935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473),
[1937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754),
[1939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788),
[1941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368),
[1943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570),
[1945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451),
[1947] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(1164),
[1950] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(762),
[1953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2),
[1955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(1855),
[1958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(754),
[1961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(788),
[1964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(1794),
[1967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(1244),
[1970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(1744),
[1973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555),
[1975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531),
[1977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377),
[1979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708),
[1981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1899),
[1984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__aspect_mark, 1),
[1986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718),
[1988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707),
[1990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738),
[1992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717),
[1994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330),
[1996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_expression, 2, .production_id = 9),
[1998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461),
[2000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575),
[2002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378),
[2004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282),
[2006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835),
[2008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_attribute_designator, 1),
[2010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217),
[2012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486),
[2014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530),
[2016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_attribute_designator, 4),
[2018] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(276),
[2021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_g, 3),
[2023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_g, 3, .production_id = 45),
[2025] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(762),
[2028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2),
[2030] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(1855),
[2033] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(754),
[2036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(788),
[2039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(1794),
[2042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(1244),
[2045] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(1744),
[2048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1016),
[2050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016),
[2052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_label, 2, .production_id = 1),
[2054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618),
[2056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541),
[2058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569),
[2060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571),
[2062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213),
[2064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468),
[2066] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(762),
[2069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2),
[2071] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(1855),
[2074] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(754),
[2077] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(788),
[2080] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(1835),
[2083] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(1244),
[2086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1),
[2088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191),
[2090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193),
[2092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243),
[2094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959),
[2096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346),
[2098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987),
[2100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989),
[2102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587),
[2104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194),
[2106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_membership_choice_list_repeat1, 2),
[2108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_membership_choice_list_repeat1, 2), SHIFT_REPEAT(265),
[2111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586),
[2113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__membership_choice, 1),
[2115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469),
[2117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823),
[2119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823),
[2121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614),
[2123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(1164),
[2126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(641),
[2129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2),
[2131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(953),
[2134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(1601),
[2137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(1744),
[2140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600),
[2142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580),
[2144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_formal_part, 2),
[2146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953),
[2148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601),
[2150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generic_formal_part, 1), SHIFT(793),
[2153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generic_formal_part, 1), SHIFT(799),
[2156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generic_formal_part, 1), SHIFT(800),
[2159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_membership_choice_list, 2),
[2161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265),
[2163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_membership_choice_list, 1),
[2165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603),
[2167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(839),
[2169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839),
[2171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616),
[2173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_expression, 4, .production_id = 9),
[2175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__relation, 3),
[2177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relation_membership, 4),
[2179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250),
[2181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90),
[2183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92),
[2185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250),
[2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550),
[2189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relation_membership, 3),
[2191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 2),
[2193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(947),
[2195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947),
[2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880),
[2199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095),
[2201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408),
[2203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat3, 2),
[2205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_repeat3, 2), SHIFT_REPEAT(243),
[2208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat2, 2),
[2210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_repeat2, 2), SHIFT_REPEAT(193),
[2213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat1, 2),
[2215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_repeat1, 2), SHIFT_REPEAT(191),
[2218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat1, 3),
[2220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 3, .production_id = 21),
[2222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211),
[2224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat2, 3),
[2226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 4, .production_id = 35),
[2228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266),
[2230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266),
[2232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755),
[2234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(825),
[2236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825),
[2238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1009),
[2240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009),
[2242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942),
[2244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941),
[2246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(699),
[2248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699),
[2250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457),
[2252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809),
[2254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979),
[2256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783),
[2258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933),
[2260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935),
[2262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367),
[2264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_digits_constraint, 2),
[2266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delta_constraint, 2),
[2268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594),
[2270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(737),
[2272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737),
[2274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731),
[2276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731),
[2278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381),
[2280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807),
[2282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017),
[2284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752),
[2286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893),
[2288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893),
[2290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(834),
[2292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834),
[2294] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), SHIFT_REPEAT(1009),
[2297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), SHIFT_REPEAT(1009),
[2300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), SHIFT_REPEAT(1332),
[2303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2),
[2305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805),
[2307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(935),
[2309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102),
[2311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887),
[2313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884),
[2315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882),
[2317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(895),
[2319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895),
[2321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507),
[2323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712),
[2325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599),
[2327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 3, .production_id = 18),
[2329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 2, .production_id = 6),
[2331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922),
[2333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965),
[2335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675),
[2337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706),
[2339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_digits_constraint, 3),
[2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709),
[2343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736),
[2345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676),
[2347] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(762),
[2350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2),
[2352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(1855),
[2355] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(1794),
[2358] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(1244),
[2361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(829),
[2363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829),
[2365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delta_constraint, 3),
[2367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911),
[2369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910),
[2371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772),
[2373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400),
[2375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955),
[2377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955),
[2379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204),
[2381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152),
[2383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_constraint, 2),
[2385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_list, 1),
[2387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833),
[2389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044),
[2391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272),
[2393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994),
[2395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348),
[2397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005),
[2399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451),
[2401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998),
[2403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344),
[2405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868),
[2407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529),
[2409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529),
[2411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625),
[2413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 4, .production_id = 58),
[2415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946),
[2417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125),
[2419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(845),
[2421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845),
[2423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906),
[2425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041),
[2427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475),
[2429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026),
[2431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 6, .production_id = 3),
[2433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036),
[2435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003),
[2437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374),
[2439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000),
[2441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270),
[2443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(862),
[2445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862),
[2447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966),
[2449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377),
[2451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 2, .production_id = 18),
[2453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011),
[2455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 8, .production_id = 3),
[2457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_profile, 3, .production_id = 34),
[2459] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_component_list_repeat1, 2), SHIFT_REPEAT(1164),
[2462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_list_repeat1, 2), SHIFT_REPEAT(762),
[2465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_component_list_repeat1, 2),
[2467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(967),
[2469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967),
[2471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(864),
[2473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864),
[2475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749),
[2477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015),
[2479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278),
[2481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964),
[2483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 4, .production_id = 3),
[2485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(843),
[2487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843),
[2489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747),
[2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047),
[2493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 7, .production_id = 3),
[2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052),
[2497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415),
[2499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484),
[2501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 3, .production_id = 34),
[2503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(702),
[2505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702),
[2507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(842),
[2509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842),
[2511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798),
[2513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(840),
[2515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840),
[2517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795),
[2519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985),
[2521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408),
[2523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_profile, 2, .production_id = 18),
[2525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970),
[2527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981),
[2529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 5, .production_id = 3),
[2531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983),
[2533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423),
[2535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917),
[2537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832),
[2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001),
[2541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916),
[2543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835),
[2545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949),
[2547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023),
[2549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910),
[2551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827),
[2553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684),
[2555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913),
[2557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852),
[2559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042),
[2561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010),
[2563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048),
[2565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920),
[2567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897),
[2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868),
[2571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138),
[2573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544),
[2575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915),
[2577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051),
[2579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908),
[2581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911),
[2583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909),
[2585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921),
[2587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992),
[2589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923),
[2591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900),
[2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926),
[2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267),
[2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902),
[2599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235),
[2601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021),
[2603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899),
[2605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887),
[2607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904),
[2609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033),
[2611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918),
[2613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850),
[2615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919),
[2617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_non_empty_mode, 1),
[2619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_mode, 1),
[2621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810),
[2623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870),
[2625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046),
[2627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836),
[2629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844),
[2631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838),
[2633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896),
[2635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846),
[2637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040),
[2639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039),
[2641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_relational_operator, 1),
[2643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relational_operator, 1),
[2645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837),
[2647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861),
[2649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144),
[2651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 4),
[2653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 3),
[2655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_part, 3),
[2657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 2),
[2659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_non_empty_mode, 2),
[2661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_mode, 2),
[2663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_declaration, 4),
[2665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 4),
[2667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_adding_operator, 1),
[2669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_adding_operator, 1),
[2671] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1125),
[2674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2),
[2676] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1494),
[2679] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1495),
[2682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1125),
[2684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201),
[2686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494),
[2688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495),
[2690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215),
[2692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multiplying_operator, 1),
[2694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiplying_operator, 1),
[2696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_declaration, 5),
[2698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 5),
[2700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_declaration, 6),
[2702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 6),
[2704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_adding_operator, 1),
[2706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_adding_operator, 1),
[2708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_and_result_profile, 2),
[2710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 3, .production_id = 34),
[2712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 4, .production_id = 58),
[2714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 5),
[2716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 105),
[2718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_profile, 2),
[2720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 93),
[2722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_mode, 1),
[2724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_mode, 1),
[2726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74),
[2728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826),
[2730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624),
[2732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_list, 1),
[2734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784),
[2736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860),
[2738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 2, .production_id = 3),
[2740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_procedure_specification, 2, .production_id = 3), SHIFT(1826),
[2743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769),
[2745] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_procedure_specification, 2, .production_id = 3), SHIFT(1769),
[2748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854),
[2750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 5, .production_id = 59),
[2752] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(562),
[2755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148),
[2757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766),
[2759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 6, .production_id = 74),
[2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886),
[2763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_abstract_subprogram_declaration, 7),
[2765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_abstract_subprogram_declaration, 7),
[2767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 8, .production_id = 82),
[2769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 8, .production_id = 82),
[2771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 5),
[2773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 5),
[2775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 4),
[2777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 4),
[2779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 6),
[2781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 6),
[2783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 4, .production_id = 48),
[2785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 4, .production_id = 48),
[2787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 6),
[2789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 6),
[2791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_subprogram_declaration, 1),
[2793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_subprogram_declaration, 1),
[2795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 6, .production_id = 81),
[2797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 6, .production_id = 81),
[2799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_package_declaration, 7, .production_id = 95),
[2801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_package_declaration, 7, .production_id = 95),
[2803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 112),
[2805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 112),
[2807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 67),
[2809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 67),
[2811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 58),
[2813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 58), SHIFT(1808),
[2816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685),
[2818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4, .production_id = 58),
[2820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 5),
[2822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 5),
[2824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76),
[2826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774),
[2828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 4),
[2830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 4),
[2832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 5),
[2834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 5),
[2836] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 6),
[2838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 6),
[2840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 2, .production_id = 18),
[2842] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 2, .production_id = 18), SHIFT(1528),
[2845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705),
[2847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 48),
[2849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 48),
[2851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 3, .production_id = 34),
[2853] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 3, .production_id = 34), SHIFT(1700),
[2856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680),
[2858] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 7),
[2860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 7),
[2862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6),
[2864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6),
[2866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 7, .production_id = 96),
[2868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 7, .production_id = 96),
[2870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 67),
[2872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 67),
[2874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 7),
[2876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 7),
[2878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 82),
[2880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 82),
[2882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95),
[2884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93),
[2886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615),
[2888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 10, .production_id = 112),
[2890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 10, .production_id = 112),
[2892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 5),
[2894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 5),
[2896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_abstract_subprogram_declaration, 5),
[2898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_abstract_subprogram_declaration, 5),
[2900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 67),
[2902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 67),
[2904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 9, .production_id = 112),
[2906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 9, .production_id = 112),
[2908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 4),
[2910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 4),
[2912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_abstract_subprogram_declaration, 6),
[2914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_abstract_subprogram_declaration, 6),
[2916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 48),
[2918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 48),
[2920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 82),
[2922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 82),
[2924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interface_list_repeat1, 2),
[2926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 106),
[2928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 106),
[2930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 8, .production_id = 106),
[2932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 8, .production_id = 106),
[2934] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 8, .production_id = 106),
[2936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 8, .production_id = 106),
[2938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_package_declaration, 8, .production_id = 95),
[2940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_package_declaration, 8, .production_id = 95),
[2942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 3),
[2944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 3),
[2946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 3, .production_id = 34),
[2948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 3),
[2950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 3),
[2952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768),
[2954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name_list, 1),
[2956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858),
[2958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425),
[2960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 10),
[2962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412),
[2964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298),
[2966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019),
[2968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894),
[2970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513),
[2972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593),
[2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401),
[2976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 11),
[2978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859),
[2980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 12),
[2982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759),
[2984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__name_list_repeat1, 2),
[2986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405),
[2988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165),
[2990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282),
[2992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 8),
[2994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463),
[2996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899),
[2998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435),
[3000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10),
[3002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889),
[3004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288),
[3006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306),
[3008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78),
[3010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391),
[3012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208),
[3014] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1510),
[3017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599),
[3019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722),
[3021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284),
[3023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 9),
[3025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927),
[3027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210),
[3029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404),
[3031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659),
[3033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187),
[3035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253),
[3037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice, 1),
[3039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523),
[3041] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_aspect_mark_list_repeat1, 2), SHIFT_REPEAT(1308),
[3044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_aspect_mark_list_repeat1, 2),
[3046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__aspect_mark, 3),
[3048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308),
[3050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_mark_list, 2),
[3052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_choice_parameter_specification, 1),
[3054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition, 1, .production_id = 7),
[3056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice, 1, .production_id = 44),
[3058] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__exception_handler_list, 2), SHIFT_REPEAT(619),
[3061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__exception_handler_list, 2),
[3063] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__exception_handler_list, 2), SHIFT_REPEAT(1744),
[3066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315),
[3068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635),
[3070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084),
[3072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109),
[3074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494),
[3076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99),
[3078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_mark_list, 1),
[3080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_clause, 4),
[3082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_clause, 4),
[3084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238),
[3086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085),
[3088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433),
[3090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652),
[3092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 3),
[3094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_association, 1),
[3096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98),
[3098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130),
[3100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214),
[3102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_default, 1, .production_id = 47),
[3104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794),
[3106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744),
[3108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777),
[3110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164),
[3112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800),
[3114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_clause, 8, .production_id = 119),
[3116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_clause, 8, .production_id = 119),
[3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18),
[3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71),
[3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889),
[3124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619),
[3126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_handled_sequence_of_statements, 3),
[3128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209),
[3130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141),
[3132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363),
[3134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630),
[3136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066),
[3138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299),
[3140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903),
[3142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299),
[3144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058),
[3146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_general_access_modifier, 1),
[3148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_general_access_modifier, 1),
[3150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1188),
[3152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1592),
[3154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subpool_specification, 3, .production_id = 46),
[3156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subpool_specification, 3, .production_id = 46),
[3158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1031),
[3160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442),
[3162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501),
[3164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 5, .production_id = 39),
[3166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609),
[3168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877),
[3170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349),
[3172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753),
[3174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2),
[3176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(222),
[3179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 4, .production_id = 5),
[3181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189),
[3183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207),
[3185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409),
[3187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589),
[3189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771),
[3191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_subprogram_definition, 3),
[3193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116),
[3195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424),
[3197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113),
[3199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318),
[3201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366),
[3203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811),
[3205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 6, .production_id = 61),
[3207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364),
[3209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378),
[3211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849),
[3213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472),
[3215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361),
[3217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_subprogram_definition, 2),
[3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334),
[3221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935),
[3223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62),
[3225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222),
[3227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_definition, 3),
[3229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_component_choice_list_repeat1, 2),
[3231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interface_list_repeat1, 2), SHIFT_REPEAT(784),
[3234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326),
[3236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356),
[3238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936),
[3240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775),
[3242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851),
[3244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325),
[3246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_definition, 4),
[3248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274),
[3250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890),
[3252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 5, .production_id = 5),
[3254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202),
[3256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345),
[3258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5),
[3260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421),
[3262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333),
[3264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228),
[3266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857),
[3268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 9, .production_id = 103),
[3270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448),
[3272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268),
[3274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776),
[3276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_expression_repeat1, 2),
[3278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_expression_repeat1, 2), SHIFT_REPEAT(207),
[3281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164),
[3283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797),
[3285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148),
[3287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131),
[3289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882),
[3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725),
[3293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67),
[3295] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1600),
[3298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_definition, 1),
[3300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 7, .production_id = 76),
[3302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_association, 3),
[3304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287),
[3306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397),
[3308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541),
[3310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639),
[3312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 3, .production_id = 22),
[3314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4),
[3316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212),
[3318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110),
[3320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431),
[3322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789),
[3324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787),
[3326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414),
[3328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961),
[3330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636),
[3332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269),
[3334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_list, 2),
[3336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769),
[3338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 8, .production_id = 92),
[3340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873),
[3342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 4, .production_id = 36),
[3344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140),
[3346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375),
[3348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_definition, 6),
[3350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231),
[3352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163),
[3354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892),
[3356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623),
[3358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709),
[3360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792),
[3362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68),
[3364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233),
[3366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831),
[3368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69),
[3370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 3, .production_id = 22),
[3372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100),
[3374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784),
[3376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 36),
[3378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 36), SHIFT(1246),
[3381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683),
[3383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 2),
[3385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 2, .production_id = 42),
[3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548),
[3389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634),
[3391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487),
[3393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101),
[3395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_list, 1),
[3397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subprogram_specification, 1),
[3399] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(765),
[3402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 58),
[3404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 2),
[3406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 2), SHIFT_REPEAT(792),
[3409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 7, .production_id = 105),
[3411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8),
[3413] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__attribute_reference, 3), SHIFT(206),
[3416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 5, .production_id = 68),
[3418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853),
[3420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539),
[3422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270),
[3424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867),
[3426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748),
[3428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538),
[3430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96),
[3432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_component_association_list, 2),
[3434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300),
[3436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631),
[3438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58),
[3440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127),
[3442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34),
[3444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7),
[3446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 42),
[3448] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 42), SHIFT(1123),
[3451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703),
[3453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 2),
[3455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700),
[3457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decimal_fixed_point_definition, 4),
[3459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416),
[3461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_component_association_list, 1),
[3463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_specification, 2),
[3465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180),
[3467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527),
[3469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_ordinary_fixed_point_definition, 2),
[3471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_floating_point_definition, 2),
[3473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_alternative, 2),
[3475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_triggering_alternative, 2),
[3477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 4, .production_id = 36),
[3479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914),
[3481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 36), SHIFT(1059),
[3484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688),
[3486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_definition, 6, .production_id = 22),
[3488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_component_association_list_repeat1, 2), SHIFT_REPEAT(96),
[3491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__array_component_association_list_repeat1, 2),
[3493] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(613),
[3496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 4),
[3498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 3, .production_id = 3),
[3500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105),
[3502] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_record_component_association_list, 3), SHIFT(239),
[3505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_known_discriminant_part, 3),
[3507] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(764),
[3510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(100),
[3513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2),
[3515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 3),
[3517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 3, .production_id = 3),
[3519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 1),
[3521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720),
[3523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assign_value, 2),
[3525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 1),
[3527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 93),
[3529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863),
[3531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756),
[3533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 4, .production_id = 34),
[3535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 1, .production_id = 7),
[3537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866),
[3539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752),
[3541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 22),
[3543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 22), SHIFT(1090),
[3546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726),
[3548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740),
[3550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791),
[3552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411),
[3554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262),
[3556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_positional_array_aggregate_repeat1, 2), SHIFT_REPEAT(216),
[3559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_positional_array_aggregate_repeat1, 2),
[3561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(620),
[3564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(1761),
[3567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904),
[3569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020),
[3571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107),
[3573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163),
[3575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43),
[3577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106),
[3579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__record_component_association_list_or_expression, 1),
[3581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250),
[3583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353),
[3585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657),
[3587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312),
[3589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653),
[3591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124),
[3593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273),
[3595] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 22), SHIFT(1246),
[3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682),
[3600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__name_list_repeat1, 2), SHIFT_REPEAT(768),
[3603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 42), SHIFT(1246),
[3606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668),
[3608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variant_list_repeat1, 2), SHIFT_REPEAT(101),
[3611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variant_list_repeat1, 2),
[3613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243),
[3615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323),
[3617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(1638),
[3620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__index_subtype_definition_list_repeat1, 2), SHIFT_REPEAT(739),
[3623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__index_subtype_definition_list_repeat1, 2),
[3625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__defining_identifier_list, 2),
[3627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474),
[3629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 5, .production_id = 35),
[3631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273),
[3633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865),
[3635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514),
[3637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733),
[3639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876),
[3641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 3),
[3643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379),
[3645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928),
[3647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999),
[3649] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 70), SHIFT_REPEAT(242),
[3652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 70),
[3654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 5, .production_id = 36),
[3656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discriminant_specification_list_repeat1, 2),
[3658] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discriminant_specification_list_repeat1, 2), SHIFT_REPEAT(1326),
[3661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name_list, 2),
[3663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_filter, 2, .production_id = 5),
[3665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405),
[3667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161),
[3669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enumeration_literal_list, 2),
[3671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 7, .production_id = 74),
[3673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 3),
[3675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14),
[3677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_object_definition, 3, .production_id = 22),
[3679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330),
[3681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300),
[3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114),
[3685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728),
[3687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice_list, 2),
[3689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655),
[3691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__return_subtype_indication, 1, .production_id = 7),
[3693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_discrete_type_definition, 3),
[3695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311),
[3697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316),
[3699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guard, 3, .production_id = 5),
[3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371),
[3703] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__defining_identifier_list_repeat1, 2), SHIFT_REPEAT(1555),
[3706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__defining_identifier_list_repeat1, 2),
[3708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819),
[3710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149),
[3712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230),
[3714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368),
[3716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369),
[3718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterated_element_association, 6),
[3720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188),
[3722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice_list, 2),
[3724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103),
[3726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307),
[3728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739),
[3730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__index_subtype_definition_list, 1),
[3732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242),
[3734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition_list, 1, .production_id = 7),
[3736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542),
[3738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_expression_repeat1, 2), SHIFT_REPEAT(1482),
[3741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_expression_repeat1, 2),
[3743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457),
[3745] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_actual_parameter_part_repeat1, 2), SHIFT_REPEAT(104),
[3748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_actual_parameter_part_repeat1, 2),
[3750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692),
[3752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_decimal_fixed_point_definition, 4),
[3754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 18),
[3756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638),
[3758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 2),
[3760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2), SHIFT_REPEAT(108),
[3763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2),
[3765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 4),
[3767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parameter_specification_list_repeat1, 2),
[3769] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameter_specification_list_repeat1, 2), SHIFT_REPEAT(1275),
[3772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 3),
[3774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_statement_item, 4, .production_id = 83),
[3776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482),
[3778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 5),
[3780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 70), SHIFT_REPEAT(234),
[3783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 70),
[3785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234),
[3787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489),
[3789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108),
[3791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 3),
[3793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341),
[3795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885),
[3797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_interface_type_definition, 1),
[3799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_array_type_definition, 1),
[3801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 4),
[3803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_access_type_definition, 1),
[3805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104),
[3807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259),
[3809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 1),
[3811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 4),
[3813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216),
[3815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256),
[3817] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_aspect_definition_repeat1, 2), SHIFT_REPEAT(928),
[3820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_aspect_definition_repeat1, 2),
[3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879),
[3824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359),
[3826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_alternative, 1),
[3828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444),
[3830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342),
[3832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263),
[3834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340),
[3836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_exception_choice_list_repeat1, 2),
[3838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_exception_choice_list_repeat1, 2), SHIFT_REPEAT(655),
[3841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_handler, 4),
[3843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549),
[3845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19),
[3847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_choice_list, 2),
[3849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339),
[3851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539),
[3853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557),
[3855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_handler, 6),
[3857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overriding_indicator, 1),
[3859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373),
[3861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1133),
[3863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577),
[3865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586),
[3867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discrete_choice_list_repeat1, 2),
[3869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discrete_choice_list_repeat1, 2), SHIFT_REPEAT(103),
[3872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407),
[3874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_component_association, 3),
[3876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1444),
[3878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 4),
[3880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat2, 2), SHIFT_REPEAT(638),
[3883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat2, 2),
[3885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_specification_list, 1),
[3887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275),
[3889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 5, .production_id = 34),
[3891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445),
[3893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179),
[3895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice_list, 1),
[3897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1195),
[3899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809),
[3901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701),
[3903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410),
[3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884),
[3907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_call_alternative, 2),
[3909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 4),
[3911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_choice_list_repeat1, 2), SHIFT_REPEAT(773),
[3914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_alternative, 2),
[3916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_floating_point_definition, 2),
[3918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_modular_type_definition, 2),
[3920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 2),
[3922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495),
[3924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_signed_integer_type_definition, 2),
[3926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324),
[3928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_specification_list, 2),
[3930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383),
[3932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376),
[3934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_subprogram_definition, 4),
[3936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384),
[3938] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__enumeration_literal_list_repeat1, 2), SHIFT_REPEAT(1161),
[3941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__enumeration_literal_list_repeat1, 2),
[3943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_component_association, 1),
[3945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468),
[3947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386),
[3949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399),
[3951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388),
[3953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320),
[3955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319),
[3957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_terminate_alternative, 2),
[3959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_expression_item, 4, .production_id = 5),
[3961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 6, .production_id = 18),
[3963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice_list, 1),
[3965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 6, .production_id = 58),
[3967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20),
[3969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440),
[3971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification_list, 1),
[3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326),
[3975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881),
[3977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872),
[3979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537),
[3981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141),
[3983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453),
[3985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544),
[3987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303),
[3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239),
[3991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 6, .production_id = 59),
[3993] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pragma_g_repeat1, 2), SHIFT_REPEAT(114),
[3996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pragma_g_repeat1, 2),
[3998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302),
[4000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__access_type_definition, 2),
[4002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428),
[4004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 1),
[4006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11),
[4008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overriding_indicator, 2),
[4010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 7, .production_id = 34),
[4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292),
[4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422),
[4016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 8, .production_id = 58),
[4018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition_list, 2, .production_id = 70),
[4020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__index_subtype_definition_list, 2),
[4022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429),
[4024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434),
[4026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190),
[4028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_object_definition, 2, .production_id = 42),
[4030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enumeration_literal_list, 1),
[4032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification_list, 2),
[4034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308),
[4036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unknown_discriminant_part, 3),
[4038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244),
[4040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406),
[4042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991),
[4044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296),
[4046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 4, .production_id = 22),
[4048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 4, .production_id = 21),
[4050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterated_element_association, 4),
[4052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772),
[4054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681),
[4056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695),
[4058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937),
[4060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903),
[4062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934),
[4064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898),
[4066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973),
[4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972),
[4070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_modular_type_definition, 2),
[4072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_handled_sequence_of_statements, 1),
[4074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975),
[4076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158),
[4078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51),
[4080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928),
[4082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924),
[4084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583),
[4086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139),
[4088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 2),
[4090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 2),
[4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585),
[4094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115),
[4096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437),
[4098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658),
[4100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565),
[4102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160),
[4104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 1),
[4106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 5, .production_id = 36),
[4108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 8, .production_id = 105),
[4110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920),
[4112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912),
[4114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_part, 7),
[4116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant, 4),
[4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824),
[4120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742),
[4122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice, 1),
[4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529),
[4126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 2),
[4128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 7, .production_id = 93),
[4130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_entry_body_formal_part, 4, .production_id = 52),
[4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246),
[4134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice, 1, .production_id = 7),
[4136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 7, .production_id = 36),
[4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862),
[4140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 1),
[4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519),
[4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467),
[4146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503),
[4148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119),
[4150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_range, 1, .production_id = 7),
[4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805),
[4154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007),
[4156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array_component_association, 1), SHIFT(1513),
[4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877),
[4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188),
[4163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102),
[4165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_argument_association, 3),
[4167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__named_record_component_association, 3),
[4169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866),
[4171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331),
[4173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178),
[4175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33),
[4177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_range, 1),
[4179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__discrete_range, 1), SHIFT(236),
[4182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression_alternative, 4),
[4184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 58),
[4186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645),
[4188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 2),
[4190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079),
[4192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4, .production_id = 34),
[4194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4),
[4196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285),
[4198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656),
[4200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 6, .production_id = 22),
[4202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_real_range_specification, 4),
[4204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_default, 1),
[4206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_association, 1),
[4208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167),
[4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532),
[4212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 22),
[4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702),
[4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131),
[4218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signed_integer_type_definition, 4),
[4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014),
[4222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64),
[4224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_extension_part, 2),
[4226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054),
[4228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819),
[4230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184),
[4232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 4, .production_id = 22),
[4234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176),
[4236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44),
[4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925),
[4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128),
[4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97),
[4244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180),
[4246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802),
[4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352),
[4250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_component_choice_list, 1), REDUCE(sym_discrete_choice, 1),
[4253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_association, 3),
[4255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 4),
[4257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640),
[4259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670),
[4261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5),
[4263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 34),
[4265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832),
[4267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155),
[4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918),
[4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136),
[4273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 5, .production_id = 36),
[4275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930),
[4277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137),
[4279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 5),
[4281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 5, .production_id = 42),
[4283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135),
[4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327),
[4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
[4289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decimal_fixed_point_definition, 5),
[4291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 5, .production_id = 58),
[4293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653),
[4295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 4),
[4297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discriminant_part, 1),
[4299] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__discriminant_part, 1), SHIFT(506),
[4302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_argument_association, 1),
[4304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_element, 2, .production_id = 89),
[4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728),
[4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37),
[4310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309),
[4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956),
[4314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_type_definition, 3),
[4316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordinary_fixed_point_definition, 3),
[4318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_floating_point_definition, 3),
[4320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_entry_body_formal_part, 1, .production_id = 77),
[4322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 42),
[4324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_subtype_definition, 3, .production_id = 6),
[4326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 42),
[4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666),
[4330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281),
[4332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_list, 2),
[4334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__loop_parameter_subtype_indication, 1, .production_id = 7),
[4336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625),
[4338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 3),
[4340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733),
[4342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734),
[4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151),
[4346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 42),
[4348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691),
[4350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392),
[4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688),
[4354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724),
[4356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement_alternative, 4),
[4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226),
[4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224),
[4362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 3),
[4364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685),
[4366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 4),
[4368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 6, .production_id = 68),
[4370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569),
[4372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459),
[4374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674),
[4376] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2), REDUCE(aux_sym_positional_array_aggregate_repeat1, 2),
[4379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976),
[4381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817),
[4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275),
[4385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_expression, 4),
[4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195),
[4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133),
[4391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_aggregate, 1),
[4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568),
[4395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quantified_expression, 5, .production_id = 79),
[4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205),
[4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384),
[4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290),
[4403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192),
[4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555),
[4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231),
[4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477),
[4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725),
[4413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iteration_scheme, 2),
[4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229),
[4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513),
[4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395),
[4421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_sequence, 3),
[4423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674),
[4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280),
[4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393),
[4429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424),
[4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390),
[4433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462),
[4435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542),
[4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94),
[4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847),
[4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547),
[4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548),
[4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200),
[4447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201),
[4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770),
[4451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204),
[4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237),
[4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162),
[4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241),
[4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466),
[4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644),
[4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781),
[4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785),
[4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871),
[4469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779),
[4471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_sequence, 4, .production_id = 20),
[4473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chunk_specification, 1),
[4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351),
[4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874),
[4479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875),
[4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631),
[4483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716),
[4485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167),
[4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491),
[4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341),
[4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440),
[4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958),
[4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168),
[4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169),
[4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252),
[4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722),
[4503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419),
[4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17),
[4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460),
[4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170),
[4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013),
[4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283),
[4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355),
[4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519),
[4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755),
[4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257),
[4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21),
[4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286),
[4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943),
[4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258),
[4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387),
[4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385),
[4535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reduction_specification, 3),
[4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171),
[4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883),
[4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173),
[4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310),
[4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381),
[4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380),
[4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476),
[4551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quantifier, 1),
[4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756),
[4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400),
[4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671),
[4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142),
[4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471),
[4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719),
[4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331),
[4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901),
[4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271),
[4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842),
[4573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chunk_specification, 3, .production_id = 22),
[4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551),
[4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458),
[4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456),
[4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213),
[4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455),
[4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82),
[4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581),
[4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673),
[4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35),
[4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441),
[4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9),
[4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402),
[4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717),
[4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403),
[4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370),
[4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714),
[4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291),
[4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760),
[4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741),
[4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360),
[4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346),
[4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711),
[4619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335),
[4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143),
[4623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313),
[4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145),
[4627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65),
[4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279),
[4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239),
[4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558),
[4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771),
[4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354),
[4639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 3, .production_id = 63),
[4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351),
[4643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711),
[4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248),
[4647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310),
[4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134),
[4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342),
[4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293),
[4655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 5),
[4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363),
[4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362),
[4661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823),
[4663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552),
[4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54),
[4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782),
[4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397),
[4671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_barrier, 2, .production_id = 5),
[4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12),
[4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563),
[4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379),
[4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329),
[4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358),
[4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710),
[4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853),
[4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854),
[4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103),
[4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808),
[4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133),
[4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185),
[4697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 6, .production_id = 5),
[4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196),
[4701] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
[4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081),
[4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454),
[4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773),
[4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247),
[4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422),
[4713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 5, .production_id = 94),
[4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357),
[4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354),
[4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184),
[4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678),
[4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447),
[4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146),
[4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478),
[4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390),
[4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693),
[4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60),
[4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891),
[4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452),
[4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713),
[4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256),
[4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236),
[4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129),
[4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807),
[4749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_expression, 3),
[4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356),
[4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50),
[4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177),
[4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446),
[4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940),
[4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642),
[4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126),
[4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860),
[4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902),
[4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905),
[4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848),
[4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182),
[4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908),
[4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573),
[4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324),
[4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288),
[4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129),
[4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183),
[4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443),
[4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383),
[4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829),
[4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838),
[4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122),
[4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132),
[4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112),
[4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757),
[4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172),
[4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350),
[4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450),
[4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176),
[4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236),
[4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804),
[4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272),
[4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269),
[4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347),
[4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423),
[4823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572),
[4825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268),
[4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091),
[4829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738),
[4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411),
[4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745),
[4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537),
[4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343),
[4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797),
[4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743),
[4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666),
[4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836),
[4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178),
[4849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820),
[4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470),
[4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553),
[4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439),
[4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729),
[4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844),
[4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338),
[4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286),
[4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287),
[4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647),
[4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337),
[4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414),
[4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037),
[4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438),
[4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174),
[4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336),
[4881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367),
[4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252),
[4885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869),
[4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636),
[4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436),
[4891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13),
[4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175),
[4895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694),
[4897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63),
[4899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372),
[4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977),
[4903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 7, .production_id = 5),
[4905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479),
[4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329),
[4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118),
[4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332),
[4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673),
[4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626),
[4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108),
[4919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695),
[4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867),
[4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290),
[4925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292),
[4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032),
[4929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240),
[4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418),
[4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888),
[4935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_component_choice_list, 1), SHIFT(117),
[4938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138),
[4940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941),
[4942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185),
[4944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776),
[4946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186),
[4948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223),
[4950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154),
[4952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117),
[4954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439),
[4956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713),
[4958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644),
[4960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760),
[4962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123),
[4964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66),
[4966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147),
[4968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551),
[4970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650),
[4972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382),
[4974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323),
[4976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925),
[4978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364),
[4980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59),
[4982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57),
[4984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322),
[4986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543),
[4988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855),
[4990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_sequence, 7, .production_id = 20),
[4992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321),
[4994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304),
[4996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465),
[4998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464),
[5000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895),
[5002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398),
[5004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420),
[5006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179),
[5008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317),
[5010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582),
[5012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584),
[5014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311),
[5016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362),
[5018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786),
[5020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481),
[5022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557),
[5024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546),
[5026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315),
[5028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314),
[5030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313),
[5032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466),
[5034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iteration_scheme, 2, .production_id = 5),
[5036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906),
[5038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61),
[5040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633),
[5042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878),
[5044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963),
[5046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144),
[5048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121),
[5050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328),
[5052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254),
[5054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950),
[5056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533),
[5058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305),
[5060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535),
[5062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353),
[5064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746),
[5066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672),
[5068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573),
[5070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436),
[5072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301),
[5074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394),
[5076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297),
[5078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314),
[5080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_index_specification, 4, .production_id = 36),
[5082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350),
[5084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931),
[5086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698),
[5088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39),
[5090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156),
[5092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629),
[5094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153),
[5096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316),
[5098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559),
[5100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150),
[5102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583),
[5104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671),
[5106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469),
[5108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295),
[5110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262),
[5112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294),
[5114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443),
[5116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432),
[5118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484),
[5120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161),
[5122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345),
[5124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396),
[5126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255),
[5128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365),
[5130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159),
[5132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427),
[5134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289),
[5136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459),
[5138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344),
[5140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413),
[5142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552),
[5144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905),
[5146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120),
[5148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560),
[5150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157),
[5152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227),
[5154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669),
[5156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279),
[5158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225),
[5160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430),
};
#ifdef __cplusplus
extern "C" {
#endif
#ifdef _WIN32
#define extern __declspec(dllexport)
#endif
extern const TSLanguage *tree_sitter_ada(void) {
static const TSLanguage language = {
.version = LANGUAGE_VERSION,
.symbol_count = SYMBOL_COUNT,
.alias_count = ALIAS_COUNT,
.token_count = TOKEN_COUNT,
.external_token_count = EXTERNAL_TOKEN_COUNT,
.state_count = STATE_COUNT,
.large_state_count = LARGE_STATE_COUNT,
.production_id_count = PRODUCTION_ID_COUNT,
.field_count = FIELD_COUNT,
.max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH,
.parse_table = &ts_parse_table[0][0],
.small_parse_table = ts_small_parse_table,
.small_parse_table_map = ts_small_parse_table_map,
.parse_actions = ts_parse_actions,
.symbol_names = ts_symbol_names,
.field_names = ts_field_names,
.field_map_slices = ts_field_map_slices,
.field_map_entries = ts_field_map_entries,
.symbol_metadata = ts_symbol_metadata,
.public_symbol_map = ts_symbol_map,
.alias_map = ts_non_terminal_alias_map,
.alias_sequences = &ts_alias_sequences[0][0],
.lex_modes = ts_lex_modes,
.lex_fn = ts_lex,
.keyword_lex_fn = ts_lex_keywords,
.keyword_capture_token = sym_identifier,
.primary_state_ids = ts_primary_state_ids,
};
return &language;
}
#ifdef __cplusplus
}
#endif