tree-sitter-ada/src/parser.c
2024-05-22 21:12:41 +02:00

69089 lines
2.2 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 2143
#define LARGE_STATE_COUNT 110
#define SYMBOL_COUNT 457
#define ALIAS_COUNT 0
#define TOKEN_COUNT 122
#define EXTERNAL_TOKEN_COUNT 0
#define FIELD_COUNT 49
#define MAX_ALIAS_SEQUENCE_LENGTH 15
#define PRODUCTION_ID_COUNT 131
enum {
sym_identifier = 1,
sym_gnatprep_identifier = 2,
sym_comment = 3,
sym_string_literal = 4,
sym_character_literal = 5,
sym_numeric_literal = 6,
aux_sym_git_conflict_mark_token1 = 7,
aux_sym_git_conflict_mark_token2 = 8,
aux_sym_git_conflict_mark_token3 = 9,
anon_sym_EQ = 10,
anon_sym_SLASH_EQ = 11,
anon_sym_LT = 12,
anon_sym_LT_EQ = 13,
anon_sym_GT = 14,
anon_sym_GT_EQ = 15,
anon_sym_PLUS = 16,
anon_sym_DASH = 17,
anon_sym_AMP = 18,
anon_sym_STAR = 19,
anon_sym_SLASH = 20,
anon_sym_mod = 21,
anon_sym_rem = 22,
sym_tick = 23,
anon_sym_DOT = 24,
sym_target_name = 25,
anon_sym_COMMA = 26,
anon_sym_LPAREN = 27,
anon_sym_RPAREN = 28,
anon_sym_LBRACK = 29,
aux_sym_value_sequence_token1 = 30,
anon_sym_RBRACK = 31,
aux_sym_chunk_specification_token1 = 32,
aux_sym_iterated_element_association_token1 = 33,
aux_sym_iterated_element_association_token2 = 34,
anon_sym_EQ_GT = 35,
aux_sym_loop_parameter_specification_token1 = 36,
aux_sym_iterator_filter_token1 = 37,
anon_sym_COLON = 38,
aux_sym_iterator_specification_token1 = 39,
aux_sym_attribute_designator_token1 = 40,
aux_sym_attribute_designator_token2 = 41,
aux_sym_attribute_designator_token3 = 42,
aux_sym_attribute_designator_token4 = 43,
aux_sym_compilation_unit_token1 = 44,
anon_sym_SEMI = 45,
aux_sym__package_specification_token1 = 46,
aux_sym__package_specification_token2 = 47,
aux_sym__package_specification_token3 = 48,
aux_sym_with_clause_token1 = 49,
aux_sym_with_clause_token2 = 50,
aux_sym_use_clause_token1 = 51,
aux_sym_use_clause_token2 = 52,
aux_sym_subunit_token1 = 53,
aux_sym_subprogram_body_token1 = 54,
aux_sym_package_body_token1 = 55,
anon_sym_PIPE = 56,
anon_sym_DOT_DOT = 57,
aux_sym_range_attribute_designator_token1 = 58,
aux_sym_expression_token1 = 59,
aux_sym_expression_token2 = 60,
aux_sym_expression_token3 = 61,
aux_sym_expression_token4 = 62,
aux_sym_expression_token5 = 63,
aux_sym_relation_membership_token1 = 64,
aux_sym_raise_expression_token1 = 65,
anon_sym_STAR_STAR = 66,
aux_sym_factor_abs_token1 = 67,
aux_sym_primary_null_token1 = 68,
aux_sym_allocator_token1 = 69,
aux_sym_access_to_subprogram_definition_token1 = 70,
aux_sym_access_to_subprogram_definition_token2 = 71,
aux_sym_access_to_subprogram_definition_token3 = 72,
aux_sym_general_access_modifier_token1 = 73,
anon_sym_LT_GT = 74,
aux_sym_declare_expression_token1 = 75,
aux_sym_quantifier_token1 = 76,
aux_sym_case_expression_token1 = 77,
aux_sym_component_choice_list_token1 = 78,
aux_sym_record_component_association_list_token1 = 79,
aux_sym_private_type_declaration_token1 = 80,
aux_sym_private_type_declaration_token2 = 81,
aux_sym_private_extension_declaration_token1 = 82,
aux_sym_array_type_definition_token1 = 83,
aux_sym_interface_type_definition_token1 = 84,
aux_sym_interface_type_definition_token2 = 85,
aux_sym_component_list_token1 = 86,
aux_sym_component_definition_token1 = 87,
aux_sym__aspect_mark_token1 = 88,
anon_sym_COLON_EQ = 89,
aux_sym_at_clause_token1 = 90,
aux_sym_entry_declaration_token1 = 91,
aux_sym_exception_declaration_token1 = 92,
aux_sym_generic_formal_part_token1 = 93,
anon_sym_null = 94,
anon_sym_all = 95,
aux_sym_global_mode_token1 = 96,
anon_sym_LT_LT = 97,
anon_sym_GT_GT = 98,
aux_sym_non_empty_mode_token1 = 99,
aux_sym_pragma_g_token1 = 100,
aux_sym_if_expression_token1 = 101,
aux_sym_elsif_expression_item_token1 = 102,
aux_sym_object_renaming_declaration_token1 = 103,
aux_sym_result_profile_token1 = 104,
aux_sym_asynchronous_select_token1 = 105,
aux_sym_asynchronous_select_token2 = 106,
aux_sym_terminate_alternative_token1 = 107,
aux_sym_requeue_statement_token1 = 108,
aux_sym_accept_statement_token1 = 109,
aux_sym_accept_statement_token2 = 110,
aux_sym_gnatprep_declarative_if_statement_token1 = 111,
aux_sym_gnatprep_declarative_if_statement_token2 = 112,
aux_sym_gnatprep_declarative_if_statement_token3 = 113,
aux_sym_gnatprep_declarative_if_statement_token4 = 114,
aux_sym_exit_statement_token1 = 115,
aux_sym_goto_statement_token1 = 116,
aux_sym_delay_until_statement_token1 = 117,
aux_sym_delay_until_statement_token2 = 118,
aux_sym_loop_statement_token1 = 119,
aux_sym_iteration_scheme_token1 = 120,
aux_sym_subtype_declaration_token1 = 121,
sym_compilation = 122,
sym_relational_operator = 123,
sym_binary_adding_operator = 124,
sym_unary_adding_operator = 125,
sym_multiplying_operator = 126,
sym__name = 127,
sym__subtype_mark = 128,
sym_selected_component = 129,
sym__name_list = 130,
sym__defining_identifier_list = 131,
sym_slice = 132,
sym__attribute_reference = 133,
sym__reduction_attribute_reference = 134,
sym_reduction_attribute_designator = 135,
sym_reduction_specification = 136,
sym_value_sequence = 137,
sym_chunk_specification = 138,
sym_iterated_element_association = 139,
sym__discrete_subtype_definition = 140,
sym_loop_parameter_specification = 141,
sym__loop_parameter_subtype_indication = 142,
sym_iterator_filter = 143,
sym_iterator_specification = 144,
sym_attribute_designator = 145,
sym_qualified_expression = 146,
sym_compilation_unit = 147,
sym__declarative_item = 148,
sym__basic_declarative_item = 149,
sym__basic_declaration = 150,
sym_package_declaration = 151,
sym__package_specification = 152,
sym_with_clause = 153,
sym_use_clause = 154,
sym_subunit = 155,
sym__proper_body = 156,
sym_subprogram_body = 157,
sym_package_body = 158,
sym__subtype_indication = 159,
sym_discriminant_constraint = 160,
sym_discriminant_association = 161,
sym__constraint = 162,
sym__scalar_constraint = 163,
sym_range_g = 164,
sym_range_attribute_designator = 165,
sym_range_constraint = 166,
sym_expression = 167,
sym__relation = 168,
sym_relation_membership = 169,
sym_raise_expression = 170,
sym_membership_choice_list = 171,
sym__membership_choice = 172,
sym__simple_expression = 173,
sym_term = 174,
sym__factor = 175,
sym_factor_power = 176,
sym_factor_abs = 177,
sym_factor_not = 178,
sym__parenthesized_expression = 179,
sym__primary = 180,
sym_primary_null = 181,
sym_allocator = 182,
sym__subtype_indication_paren_constraint = 183,
sym_subpool_specification = 184,
sym__access_type_definition = 185,
sym_access_to_subprogram_definition = 186,
sym_access_to_object_definition = 187,
sym_general_access_modifier = 188,
sym_access_definition = 189,
sym_actual_parameter_part = 190,
sym_parameter_association = 191,
sym__conditional_expression = 192,
sym__conditional_quantified_declare_expression = 193,
sym_quantified_expression = 194,
sym_declare_expression = 195,
sym__declare_item = 196,
sym_quantifier = 197,
sym_case_expression = 198,
sym_case_expression_alternative = 199,
sym_component_choice_list = 200,
sym__aggregate = 201,
sym__delta_aggregate = 202,
sym_extension_aggregate = 203,
sym_record_delta_aggregate = 204,
sym_array_delta_aggregate = 205,
sym_record_aggregate = 206,
sym_record_component_association_list = 207,
sym__record_component_association_list_or_expression = 208,
sym__named_record_component_association = 209,
sym_null_exclusion = 210,
sym_index_constraint = 211,
sym_digits_constraint = 212,
sym_delta_constraint = 213,
sym__basic_declarative_item_pragma = 214,
sym__type_declaration = 215,
sym_full_type_declaration = 216,
sym_private_type_declaration = 217,
sym_private_extension_declaration = 218,
sym__discriminant_part = 219,
sym_unknown_discriminant_part = 220,
sym_known_discriminant_part = 221,
sym_incomplete_type_declaration = 222,
sym_discriminant_specification_list = 223,
sym_discriminant_specification = 224,
sym__type_definition = 225,
sym_array_type_definition = 226,
sym__discrete_subtype_definition_list = 227,
sym__discrete_range = 228,
sym__index_subtype_definition_list = 229,
sym_index_subtype_definition = 230,
sym_enumeration_type_definition = 231,
sym__enumeration_literal_list = 232,
sym__enumeration_literal_specification = 233,
sym__integer_type_definition = 234,
sym_modular_type_definition = 235,
sym__real_type_definition = 236,
sym_floating_point_definition = 237,
sym_real_range_specification = 238,
sym__fixed_point_definition = 239,
sym_decimal_fixed_point_definition = 240,
sym_ordinary_fixed_point_definition = 241,
sym_signed_integer_type_definition = 242,
sym_derived_type_definition = 243,
sym_interface_type_definition = 244,
sym__interface_list = 245,
sym_record_extension_part = 246,
sym_record_type_definition = 247,
sym_record_definition = 248,
sym_component_list = 249,
sym__component_item = 250,
sym_component_declaration = 251,
sym_component_definition = 252,
sym__array_aggregate = 253,
sym_positional_array_aggregate = 254,
sym_null_array_aggregate = 255,
sym_named_array_aggregate = 256,
sym__array_component_association_list = 257,
sym_array_component_association = 258,
sym_discrete_choice_list = 259,
sym_discrete_choice = 260,
sym_aspect_association = 261,
sym__aspect_clause = 262,
sym__aspect_definition = 263,
sym__aspect_mark = 264,
sym_aspect_mark_list = 265,
sym_aspect_specification = 266,
sym__assign_value = 267,
sym_at_clause = 268,
sym_attribute_definition_clause = 269,
sym_body_stub = 270,
sym_subprogram_body_stub = 271,
sym_package_body_stub = 272,
sym_task_body = 273,
sym_task_body_stub = 274,
sym__protected_operation_declaration = 275,
sym__protected_element_declaration = 276,
sym__protected_operation_item = 277,
sym_protected_definition = 278,
sym_protected_type_declaration = 279,
sym_single_protected_declaration = 280,
sym_protected_body = 281,
sym_protected_body_stub = 282,
sym_choice_parameter_specification = 283,
sym_component_clause = 284,
sym__declarative_item_pragma = 285,
sym_non_empty_declarative_part = 286,
sym_entry_declaration = 287,
sym_entry_body = 288,
sym_entry_barrier = 289,
sym_entry_index_specification = 290,
sym_enumeration_aggregate = 291,
sym_enumeration_representation_clause = 292,
sym_exception_choice_list = 293,
sym_exception_choice = 294,
sym_exception_declaration = 295,
sym_exception_handler = 296,
sym_formal_part = 297,
sym_function_specification = 298,
sym__generic_declaration = 299,
sym_generic_formal_part = 300,
sym__generic_formal_parameter_declaration = 301,
sym_generic_subprogram_declaration = 302,
sym_generic_package_declaration = 303,
sym_generic_instantiation = 304,
sym_formal_object_declaration = 305,
sym__formal_type_declaration = 306,
sym_formal_complete_type_declaration = 307,
sym_formal_incomplete_type_declaration = 308,
sym__formal_type_definition = 309,
sym_formal_private_type_definition = 310,
sym_formal_derived_type_definition = 311,
sym_formal_discrete_type_definition = 312,
sym_formal_signed_integer_type_definition = 313,
sym_formal_modular_type_definition = 314,
sym_formal_floating_point_definition = 315,
sym_formal_ordinary_fixed_point_definition = 316,
sym_formal_decimal_fixed_point_definition = 317,
sym_formal_array_type_definition = 318,
sym_formal_access_type_definition = 319,
sym_formal_interface_type_definition = 320,
sym_formal_subprogram_declaration = 321,
sym_formal_concrete_subprogram_declaration = 322,
sym_formal_abstract_subprogram_declaration = 323,
sym_subprogram_default = 324,
sym_formal_package_declaration = 325,
sym_global_aspect_definition = 326,
sym_global_aspect_element = 327,
sym_global_mode = 328,
sym_handled_sequence_of_statements = 329,
sym_loop_label = 330,
sym_label = 331,
sym_mod_clause = 332,
sym_non_empty_mode = 333,
sym_null_procedure_declaration = 334,
sym_null_statement = 335,
sym_number_declaration = 336,
sym_object_declaration = 337,
sym_single_task_declaration = 338,
sym_task_type_declaration = 339,
sym__task_item = 340,
sym_task_definition = 341,
sym_overriding_indicator = 342,
sym__parameter_and_result_profile = 343,
sym_parameter_specification = 344,
sym__parameter_specification_list = 345,
sym_pragma_g = 346,
sym_pragma_argument_association = 347,
sym_if_expression = 348,
sym_elsif_expression_item = 349,
sym_procedure_specification = 350,
sym_record_representation_clause = 351,
sym__renaming_declaration = 352,
sym_object_renaming_declaration = 353,
sym_exception_renaming_declaration = 354,
sym_package_renaming_declaration = 355,
sym_subprogram_renaming_declaration = 356,
sym_generic_renaming_declaration = 357,
sym_result_profile = 358,
sym__sequence_of_statements = 359,
sym__simple_statement = 360,
sym__statement = 361,
sym__compound_statement = 362,
sym__select_statement = 363,
sym_entry_call_alternative = 364,
sym_asynchronous_select = 365,
sym_triggering_alternative = 366,
sym_conditional_entry_call = 367,
sym_delay_alternative = 368,
sym_timed_entry_call = 369,
sym_guard = 370,
sym_select_alternative = 371,
sym_accept_alternative = 372,
sym_terminate_alternative = 373,
sym_selective_accept = 374,
sym_abort_statement = 375,
sym_requeue_statement = 376,
sym_accept_statement = 377,
sym_case_statement_alternative = 378,
sym_case_statement = 379,
sym_block_statement = 380,
sym_if_statement = 381,
sym_elsif_statement_item = 382,
sym_gnatprep_declarative_if_statement = 383,
sym_gnatprep_if_statement = 384,
sym_exit_statement = 385,
sym_goto_statement = 386,
sym__delay_statement = 387,
sym_delay_until_statement = 388,
sym_delay_relative_statement = 389,
sym_simple_return_statement = 390,
sym_extended_return_statement = 391,
sym_extended_return_object_declaration = 392,
sym__return_subtype_indication = 393,
sym_procedure_call_statement = 394,
sym_function_call = 395,
sym_raise_statement = 396,
sym_loop_statement = 397,
sym_iteration_scheme = 398,
sym_assignment_statement = 399,
sym_subprogram_declaration = 400,
sym_expression_function_declaration = 401,
sym__subprogram_specification = 402,
sym_subtype_declaration = 403,
sym_variant_part = 404,
sym_variant_list = 405,
sym_variant = 406,
aux_sym_compilation_repeat1 = 407,
aux_sym__name_list_repeat1 = 408,
aux_sym__defining_identifier_list_repeat1 = 409,
aux_sym__package_specification_repeat1 = 410,
aux_sym_discriminant_constraint_repeat1 = 411,
aux_sym_discriminant_association_repeat1 = 412,
aux_sym_expression_repeat1 = 413,
aux_sym_expression_repeat2 = 414,
aux_sym_expression_repeat3 = 415,
aux_sym_membership_choice_list_repeat1 = 416,
aux_sym__simple_expression_repeat1 = 417,
aux_sym_term_repeat1 = 418,
aux_sym_actual_parameter_part_repeat1 = 419,
aux_sym_declare_expression_repeat1 = 420,
aux_sym_case_expression_repeat1 = 421,
aux_sym_component_choice_list_repeat1 = 422,
aux_sym_record_component_association_list_repeat1 = 423,
aux_sym_record_component_association_list_repeat2 = 424,
aux_sym_index_constraint_repeat1 = 425,
aux_sym_discriminant_specification_list_repeat1 = 426,
aux_sym__discrete_subtype_definition_list_repeat1 = 427,
aux_sym__index_subtype_definition_list_repeat1 = 428,
aux_sym__enumeration_literal_list_repeat1 = 429,
aux_sym__interface_list_repeat1 = 430,
aux_sym_component_list_repeat1 = 431,
aux_sym_positional_array_aggregate_repeat1 = 432,
aux_sym__array_component_association_list_repeat1 = 433,
aux_sym_discrete_choice_list_repeat1 = 434,
aux_sym_aspect_mark_list_repeat1 = 435,
aux_sym_protected_definition_repeat1 = 436,
aux_sym_protected_definition_repeat2 = 437,
aux_sym_protected_body_repeat1 = 438,
aux_sym_non_empty_declarative_part_repeat1 = 439,
aux_sym_exception_choice_list_repeat1 = 440,
aux_sym_generic_formal_part_repeat1 = 441,
aux_sym_global_aspect_definition_repeat1 = 442,
aux_sym_handled_sequence_of_statements_repeat1 = 443,
aux_sym_task_definition_repeat1 = 444,
aux_sym__parameter_specification_list_repeat1 = 445,
aux_sym_pragma_g_repeat1 = 446,
aux_sym_if_expression_repeat1 = 447,
aux_sym_record_representation_clause_repeat1 = 448,
aux_sym__sequence_of_statements_repeat1 = 449,
aux_sym__sequence_of_statements_repeat2 = 450,
aux_sym_selective_accept_repeat1 = 451,
aux_sym_case_statement_repeat1 = 452,
aux_sym_if_statement_repeat1 = 453,
aux_sym_gnatprep_declarative_if_statement_repeat1 = 454,
aux_sym_gnatprep_if_statement_repeat1 = 455,
aux_sym_variant_list_repeat1 = 456,
};
static const char * const ts_symbol_names[] = {
[ts_builtin_sym_end] = "end",
[sym_identifier] = "identifier",
[sym_gnatprep_identifier] = "gnatprep_identifier",
[sym_comment] = "comment",
[sym_string_literal] = "string_literal",
[sym_character_literal] = "character_literal",
[sym_numeric_literal] = "numeric_literal",
[aux_sym_git_conflict_mark_token1] = "git_conflict_mark_token1",
[aux_sym_git_conflict_mark_token2] = "git_conflict_mark_token2",
[aux_sym_git_conflict_mark_token3] = "git_conflict_mark_token3",
[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_PIPE] = "|",
[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_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_gnatprep_declarative_if_statement_token1] = "#if",
[aux_sym_gnatprep_declarative_if_statement_token2] = "#elsif",
[aux_sym_gnatprep_declarative_if_statement_token3] = "#else",
[aux_sym_gnatprep_declarative_if_statement_token4] = "#end",
[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__subtype_mark] = "_subtype_mark",
[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_discriminant_constraint] = "discriminant_constraint",
[sym_discriminant_association] = "discriminant_association",
[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_declare_expression] = "_conditional_quantified_declare_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",
[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__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_gnatprep_declarative_if_statement] = "gnatprep_declarative_if_statement",
[sym_gnatprep_if_statement] = "gnatprep_if_statement",
[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_discriminant_constraint_repeat1] = "discriminant_constraint_repeat1",
[aux_sym_discriminant_association_repeat1] = "discriminant_association_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_handled_sequence_of_statements_repeat1] = "handled_sequence_of_statements_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_gnatprep_declarative_if_statement_repeat1] = "gnatprep_declarative_if_statement_repeat1",
[aux_sym_gnatprep_if_statement_repeat1] = "gnatprep_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_gnatprep_identifier] = sym_gnatprep_identifier,
[sym_comment] = sym_comment,
[sym_string_literal] = sym_string_literal,
[sym_character_literal] = sym_character_literal,
[sym_numeric_literal] = sym_numeric_literal,
[aux_sym_git_conflict_mark_token1] = aux_sym_git_conflict_mark_token1,
[aux_sym_git_conflict_mark_token2] = aux_sym_git_conflict_mark_token2,
[aux_sym_git_conflict_mark_token3] = aux_sym_git_conflict_mark_token3,
[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_PIPE] = anon_sym_PIPE,
[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_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_gnatprep_declarative_if_statement_token1] = aux_sym_gnatprep_declarative_if_statement_token1,
[aux_sym_gnatprep_declarative_if_statement_token2] = aux_sym_gnatprep_declarative_if_statement_token2,
[aux_sym_gnatprep_declarative_if_statement_token3] = aux_sym_gnatprep_declarative_if_statement_token3,
[aux_sym_gnatprep_declarative_if_statement_token4] = aux_sym_gnatprep_declarative_if_statement_token4,
[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__subtype_mark] = sym__subtype_mark,
[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_discriminant_constraint] = sym_discriminant_constraint,
[sym_discriminant_association] = sym_discriminant_association,
[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_declare_expression] = sym__conditional_quantified_declare_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,
[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__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_gnatprep_declarative_if_statement] = sym_gnatprep_declarative_if_statement,
[sym_gnatprep_if_statement] = sym_gnatprep_if_statement,
[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_discriminant_constraint_repeat1] = aux_sym_discriminant_constraint_repeat1,
[aux_sym_discriminant_association_repeat1] = aux_sym_discriminant_association_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_handled_sequence_of_statements_repeat1] = aux_sym_handled_sequence_of_statements_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_gnatprep_declarative_if_statement_repeat1] = aux_sym_gnatprep_declarative_if_statement_repeat1,
[aux_sym_gnatprep_if_statement_repeat1] = aux_sym_gnatprep_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_gnatprep_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,
},
[aux_sym_git_conflict_mark_token1] = {
.visible = false,
.named = false,
},
[aux_sym_git_conflict_mark_token2] = {
.visible = false,
.named = false,
},
[aux_sym_git_conflict_mark_token3] = {
.visible = false,
.named = false,
},
[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_PIPE] = {
.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_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_gnatprep_declarative_if_statement_token1] = {
.visible = true,
.named = false,
},
[aux_sym_gnatprep_declarative_if_statement_token2] = {
.visible = true,
.named = false,
},
[aux_sym_gnatprep_declarative_if_statement_token3] = {
.visible = true,
.named = false,
},
[aux_sym_gnatprep_declarative_if_statement_token4] = {
.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__subtype_mark] = {
.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 = true,
.named = true,
},
[sym__package_specification] = {
.visible = false,
.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_discriminant_constraint] = {
.visible = true,
.named = true,
},
[sym_discriminant_association] = {
.visible = true,
.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_declare_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,
},
[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__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_gnatprep_declarative_if_statement] = {
.visible = true,
.named = true,
},
[sym_gnatprep_if_statement] = {
.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_discriminant_constraint_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_discriminant_association_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_handled_sequence_of_statements_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_gnatprep_declarative_if_statement_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_gnatprep_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_entry_name = 13,
field_exception_name = 14,
field_first_bit = 15,
field_generic_function_name = 16,
field_generic_name = 17,
field_generic_package_name = 18,
field_generic_procedure_name = 19,
field_global_set = 20,
field_is_abstract = 21,
field_is_all = 22,
field_is_limited = 23,
field_is_parallel = 24,
field_is_private = 25,
field_is_type = 26,
field_iterator_name = 27,
field_label_name = 28,
field_last_bit = 29,
field_left = 30,
field_local_name = 31,
field_loop_name = 32,
field_name = 33,
field_object_name = 34,
field_package_name = 35,
field_parameter_profile = 36,
field_parent_unit_name = 37,
field_position = 38,
field_predicate = 39,
field_prefix = 40,
field_range_attribute_reference = 41,
field_right = 42,
field_selector_name = 43,
field_statement_identifier = 44,
field_statements = 45,
field_subpool_handle_name = 46,
field_subtype_mark = 47,
field_subtype_name = 48,
field_variable_name = 49,
};
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_entry_name] = "entry_name",
[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 = 2},
[7] = {.index = 7, .length = 1},
[8] = {.index = 8, .length = 1},
[9] = {.index = 9, .length = 1},
[10] = {.index = 10, .length = 1},
[11] = {.index = 11, .length = 1},
[12] = {.index = 12, .length = 2},
[13] = {.index = 14, .length = 1},
[14] = {.index = 15, .length = 1},
[15] = {.index = 16, .length = 1},
[16] = {.index = 17, .length = 1},
[17] = {.index = 18, .length = 1},
[18] = {.index = 19, .length = 1},
[19] = {.index = 20, .length = 2},
[20] = {.index = 22, .length = 1},
[21] = {.index = 23, .length = 1},
[22] = {.index = 24, .length = 1},
[23] = {.index = 25, .length = 1},
[24] = {.index = 26, .length = 1},
[25] = {.index = 27, .length = 1},
[26] = {.index = 28, .length = 1},
[27] = {.index = 29, .length = 1},
[28] = {.index = 30, .length = 1},
[29] = {.index = 31, .length = 4},
[30] = {.index = 35, .length = 2},
[31] = {.index = 37, .length = 2},
[32] = {.index = 39, .length = 1},
[33] = {.index = 40, .length = 1},
[34] = {.index = 41, .length = 2},
[35] = {.index = 43, .length = 1},
[36] = {.index = 44, .length = 2},
[37] = {.index = 46, .length = 1},
[38] = {.index = 47, .length = 1},
[39] = {.index = 48, .length = 1},
[40] = {.index = 49, .length = 1},
[41] = {.index = 50, .length = 1},
[42] = {.index = 51, .length = 2},
[43] = {.index = 53, .length = 2},
[44] = {.index = 55, .length = 2},
[45] = {.index = 57, .length = 2},
[46] = {.index = 59, .length = 1},
[47] = {.index = 60, .length = 1},
[48] = {.index = 61, .length = 3},
[49] = {.index = 64, .length = 1},
[50] = {.index = 65, .length = 1},
[51] = {.index = 66, .length = 1},
[52] = {.index = 67, .length = 2},
[53] = {.index = 69, .length = 2},
[54] = {.index = 71, .length = 2},
[55] = {.index = 73, .length = 1},
[56] = {.index = 74, .length = 2},
[57] = {.index = 76, .length = 2},
[58] = {.index = 78, .length = 2},
[59] = {.index = 80, .length = 1},
[60] = {.index = 81, .length = 1},
[61] = {.index = 82, .length = 2},
[62] = {.index = 84, .length = 1},
[63] = {.index = 85, .length = 1},
[64] = {.index = 86, .length = 2},
[65] = {.index = 88, .length = 1},
[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 = 2},
[73] = {.index = 102, .length = 2},
[74] = {.index = 104, .length = 1},
[75] = {.index = 105, .length = 2},
[76] = {.index = 107, .length = 2},
[77] = {.index = 109, .length = 2},
[78] = {.index = 111, .length = 1},
[79] = {.index = 112, .length = 2},
[80] = {.index = 114, .length = 2},
[81] = {.index = 116, .length = 2},
[82] = {.index = 118, .length = 2},
[83] = {.index = 120, .length = 2},
[84] = {.index = 122, .length = 1},
[85] = {.index = 123, .length = 1},
[86] = {.index = 124, .length = 3},
[87] = {.index = 127, .length = 1},
[88] = {.index = 128, .length = 2},
[89] = {.index = 130, .length = 2},
[90] = {.index = 132, .length = 3},
[91] = {.index = 135, .length = 2},
[92] = {.index = 137, .length = 2},
[93] = {.index = 139, .length = 1},
[94] = {.index = 140, .length = 2},
[95] = {.index = 142, .length = 2},
[96] = {.index = 144, .length = 1},
[97] = {.index = 145, .length = 1},
[98] = {.index = 146, .length = 2},
[99] = {.index = 148, .length = 2},
[100] = {.index = 150, .length = 2},
[101] = {.index = 152, .length = 1},
[102] = {.index = 153, .length = 1},
[103] = {.index = 154, .length = 1},
[104] = {.index = 155, .length = 1},
[105] = {.index = 156, .length = 1},
[106] = {.index = 157, .length = 3},
[107] = {.index = 160, .length = 2},
[108] = {.index = 162, .length = 3},
[109] = {.index = 165, .length = 1},
[110] = {.index = 166, .length = 2},
[111] = {.index = 168, .length = 2},
[112] = {.index = 170, .length = 2},
[113] = {.index = 172, .length = 1},
[114] = {.index = 173, .length = 1},
[115] = {.index = 174, .length = 1},
[116] = {.index = 175, .length = 3},
[117] = {.index = 178, .length = 1},
[118] = {.index = 179, .length = 2},
[119] = {.index = 181, .length = 2},
[120] = {.index = 183, .length = 1},
[121] = {.index = 184, .length = 1},
[122] = {.index = 185, .length = 3},
[123] = {.index = 188, .length = 3},
[124] = {.index = 191, .length = 1},
[125] = {.index = 192, .length = 2},
[126] = {.index = 194, .length = 1},
[127] = {.index = 195, .length = 4},
[128] = {.index = 199, .length = 4},
[129] = {.index = 203, .length = 1},
[130] = {.index = 204, .length = 1},
};
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_endname, 0, .inherited = true},
{field_name, 0, .inherited = true},
[7] =
{field_subtype_mark, 0},
[8] =
{field_subtype_mark, 0, .inherited = true},
[9] =
{field_name, 1, .inherited = true},
[10] =
{field_exception_name, 1},
[11] =
{field_subtype_mark, 1, .inherited = true},
[12] =
{field_name, 0, .inherited = true},
{field_name, 1, .inherited = true},
[14] =
{field_entry_name, 1},
[15] =
{field_statement_identifier, 1},
[16] =
{field_entry_direct_name, 1},
[17] =
{field_loop_name, 1},
[18] =
{field_label_name, 1},
[19] =
{field_subtype_name, 0},
[20] =
{field_prefix, 0},
{field_selector_name, 2},
[22] =
{field_variable_name, 0},
[23] =
{field_subtype_mark, 1},
[24] =
{field_object_name, 2},
[25] =
{field_is_parallel, 1},
[26] =
{field_iterator_name, 2},
[27] =
{field_subtype_mark, 2, .inherited = true},
[28] =
{field_is_type, 1},
[29] =
{field_is_private, 0},
[30] =
{field_is_limited, 0},
[31] =
{field_left, 0},
{field_name, 0, .inherited = true},
{field_name, 2, .inherited = true},
{field_right, 2},
[35] =
{field_entry_name, 1},
{field_parameter_profile, 2},
[37] =
{field_entry_direct_name, 1},
{field_parameter_profile, 2},
[39] =
{field_condition, 2},
[40] =
{field_prefix, 0},
[41] =
{field_name, 0},
{field_subtype_mark, 2, .inherited = true},
[43] =
{field_entry_name, 2},
[44] =
{field_is_abstract, 1},
{field_is_abstract, 2},
[46] =
{field_callable_entity_name, 2},
[47] =
{field_subtype_mark, 2},
[48] =
{field_iterator_name, 3},
[49] =
{field_subtype_mark, 3, .inherited = true},
[50] =
{field_local_name, 1},
[51] =
{field_is_all, 1},
{field_is_type, 2},
[53] =
{field_endname, 4},
{field_name, 1},
[55] =
{field_name, 1},
{field_package_name, 3},
[57] =
{field_is_limited, 0},
{field_is_private, 1},
[59] =
{field_parent_unit_name, 2},
[60] =
{field_exception_name, 0},
[61] =
{field_prefix, 0},
{field_range_attribute_reference, 1},
{field_range_attribute_reference, 2},
[64] =
{field_subpool_handle_name, 1},
[65] =
{field_endname, 1},
[66] =
{field_default_name, 0},
[67] =
{field_name, 0},
{field_subtype_mark, 2},
[69] =
{field_condition, 0, .inherited = true},
{field_condition, 1, .inherited = true},
[71] =
{field_condition, 3},
{field_loop_name, 1},
[73] =
{field_statements, 1},
[74] =
{field_name, 0},
{field_subtype_mark, 3, .inherited = true},
[76] =
{field_entry_name, 2},
{field_parameter_profile, 3},
[78] =
{field_is_abstract, 2},
{field_is_abstract, 3},
[80] =
{field_callable_entity_name, 3},
[81] =
{field_exception_name, 4},
[82] =
{field_object_name, 4},
{field_subtype_mark, 2},
[84] =
{field_object_name, 4},
[85] =
{field_subtype_mark, 3},
[86] =
{field_iterator_name, 4},
{field_subtype_mark, 2, .inherited = true},
[88] =
{field_name, 2},
[89] =
{field_endname, 5},
{field_name, 1},
[91] =
{field_generic_name, 4},
{field_name, 1},
[93] =
{field_endname, 2},
[94] =
{field_entry_name, 1},
{field_subtype_mark, 3, .inherited = true},
[96] =
{field_defining_program_unit_name, 2},
{field_generic_package_name, 4},
[98] =
{field_defining_program_unit_name, 2},
{field_generic_procedure_name, 4},
[100] =
{field_defining_program_unit_name, 2},
{field_generic_function_name, 4},
[102] =
{field_name, 0},
{field_subtype_mark, 3},
[104] =
{field_subtype_mark, 4, .inherited = true},
[105] =
{field_entry_direct_name, 1},
{field_entry_index, 3},
[107] =
{field_subtype_mark, 0, .inherited = true},
{field_subtype_mark, 1, .inherited = true},
[109] =
{field_name, 0},
{field_subtype_mark, 4, .inherited = true},
[111] =
{field_statements, 2},
[112] =
{field_object_name, 5},
{field_subtype_mark, 3},
[114] =
{field_iterator_name, 5},
{field_subtype_mark, 2, .inherited = true},
[116] =
{field_endname, 5},
{field_name, 2},
[118] =
{field_endname, 6},
{field_name, 1},
[120] =
{field_subtype_mark, 1, .inherited = true},
{field_subtype_mark, 2, .inherited = true},
[122] =
{field_predicate, 4},
[123] =
{field_endname, 3},
[124] =
{field_entry_name, 1},
{field_parameter_profile, 5},
{field_subtype_mark, 3, .inherited = true},
[127] =
{field_default_subtype_mark, 4},
[128] =
{field_name, 0},
{field_subtype_mark, 4},
[130] =
{field_condition, 1},
{field_statements, 3},
[132] =
{field_entry_direct_name, 1},
{field_entry_index, 3},
{field_parameter_profile, 5},
[135] =
{field_entry_direct_name, 1},
{field_entry_identifier, 5},
[137] =
{field_condition, 1},
{field_condition, 3, .inherited = true},
[139] =
{field_statements, 3},
[140] =
{field_generic_name, 5},
{field_name, 2},
[142] =
{field_entry_name, 2},
{field_subtype_mark, 4, .inherited = true},
[144] =
{field_endname, 5},
[145] =
{field_global_set, 1},
[146] =
{field_end_local_name, 6},
{field_local_name, 1},
[148] =
{field_endname, 6},
{field_name, 2},
[150] =
{field_endname, 7},
{field_name, 1},
[152] =
{field_subtype_mark, 4},
[153] =
{field_endname, 4},
[154] =
{field_generic_package_name, 5},
[155] =
{field_default_subtype_mark, 5},
[156] =
{field_abortable_part, 4},
[157] =
{field_entry_direct_name, 1},
{field_entry_identifier, 6},
{field_parameter_profile, 2},
[160] =
{field_condition, 1},
{field_condition, 4, .inherited = true},
[162] =
{field_entry_name, 2},
{field_parameter_profile, 6},
{field_subtype_mark, 4, .inherited = true},
[165] =
{field_endname, 6},
[166] =
{field_end_local_name, 7},
{field_local_name, 1},
[168] =
{field_endname, 7},
{field_name, 2},
[170] =
{field_endname, 8},
{field_name, 1},
[172] =
{field_subtype_mark, 5, .inherited = true},
[173] =
{field_subtype_mark, 5},
[174] =
{field_default_subtype_mark, 6},
[175] =
{field_condition, 1},
{field_else_statements, 5},
{field_statements, 3},
[178] =
{field_endname, 7},
[179] =
{field_end_local_name, 8},
{field_local_name, 1},
[181] =
{field_endname, 8},
{field_name, 2},
[183] =
{field_subtype_mark, 6, .inherited = true},
[184] =
{field_default_subtype_mark, 7},
[185] =
{field_condition, 1},
{field_else_statements, 6},
{field_statements, 3},
[188] =
{field_entry_direct_name, 1},
{field_entry_identifier, 8},
{field_entry_index, 3},
[191] =
{field_endname, 8},
[192] =
{field_endname, 9},
{field_name, 2},
[194] =
{field_subtype_mark, 7, .inherited = true},
[195] =
{field_entry_direct_name, 1},
{field_entry_identifier, 9},
{field_entry_index, 3},
{field_parameter_profile, 5},
[199] =
{field_first_bit, 4},
{field_last_bit, 6},
{field_local_name, 0},
{field_position, 2},
[203] =
{field_parameter_profile, 2},
[204] =
{field_parameter_profile, 5},
};
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] = 38,
[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] = 73,
[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] = 507,
[508] = 508,
[509] = 509,
[510] = 510,
[511] = 511,
[512] = 512,
[513] = 513,
[514] = 514,
[515] = 515,
[516] = 516,
[517] = 517,
[518] = 518,
[519] = 519,
[520] = 520,
[521] = 521,
[522] = 522,
[523] = 523,
[524] = 524,
[525] = 525,
[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] = 556,
[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] = 518,
[571] = 571,
[572] = 572,
[573] = 573,
[574] = 574,
[575] = 575,
[576] = 576,
[577] = 518,
[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] = 518,
[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] = 906,
[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] = 977,
[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] = 1334,
[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] = 1417,
[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,
[1947] = 1947,
[1948] = 1948,
[1949] = 1949,
[1950] = 1950,
[1951] = 1951,
[1952] = 1952,
[1953] = 1953,
[1954] = 1954,
[1955] = 1955,
[1956] = 1956,
[1957] = 1957,
[1958] = 1958,
[1959] = 1959,
[1960] = 1960,
[1961] = 1961,
[1962] = 1962,
[1963] = 1963,
[1964] = 1964,
[1965] = 1965,
[1966] = 1966,
[1967] = 1967,
[1968] = 1968,
[1969] = 1969,
[1970] = 1970,
[1971] = 1971,
[1972] = 1972,
[1973] = 1973,
[1974] = 1974,
[1975] = 1975,
[1976] = 1976,
[1977] = 1977,
[1978] = 1978,
[1979] = 1979,
[1980] = 1980,
[1981] = 1981,
[1982] = 1982,
[1983] = 1983,
[1984] = 1984,
[1985] = 1985,
[1986] = 1986,
[1987] = 1987,
[1988] = 1988,
[1989] = 1989,
[1990] = 1990,
[1991] = 1991,
[1992] = 1992,
[1993] = 1993,
[1994] = 1994,
[1995] = 1995,
[1996] = 1996,
[1997] = 1997,
[1998] = 1998,
[1999] = 1999,
[2000] = 2000,
[2001] = 2001,
[2002] = 2002,
[2003] = 2003,
[2004] = 2004,
[2005] = 2005,
[2006] = 2006,
[2007] = 2007,
[2008] = 2008,
[2009] = 2009,
[2010] = 2010,
[2011] = 2011,
[2012] = 2012,
[2013] = 2013,
[2014] = 2014,
[2015] = 2015,
[2016] = 2016,
[2017] = 2017,
[2018] = 2018,
[2019] = 2019,
[2020] = 2020,
[2021] = 2021,
[2022] = 2022,
[2023] = 2023,
[2024] = 2024,
[2025] = 2025,
[2026] = 2026,
[2027] = 2027,
[2028] = 2028,
[2029] = 2029,
[2030] = 2030,
[2031] = 2031,
[2032] = 2032,
[2033] = 2033,
[2034] = 2034,
[2035] = 2035,
[2036] = 2036,
[2037] = 2037,
[2038] = 2038,
[2039] = 2039,
[2040] = 2040,
[2041] = 2041,
[2042] = 2042,
[2043] = 2043,
[2044] = 2044,
[2045] = 2045,
[2046] = 2046,
[2047] = 2047,
[2048] = 2048,
[2049] = 2049,
[2050] = 2050,
[2051] = 2051,
[2052] = 2052,
[2053] = 2053,
[2054] = 2054,
[2055] = 2055,
[2056] = 2056,
[2057] = 2057,
[2058] = 2058,
[2059] = 2059,
[2060] = 2060,
[2061] = 2061,
[2062] = 2062,
[2063] = 2063,
[2064] = 2064,
[2065] = 2065,
[2066] = 2066,
[2067] = 2067,
[2068] = 2068,
[2069] = 2069,
[2070] = 2070,
[2071] = 2071,
[2072] = 2072,
[2073] = 2073,
[2074] = 2074,
[2075] = 2075,
[2076] = 2076,
[2077] = 2077,
[2078] = 2078,
[2079] = 2079,
[2080] = 2080,
[2081] = 2081,
[2082] = 2082,
[2083] = 2083,
[2084] = 2084,
[2085] = 2085,
[2086] = 2086,
[2087] = 2087,
[2088] = 2088,
[2089] = 2089,
[2090] = 2090,
[2091] = 2091,
[2092] = 2092,
[2093] = 2093,
[2094] = 2094,
[2095] = 2095,
[2096] = 2096,
[2097] = 2097,
[2098] = 2098,
[2099] = 2099,
[2100] = 2100,
[2101] = 2101,
[2102] = 2102,
[2103] = 2103,
[2104] = 2104,
[2105] = 2105,
[2106] = 2106,
[2107] = 2107,
[2108] = 2108,
[2109] = 2109,
[2110] = 2110,
[2111] = 2111,
[2112] = 2112,
[2113] = 2113,
[2114] = 2114,
[2115] = 2115,
[2116] = 2116,
[2117] = 2117,
[2118] = 2118,
[2119] = 2119,
[2120] = 2120,
[2121] = 2121,
[2122] = 2122,
[2123] = 2123,
[2124] = 2124,
[2125] = 2125,
[2126] = 2126,
[2127] = 2127,
[2128] = 2128,
[2129] = 2129,
[2130] = 2130,
[2131] = 2131,
[2132] = 2132,
[2133] = 2133,
[2134] = 2134,
[2135] = 2135,
[2136] = 2136,
[2137] = 2137,
[2138] = 2138,
[2139] = 2139,
[2140] = 2140,
[2141] = 2141,
[2142] = 2142,
};
static bool ts_lex(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (eof) ADVANCE(49);
if (lookahead == '"') ADVANCE(8);
if (lookahead == '#') ADVANCE(33);
if (lookahead == '$') ADVANCE(42);
if (lookahead == '&') ADVANCE(81);
if (lookahead == '\'') ADVANCE(86);
if (lookahead == '(') ADVANCE(90);
if (lookahead == ')') ADVANCE(91);
if (lookahead == '*') ADVANCE(83);
if (lookahead == '+') ADVANCE(79);
if (lookahead == ',') ADVANCE(89);
if (lookahead == '-') ADVANCE(80);
if (lookahead == '.') ADVANCE(87);
if (lookahead == '/') ADVANCE(84);
if (lookahead == ':') ADVANCE(95);
if (lookahead == ';') ADVANCE(101);
if (lookahead == '<') ADVANCE(73);
if (lookahead == '=') ADVANCE(70);
if (lookahead == '>') ADVANCE(77);
if (lookahead == '@') ADVANCE(88);
if (lookahead == '[') ADVANCE(92);
if (lookahead == '\\') SKIP(45)
if (lookahead == ']') ADVANCE(93);
if (lookahead == 'a') ADVANCE(53);
if (lookahead == 'm') ADVANCE(55);
if (lookahead == 'n') ADVANCE(56);
if (lookahead == '|') ADVANCE(97);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(0)
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(62);
if (lookahead != 0 &&
lookahead > '?' &&
(lookahead < '^' || '`' < lookahead) &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(57);
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(42);
if (lookahead == '&') ADVANCE(81);
if (lookahead == '\'') ADVANCE(43);
if (lookahead == ')') ADVANCE(91);
if (lookahead == '*') ADVANCE(82);
if (lookahead == '+') ADVANCE(79);
if (lookahead == ',') ADVANCE(89);
if (lookahead == '-') ADVANCE(80);
if (lookahead == '.') ADVANCE(13);
if (lookahead == '/') ADVANCE(84);
if (lookahead == ';') ADVANCE(101);
if (lookahead == '<') ADVANCE(74);
if (lookahead == '=') ADVANCE(71);
if (lookahead == '>') ADVANCE(76);
if (lookahead == '@') ADVANCE(88);
if (lookahead == '[') ADVANCE(92);
if (lookahead == '\\') SKIP(6)
if (lookahead == ']') ADVANCE(93);
if (lookahead == 'm') ADVANCE(55);
if (lookahead == '|') ADVANCE(97);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(7)
if (lookahead != 0 &&
lookahead > '?' &&
(lookahead < '^' || '`' < lookahead) &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(57);
END_STATE();
case 8:
if (lookahead == '"') ADVANCE(60);
if (lookahead != 0) ADVANCE(8);
END_STATE();
case 9:
if (lookahead == '#') ADVANCE(64);
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(81);
if (lookahead == '\'') ADVANCE(86);
if (lookahead == '(') ADVANCE(90);
if (lookahead == ')') ADVANCE(91);
if (lookahead == '*') ADVANCE(83);
if (lookahead == '+') ADVANCE(79);
if (lookahead == ',') ADVANCE(89);
if (lookahead == '-') ADVANCE(80);
if (lookahead == '.') ADVANCE(87);
if (lookahead == '/') ADVANCE(84);
if (lookahead == ':') ADVANCE(95);
if (lookahead == ';') ADVANCE(96);
if (lookahead == '<') ADVANCE(74);
if (lookahead == '=') ADVANCE(71);
if (lookahead == '>') ADVANCE(76);
if (lookahead == '\\') SKIP(2)
if (lookahead == ']') ADVANCE(93);
if (lookahead == 'm') ADVANCE(55);
if (lookahead == '|') ADVANCE(97);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(10)
if (lookahead != 0 &&
lookahead > '@' &&
(lookahead < '[' || '`' < lookahead) &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(57);
END_STATE();
case 11:
if (lookahead == '&') ADVANCE(81);
if (lookahead == '\'') ADVANCE(86);
if (lookahead == '(') ADVANCE(90);
if (lookahead == ')') ADVANCE(91);
if (lookahead == '+') ADVANCE(79);
if (lookahead == ',') ADVANCE(89);
if (lookahead == '-') ADVANCE(80);
if (lookahead == '.') ADVANCE(87);
if (lookahead == '/') ADVANCE(19);
if (lookahead == ':') ADVANCE(95);
if (lookahead == ';') ADVANCE(96);
if (lookahead == '<') ADVANCE(74);
if (lookahead == '=') ADVANCE(71);
if (lookahead == '>') ADVANCE(76);
if (lookahead == '\\') SKIP(4)
if (lookahead == ']') ADVANCE(93);
if (lookahead == '|') ADVANCE(97);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(11)
if (lookahead != 0 &&
lookahead > '@' &&
(lookahead < '[' || '`' < lookahead) &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(57);
END_STATE();
case 12:
if (lookahead == '\'') ADVANCE(61);
END_STATE();
case 13:
if (lookahead == '.') ADVANCE(98);
END_STATE();
case 14:
if (lookahead == '<') ADVANCE(67);
END_STATE();
case 15:
if (lookahead == '<') ADVANCE(105);
if (lookahead == '>') ADVANCE(100);
END_STATE();
case 16:
if (lookahead == '<') ADVANCE(14);
END_STATE();
case 17:
if (lookahead == '<') ADVANCE(16);
END_STATE();
case 18:
if (lookahead == '<') ADVANCE(17);
END_STATE();
case 19:
if (lookahead == '=') ADVANCE(72);
END_STATE();
case 20:
if (lookahead == '=') ADVANCE(69);
END_STATE();
case 21:
if (lookahead == '=') ADVANCE(20);
END_STATE();
case 22:
if (lookahead == '=') ADVANCE(21);
END_STATE();
case 23:
if (lookahead == '=') ADVANCE(22);
END_STATE();
case 24:
if (lookahead == '=') ADVANCE(23);
END_STATE();
case 25:
if (lookahead == '>') ADVANCE(94);
END_STATE();
case 26:
if (lookahead == '>') ADVANCE(68);
END_STATE();
case 27:
if (lookahead == '>') ADVANCE(107);
END_STATE();
case 28:
if (lookahead == '>') ADVANCE(26);
END_STATE();
case 29:
if (lookahead == '>') ADVANCE(28);
END_STATE();
case 30:
if (lookahead == '>') ADVANCE(29);
END_STATE();
case 31:
if (lookahead == '+' ||
lookahead == '-') ADVANCE(40);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_') ADVANCE(66);
END_STATE();
case 32:
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(112);
END_STATE();
case 33:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(37);
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(35);
END_STATE();
case 34:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(111);
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(36);
END_STATE();
case 35:
if (lookahead == 'F' ||
lookahead == 'f') ADVANCE(109);
END_STATE();
case 36:
if (lookahead == 'F' ||
lookahead == 'f') ADVANCE(110);
END_STATE();
case 37:
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(38);
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(32);
END_STATE();
case 38:
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(34);
END_STATE();
case 39:
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_') ADVANCE(65);
END_STATE();
case 40:
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_') ADVANCE(66);
END_STATE();
case 41:
if (lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(9);
END_STATE();
case 42:
if (lookahead != 0 &&
lookahead > '@' &&
(lookahead < '[' || '`' < lookahead) &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(58);
END_STATE();
case 43:
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(12);
END_STATE();
case 44:
if (eof) ADVANCE(49);
if (lookahead == '\n') SKIP(0)
END_STATE();
case 45:
if (eof) ADVANCE(49);
if (lookahead == '\n') SKIP(0)
if (lookahead == '\r') SKIP(44)
END_STATE();
case 46:
if (eof) ADVANCE(49);
if (lookahead == '\n') SKIP(48)
END_STATE();
case 47:
if (eof) ADVANCE(49);
if (lookahead == '\n') SKIP(48)
if (lookahead == '\r') SKIP(46)
END_STATE();
case 48:
if (eof) ADVANCE(49);
if (lookahead == '"') ADVANCE(8);
if (lookahead == '#') ADVANCE(33);
if (lookahead == '$') ADVANCE(42);
if (lookahead == '\'') ADVANCE(43);
if (lookahead == '(') ADVANCE(90);
if (lookahead == ')') ADVANCE(91);
if (lookahead == '+') ADVANCE(79);
if (lookahead == ',') ADVANCE(89);
if (lookahead == '-') ADVANCE(80);
if (lookahead == '.') ADVANCE(13);
if (lookahead == ':') ADVANCE(95);
if (lookahead == ';') ADVANCE(96);
if (lookahead == '<') ADVANCE(15);
if (lookahead == '=') ADVANCE(25);
if (lookahead == '>') ADVANCE(27);
if (lookahead == '@') ADVANCE(88);
if (lookahead == '[') ADVANCE(92);
if (lookahead == '\\') SKIP(47)
if (lookahead == ']') ADVANCE(93);
if (lookahead == '|') ADVANCE(97);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(48)
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(62);
if (lookahead != 0 &&
lookahead > '?' &&
(lookahead < '^' || '`' < lookahead) &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(57);
END_STATE();
case 49:
ACCEPT_TOKEN(ts_builtin_sym_end);
END_STATE();
case 50:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'd') ADVANCE(85);
if (lookahead != 0 &&
lookahead > '/' &&
(lookahead < ':' || '@' < lookahead) &&
(lookahead < '[' || '^' < lookahead) &&
lookahead != '`' &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(57);
END_STATE();
case 51:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(104);
if (lookahead != 0 &&
lookahead > '/' &&
(lookahead < ':' || '@' < lookahead) &&
(lookahead < '[' || '^' < lookahead) &&
lookahead != '`' &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(57);
END_STATE();
case 52:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(103);
if (lookahead != 0 &&
lookahead > '/' &&
(lookahead < ':' || '@' < lookahead) &&
(lookahead < '[' || '^' < lookahead) &&
lookahead != '`' &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(57);
END_STATE();
case 53:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(51);
if (lookahead != 0 &&
lookahead > '/' &&
(lookahead < ':' || '@' < lookahead) &&
(lookahead < '[' || '^' < lookahead) &&
lookahead != '`' &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(57);
END_STATE();
case 54:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(52);
if (lookahead != 0 &&
lookahead > '/' &&
(lookahead < ':' || '@' < lookahead) &&
(lookahead < '[' || '^' < lookahead) &&
lookahead != '`' &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(57);
END_STATE();
case 55:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(50);
if (lookahead != 0 &&
lookahead > '/' &&
(lookahead < ':' || '@' < lookahead) &&
(lookahead < '[' || '^' < lookahead) &&
lookahead != '`' &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(57);
END_STATE();
case 56:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(54);
if (lookahead != 0 &&
lookahead > '/' &&
(lookahead < ':' || '@' < lookahead) &&
(lookahead < '[' || '^' < lookahead) &&
lookahead != '`' &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(57);
END_STATE();
case 57:
ACCEPT_TOKEN(sym_identifier);
if (lookahead != 0 &&
lookahead > '/' &&
(lookahead < ':' || '@' < lookahead) &&
(lookahead < '[' || '^' < lookahead) &&
lookahead != '`' &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(57);
END_STATE();
case 58:
ACCEPT_TOKEN(sym_gnatprep_identifier);
if (lookahead != 0 &&
lookahead > '/' &&
(lookahead < ':' || '@' < lookahead) &&
(lookahead < '[' || '^' < lookahead) &&
lookahead != '`' &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(58);
END_STATE();
case 59:
ACCEPT_TOKEN(sym_comment);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(59);
END_STATE();
case 60:
ACCEPT_TOKEN(sym_string_literal);
if (lookahead == '"') ADVANCE(8);
END_STATE();
case 61:
ACCEPT_TOKEN(sym_character_literal);
END_STATE();
case 62:
ACCEPT_TOKEN(sym_numeric_literal);
if (lookahead == '#') ADVANCE(41);
if (lookahead == '.') ADVANCE(39);
if (lookahead == '_') ADVANCE(63);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(31);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(62);
END_STATE();
case 63:
ACCEPT_TOKEN(sym_numeric_literal);
if (lookahead == '.') ADVANCE(39);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(31);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_') ADVANCE(63);
END_STATE();
case 64:
ACCEPT_TOKEN(sym_numeric_literal);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(31);
END_STATE();
case 65:
ACCEPT_TOKEN(sym_numeric_literal);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(31);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_') ADVANCE(65);
END_STATE();
case 66:
ACCEPT_TOKEN(sym_numeric_literal);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_') ADVANCE(66);
END_STATE();
case 67:
ACCEPT_TOKEN(aux_sym_git_conflict_mark_token1);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(67);
END_STATE();
case 68:
ACCEPT_TOKEN(aux_sym_git_conflict_mark_token2);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(68);
END_STATE();
case 69:
ACCEPT_TOKEN(aux_sym_git_conflict_mark_token3);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(69);
END_STATE();
case 70:
ACCEPT_TOKEN(anon_sym_EQ);
if (lookahead == '=') ADVANCE(24);
if (lookahead == '>') ADVANCE(94);
END_STATE();
case 71:
ACCEPT_TOKEN(anon_sym_EQ);
if (lookahead == '>') ADVANCE(94);
END_STATE();
case 72:
ACCEPT_TOKEN(anon_sym_SLASH_EQ);
END_STATE();
case 73:
ACCEPT_TOKEN(anon_sym_LT);
if (lookahead == '<') ADVANCE(106);
if (lookahead == '=') ADVANCE(75);
if (lookahead == '>') ADVANCE(100);
END_STATE();
case 74:
ACCEPT_TOKEN(anon_sym_LT);
if (lookahead == '=') ADVANCE(75);
END_STATE();
case 75:
ACCEPT_TOKEN(anon_sym_LT_EQ);
END_STATE();
case 76:
ACCEPT_TOKEN(anon_sym_GT);
if (lookahead == '=') ADVANCE(78);
END_STATE();
case 77:
ACCEPT_TOKEN(anon_sym_GT);
if (lookahead == '=') ADVANCE(78);
if (lookahead == '>') ADVANCE(108);
END_STATE();
case 78:
ACCEPT_TOKEN(anon_sym_GT_EQ);
END_STATE();
case 79:
ACCEPT_TOKEN(anon_sym_PLUS);
END_STATE();
case 80:
ACCEPT_TOKEN(anon_sym_DASH);
if (lookahead == '-') ADVANCE(59);
END_STATE();
case 81:
ACCEPT_TOKEN(anon_sym_AMP);
END_STATE();
case 82:
ACCEPT_TOKEN(anon_sym_STAR);
END_STATE();
case 83:
ACCEPT_TOKEN(anon_sym_STAR);
if (lookahead == '*') ADVANCE(99);
END_STATE();
case 84:
ACCEPT_TOKEN(anon_sym_SLASH);
if (lookahead == '=') ADVANCE(72);
END_STATE();
case 85:
ACCEPT_TOKEN(anon_sym_mod);
if (lookahead != 0 &&
lookahead > '/' &&
(lookahead < ':' || '@' < lookahead) &&
(lookahead < '[' || '^' < lookahead) &&
lookahead != '`' &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(57);
END_STATE();
case 86:
ACCEPT_TOKEN(sym_tick);
END_STATE();
case 87:
ACCEPT_TOKEN(anon_sym_DOT);
if (lookahead == '.') ADVANCE(98);
END_STATE();
case 88:
ACCEPT_TOKEN(sym_target_name);
END_STATE();
case 89:
ACCEPT_TOKEN(anon_sym_COMMA);
END_STATE();
case 90:
ACCEPT_TOKEN(anon_sym_LPAREN);
END_STATE();
case 91:
ACCEPT_TOKEN(anon_sym_RPAREN);
END_STATE();
case 92:
ACCEPT_TOKEN(anon_sym_LBRACK);
END_STATE();
case 93:
ACCEPT_TOKEN(anon_sym_RBRACK);
END_STATE();
case 94:
ACCEPT_TOKEN(anon_sym_EQ_GT);
END_STATE();
case 95:
ACCEPT_TOKEN(anon_sym_COLON);
if (lookahead == '=') ADVANCE(102);
END_STATE();
case 96:
ACCEPT_TOKEN(anon_sym_SEMI);
END_STATE();
case 97:
ACCEPT_TOKEN(anon_sym_PIPE);
END_STATE();
case 98:
ACCEPT_TOKEN(anon_sym_DOT_DOT);
END_STATE();
case 99:
ACCEPT_TOKEN(anon_sym_STAR_STAR);
END_STATE();
case 100:
ACCEPT_TOKEN(anon_sym_LT_GT);
END_STATE();
case 101:
ACCEPT_TOKEN(aux_sym_component_list_token1);
END_STATE();
case 102:
ACCEPT_TOKEN(anon_sym_COLON_EQ);
END_STATE();
case 103:
ACCEPT_TOKEN(anon_sym_null);
if (lookahead != 0 &&
lookahead > '/' &&
(lookahead < ':' || '@' < lookahead) &&
(lookahead < '[' || '^' < lookahead) &&
lookahead != '`' &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(57);
END_STATE();
case 104:
ACCEPT_TOKEN(anon_sym_all);
if (lookahead != 0 &&
lookahead > '/' &&
(lookahead < ':' || '@' < lookahead) &&
(lookahead < '[' || '^' < lookahead) &&
lookahead != '`' &&
(lookahead < '{' || 127 < lookahead)) ADVANCE(57);
END_STATE();
case 105:
ACCEPT_TOKEN(anon_sym_LT_LT);
END_STATE();
case 106:
ACCEPT_TOKEN(anon_sym_LT_LT);
if (lookahead == '<') ADVANCE(18);
END_STATE();
case 107:
ACCEPT_TOKEN(anon_sym_GT_GT);
END_STATE();
case 108:
ACCEPT_TOKEN(anon_sym_GT_GT);
if (lookahead == '>') ADVANCE(30);
END_STATE();
case 109:
ACCEPT_TOKEN(aux_sym_gnatprep_declarative_if_statement_token1);
END_STATE();
case 110:
ACCEPT_TOKEN(aux_sym_gnatprep_declarative_if_statement_token2);
END_STATE();
case 111:
ACCEPT_TOKEN(aux_sym_gnatprep_declarative_if_statement_token3);
END_STATE();
case 112:
ACCEPT_TOKEN(aux_sym_gnatprep_declarative_if_statement_token4);
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 = 48},
[2] = {.lex_state = 48},
[3] = {.lex_state = 48},
[4] = {.lex_state = 48},
[5] = {.lex_state = 48},
[6] = {.lex_state = 48},
[7] = {.lex_state = 48},
[8] = {.lex_state = 48},
[9] = {.lex_state = 48},
[10] = {.lex_state = 48},
[11] = {.lex_state = 48},
[12] = {.lex_state = 48},
[13] = {.lex_state = 48},
[14] = {.lex_state = 48},
[15] = {.lex_state = 48},
[16] = {.lex_state = 48},
[17] = {.lex_state = 48},
[18] = {.lex_state = 48},
[19] = {.lex_state = 48},
[20] = {.lex_state = 48},
[21] = {.lex_state = 48},
[22] = {.lex_state = 48},
[23] = {.lex_state = 48},
[24] = {.lex_state = 48},
[25] = {.lex_state = 48},
[26] = {.lex_state = 48},
[27] = {.lex_state = 48},
[28] = {.lex_state = 48},
[29] = {.lex_state = 48},
[30] = {.lex_state = 48},
[31] = {.lex_state = 48},
[32] = {.lex_state = 48},
[33] = {.lex_state = 48},
[34] = {.lex_state = 48},
[35] = {.lex_state = 48},
[36] = {.lex_state = 48},
[37] = {.lex_state = 48},
[38] = {.lex_state = 48},
[39] = {.lex_state = 48},
[40] = {.lex_state = 48},
[41] = {.lex_state = 48},
[42] = {.lex_state = 48},
[43] = {.lex_state = 48},
[44] = {.lex_state = 48},
[45] = {.lex_state = 48},
[46] = {.lex_state = 48},
[47] = {.lex_state = 48},
[48] = {.lex_state = 48},
[49] = {.lex_state = 48},
[50] = {.lex_state = 48},
[51] = {.lex_state = 48},
[52] = {.lex_state = 48},
[53] = {.lex_state = 48},
[54] = {.lex_state = 48},
[55] = {.lex_state = 48},
[56] = {.lex_state = 48},
[57] = {.lex_state = 48},
[58] = {.lex_state = 48},
[59] = {.lex_state = 48},
[60] = {.lex_state = 48},
[61] = {.lex_state = 48},
[62] = {.lex_state = 48},
[63] = {.lex_state = 48},
[64] = {.lex_state = 48},
[65] = {.lex_state = 48},
[66] = {.lex_state = 48},
[67] = {.lex_state = 48},
[68] = {.lex_state = 48},
[69] = {.lex_state = 48},
[70] = {.lex_state = 48},
[71] = {.lex_state = 48},
[72] = {.lex_state = 48},
[73] = {.lex_state = 48},
[74] = {.lex_state = 48},
[75] = {.lex_state = 48},
[76] = {.lex_state = 48},
[77] = {.lex_state = 48},
[78] = {.lex_state = 48},
[79] = {.lex_state = 48},
[80] = {.lex_state = 48},
[81] = {.lex_state = 48},
[82] = {.lex_state = 48},
[83] = {.lex_state = 48},
[84] = {.lex_state = 48},
[85] = {.lex_state = 48},
[86] = {.lex_state = 48},
[87] = {.lex_state = 48},
[88] = {.lex_state = 48},
[89] = {.lex_state = 48},
[90] = {.lex_state = 48},
[91] = {.lex_state = 48},
[92] = {.lex_state = 48},
[93] = {.lex_state = 48},
[94] = {.lex_state = 48},
[95] = {.lex_state = 48},
[96] = {.lex_state = 48},
[97] = {.lex_state = 48},
[98] = {.lex_state = 48},
[99] = {.lex_state = 48},
[100] = {.lex_state = 48},
[101] = {.lex_state = 48},
[102] = {.lex_state = 48},
[103] = {.lex_state = 48},
[104] = {.lex_state = 48},
[105] = {.lex_state = 48},
[106] = {.lex_state = 48},
[107] = {.lex_state = 48},
[108] = {.lex_state = 48},
[109] = {.lex_state = 48},
[110] = {.lex_state = 48},
[111] = {.lex_state = 48},
[112] = {.lex_state = 48},
[113] = {.lex_state = 48},
[114] = {.lex_state = 48},
[115] = {.lex_state = 48},
[116] = {.lex_state = 48},
[117] = {.lex_state = 48},
[118] = {.lex_state = 48},
[119] = {.lex_state = 48},
[120] = {.lex_state = 48},
[121] = {.lex_state = 48},
[122] = {.lex_state = 48},
[123] = {.lex_state = 48},
[124] = {.lex_state = 48},
[125] = {.lex_state = 48},
[126] = {.lex_state = 48},
[127] = {.lex_state = 48},
[128] = {.lex_state = 48},
[129] = {.lex_state = 48},
[130] = {.lex_state = 48},
[131] = {.lex_state = 48},
[132] = {.lex_state = 48},
[133] = {.lex_state = 48},
[134] = {.lex_state = 48},
[135] = {.lex_state = 48},
[136] = {.lex_state = 48},
[137] = {.lex_state = 48},
[138] = {.lex_state = 48},
[139] = {.lex_state = 48},
[140] = {.lex_state = 48},
[141] = {.lex_state = 48},
[142] = {.lex_state = 48},
[143] = {.lex_state = 48},
[144] = {.lex_state = 48},
[145] = {.lex_state = 48},
[146] = {.lex_state = 48},
[147] = {.lex_state = 48},
[148] = {.lex_state = 48},
[149] = {.lex_state = 48},
[150] = {.lex_state = 48},
[151] = {.lex_state = 48},
[152] = {.lex_state = 48},
[153] = {.lex_state = 48},
[154] = {.lex_state = 48},
[155] = {.lex_state = 48},
[156] = {.lex_state = 48},
[157] = {.lex_state = 48},
[158] = {.lex_state = 48},
[159] = {.lex_state = 48},
[160] = {.lex_state = 48},
[161] = {.lex_state = 48},
[162] = {.lex_state = 48},
[163] = {.lex_state = 48},
[164] = {.lex_state = 48},
[165] = {.lex_state = 48},
[166] = {.lex_state = 48},
[167] = {.lex_state = 48},
[168] = {.lex_state = 48},
[169] = {.lex_state = 48},
[170] = {.lex_state = 48},
[171] = {.lex_state = 48},
[172] = {.lex_state = 48},
[173] = {.lex_state = 48},
[174] = {.lex_state = 48},
[175] = {.lex_state = 48},
[176] = {.lex_state = 48},
[177] = {.lex_state = 48},
[178] = {.lex_state = 48},
[179] = {.lex_state = 48},
[180] = {.lex_state = 48},
[181] = {.lex_state = 48},
[182] = {.lex_state = 48},
[183] = {.lex_state = 48},
[184] = {.lex_state = 48},
[185] = {.lex_state = 48},
[186] = {.lex_state = 48},
[187] = {.lex_state = 48},
[188] = {.lex_state = 48},
[189] = {.lex_state = 48},
[190] = {.lex_state = 48},
[191] = {.lex_state = 48},
[192] = {.lex_state = 48},
[193] = {.lex_state = 48},
[194] = {.lex_state = 48},
[195] = {.lex_state = 48},
[196] = {.lex_state = 48},
[197] = {.lex_state = 48},
[198] = {.lex_state = 48},
[199] = {.lex_state = 48},
[200] = {.lex_state = 48},
[201] = {.lex_state = 48},
[202] = {.lex_state = 48},
[203] = {.lex_state = 48},
[204] = {.lex_state = 48},
[205] = {.lex_state = 48},
[206] = {.lex_state = 48},
[207] = {.lex_state = 48},
[208] = {.lex_state = 48},
[209] = {.lex_state = 48},
[210] = {.lex_state = 48},
[211] = {.lex_state = 48},
[212] = {.lex_state = 48},
[213] = {.lex_state = 48},
[214] = {.lex_state = 48},
[215] = {.lex_state = 48},
[216] = {.lex_state = 48},
[217] = {.lex_state = 48},
[218] = {.lex_state = 48},
[219] = {.lex_state = 48},
[220] = {.lex_state = 48},
[221] = {.lex_state = 48},
[222] = {.lex_state = 48},
[223] = {.lex_state = 48},
[224] = {.lex_state = 48},
[225] = {.lex_state = 48},
[226] = {.lex_state = 48},
[227] = {.lex_state = 48},
[228] = {.lex_state = 48},
[229] = {.lex_state = 48},
[230] = {.lex_state = 48},
[231] = {.lex_state = 48},
[232] = {.lex_state = 48},
[233] = {.lex_state = 48},
[234] = {.lex_state = 48},
[235] = {.lex_state = 48},
[236] = {.lex_state = 48},
[237] = {.lex_state = 48},
[238] = {.lex_state = 48},
[239] = {.lex_state = 48},
[240] = {.lex_state = 48},
[241] = {.lex_state = 48},
[242] = {.lex_state = 48},
[243] = {.lex_state = 48},
[244] = {.lex_state = 48},
[245] = {.lex_state = 48},
[246] = {.lex_state = 48},
[247] = {.lex_state = 48},
[248] = {.lex_state = 48},
[249] = {.lex_state = 48},
[250] = {.lex_state = 48},
[251] = {.lex_state = 48},
[252] = {.lex_state = 48},
[253] = {.lex_state = 48},
[254] = {.lex_state = 48},
[255] = {.lex_state = 48},
[256] = {.lex_state = 48},
[257] = {.lex_state = 48},
[258] = {.lex_state = 48},
[259] = {.lex_state = 48},
[260] = {.lex_state = 48},
[261] = {.lex_state = 48},
[262] = {.lex_state = 48},
[263] = {.lex_state = 48},
[264] = {.lex_state = 48},
[265] = {.lex_state = 48},
[266] = {.lex_state = 48},
[267] = {.lex_state = 48},
[268] = {.lex_state = 48},
[269] = {.lex_state = 48},
[270] = {.lex_state = 48},
[271] = {.lex_state = 48},
[272] = {.lex_state = 48},
[273] = {.lex_state = 48},
[274] = {.lex_state = 48},
[275] = {.lex_state = 48},
[276] = {.lex_state = 48},
[277] = {.lex_state = 48},
[278] = {.lex_state = 48},
[279] = {.lex_state = 48},
[280] = {.lex_state = 48},
[281] = {.lex_state = 48},
[282] = {.lex_state = 48},
[283] = {.lex_state = 48},
[284] = {.lex_state = 48},
[285] = {.lex_state = 48},
[286] = {.lex_state = 48},
[287] = {.lex_state = 48},
[288] = {.lex_state = 48},
[289] = {.lex_state = 48},
[290] = {.lex_state = 48},
[291] = {.lex_state = 48},
[292] = {.lex_state = 48},
[293] = {.lex_state = 48},
[294] = {.lex_state = 48},
[295] = {.lex_state = 48},
[296] = {.lex_state = 48},
[297] = {.lex_state = 48},
[298] = {.lex_state = 48},
[299] = {.lex_state = 48},
[300] = {.lex_state = 48},
[301] = {.lex_state = 48},
[302] = {.lex_state = 48},
[303] = {.lex_state = 48},
[304] = {.lex_state = 48},
[305] = {.lex_state = 48},
[306] = {.lex_state = 48},
[307] = {.lex_state = 48},
[308] = {.lex_state = 48},
[309] = {.lex_state = 48},
[310] = {.lex_state = 48},
[311] = {.lex_state = 48},
[312] = {.lex_state = 48},
[313] = {.lex_state = 48},
[314] = {.lex_state = 48},
[315] = {.lex_state = 48},
[316] = {.lex_state = 48},
[317] = {.lex_state = 48},
[318] = {.lex_state = 48},
[319] = {.lex_state = 48},
[320] = {.lex_state = 48},
[321] = {.lex_state = 48},
[322] = {.lex_state = 48},
[323] = {.lex_state = 48},
[324] = {.lex_state = 48},
[325] = {.lex_state = 48},
[326] = {.lex_state = 48},
[327] = {.lex_state = 48},
[328] = {.lex_state = 48},
[329] = {.lex_state = 48},
[330] = {.lex_state = 48},
[331] = {.lex_state = 48},
[332] = {.lex_state = 48},
[333] = {.lex_state = 48},
[334] = {.lex_state = 48},
[335] = {.lex_state = 48},
[336] = {.lex_state = 48},
[337] = {.lex_state = 48},
[338] = {.lex_state = 48},
[339] = {.lex_state = 48},
[340] = {.lex_state = 48},
[341] = {.lex_state = 48},
[342] = {.lex_state = 48},
[343] = {.lex_state = 48},
[344] = {.lex_state = 48},
[345] = {.lex_state = 48},
[346] = {.lex_state = 48},
[347] = {.lex_state = 48},
[348] = {.lex_state = 48},
[349] = {.lex_state = 48},
[350] = {.lex_state = 48},
[351] = {.lex_state = 48},
[352] = {.lex_state = 48},
[353] = {.lex_state = 48},
[354] = {.lex_state = 48},
[355] = {.lex_state = 48},
[356] = {.lex_state = 48},
[357] = {.lex_state = 48},
[358] = {.lex_state = 48},
[359] = {.lex_state = 48},
[360] = {.lex_state = 48},
[361] = {.lex_state = 48},
[362] = {.lex_state = 48},
[363] = {.lex_state = 48},
[364] = {.lex_state = 48},
[365] = {.lex_state = 48},
[366] = {.lex_state = 48},
[367] = {.lex_state = 48},
[368] = {.lex_state = 48},
[369] = {.lex_state = 48},
[370] = {.lex_state = 48},
[371] = {.lex_state = 48},
[372] = {.lex_state = 48},
[373] = {.lex_state = 48},
[374] = {.lex_state = 48},
[375] = {.lex_state = 48},
[376] = {.lex_state = 48},
[377] = {.lex_state = 48},
[378] = {.lex_state = 48},
[379] = {.lex_state = 48},
[380] = {.lex_state = 48},
[381] = {.lex_state = 48},
[382] = {.lex_state = 48},
[383] = {.lex_state = 48},
[384] = {.lex_state = 48},
[385] = {.lex_state = 48},
[386] = {.lex_state = 48},
[387] = {.lex_state = 48},
[388] = {.lex_state = 48},
[389] = {.lex_state = 48},
[390] = {.lex_state = 48},
[391] = {.lex_state = 48},
[392] = {.lex_state = 48},
[393] = {.lex_state = 48},
[394] = {.lex_state = 48},
[395] = {.lex_state = 48},
[396] = {.lex_state = 48},
[397] = {.lex_state = 48},
[398] = {.lex_state = 48},
[399] = {.lex_state = 48},
[400] = {.lex_state = 48},
[401] = {.lex_state = 48},
[402] = {.lex_state = 48},
[403] = {.lex_state = 48},
[404] = {.lex_state = 48},
[405] = {.lex_state = 48},
[406] = {.lex_state = 48},
[407] = {.lex_state = 48},
[408] = {.lex_state = 48},
[409] = {.lex_state = 48},
[410] = {.lex_state = 48},
[411] = {.lex_state = 48},
[412] = {.lex_state = 48},
[413] = {.lex_state = 48},
[414] = {.lex_state = 48},
[415] = {.lex_state = 48},
[416] = {.lex_state = 48},
[417] = {.lex_state = 48},
[418] = {.lex_state = 48},
[419] = {.lex_state = 48},
[420] = {.lex_state = 48},
[421] = {.lex_state = 48},
[422] = {.lex_state = 48},
[423] = {.lex_state = 48},
[424] = {.lex_state = 48},
[425] = {.lex_state = 48},
[426] = {.lex_state = 48},
[427] = {.lex_state = 48},
[428] = {.lex_state = 48},
[429] = {.lex_state = 48},
[430] = {.lex_state = 48},
[431] = {.lex_state = 48},
[432] = {.lex_state = 48},
[433] = {.lex_state = 48},
[434] = {.lex_state = 48},
[435] = {.lex_state = 48},
[436] = {.lex_state = 48},
[437] = {.lex_state = 48},
[438] = {.lex_state = 48},
[439] = {.lex_state = 48},
[440] = {.lex_state = 48},
[441] = {.lex_state = 48},
[442] = {.lex_state = 48},
[443] = {.lex_state = 48},
[444] = {.lex_state = 48},
[445] = {.lex_state = 48},
[446] = {.lex_state = 48},
[447] = {.lex_state = 48},
[448] = {.lex_state = 48},
[449] = {.lex_state = 48},
[450] = {.lex_state = 48},
[451] = {.lex_state = 48},
[452] = {.lex_state = 48},
[453] = {.lex_state = 48},
[454] = {.lex_state = 48},
[455] = {.lex_state = 48},
[456] = {.lex_state = 48},
[457] = {.lex_state = 48},
[458] = {.lex_state = 48},
[459] = {.lex_state = 48},
[460] = {.lex_state = 48},
[461] = {.lex_state = 48},
[462] = {.lex_state = 48},
[463] = {.lex_state = 48},
[464] = {.lex_state = 48},
[465] = {.lex_state = 48},
[466] = {.lex_state = 48},
[467] = {.lex_state = 48},
[468] = {.lex_state = 48},
[469] = {.lex_state = 10},
[470] = {.lex_state = 10},
[471] = {.lex_state = 10},
[472] = {.lex_state = 10},
[473] = {.lex_state = 10},
[474] = {.lex_state = 10},
[475] = {.lex_state = 10},
[476] = {.lex_state = 10},
[477] = {.lex_state = 10},
[478] = {.lex_state = 10},
[479] = {.lex_state = 48},
[480] = {.lex_state = 10},
[481] = {.lex_state = 10},
[482] = {.lex_state = 10},
[483] = {.lex_state = 10},
[484] = {.lex_state = 10},
[485] = {.lex_state = 10},
[486] = {.lex_state = 10},
[487] = {.lex_state = 10},
[488] = {.lex_state = 10},
[489] = {.lex_state = 48},
[490] = {.lex_state = 10},
[491] = {.lex_state = 10},
[492] = {.lex_state = 10},
[493] = {.lex_state = 10},
[494] = {.lex_state = 48},
[495] = {.lex_state = 48},
[496] = {.lex_state = 48},
[497] = {.lex_state = 48},
[498] = {.lex_state = 48},
[499] = {.lex_state = 48},
[500] = {.lex_state = 48},
[501] = {.lex_state = 48},
[502] = {.lex_state = 48},
[503] = {.lex_state = 48},
[504] = {.lex_state = 48},
[505] = {.lex_state = 48},
[506] = {.lex_state = 48},
[507] = {.lex_state = 48},
[508] = {.lex_state = 48},
[509] = {.lex_state = 48},
[510] = {.lex_state = 48},
[511] = {.lex_state = 48},
[512] = {.lex_state = 48},
[513] = {.lex_state = 48},
[514] = {.lex_state = 48},
[515] = {.lex_state = 10},
[516] = {.lex_state = 48},
[517] = {.lex_state = 48},
[518] = {.lex_state = 10},
[519] = {.lex_state = 48},
[520] = {.lex_state = 10},
[521] = {.lex_state = 48},
[522] = {.lex_state = 10},
[523] = {.lex_state = 48},
[524] = {.lex_state = 48},
[525] = {.lex_state = 48},
[526] = {.lex_state = 48},
[527] = {.lex_state = 48},
[528] = {.lex_state = 48},
[529] = {.lex_state = 48},
[530] = {.lex_state = 48},
[531] = {.lex_state = 48},
[532] = {.lex_state = 48},
[533] = {.lex_state = 48},
[534] = {.lex_state = 48},
[535] = {.lex_state = 10},
[536] = {.lex_state = 10},
[537] = {.lex_state = 10},
[538] = {.lex_state = 10},
[539] = {.lex_state = 10},
[540] = {.lex_state = 10},
[541] = {.lex_state = 10},
[542] = {.lex_state = 10},
[543] = {.lex_state = 48},
[544] = {.lex_state = 10},
[545] = {.lex_state = 10},
[546] = {.lex_state = 10},
[547] = {.lex_state = 10},
[548] = {.lex_state = 10},
[549] = {.lex_state = 10},
[550] = {.lex_state = 10},
[551] = {.lex_state = 10},
[552] = {.lex_state = 48},
[553] = {.lex_state = 10},
[554] = {.lex_state = 10},
[555] = {.lex_state = 10},
[556] = {.lex_state = 10},
[557] = {.lex_state = 10},
[558] = {.lex_state = 10},
[559] = {.lex_state = 10},
[560] = {.lex_state = 10},
[561] = {.lex_state = 48},
[562] = {.lex_state = 10},
[563] = {.lex_state = 48},
[564] = {.lex_state = 10},
[565] = {.lex_state = 48},
[566] = {.lex_state = 11},
[567] = {.lex_state = 11},
[568] = {.lex_state = 11},
[569] = {.lex_state = 11},
[570] = {.lex_state = 10},
[571] = {.lex_state = 11},
[572] = {.lex_state = 48},
[573] = {.lex_state = 48},
[574] = {.lex_state = 48},
[575] = {.lex_state = 11},
[576] = {.lex_state = 48},
[577] = {.lex_state = 10},
[578] = {.lex_state = 48},
[579] = {.lex_state = 48},
[580] = {.lex_state = 48},
[581] = {.lex_state = 48},
[582] = {.lex_state = 7},
[583] = {.lex_state = 48},
[584] = {.lex_state = 10},
[585] = {.lex_state = 11},
[586] = {.lex_state = 11},
[587] = {.lex_state = 10},
[588] = {.lex_state = 10},
[589] = {.lex_state = 10},
[590] = {.lex_state = 10},
[591] = {.lex_state = 48},
[592] = {.lex_state = 48},
[593] = {.lex_state = 10},
[594] = {.lex_state = 48},
[595] = {.lex_state = 48},
[596] = {.lex_state = 48},
[597] = {.lex_state = 10},
[598] = {.lex_state = 10},
[599] = {.lex_state = 48},
[600] = {.lex_state = 48},
[601] = {.lex_state = 48},
[602] = {.lex_state = 48},
[603] = {.lex_state = 48},
[604] = {.lex_state = 10},
[605] = {.lex_state = 48},
[606] = {.lex_state = 48},
[607] = {.lex_state = 48},
[608] = {.lex_state = 48},
[609] = {.lex_state = 48},
[610] = {.lex_state = 11},
[611] = {.lex_state = 48},
[612] = {.lex_state = 48},
[613] = {.lex_state = 48},
[614] = {.lex_state = 48},
[615] = {.lex_state = 48},
[616] = {.lex_state = 48},
[617] = {.lex_state = 48},
[618] = {.lex_state = 48},
[619] = {.lex_state = 48},
[620] = {.lex_state = 48},
[621] = {.lex_state = 48},
[622] = {.lex_state = 48},
[623] = {.lex_state = 48},
[624] = {.lex_state = 48},
[625] = {.lex_state = 48},
[626] = {.lex_state = 48},
[627] = {.lex_state = 48},
[628] = {.lex_state = 48},
[629] = {.lex_state = 48},
[630] = {.lex_state = 48},
[631] = {.lex_state = 48},
[632] = {.lex_state = 48},
[633] = {.lex_state = 48},
[634] = {.lex_state = 48},
[635] = {.lex_state = 48},
[636] = {.lex_state = 48},
[637] = {.lex_state = 48},
[638] = {.lex_state = 48},
[639] = {.lex_state = 48},
[640] = {.lex_state = 48},
[641] = {.lex_state = 48},
[642] = {.lex_state = 48},
[643] = {.lex_state = 48},
[644] = {.lex_state = 48},
[645] = {.lex_state = 48},
[646] = {.lex_state = 48},
[647] = {.lex_state = 48},
[648] = {.lex_state = 48},
[649] = {.lex_state = 48},
[650] = {.lex_state = 48},
[651] = {.lex_state = 48},
[652] = {.lex_state = 48},
[653] = {.lex_state = 48},
[654] = {.lex_state = 48},
[655] = {.lex_state = 48},
[656] = {.lex_state = 48},
[657] = {.lex_state = 48},
[658] = {.lex_state = 48},
[659] = {.lex_state = 48},
[660] = {.lex_state = 48},
[661] = {.lex_state = 48},
[662] = {.lex_state = 48},
[663] = {.lex_state = 48},
[664] = {.lex_state = 48},
[665] = {.lex_state = 48},
[666] = {.lex_state = 48},
[667] = {.lex_state = 48},
[668] = {.lex_state = 48},
[669] = {.lex_state = 48},
[670] = {.lex_state = 48},
[671] = {.lex_state = 48},
[672] = {.lex_state = 48},
[673] = {.lex_state = 48},
[674] = {.lex_state = 48},
[675] = {.lex_state = 48},
[676] = {.lex_state = 48},
[677] = {.lex_state = 48},
[678] = {.lex_state = 11},
[679] = {.lex_state = 48},
[680] = {.lex_state = 48},
[681] = {.lex_state = 48},
[682] = {.lex_state = 48},
[683] = {.lex_state = 48},
[684] = {.lex_state = 48},
[685] = {.lex_state = 48},
[686] = {.lex_state = 48},
[687] = {.lex_state = 10},
[688] = {.lex_state = 48},
[689] = {.lex_state = 48},
[690] = {.lex_state = 48},
[691] = {.lex_state = 48},
[692] = {.lex_state = 48},
[693] = {.lex_state = 48},
[694] = {.lex_state = 48},
[695] = {.lex_state = 48},
[696] = {.lex_state = 48},
[697] = {.lex_state = 48},
[698] = {.lex_state = 48},
[699] = {.lex_state = 10},
[700] = {.lex_state = 48},
[701] = {.lex_state = 48},
[702] = {.lex_state = 48},
[703] = {.lex_state = 48},
[704] = {.lex_state = 48},
[705] = {.lex_state = 48},
[706] = {.lex_state = 48},
[707] = {.lex_state = 48},
[708] = {.lex_state = 48},
[709] = {.lex_state = 48},
[710] = {.lex_state = 48},
[711] = {.lex_state = 48},
[712] = {.lex_state = 48},
[713] = {.lex_state = 48},
[714] = {.lex_state = 48},
[715] = {.lex_state = 48},
[716] = {.lex_state = 48},
[717] = {.lex_state = 48},
[718] = {.lex_state = 48},
[719] = {.lex_state = 48},
[720] = {.lex_state = 48},
[721] = {.lex_state = 48},
[722] = {.lex_state = 48},
[723] = {.lex_state = 48},
[724] = {.lex_state = 48},
[725] = {.lex_state = 48},
[726] = {.lex_state = 48},
[727] = {.lex_state = 48},
[728] = {.lex_state = 48},
[729] = {.lex_state = 48},
[730] = {.lex_state = 48},
[731] = {.lex_state = 48},
[732] = {.lex_state = 48},
[733] = {.lex_state = 48},
[734] = {.lex_state = 48},
[735] = {.lex_state = 48},
[736] = {.lex_state = 48},
[737] = {.lex_state = 48},
[738] = {.lex_state = 48},
[739] = {.lex_state = 48},
[740] = {.lex_state = 48},
[741] = {.lex_state = 48},
[742] = {.lex_state = 48},
[743] = {.lex_state = 48},
[744] = {.lex_state = 48},
[745] = {.lex_state = 48},
[746] = {.lex_state = 48},
[747] = {.lex_state = 48},
[748] = {.lex_state = 48},
[749] = {.lex_state = 48},
[750] = {.lex_state = 48},
[751] = {.lex_state = 48},
[752] = {.lex_state = 48},
[753] = {.lex_state = 48},
[754] = {.lex_state = 48},
[755] = {.lex_state = 48},
[756] = {.lex_state = 48},
[757] = {.lex_state = 48},
[758] = {.lex_state = 48},
[759] = {.lex_state = 48},
[760] = {.lex_state = 48},
[761] = {.lex_state = 48},
[762] = {.lex_state = 48},
[763] = {.lex_state = 48},
[764] = {.lex_state = 48},
[765] = {.lex_state = 48},
[766] = {.lex_state = 48},
[767] = {.lex_state = 48},
[768] = {.lex_state = 48},
[769] = {.lex_state = 48},
[770] = {.lex_state = 48},
[771] = {.lex_state = 48},
[772] = {.lex_state = 48},
[773] = {.lex_state = 48},
[774] = {.lex_state = 48},
[775] = {.lex_state = 48},
[776] = {.lex_state = 48},
[777] = {.lex_state = 48},
[778] = {.lex_state = 48},
[779] = {.lex_state = 48},
[780] = {.lex_state = 48},
[781] = {.lex_state = 48},
[782] = {.lex_state = 48},
[783] = {.lex_state = 48},
[784] = {.lex_state = 48},
[785] = {.lex_state = 48},
[786] = {.lex_state = 48},
[787] = {.lex_state = 48},
[788] = {.lex_state = 48},
[789] = {.lex_state = 48},
[790] = {.lex_state = 48},
[791] = {.lex_state = 48},
[792] = {.lex_state = 48},
[793] = {.lex_state = 48},
[794] = {.lex_state = 48},
[795] = {.lex_state = 48},
[796] = {.lex_state = 48},
[797] = {.lex_state = 48},
[798] = {.lex_state = 48},
[799] = {.lex_state = 48},
[800] = {.lex_state = 48},
[801] = {.lex_state = 48},
[802] = {.lex_state = 48},
[803] = {.lex_state = 48},
[804] = {.lex_state = 48},
[805] = {.lex_state = 48},
[806] = {.lex_state = 48},
[807] = {.lex_state = 48},
[808] = {.lex_state = 48},
[809] = {.lex_state = 48},
[810] = {.lex_state = 48},
[811] = {.lex_state = 48},
[812] = {.lex_state = 48},
[813] = {.lex_state = 48},
[814] = {.lex_state = 48},
[815] = {.lex_state = 48},
[816] = {.lex_state = 10},
[817] = {.lex_state = 48},
[818] = {.lex_state = 48},
[819] = {.lex_state = 48},
[820] = {.lex_state = 48},
[821] = {.lex_state = 48},
[822] = {.lex_state = 48},
[823] = {.lex_state = 48},
[824] = {.lex_state = 11},
[825] = {.lex_state = 48},
[826] = {.lex_state = 48},
[827] = {.lex_state = 48},
[828] = {.lex_state = 48},
[829] = {.lex_state = 48},
[830] = {.lex_state = 11},
[831] = {.lex_state = 48},
[832] = {.lex_state = 48},
[833] = {.lex_state = 48},
[834] = {.lex_state = 48},
[835] = {.lex_state = 48},
[836] = {.lex_state = 48},
[837] = {.lex_state = 48},
[838] = {.lex_state = 48},
[839] = {.lex_state = 48},
[840] = {.lex_state = 11},
[841] = {.lex_state = 48},
[842] = {.lex_state = 11},
[843] = {.lex_state = 48},
[844] = {.lex_state = 48},
[845] = {.lex_state = 48},
[846] = {.lex_state = 48},
[847] = {.lex_state = 48},
[848] = {.lex_state = 48},
[849] = {.lex_state = 48},
[850] = {.lex_state = 48},
[851] = {.lex_state = 48},
[852] = {.lex_state = 48},
[853] = {.lex_state = 48},
[854] = {.lex_state = 48},
[855] = {.lex_state = 48},
[856] = {.lex_state = 48},
[857] = {.lex_state = 48},
[858] = {.lex_state = 48},
[859] = {.lex_state = 48},
[860] = {.lex_state = 48},
[861] = {.lex_state = 48},
[862] = {.lex_state = 48},
[863] = {.lex_state = 48},
[864] = {.lex_state = 48},
[865] = {.lex_state = 11},
[866] = {.lex_state = 48},
[867] = {.lex_state = 48},
[868] = {.lex_state = 48},
[869] = {.lex_state = 48},
[870] = {.lex_state = 48},
[871] = {.lex_state = 48},
[872] = {.lex_state = 48},
[873] = {.lex_state = 48},
[874] = {.lex_state = 48},
[875] = {.lex_state = 0},
[876] = {.lex_state = 10},
[877] = {.lex_state = 0},
[878] = {.lex_state = 48},
[879] = {.lex_state = 48},
[880] = {.lex_state = 48},
[881] = {.lex_state = 48},
[882] = {.lex_state = 48},
[883] = {.lex_state = 48},
[884] = {.lex_state = 48},
[885] = {.lex_state = 48},
[886] = {.lex_state = 48},
[887] = {.lex_state = 48},
[888] = {.lex_state = 48},
[889] = {.lex_state = 48},
[890] = {.lex_state = 48},
[891] = {.lex_state = 48},
[892] = {.lex_state = 48},
[893] = {.lex_state = 11},
[894] = {.lex_state = 11},
[895] = {.lex_state = 11},
[896] = {.lex_state = 48},
[897] = {.lex_state = 11},
[898] = {.lex_state = 48},
[899] = {.lex_state = 11},
[900] = {.lex_state = 48},
[901] = {.lex_state = 48},
[902] = {.lex_state = 11},
[903] = {.lex_state = 11},
[904] = {.lex_state = 11},
[905] = {.lex_state = 11},
[906] = {.lex_state = 11},
[907] = {.lex_state = 11},
[908] = {.lex_state = 11},
[909] = {.lex_state = 11},
[910] = {.lex_state = 11},
[911] = {.lex_state = 11},
[912] = {.lex_state = 11},
[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 = 48},
[920] = {.lex_state = 11},
[921] = {.lex_state = 48},
[922] = {.lex_state = 48},
[923] = {.lex_state = 48},
[924] = {.lex_state = 48},
[925] = {.lex_state = 48},
[926] = {.lex_state = 48},
[927] = {.lex_state = 48},
[928] = {.lex_state = 48},
[929] = {.lex_state = 48},
[930] = {.lex_state = 11},
[931] = {.lex_state = 48},
[932] = {.lex_state = 48},
[933] = {.lex_state = 48},
[934] = {.lex_state = 48},
[935] = {.lex_state = 11},
[936] = {.lex_state = 48},
[937] = {.lex_state = 48},
[938] = {.lex_state = 11},
[939] = {.lex_state = 48},
[940] = {.lex_state = 48},
[941] = {.lex_state = 48},
[942] = {.lex_state = 48},
[943] = {.lex_state = 48},
[944] = {.lex_state = 48},
[945] = {.lex_state = 48},
[946] = {.lex_state = 48},
[947] = {.lex_state = 11},
[948] = {.lex_state = 48},
[949] = {.lex_state = 48},
[950] = {.lex_state = 11},
[951] = {.lex_state = 48},
[952] = {.lex_state = 48},
[953] = {.lex_state = 48},
[954] = {.lex_state = 48},
[955] = {.lex_state = 48},
[956] = {.lex_state = 48},
[957] = {.lex_state = 48},
[958] = {.lex_state = 48},
[959] = {.lex_state = 48},
[960] = {.lex_state = 11},
[961] = {.lex_state = 48},
[962] = {.lex_state = 48},
[963] = {.lex_state = 48},
[964] = {.lex_state = 48},
[965] = {.lex_state = 48},
[966] = {.lex_state = 48},
[967] = {.lex_state = 10},
[968] = {.lex_state = 48},
[969] = {.lex_state = 48},
[970] = {.lex_state = 11},
[971] = {.lex_state = 48},
[972] = {.lex_state = 48},
[973] = {.lex_state = 11},
[974] = {.lex_state = 11},
[975] = {.lex_state = 48},
[976] = {.lex_state = 11},
[977] = {.lex_state = 10},
[978] = {.lex_state = 11},
[979] = {.lex_state = 11},
[980] = {.lex_state = 48},
[981] = {.lex_state = 48},
[982] = {.lex_state = 48},
[983] = {.lex_state = 48},
[984] = {.lex_state = 11},
[985] = {.lex_state = 48},
[986] = {.lex_state = 48},
[987] = {.lex_state = 11},
[988] = {.lex_state = 11},
[989] = {.lex_state = 48},
[990] = {.lex_state = 11},
[991] = {.lex_state = 11},
[992] = {.lex_state = 10},
[993] = {.lex_state = 11},
[994] = {.lex_state = 11},
[995] = {.lex_state = 48},
[996] = {.lex_state = 11},
[997] = {.lex_state = 11},
[998] = {.lex_state = 48},
[999] = {.lex_state = 11},
[1000] = {.lex_state = 48},
[1001] = {.lex_state = 48},
[1002] = {.lex_state = 48},
[1003] = {.lex_state = 48},
[1004] = {.lex_state = 48},
[1005] = {.lex_state = 48},
[1006] = {.lex_state = 48},
[1007] = {.lex_state = 48},
[1008] = {.lex_state = 48},
[1009] = {.lex_state = 48},
[1010] = {.lex_state = 48},
[1011] = {.lex_state = 0},
[1012] = {.lex_state = 48},
[1013] = {.lex_state = 11},
[1014] = {.lex_state = 11},
[1015] = {.lex_state = 11},
[1016] = {.lex_state = 11},
[1017] = {.lex_state = 48},
[1018] = {.lex_state = 48},
[1019] = {.lex_state = 48},
[1020] = {.lex_state = 48},
[1021] = {.lex_state = 48},
[1022] = {.lex_state = 48},
[1023] = {.lex_state = 10},
[1024] = {.lex_state = 48},
[1025] = {.lex_state = 48},
[1026] = {.lex_state = 0},
[1027] = {.lex_state = 48},
[1028] = {.lex_state = 48},
[1029] = {.lex_state = 48},
[1030] = {.lex_state = 48},
[1031] = {.lex_state = 48},
[1032] = {.lex_state = 0},
[1033] = {.lex_state = 48},
[1034] = {.lex_state = 48},
[1035] = {.lex_state = 0},
[1036] = {.lex_state = 48},
[1037] = {.lex_state = 48},
[1038] = {.lex_state = 48},
[1039] = {.lex_state = 48},
[1040] = {.lex_state = 48},
[1041] = {.lex_state = 48},
[1042] = {.lex_state = 11},
[1043] = {.lex_state = 48},
[1044] = {.lex_state = 11},
[1045] = {.lex_state = 11},
[1046] = {.lex_state = 48},
[1047] = {.lex_state = 48},
[1048] = {.lex_state = 48},
[1049] = {.lex_state = 48},
[1050] = {.lex_state = 48},
[1051] = {.lex_state = 10},
[1052] = {.lex_state = 48},
[1053] = {.lex_state = 48},
[1054] = {.lex_state = 48},
[1055] = {.lex_state = 48},
[1056] = {.lex_state = 11},
[1057] = {.lex_state = 11},
[1058] = {.lex_state = 48},
[1059] = {.lex_state = 48},
[1060] = {.lex_state = 48},
[1061] = {.lex_state = 10},
[1062] = {.lex_state = 10},
[1063] = {.lex_state = 48},
[1064] = {.lex_state = 48},
[1065] = {.lex_state = 10},
[1066] = {.lex_state = 10},
[1067] = {.lex_state = 48},
[1068] = {.lex_state = 48},
[1069] = {.lex_state = 48},
[1070] = {.lex_state = 10},
[1071] = {.lex_state = 48},
[1072] = {.lex_state = 48},
[1073] = {.lex_state = 48},
[1074] = {.lex_state = 0},
[1075] = {.lex_state = 48},
[1076] = {.lex_state = 10},
[1077] = {.lex_state = 10},
[1078] = {.lex_state = 10},
[1079] = {.lex_state = 48},
[1080] = {.lex_state = 48},
[1081] = {.lex_state = 48},
[1082] = {.lex_state = 48},
[1083] = {.lex_state = 48},
[1084] = {.lex_state = 0},
[1085] = {.lex_state = 48},
[1086] = {.lex_state = 11},
[1087] = {.lex_state = 48},
[1088] = {.lex_state = 48},
[1089] = {.lex_state = 48},
[1090] = {.lex_state = 10},
[1091] = {.lex_state = 10},
[1092] = {.lex_state = 0},
[1093] = {.lex_state = 10},
[1094] = {.lex_state = 48},
[1095] = {.lex_state = 48},
[1096] = {.lex_state = 11},
[1097] = {.lex_state = 48},
[1098] = {.lex_state = 10},
[1099] = {.lex_state = 48},
[1100] = {.lex_state = 10},
[1101] = {.lex_state = 48},
[1102] = {.lex_state = 10},
[1103] = {.lex_state = 11},
[1104] = {.lex_state = 48},
[1105] = {.lex_state = 48},
[1106] = {.lex_state = 11},
[1107] = {.lex_state = 11},
[1108] = {.lex_state = 11},
[1109] = {.lex_state = 48},
[1110] = {.lex_state = 10},
[1111] = {.lex_state = 48},
[1112] = {.lex_state = 0},
[1113] = {.lex_state = 48},
[1114] = {.lex_state = 48},
[1115] = {.lex_state = 48},
[1116] = {.lex_state = 48},
[1117] = {.lex_state = 48},
[1118] = {.lex_state = 48},
[1119] = {.lex_state = 48},
[1120] = {.lex_state = 10},
[1121] = {.lex_state = 48},
[1122] = {.lex_state = 10},
[1123] = {.lex_state = 48},
[1124] = {.lex_state = 48},
[1125] = {.lex_state = 10},
[1126] = {.lex_state = 10},
[1127] = {.lex_state = 48},
[1128] = {.lex_state = 48},
[1129] = {.lex_state = 48},
[1130] = {.lex_state = 10},
[1131] = {.lex_state = 10},
[1132] = {.lex_state = 11},
[1133] = {.lex_state = 10},
[1134] = {.lex_state = 10},
[1135] = {.lex_state = 48},
[1136] = {.lex_state = 48},
[1137] = {.lex_state = 48},
[1138] = {.lex_state = 0},
[1139] = {.lex_state = 48},
[1140] = {.lex_state = 0},
[1141] = {.lex_state = 48},
[1142] = {.lex_state = 48},
[1143] = {.lex_state = 48},
[1144] = {.lex_state = 0},
[1145] = {.lex_state = 48},
[1146] = {.lex_state = 0},
[1147] = {.lex_state = 48},
[1148] = {.lex_state = 11},
[1149] = {.lex_state = 48},
[1150] = {.lex_state = 48},
[1151] = {.lex_state = 48},
[1152] = {.lex_state = 48},
[1153] = {.lex_state = 48},
[1154] = {.lex_state = 48},
[1155] = {.lex_state = 48},
[1156] = {.lex_state = 48},
[1157] = {.lex_state = 48},
[1158] = {.lex_state = 0},
[1159] = {.lex_state = 48},
[1160] = {.lex_state = 48},
[1161] = {.lex_state = 48},
[1162] = {.lex_state = 48},
[1163] = {.lex_state = 48},
[1164] = {.lex_state = 48},
[1165] = {.lex_state = 48},
[1166] = {.lex_state = 48},
[1167] = {.lex_state = 11},
[1168] = {.lex_state = 48},
[1169] = {.lex_state = 48},
[1170] = {.lex_state = 48},
[1171] = {.lex_state = 48},
[1172] = {.lex_state = 48},
[1173] = {.lex_state = 48},
[1174] = {.lex_state = 48},
[1175] = {.lex_state = 48},
[1176] = {.lex_state = 48},
[1177] = {.lex_state = 48},
[1178] = {.lex_state = 48},
[1179] = {.lex_state = 48},
[1180] = {.lex_state = 48},
[1181] = {.lex_state = 48},
[1182] = {.lex_state = 48},
[1183] = {.lex_state = 48},
[1184] = {.lex_state = 48},
[1185] = {.lex_state = 48},
[1186] = {.lex_state = 48},
[1187] = {.lex_state = 48},
[1188] = {.lex_state = 48},
[1189] = {.lex_state = 48},
[1190] = {.lex_state = 48},
[1191] = {.lex_state = 48},
[1192] = {.lex_state = 48},
[1193] = {.lex_state = 48},
[1194] = {.lex_state = 0},
[1195] = {.lex_state = 48},
[1196] = {.lex_state = 48},
[1197] = {.lex_state = 48},
[1198] = {.lex_state = 48},
[1199] = {.lex_state = 48},
[1200] = {.lex_state = 48},
[1201] = {.lex_state = 48},
[1202] = {.lex_state = 0},
[1203] = {.lex_state = 48},
[1204] = {.lex_state = 48},
[1205] = {.lex_state = 48},
[1206] = {.lex_state = 48},
[1207] = {.lex_state = 48},
[1208] = {.lex_state = 48},
[1209] = {.lex_state = 48},
[1210] = {.lex_state = 48},
[1211] = {.lex_state = 48},
[1212] = {.lex_state = 48},
[1213] = {.lex_state = 48},
[1214] = {.lex_state = 48},
[1215] = {.lex_state = 48},
[1216] = {.lex_state = 0},
[1217] = {.lex_state = 48},
[1218] = {.lex_state = 48},
[1219] = {.lex_state = 48},
[1220] = {.lex_state = 0},
[1221] = {.lex_state = 48},
[1222] = {.lex_state = 0},
[1223] = {.lex_state = 0},
[1224] = {.lex_state = 48},
[1225] = {.lex_state = 48},
[1226] = {.lex_state = 0},
[1227] = {.lex_state = 0},
[1228] = {.lex_state = 48},
[1229] = {.lex_state = 48},
[1230] = {.lex_state = 48},
[1231] = {.lex_state = 48},
[1232] = {.lex_state = 48},
[1233] = {.lex_state = 0},
[1234] = {.lex_state = 48},
[1235] = {.lex_state = 48},
[1236] = {.lex_state = 48},
[1237] = {.lex_state = 0},
[1238] = {.lex_state = 0},
[1239] = {.lex_state = 0},
[1240] = {.lex_state = 48},
[1241] = {.lex_state = 0},
[1242] = {.lex_state = 48},
[1243] = {.lex_state = 48},
[1244] = {.lex_state = 48},
[1245] = {.lex_state = 48},
[1246] = {.lex_state = 48},
[1247] = {.lex_state = 48},
[1248] = {.lex_state = 48},
[1249] = {.lex_state = 0},
[1250] = {.lex_state = 48},
[1251] = {.lex_state = 0},
[1252] = {.lex_state = 48},
[1253] = {.lex_state = 48},
[1254] = {.lex_state = 48},
[1255] = {.lex_state = 48},
[1256] = {.lex_state = 48},
[1257] = {.lex_state = 48},
[1258] = {.lex_state = 48},
[1259] = {.lex_state = 48},
[1260] = {.lex_state = 0},
[1261] = {.lex_state = 0},
[1262] = {.lex_state = 0},
[1263] = {.lex_state = 48},
[1264] = {.lex_state = 0},
[1265] = {.lex_state = 0},
[1266] = {.lex_state = 0},
[1267] = {.lex_state = 0},
[1268] = {.lex_state = 0},
[1269] = {.lex_state = 48},
[1270] = {.lex_state = 48},
[1271] = {.lex_state = 48},
[1272] = {.lex_state = 48},
[1273] = {.lex_state = 0},
[1274] = {.lex_state = 0},
[1275] = {.lex_state = 0},
[1276] = {.lex_state = 48},
[1277] = {.lex_state = 48},
[1278] = {.lex_state = 48},
[1279] = {.lex_state = 48},
[1280] = {.lex_state = 48},
[1281] = {.lex_state = 0},
[1282] = {.lex_state = 48},
[1283] = {.lex_state = 0},
[1284] = {.lex_state = 48},
[1285] = {.lex_state = 48},
[1286] = {.lex_state = 48},
[1287] = {.lex_state = 48},
[1288] = {.lex_state = 48},
[1289] = {.lex_state = 48},
[1290] = {.lex_state = 48},
[1291] = {.lex_state = 0},
[1292] = {.lex_state = 48},
[1293] = {.lex_state = 48},
[1294] = {.lex_state = 0},
[1295] = {.lex_state = 48},
[1296] = {.lex_state = 48},
[1297] = {.lex_state = 48},
[1298] = {.lex_state = 48},
[1299] = {.lex_state = 48},
[1300] = {.lex_state = 48},
[1301] = {.lex_state = 48},
[1302] = {.lex_state = 48},
[1303] = {.lex_state = 48},
[1304] = {.lex_state = 48},
[1305] = {.lex_state = 48},
[1306] = {.lex_state = 48},
[1307] = {.lex_state = 0},
[1308] = {.lex_state = 48},
[1309] = {.lex_state = 48},
[1310] = {.lex_state = 0},
[1311] = {.lex_state = 48},
[1312] = {.lex_state = 0},
[1313] = {.lex_state = 48},
[1314] = {.lex_state = 48},
[1315] = {.lex_state = 48},
[1316] = {.lex_state = 48},
[1317] = {.lex_state = 48},
[1318] = {.lex_state = 48},
[1319] = {.lex_state = 0},
[1320] = {.lex_state = 48},
[1321] = {.lex_state = 48},
[1322] = {.lex_state = 48},
[1323] = {.lex_state = 48},
[1324] = {.lex_state = 48},
[1325] = {.lex_state = 48},
[1326] = {.lex_state = 48},
[1327] = {.lex_state = 48},
[1328] = {.lex_state = 48},
[1329] = {.lex_state = 48},
[1330] = {.lex_state = 0},
[1331] = {.lex_state = 48},
[1332] = {.lex_state = 48},
[1333] = {.lex_state = 48},
[1334] = {.lex_state = 48},
[1335] = {.lex_state = 0},
[1336] = {.lex_state = 48},
[1337] = {.lex_state = 0},
[1338] = {.lex_state = 48},
[1339] = {.lex_state = 0},
[1340] = {.lex_state = 0},
[1341] = {.lex_state = 48},
[1342] = {.lex_state = 48},
[1343] = {.lex_state = 0},
[1344] = {.lex_state = 48},
[1345] = {.lex_state = 48},
[1346] = {.lex_state = 48},
[1347] = {.lex_state = 48},
[1348] = {.lex_state = 48},
[1349] = {.lex_state = 48},
[1350] = {.lex_state = 48},
[1351] = {.lex_state = 0},
[1352] = {.lex_state = 0},
[1353] = {.lex_state = 48},
[1354] = {.lex_state = 48},
[1355] = {.lex_state = 0},
[1356] = {.lex_state = 48},
[1357] = {.lex_state = 0},
[1358] = {.lex_state = 48},
[1359] = {.lex_state = 48},
[1360] = {.lex_state = 48},
[1361] = {.lex_state = 48},
[1362] = {.lex_state = 0},
[1363] = {.lex_state = 48},
[1364] = {.lex_state = 48},
[1365] = {.lex_state = 48},
[1366] = {.lex_state = 48},
[1367] = {.lex_state = 48},
[1368] = {.lex_state = 0},
[1369] = {.lex_state = 48},
[1370] = {.lex_state = 48},
[1371] = {.lex_state = 0},
[1372] = {.lex_state = 48},
[1373] = {.lex_state = 0},
[1374] = {.lex_state = 48},
[1375] = {.lex_state = 48},
[1376] = {.lex_state = 48},
[1377] = {.lex_state = 48},
[1378] = {.lex_state = 48},
[1379] = {.lex_state = 48},
[1380] = {.lex_state = 48},
[1381] = {.lex_state = 0},
[1382] = {.lex_state = 0},
[1383] = {.lex_state = 48},
[1384] = {.lex_state = 48},
[1385] = {.lex_state = 48},
[1386] = {.lex_state = 48},
[1387] = {.lex_state = 0},
[1388] = {.lex_state = 48},
[1389] = {.lex_state = 48},
[1390] = {.lex_state = 0},
[1391] = {.lex_state = 48},
[1392] = {.lex_state = 48},
[1393] = {.lex_state = 48},
[1394] = {.lex_state = 0},
[1395] = {.lex_state = 48},
[1396] = {.lex_state = 0},
[1397] = {.lex_state = 48},
[1398] = {.lex_state = 48},
[1399] = {.lex_state = 0},
[1400] = {.lex_state = 48},
[1401] = {.lex_state = 0},
[1402] = {.lex_state = 48},
[1403] = {.lex_state = 48},
[1404] = {.lex_state = 48},
[1405] = {.lex_state = 0},
[1406] = {.lex_state = 48},
[1407] = {.lex_state = 48},
[1408] = {.lex_state = 48},
[1409] = {.lex_state = 48},
[1410] = {.lex_state = 48},
[1411] = {.lex_state = 0},
[1412] = {.lex_state = 0},
[1413] = {.lex_state = 0},
[1414] = {.lex_state = 0},
[1415] = {.lex_state = 48},
[1416] = {.lex_state = 48},
[1417] = {.lex_state = 48},
[1418] = {.lex_state = 48},
[1419] = {.lex_state = 0},
[1420] = {.lex_state = 48},
[1421] = {.lex_state = 48},
[1422] = {.lex_state = 48},
[1423] = {.lex_state = 48},
[1424] = {.lex_state = 0},
[1425] = {.lex_state = 48},
[1426] = {.lex_state = 48},
[1427] = {.lex_state = 0},
[1428] = {.lex_state = 48},
[1429] = {.lex_state = 48},
[1430] = {.lex_state = 0},
[1431] = {.lex_state = 48},
[1432] = {.lex_state = 48},
[1433] = {.lex_state = 48},
[1434] = {.lex_state = 0},
[1435] = {.lex_state = 0},
[1436] = {.lex_state = 48},
[1437] = {.lex_state = 48},
[1438] = {.lex_state = 48},
[1439] = {.lex_state = 0},
[1440] = {.lex_state = 48},
[1441] = {.lex_state = 0},
[1442] = {.lex_state = 48},
[1443] = {.lex_state = 48},
[1444] = {.lex_state = 48},
[1445] = {.lex_state = 48},
[1446] = {.lex_state = 48},
[1447] = {.lex_state = 48},
[1448] = {.lex_state = 48},
[1449] = {.lex_state = 0},
[1450] = {.lex_state = 48},
[1451] = {.lex_state = 48},
[1452] = {.lex_state = 48},
[1453] = {.lex_state = 48},
[1454] = {.lex_state = 48},
[1455] = {.lex_state = 48},
[1456] = {.lex_state = 0},
[1457] = {.lex_state = 48},
[1458] = {.lex_state = 0},
[1459] = {.lex_state = 48},
[1460] = {.lex_state = 48},
[1461] = {.lex_state = 0},
[1462] = {.lex_state = 0},
[1463] = {.lex_state = 48},
[1464] = {.lex_state = 48},
[1465] = {.lex_state = 48},
[1466] = {.lex_state = 48},
[1467] = {.lex_state = 48},
[1468] = {.lex_state = 48},
[1469] = {.lex_state = 48},
[1470] = {.lex_state = 0},
[1471] = {.lex_state = 48},
[1472] = {.lex_state = 0},
[1473] = {.lex_state = 48},
[1474] = {.lex_state = 48},
[1475] = {.lex_state = 48},
[1476] = {.lex_state = 48},
[1477] = {.lex_state = 48},
[1478] = {.lex_state = 48},
[1479] = {.lex_state = 48},
[1480] = {.lex_state = 48},
[1481] = {.lex_state = 48},
[1482] = {.lex_state = 48},
[1483] = {.lex_state = 48},
[1484] = {.lex_state = 48},
[1485] = {.lex_state = 48},
[1486] = {.lex_state = 48},
[1487] = {.lex_state = 48},
[1488] = {.lex_state = 0},
[1489] = {.lex_state = 48},
[1490] = {.lex_state = 48},
[1491] = {.lex_state = 48},
[1492] = {.lex_state = 48},
[1493] = {.lex_state = 48},
[1494] = {.lex_state = 48},
[1495] = {.lex_state = 48},
[1496] = {.lex_state = 48},
[1497] = {.lex_state = 48},
[1498] = {.lex_state = 48},
[1499] = {.lex_state = 48},
[1500] = {.lex_state = 48},
[1501] = {.lex_state = 48},
[1502] = {.lex_state = 48},
[1503] = {.lex_state = 48},
[1504] = {.lex_state = 48},
[1505] = {.lex_state = 48},
[1506] = {.lex_state = 48},
[1507] = {.lex_state = 48},
[1508] = {.lex_state = 0},
[1509] = {.lex_state = 48},
[1510] = {.lex_state = 48},
[1511] = {.lex_state = 48},
[1512] = {.lex_state = 0},
[1513] = {.lex_state = 0},
[1514] = {.lex_state = 0},
[1515] = {.lex_state = 48},
[1516] = {.lex_state = 48},
[1517] = {.lex_state = 48},
[1518] = {.lex_state = 48},
[1519] = {.lex_state = 48},
[1520] = {.lex_state = 48},
[1521] = {.lex_state = 48},
[1522] = {.lex_state = 48},
[1523] = {.lex_state = 48},
[1524] = {.lex_state = 48},
[1525] = {.lex_state = 48},
[1526] = {.lex_state = 48},
[1527] = {.lex_state = 48},
[1528] = {.lex_state = 48},
[1529] = {.lex_state = 48},
[1530] = {.lex_state = 48},
[1531] = {.lex_state = 48},
[1532] = {.lex_state = 48},
[1533] = {.lex_state = 0},
[1534] = {.lex_state = 48},
[1535] = {.lex_state = 48},
[1536] = {.lex_state = 48},
[1537] = {.lex_state = 0},
[1538] = {.lex_state = 48},
[1539] = {.lex_state = 48},
[1540] = {.lex_state = 48},
[1541] = {.lex_state = 48},
[1542] = {.lex_state = 48},
[1543] = {.lex_state = 48},
[1544] = {.lex_state = 48},
[1545] = {.lex_state = 48},
[1546] = {.lex_state = 48},
[1547] = {.lex_state = 48},
[1548] = {.lex_state = 48},
[1549] = {.lex_state = 48},
[1550] = {.lex_state = 48},
[1551] = {.lex_state = 48},
[1552] = {.lex_state = 48},
[1553] = {.lex_state = 0},
[1554] = {.lex_state = 0},
[1555] = {.lex_state = 0},
[1556] = {.lex_state = 0},
[1557] = {.lex_state = 48},
[1558] = {.lex_state = 0},
[1559] = {.lex_state = 0},
[1560] = {.lex_state = 48},
[1561] = {.lex_state = 48},
[1562] = {.lex_state = 0},
[1563] = {.lex_state = 48},
[1564] = {.lex_state = 0},
[1565] = {.lex_state = 0},
[1566] = {.lex_state = 48},
[1567] = {.lex_state = 48},
[1568] = {.lex_state = 0},
[1569] = {.lex_state = 48},
[1570] = {.lex_state = 48},
[1571] = {.lex_state = 48},
[1572] = {.lex_state = 48},
[1573] = {.lex_state = 48},
[1574] = {.lex_state = 0},
[1575] = {.lex_state = 0},
[1576] = {.lex_state = 48},
[1577] = {.lex_state = 48},
[1578] = {.lex_state = 0},
[1579] = {.lex_state = 48},
[1580] = {.lex_state = 0},
[1581] = {.lex_state = 48},
[1582] = {.lex_state = 48},
[1583] = {.lex_state = 48},
[1584] = {.lex_state = 48},
[1585] = {.lex_state = 48},
[1586] = {.lex_state = 48},
[1587] = {.lex_state = 48},
[1588] = {.lex_state = 48},
[1589] = {.lex_state = 48},
[1590] = {.lex_state = 48},
[1591] = {.lex_state = 0},
[1592] = {.lex_state = 48},
[1593] = {.lex_state = 48},
[1594] = {.lex_state = 48},
[1595] = {.lex_state = 48},
[1596] = {.lex_state = 48},
[1597] = {.lex_state = 48},
[1598] = {.lex_state = 48},
[1599] = {.lex_state = 48},
[1600] = {.lex_state = 0},
[1601] = {.lex_state = 48},
[1602] = {.lex_state = 48},
[1603] = {.lex_state = 48},
[1604] = {.lex_state = 0},
[1605] = {.lex_state = 48},
[1606] = {.lex_state = 0},
[1607] = {.lex_state = 0},
[1608] = {.lex_state = 48},
[1609] = {.lex_state = 48},
[1610] = {.lex_state = 0},
[1611] = {.lex_state = 48},
[1612] = {.lex_state = 0},
[1613] = {.lex_state = 48},
[1614] = {.lex_state = 0},
[1615] = {.lex_state = 0},
[1616] = {.lex_state = 48},
[1617] = {.lex_state = 48},
[1618] = {.lex_state = 48},
[1619] = {.lex_state = 48},
[1620] = {.lex_state = 48},
[1621] = {.lex_state = 48},
[1622] = {.lex_state = 48},
[1623] = {.lex_state = 48},
[1624] = {.lex_state = 48},
[1625] = {.lex_state = 48},
[1626] = {.lex_state = 48},
[1627] = {.lex_state = 48},
[1628] = {.lex_state = 0},
[1629] = {.lex_state = 48},
[1630] = {.lex_state = 48},
[1631] = {.lex_state = 48},
[1632] = {.lex_state = 48},
[1633] = {.lex_state = 48},
[1634] = {.lex_state = 48},
[1635] = {.lex_state = 0},
[1636] = {.lex_state = 0},
[1637] = {.lex_state = 48},
[1638] = {.lex_state = 48},
[1639] = {.lex_state = 48},
[1640] = {.lex_state = 48},
[1641] = {.lex_state = 48},
[1642] = {.lex_state = 48},
[1643] = {.lex_state = 0},
[1644] = {.lex_state = 0},
[1645] = {.lex_state = 48},
[1646] = {.lex_state = 0},
[1647] = {.lex_state = 48},
[1648] = {.lex_state = 48},
[1649] = {.lex_state = 48},
[1650] = {.lex_state = 0},
[1651] = {.lex_state = 0},
[1652] = {.lex_state = 48},
[1653] = {.lex_state = 48},
[1654] = {.lex_state = 48},
[1655] = {.lex_state = 48},
[1656] = {.lex_state = 48},
[1657] = {.lex_state = 48},
[1658] = {.lex_state = 48},
[1659] = {.lex_state = 48},
[1660] = {.lex_state = 48},
[1661] = {.lex_state = 48},
[1662] = {.lex_state = 0},
[1663] = {.lex_state = 48},
[1664] = {.lex_state = 48},
[1665] = {.lex_state = 48},
[1666] = {.lex_state = 48},
[1667] = {.lex_state = 48},
[1668] = {.lex_state = 48},
[1669] = {.lex_state = 48},
[1670] = {.lex_state = 48},
[1671] = {.lex_state = 48},
[1672] = {.lex_state = 0},
[1673] = {.lex_state = 0},
[1674] = {.lex_state = 48},
[1675] = {.lex_state = 0},
[1676] = {.lex_state = 48},
[1677] = {.lex_state = 48},
[1678] = {.lex_state = 48},
[1679] = {.lex_state = 48},
[1680] = {.lex_state = 48},
[1681] = {.lex_state = 0},
[1682] = {.lex_state = 0},
[1683] = {.lex_state = 48},
[1684] = {.lex_state = 48},
[1685] = {.lex_state = 48},
[1686] = {.lex_state = 48},
[1687] = {.lex_state = 48},
[1688] = {.lex_state = 48},
[1689] = {.lex_state = 48},
[1690] = {.lex_state = 48},
[1691] = {.lex_state = 48},
[1692] = {.lex_state = 48},
[1693] = {.lex_state = 48},
[1694] = {.lex_state = 48},
[1695] = {.lex_state = 48},
[1696] = {.lex_state = 48},
[1697] = {.lex_state = 48},
[1698] = {.lex_state = 48},
[1699] = {.lex_state = 0},
[1700] = {.lex_state = 48},
[1701] = {.lex_state = 0},
[1702] = {.lex_state = 48},
[1703] = {.lex_state = 48},
[1704] = {.lex_state = 48},
[1705] = {.lex_state = 48},
[1706] = {.lex_state = 48},
[1707] = {.lex_state = 48},
[1708] = {.lex_state = 48},
[1709] = {.lex_state = 48},
[1710] = {.lex_state = 48},
[1711] = {.lex_state = 48},
[1712] = {.lex_state = 0},
[1713] = {.lex_state = 48},
[1714] = {.lex_state = 48},
[1715] = {.lex_state = 48},
[1716] = {.lex_state = 48},
[1717] = {.lex_state = 48},
[1718] = {.lex_state = 48},
[1719] = {.lex_state = 48},
[1720] = {.lex_state = 48},
[1721] = {.lex_state = 48},
[1722] = {.lex_state = 48},
[1723] = {.lex_state = 48},
[1724] = {.lex_state = 48},
[1725] = {.lex_state = 48},
[1726] = {.lex_state = 48},
[1727] = {.lex_state = 48},
[1728] = {.lex_state = 0},
[1729] = {.lex_state = 48},
[1730] = {.lex_state = 48},
[1731] = {.lex_state = 48},
[1732] = {.lex_state = 48},
[1733] = {.lex_state = 48},
[1734] = {.lex_state = 48},
[1735] = {.lex_state = 48},
[1736] = {.lex_state = 0},
[1737] = {.lex_state = 48},
[1738] = {.lex_state = 0},
[1739] = {.lex_state = 48},
[1740] = {.lex_state = 48},
[1741] = {.lex_state = 48},
[1742] = {.lex_state = 48},
[1743] = {.lex_state = 0},
[1744] = {.lex_state = 48},
[1745] = {.lex_state = 48},
[1746] = {.lex_state = 48},
[1747] = {.lex_state = 48},
[1748] = {.lex_state = 0},
[1749] = {.lex_state = 48},
[1750] = {.lex_state = 48},
[1751] = {.lex_state = 0},
[1752] = {.lex_state = 48},
[1753] = {.lex_state = 0},
[1754] = {.lex_state = 48},
[1755] = {.lex_state = 48},
[1756] = {.lex_state = 48},
[1757] = {.lex_state = 48},
[1758] = {.lex_state = 48},
[1759] = {.lex_state = 48},
[1760] = {.lex_state = 48},
[1761] = {.lex_state = 48},
[1762] = {.lex_state = 0},
[1763] = {.lex_state = 48},
[1764] = {.lex_state = 48},
[1765] = {.lex_state = 48},
[1766] = {.lex_state = 48},
[1767] = {.lex_state = 48},
[1768] = {.lex_state = 48},
[1769] = {.lex_state = 48},
[1770] = {.lex_state = 48},
[1771] = {.lex_state = 48},
[1772] = {.lex_state = 0},
[1773] = {.lex_state = 48},
[1774] = {.lex_state = 0},
[1775] = {.lex_state = 48},
[1776] = {.lex_state = 48},
[1777] = {.lex_state = 48},
[1778] = {.lex_state = 48},
[1779] = {.lex_state = 48},
[1780] = {.lex_state = 48},
[1781] = {.lex_state = 48},
[1782] = {.lex_state = 48},
[1783] = {.lex_state = 48},
[1784] = {.lex_state = 48},
[1785] = {.lex_state = 48},
[1786] = {.lex_state = 0},
[1787] = {.lex_state = 48},
[1788] = {.lex_state = 0},
[1789] = {.lex_state = 48},
[1790] = {.lex_state = 48},
[1791] = {.lex_state = 48},
[1792] = {.lex_state = 48},
[1793] = {.lex_state = 48},
[1794] = {.lex_state = 48},
[1795] = {.lex_state = 48},
[1796] = {.lex_state = 0},
[1797] = {.lex_state = 0},
[1798] = {.lex_state = 48},
[1799] = {.lex_state = 48},
[1800] = {.lex_state = 48},
[1801] = {.lex_state = 48},
[1802] = {.lex_state = 48},
[1803] = {.lex_state = 48},
[1804] = {.lex_state = 48},
[1805] = {.lex_state = 48},
[1806] = {.lex_state = 48},
[1807] = {.lex_state = 48},
[1808] = {.lex_state = 48},
[1809] = {.lex_state = 48},
[1810] = {.lex_state = 48},
[1811] = {.lex_state = 48},
[1812] = {.lex_state = 48},
[1813] = {.lex_state = 48},
[1814] = {.lex_state = 48},
[1815] = {.lex_state = 48},
[1816] = {.lex_state = 48},
[1817] = {.lex_state = 48},
[1818] = {.lex_state = 48},
[1819] = {.lex_state = 48},
[1820] = {.lex_state = 48},
[1821] = {.lex_state = 0},
[1822] = {.lex_state = 48},
[1823] = {.lex_state = 48},
[1824] = {.lex_state = 48},
[1825] = {.lex_state = 48},
[1826] = {.lex_state = 48},
[1827] = {.lex_state = 48},
[1828] = {.lex_state = 48},
[1829] = {.lex_state = 48},
[1830] = {.lex_state = 48},
[1831] = {.lex_state = 48},
[1832] = {.lex_state = 48},
[1833] = {.lex_state = 48},
[1834] = {.lex_state = 48},
[1835] = {.lex_state = 48},
[1836] = {.lex_state = 48},
[1837] = {.lex_state = 48},
[1838] = {.lex_state = 48},
[1839] = {.lex_state = 48},
[1840] = {.lex_state = 48},
[1841] = {.lex_state = 0},
[1842] = {.lex_state = 48},
[1843] = {.lex_state = 48},
[1844] = {.lex_state = 48},
[1845] = {.lex_state = 48},
[1846] = {.lex_state = 48},
[1847] = {.lex_state = 48},
[1848] = {.lex_state = 0},
[1849] = {.lex_state = 0},
[1850] = {.lex_state = 48},
[1851] = {.lex_state = 0},
[1852] = {.lex_state = 48},
[1853] = {.lex_state = 48},
[1854] = {.lex_state = 0},
[1855] = {.lex_state = 48},
[1856] = {.lex_state = 48},
[1857] = {.lex_state = 48},
[1858] = {.lex_state = 48},
[1859] = {.lex_state = 48},
[1860] = {.lex_state = 48},
[1861] = {.lex_state = 48},
[1862] = {.lex_state = 48},
[1863] = {.lex_state = 0},
[1864] = {.lex_state = 48},
[1865] = {.lex_state = 0},
[1866] = {.lex_state = 48},
[1867] = {.lex_state = 0},
[1868] = {.lex_state = 48},
[1869] = {.lex_state = 48},
[1870] = {.lex_state = 48},
[1871] = {.lex_state = 48},
[1872] = {.lex_state = 48},
[1873] = {.lex_state = 48},
[1874] = {.lex_state = 0},
[1875] = {.lex_state = 48},
[1876] = {.lex_state = 48},
[1877] = {.lex_state = 48},
[1878] = {.lex_state = 48},
[1879] = {.lex_state = 48},
[1880] = {.lex_state = 48},
[1881] = {.lex_state = 48},
[1882] = {.lex_state = 0},
[1883] = {.lex_state = 48},
[1884] = {.lex_state = 48},
[1885] = {.lex_state = 48},
[1886] = {.lex_state = 48},
[1887] = {.lex_state = 48},
[1888] = {.lex_state = 48},
[1889] = {.lex_state = 0},
[1890] = {.lex_state = 48},
[1891] = {.lex_state = 48},
[1892] = {.lex_state = 48},
[1893] = {.lex_state = 48},
[1894] = {.lex_state = 48},
[1895] = {.lex_state = 48},
[1896] = {.lex_state = 0},
[1897] = {.lex_state = 48},
[1898] = {.lex_state = 48},
[1899] = {.lex_state = 48},
[1900] = {.lex_state = 48},
[1901] = {.lex_state = 48},
[1902] = {.lex_state = 48},
[1903] = {.lex_state = 48},
[1904] = {.lex_state = 0},
[1905] = {.lex_state = 48},
[1906] = {.lex_state = 0},
[1907] = {.lex_state = 48},
[1908] = {.lex_state = 48},
[1909] = {.lex_state = 48},
[1910] = {.lex_state = 48},
[1911] = {.lex_state = 48},
[1912] = {.lex_state = 48},
[1913] = {.lex_state = 48},
[1914] = {.lex_state = 48},
[1915] = {.lex_state = 48},
[1916] = {.lex_state = 0},
[1917] = {.lex_state = 48},
[1918] = {.lex_state = 48},
[1919] = {.lex_state = 48},
[1920] = {.lex_state = 48},
[1921] = {.lex_state = 0},
[1922] = {.lex_state = 48},
[1923] = {.lex_state = 48},
[1924] = {.lex_state = 48},
[1925] = {.lex_state = 0},
[1926] = {.lex_state = 0},
[1927] = {.lex_state = 48},
[1928] = {.lex_state = 48},
[1929] = {.lex_state = 48},
[1930] = {.lex_state = 48},
[1931] = {.lex_state = 48},
[1932] = {.lex_state = 48},
[1933] = {.lex_state = 48},
[1934] = {.lex_state = 0},
[1935] = {.lex_state = 48},
[1936] = {.lex_state = 48},
[1937] = {.lex_state = 48},
[1938] = {.lex_state = 48},
[1939] = {.lex_state = 48},
[1940] = {.lex_state = 48},
[1941] = {.lex_state = 48},
[1942] = {.lex_state = 48},
[1943] = {.lex_state = 48},
[1944] = {.lex_state = 48},
[1945] = {.lex_state = 48},
[1946] = {.lex_state = 0},
[1947] = {.lex_state = 48},
[1948] = {.lex_state = 48},
[1949] = {.lex_state = 48},
[1950] = {.lex_state = 48},
[1951] = {.lex_state = 48},
[1952] = {.lex_state = 0},
[1953] = {.lex_state = 48},
[1954] = {.lex_state = 48},
[1955] = {.lex_state = 48},
[1956] = {.lex_state = 48},
[1957] = {.lex_state = 48},
[1958] = {.lex_state = 0},
[1959] = {.lex_state = 48},
[1960] = {.lex_state = 48},
[1961] = {.lex_state = 48},
[1962] = {.lex_state = 48},
[1963] = {.lex_state = 48},
[1964] = {.lex_state = 48},
[1965] = {.lex_state = 7},
[1966] = {.lex_state = 48},
[1967] = {.lex_state = 48},
[1968] = {.lex_state = 48},
[1969] = {.lex_state = 48},
[1970] = {.lex_state = 48},
[1971] = {.lex_state = 48},
[1972] = {.lex_state = 48},
[1973] = {.lex_state = 48},
[1974] = {.lex_state = 48},
[1975] = {.lex_state = 48},
[1976] = {.lex_state = 48},
[1977] = {.lex_state = 48},
[1978] = {.lex_state = 48},
[1979] = {.lex_state = 48},
[1980] = {.lex_state = 48},
[1981] = {.lex_state = 48},
[1982] = {.lex_state = 48},
[1983] = {.lex_state = 48},
[1984] = {.lex_state = 48},
[1985] = {.lex_state = 0},
[1986] = {.lex_state = 48},
[1987] = {.lex_state = 48},
[1988] = {.lex_state = 48},
[1989] = {.lex_state = 48},
[1990] = {.lex_state = 48},
[1991] = {.lex_state = 48},
[1992] = {.lex_state = 0},
[1993] = {.lex_state = 48},
[1994] = {.lex_state = 48},
[1995] = {.lex_state = 48},
[1996] = {.lex_state = 48},
[1997] = {.lex_state = 48},
[1998] = {.lex_state = 48},
[1999] = {.lex_state = 48},
[2000] = {.lex_state = 48},
[2001] = {.lex_state = 48},
[2002] = {.lex_state = 48},
[2003] = {.lex_state = 48},
[2004] = {.lex_state = 48},
[2005] = {.lex_state = 48},
[2006] = {.lex_state = 48},
[2007] = {.lex_state = 48},
[2008] = {.lex_state = 48},
[2009] = {.lex_state = 48},
[2010] = {.lex_state = 48},
[2011] = {.lex_state = 48},
[2012] = {.lex_state = 48},
[2013] = {.lex_state = 48},
[2014] = {.lex_state = 48},
[2015] = {.lex_state = 48},
[2016] = {.lex_state = 48},
[2017] = {.lex_state = 48},
[2018] = {.lex_state = 48},
[2019] = {.lex_state = 48},
[2020] = {.lex_state = 48},
[2021] = {.lex_state = 48},
[2022] = {.lex_state = 48},
[2023] = {.lex_state = 48},
[2024] = {.lex_state = 48},
[2025] = {.lex_state = 48},
[2026] = {.lex_state = 48},
[2027] = {.lex_state = 48},
[2028] = {.lex_state = 48},
[2029] = {.lex_state = 48},
[2030] = {.lex_state = 0},
[2031] = {.lex_state = 48},
[2032] = {.lex_state = 48},
[2033] = {.lex_state = 48},
[2034] = {.lex_state = 48},
[2035] = {.lex_state = 0},
[2036] = {.lex_state = 48},
[2037] = {.lex_state = 48},
[2038] = {.lex_state = 48},
[2039] = {.lex_state = 48},
[2040] = {.lex_state = 48},
[2041] = {.lex_state = 48},
[2042] = {.lex_state = 48},
[2043] = {.lex_state = 48},
[2044] = {.lex_state = 0},
[2045] = {.lex_state = 48},
[2046] = {.lex_state = 48},
[2047] = {.lex_state = 48},
[2048] = {.lex_state = 48},
[2049] = {.lex_state = 48},
[2050] = {.lex_state = 48},
[2051] = {.lex_state = 48},
[2052] = {.lex_state = 48},
[2053] = {.lex_state = 48},
[2054] = {.lex_state = 48},
[2055] = {.lex_state = 48},
[2056] = {.lex_state = 48},
[2057] = {.lex_state = 48},
[2058] = {.lex_state = 0},
[2059] = {.lex_state = 48},
[2060] = {.lex_state = 0},
[2061] = {.lex_state = 0},
[2062] = {.lex_state = 48},
[2063] = {.lex_state = 48},
[2064] = {.lex_state = 48},
[2065] = {.lex_state = 48},
[2066] = {.lex_state = 0},
[2067] = {.lex_state = 0},
[2068] = {.lex_state = 0},
[2069] = {.lex_state = 0},
[2070] = {.lex_state = 48},
[2071] = {.lex_state = 0},
[2072] = {.lex_state = 48},
[2073] = {.lex_state = 48},
[2074] = {.lex_state = 48},
[2075] = {.lex_state = 48},
[2076] = {.lex_state = 48},
[2077] = {.lex_state = 48},
[2078] = {.lex_state = 48},
[2079] = {.lex_state = 48},
[2080] = {.lex_state = 48},
[2081] = {.lex_state = 48},
[2082] = {.lex_state = 48},
[2083] = {.lex_state = 48},
[2084] = {.lex_state = 48},
[2085] = {.lex_state = 0},
[2086] = {.lex_state = 48},
[2087] = {.lex_state = 48},
[2088] = {.lex_state = 48},
[2089] = {.lex_state = 48},
[2090] = {.lex_state = 48},
[2091] = {.lex_state = 48},
[2092] = {.lex_state = 48},
[2093] = {.lex_state = 48},
[2094] = {.lex_state = 48},
[2095] = {.lex_state = 48},
[2096] = {.lex_state = 48},
[2097] = {.lex_state = 48},
[2098] = {.lex_state = 48},
[2099] = {.lex_state = 48},
[2100] = {.lex_state = 48},
[2101] = {.lex_state = 48},
[2102] = {.lex_state = 48},
[2103] = {.lex_state = 0},
[2104] = {.lex_state = 0},
[2105] = {.lex_state = 48},
[2106] = {.lex_state = 48},
[2107] = {.lex_state = 0},
[2108] = {.lex_state = 48},
[2109] = {.lex_state = 48},
[2110] = {.lex_state = 48},
[2111] = {.lex_state = 0},
[2112] = {.lex_state = 48},
[2113] = {.lex_state = 48},
[2114] = {.lex_state = 48},
[2115] = {.lex_state = 48},
[2116] = {.lex_state = 48},
[2117] = {.lex_state = 48},
[2118] = {.lex_state = 48},
[2119] = {.lex_state = 0},
[2120] = {.lex_state = 48},
[2121] = {.lex_state = 48},
[2122] = {.lex_state = 48},
[2123] = {.lex_state = 48},
[2124] = {.lex_state = 0},
[2125] = {.lex_state = 48},
[2126] = {.lex_state = 48},
[2127] = {.lex_state = 48},
[2128] = {.lex_state = 0},
[2129] = {.lex_state = 48},
[2130] = {.lex_state = 48},
[2131] = {.lex_state = 48},
[2132] = {.lex_state = 48},
[2133] = {.lex_state = 48},
[2134] = {.lex_state = 0},
[2135] = {.lex_state = 48},
[2136] = {.lex_state = 48},
[2137] = {.lex_state = 0},
[2138] = {.lex_state = 48},
[2139] = {.lex_state = 48},
[2140] = {.lex_state = 0},
[2141] = {.lex_state = 48},
[2142] = {.lex_state = 48},
};
static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
[0] = {
[ts_builtin_sym_end] = ACTIONS(1),
[sym_identifier] = ACTIONS(1),
[sym_gnatprep_identifier] = ACTIONS(1),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(1),
[sym_numeric_literal] = ACTIONS(1),
[aux_sym_git_conflict_mark_token1] = ACTIONS(1),
[aux_sym_git_conflict_mark_token2] = ACTIONS(1),
[aux_sym_git_conflict_mark_token3] = 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_PIPE] = 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_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_gnatprep_declarative_if_statement_token1] = ACTIONS(1),
[aux_sym_gnatprep_declarative_if_statement_token2] = ACTIONS(1),
[aux_sym_gnatprep_declarative_if_statement_token3] = ACTIONS(1),
[aux_sym_gnatprep_declarative_if_statement_token4] = 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(2071),
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym__defining_identifier_list] = STATE(2067),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_compilation_unit] = STATE(3),
[sym__declarative_item] = STATE(531),
[sym__basic_declarative_item] = STATE(531),
[sym__basic_declaration] = STATE(531),
[sym_package_declaration] = STATE(531),
[sym__package_specification] = STATE(2064),
[sym_with_clause] = STATE(531),
[sym_use_clause] = STATE(531),
[sym_subunit] = STATE(531),
[sym__proper_body] = STATE(531),
[sym_subprogram_body] = STATE(531),
[sym_package_body] = STATE(531),
[sym__type_declaration] = STATE(531),
[sym_full_type_declaration] = STATE(531),
[sym_private_type_declaration] = STATE(531),
[sym_private_extension_declaration] = STATE(531),
[sym_incomplete_type_declaration] = STATE(531),
[sym__aspect_clause] = STATE(531),
[sym_at_clause] = STATE(531),
[sym_attribute_definition_clause] = STATE(531),
[sym_body_stub] = STATE(531),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(531),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(531),
[sym_protected_body_stub] = STATE(457),
[sym_entry_declaration] = STATE(531),
[sym_enumeration_representation_clause] = STATE(531),
[sym_exception_declaration] = STATE(531),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(531),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(531),
[sym_generic_package_declaration] = STATE(531),
[sym_generic_instantiation] = STATE(531),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_procedure_declaration] = STATE(531),
[sym_null_statement] = STATE(531),
[sym_number_declaration] = STATE(531),
[sym_object_declaration] = STATE(531),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1039),
[sym_pragma_g] = STATE(531),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(531),
[sym__renaming_declaration] = STATE(531),
[sym_object_renaming_declaration] = STATE(531),
[sym_exception_renaming_declaration] = STATE(531),
[sym_package_renaming_declaration] = STATE(531),
[sym_subprogram_renaming_declaration] = STATE(531),
[sym_generic_renaming_declaration] = STATE(531),
[sym__simple_statement] = STATE(531),
[sym__statement] = STATE(531),
[sym__compound_statement] = STATE(531),
[sym__select_statement] = STATE(531),
[sym_asynchronous_select] = STATE(531),
[sym_conditional_entry_call] = STATE(531),
[sym_timed_entry_call] = STATE(531),
[sym_selective_accept] = STATE(531),
[sym_abort_statement] = STATE(531),
[sym_requeue_statement] = STATE(531),
[sym_accept_statement] = STATE(531),
[sym_case_statement] = STATE(531),
[sym_block_statement] = STATE(531),
[sym_if_statement] = STATE(531),
[sym_gnatprep_if_statement] = STATE(531),
[sym_exit_statement] = STATE(531),
[sym_goto_statement] = STATE(531),
[sym__delay_statement] = STATE(531),
[sym_delay_until_statement] = STATE(531),
[sym_delay_relative_statement] = STATE(531),
[sym_simple_return_statement] = STATE(531),
[sym_extended_return_statement] = STATE(531),
[sym_procedure_call_statement] = STATE(531),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(531),
[sym_loop_statement] = STATE(531),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(531),
[sym_subprogram_declaration] = STATE(531),
[sym_expression_function_declaration] = STATE(531),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(531),
[aux_sym_compilation_repeat1] = STATE(3),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[ts_builtin_sym_end] = ACTIONS(5),
[sym_identifier] = ACTIONS(7),
[sym_gnatprep_identifier] = ACTIONS(9),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[2] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym__defining_identifier_list] = STATE(2067),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_compilation_unit] = STATE(2),
[sym__declarative_item] = STATE(531),
[sym__basic_declarative_item] = STATE(531),
[sym__basic_declaration] = STATE(531),
[sym_package_declaration] = STATE(531),
[sym__package_specification] = STATE(2064),
[sym_with_clause] = STATE(531),
[sym_use_clause] = STATE(531),
[sym_subunit] = STATE(531),
[sym__proper_body] = STATE(531),
[sym_subprogram_body] = STATE(531),
[sym_package_body] = STATE(531),
[sym__type_declaration] = STATE(531),
[sym_full_type_declaration] = STATE(531),
[sym_private_type_declaration] = STATE(531),
[sym_private_extension_declaration] = STATE(531),
[sym_incomplete_type_declaration] = STATE(531),
[sym__aspect_clause] = STATE(531),
[sym_at_clause] = STATE(531),
[sym_attribute_definition_clause] = STATE(531),
[sym_body_stub] = STATE(531),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(531),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(531),
[sym_protected_body_stub] = STATE(457),
[sym_entry_declaration] = STATE(531),
[sym_enumeration_representation_clause] = STATE(531),
[sym_exception_declaration] = STATE(531),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(531),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(531),
[sym_generic_package_declaration] = STATE(531),
[sym_generic_instantiation] = STATE(531),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_procedure_declaration] = STATE(531),
[sym_null_statement] = STATE(531),
[sym_number_declaration] = STATE(531),
[sym_object_declaration] = STATE(531),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1039),
[sym_pragma_g] = STATE(531),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(531),
[sym__renaming_declaration] = STATE(531),
[sym_object_renaming_declaration] = STATE(531),
[sym_exception_renaming_declaration] = STATE(531),
[sym_package_renaming_declaration] = STATE(531),
[sym_subprogram_renaming_declaration] = STATE(531),
[sym_generic_renaming_declaration] = STATE(531),
[sym__simple_statement] = STATE(531),
[sym__statement] = STATE(531),
[sym__compound_statement] = STATE(531),
[sym__select_statement] = STATE(531),
[sym_asynchronous_select] = STATE(531),
[sym_conditional_entry_call] = STATE(531),
[sym_timed_entry_call] = STATE(531),
[sym_selective_accept] = STATE(531),
[sym_abort_statement] = STATE(531),
[sym_requeue_statement] = STATE(531),
[sym_accept_statement] = STATE(531),
[sym_case_statement] = STATE(531),
[sym_block_statement] = STATE(531),
[sym_if_statement] = STATE(531),
[sym_gnatprep_if_statement] = STATE(531),
[sym_exit_statement] = STATE(531),
[sym_goto_statement] = STATE(531),
[sym__delay_statement] = STATE(531),
[sym_delay_until_statement] = STATE(531),
[sym_delay_relative_statement] = STATE(531),
[sym_simple_return_statement] = STATE(531),
[sym_extended_return_statement] = STATE(531),
[sym_procedure_call_statement] = STATE(531),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(531),
[sym_loop_statement] = STATE(531),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(531),
[sym_subprogram_declaration] = STATE(531),
[sym_expression_function_declaration] = STATE(531),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(531),
[aux_sym_compilation_repeat1] = STATE(2),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[ts_builtin_sym_end] = ACTIONS(85),
[sym_identifier] = ACTIONS(87),
[sym_gnatprep_identifier] = ACTIONS(90),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(90),
[sym_character_literal] = ACTIONS(90),
[sym_target_name] = ACTIONS(90),
[anon_sym_LBRACK] = ACTIONS(93),
[aux_sym_iterated_element_association_token1] = ACTIONS(96),
[aux_sym_iterated_element_association_token2] = ACTIONS(99),
[aux_sym_compilation_unit_token1] = ACTIONS(102),
[aux_sym__package_specification_token1] = ACTIONS(105),
[aux_sym_with_clause_token1] = ACTIONS(108),
[aux_sym_with_clause_token2] = ACTIONS(111),
[aux_sym_use_clause_token2] = ACTIONS(114),
[aux_sym_subunit_token1] = ACTIONS(117),
[aux_sym_subprogram_body_token1] = ACTIONS(120),
[aux_sym_relation_membership_token1] = ACTIONS(123),
[aux_sym_raise_expression_token1] = ACTIONS(126),
[aux_sym_primary_null_token1] = ACTIONS(129),
[aux_sym_access_to_subprogram_definition_token1] = ACTIONS(132),
[aux_sym_access_to_subprogram_definition_token2] = ACTIONS(135),
[aux_sym_access_to_subprogram_definition_token3] = ACTIONS(138),
[aux_sym_declare_expression_token1] = ACTIONS(141),
[aux_sym_case_expression_token1] = ACTIONS(144),
[aux_sym_interface_type_definition_token1] = ACTIONS(147),
[aux_sym_entry_declaration_token1] = ACTIONS(150),
[aux_sym_generic_formal_part_token1] = ACTIONS(153),
[aux_sym_global_mode_token1] = ACTIONS(156),
[anon_sym_LT_LT] = ACTIONS(159),
[aux_sym_pragma_g_token1] = ACTIONS(162),
[aux_sym_if_expression_token1] = ACTIONS(165),
[aux_sym_result_profile_token1] = ACTIONS(168),
[aux_sym_asynchronous_select_token1] = ACTIONS(171),
[aux_sym_asynchronous_select_token2] = ACTIONS(174),
[aux_sym_requeue_statement_token1] = ACTIONS(177),
[aux_sym_accept_statement_token1] = ACTIONS(180),
[aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(183),
[aux_sym_exit_statement_token1] = ACTIONS(186),
[aux_sym_goto_statement_token1] = ACTIONS(189),
[aux_sym_delay_until_statement_token1] = ACTIONS(192),
[aux_sym_loop_statement_token1] = ACTIONS(195),
[aux_sym_iteration_scheme_token1] = ACTIONS(198),
[aux_sym_subtype_declaration_token1] = ACTIONS(201),
},
[3] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym__defining_identifier_list] = STATE(2067),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_compilation_unit] = STATE(2),
[sym__declarative_item] = STATE(531),
[sym__basic_declarative_item] = STATE(531),
[sym__basic_declaration] = STATE(531),
[sym_package_declaration] = STATE(531),
[sym__package_specification] = STATE(2064),
[sym_with_clause] = STATE(531),
[sym_use_clause] = STATE(531),
[sym_subunit] = STATE(531),
[sym__proper_body] = STATE(531),
[sym_subprogram_body] = STATE(531),
[sym_package_body] = STATE(531),
[sym__type_declaration] = STATE(531),
[sym_full_type_declaration] = STATE(531),
[sym_private_type_declaration] = STATE(531),
[sym_private_extension_declaration] = STATE(531),
[sym_incomplete_type_declaration] = STATE(531),
[sym__aspect_clause] = STATE(531),
[sym_at_clause] = STATE(531),
[sym_attribute_definition_clause] = STATE(531),
[sym_body_stub] = STATE(531),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(531),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(531),
[sym_protected_body_stub] = STATE(457),
[sym_entry_declaration] = STATE(531),
[sym_enumeration_representation_clause] = STATE(531),
[sym_exception_declaration] = STATE(531),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(531),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(531),
[sym_generic_package_declaration] = STATE(531),
[sym_generic_instantiation] = STATE(531),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_procedure_declaration] = STATE(531),
[sym_null_statement] = STATE(531),
[sym_number_declaration] = STATE(531),
[sym_object_declaration] = STATE(531),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1039),
[sym_pragma_g] = STATE(531),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(531),
[sym__renaming_declaration] = STATE(531),
[sym_object_renaming_declaration] = STATE(531),
[sym_exception_renaming_declaration] = STATE(531),
[sym_package_renaming_declaration] = STATE(531),
[sym_subprogram_renaming_declaration] = STATE(531),
[sym_generic_renaming_declaration] = STATE(531),
[sym__simple_statement] = STATE(531),
[sym__statement] = STATE(531),
[sym__compound_statement] = STATE(531),
[sym__select_statement] = STATE(531),
[sym_asynchronous_select] = STATE(531),
[sym_conditional_entry_call] = STATE(531),
[sym_timed_entry_call] = STATE(531),
[sym_selective_accept] = STATE(531),
[sym_abort_statement] = STATE(531),
[sym_requeue_statement] = STATE(531),
[sym_accept_statement] = STATE(531),
[sym_case_statement] = STATE(531),
[sym_block_statement] = STATE(531),
[sym_if_statement] = STATE(531),
[sym_gnatprep_if_statement] = STATE(531),
[sym_exit_statement] = STATE(531),
[sym_goto_statement] = STATE(531),
[sym__delay_statement] = STATE(531),
[sym_delay_until_statement] = STATE(531),
[sym_delay_relative_statement] = STATE(531),
[sym_simple_return_statement] = STATE(531),
[sym_extended_return_statement] = STATE(531),
[sym_procedure_call_statement] = STATE(531),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(531),
[sym_loop_statement] = STATE(531),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(531),
[sym_subprogram_declaration] = STATE(531),
[sym_expression_function_declaration] = STATE(531),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(531),
[aux_sym_compilation_repeat1] = STATE(2),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[ts_builtin_sym_end] = ACTIONS(204),
[sym_identifier] = ACTIONS(7),
[sym_gnatprep_identifier] = ACTIONS(9),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[4] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(4),
[sym__basic_declarative_item] = STATE(4),
[sym__basic_declaration] = STATE(4),
[sym_package_declaration] = STATE(4),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(4),
[sym__proper_body] = STATE(4),
[sym_subprogram_body] = STATE(4),
[sym_package_body] = STATE(4),
[sym__type_declaration] = STATE(4),
[sym_full_type_declaration] = STATE(4),
[sym_private_type_declaration] = STATE(4),
[sym_private_extension_declaration] = STATE(4),
[sym_incomplete_type_declaration] = STATE(4),
[sym__aspect_clause] = STATE(4),
[sym_at_clause] = STATE(4),
[sym_attribute_definition_clause] = STATE(4),
[sym_body_stub] = STATE(4),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(4),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(4),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(4),
[sym_enumeration_representation_clause] = STATE(4),
[sym_exception_declaration] = STATE(4),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(4),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(4),
[sym_generic_package_declaration] = STATE(4),
[sym_generic_instantiation] = STATE(4),
[sym_null_procedure_declaration] = STATE(4),
[sym_number_declaration] = STATE(4),
[sym_object_declaration] = STATE(4),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(4),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(4),
[sym__renaming_declaration] = STATE(4),
[sym_object_renaming_declaration] = STATE(4),
[sym_exception_renaming_declaration] = STATE(4),
[sym_package_renaming_declaration] = STATE(4),
[sym_subprogram_renaming_declaration] = STATE(4),
[sym_generic_renaming_declaration] = STATE(4),
[sym_gnatprep_declarative_if_statement] = STATE(4),
[sym_subprogram_declaration] = STATE(4),
[sym_expression_function_declaration] = STATE(4),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(4),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(4),
[sym_identifier] = ACTIONS(206),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(209),
[aux_sym_iterated_element_association_token2] = ACTIONS(212),
[aux_sym__package_specification_token1] = ACTIONS(215),
[aux_sym__package_specification_token3] = ACTIONS(218),
[aux_sym_use_clause_token2] = ACTIONS(220),
[aux_sym_subprogram_body_token1] = ACTIONS(218),
[aux_sym_relation_membership_token1] = ACTIONS(223),
[aux_sym_access_to_subprogram_definition_token1] = ACTIONS(226),
[aux_sym_access_to_subprogram_definition_token2] = ACTIONS(229),
[aux_sym_access_to_subprogram_definition_token3] = ACTIONS(232),
[aux_sym_interface_type_definition_token1] = ACTIONS(235),
[aux_sym_generic_formal_part_token1] = ACTIONS(238),
[aux_sym_global_mode_token1] = ACTIONS(241),
[aux_sym_pragma_g_token1] = ACTIONS(244),
[aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(247),
[aux_sym_gnatprep_declarative_if_statement_token2] = ACTIONS(218),
[aux_sym_gnatprep_declarative_if_statement_token3] = ACTIONS(218),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(218),
[aux_sym_subtype_declaration_token1] = ACTIONS(250),
},
[5] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(5),
[sym_pragma_g] = STATE(5),
[sym__simple_statement] = STATE(5),
[sym__statement] = STATE(5),
[sym__compound_statement] = STATE(5),
[sym__select_statement] = STATE(5),
[sym_asynchronous_select] = STATE(5),
[sym_conditional_entry_call] = STATE(5),
[sym_timed_entry_call] = STATE(5),
[sym_selective_accept] = STATE(5),
[sym_abort_statement] = STATE(5),
[sym_requeue_statement] = STATE(5),
[sym_accept_statement] = STATE(5),
[sym_case_statement] = STATE(5),
[sym_block_statement] = STATE(5),
[sym_if_statement] = STATE(5),
[sym_gnatprep_if_statement] = STATE(5),
[sym_exit_statement] = STATE(5),
[sym_goto_statement] = STATE(5),
[sym__delay_statement] = STATE(5),
[sym_delay_until_statement] = STATE(5),
[sym_delay_relative_statement] = STATE(5),
[sym_simple_return_statement] = STATE(5),
[sym_extended_return_statement] = STATE(5),
[sym_procedure_call_statement] = STATE(5),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(5),
[sym_loop_statement] = STATE(5),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(5),
[aux_sym__sequence_of_statements_repeat1] = STATE(5),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(253),
[sym_gnatprep_identifier] = ACTIONS(256),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(256),
[sym_character_literal] = ACTIONS(256),
[sym_target_name] = ACTIONS(256),
[anon_sym_LBRACK] = ACTIONS(259),
[aux_sym_iterated_element_association_token1] = ACTIONS(262),
[aux_sym_iterator_filter_token1] = ACTIONS(265),
[aux_sym__package_specification_token3] = ACTIONS(265),
[aux_sym_subprogram_body_token1] = ACTIONS(267),
[aux_sym_expression_token2] = ACTIONS(265),
[aux_sym_expression_token3] = ACTIONS(265),
[aux_sym_expression_token4] = ACTIONS(265),
[aux_sym_raise_expression_token1] = ACTIONS(270),
[aux_sym_primary_null_token1] = ACTIONS(273),
[aux_sym_declare_expression_token1] = ACTIONS(276),
[aux_sym_case_expression_token1] = ACTIONS(279),
[aux_sym_exception_declaration_token1] = ACTIONS(265),
[anon_sym_LT_LT] = ACTIONS(282),
[aux_sym_pragma_g_token1] = ACTIONS(285),
[aux_sym_if_expression_token1] = ACTIONS(288),
[aux_sym_elsif_expression_item_token1] = ACTIONS(265),
[aux_sym_result_profile_token1] = ACTIONS(291),
[aux_sym_asynchronous_select_token1] = ACTIONS(294),
[aux_sym_asynchronous_select_token2] = ACTIONS(297),
[aux_sym_requeue_statement_token1] = ACTIONS(300),
[aux_sym_accept_statement_token1] = ACTIONS(303),
[aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(306),
[aux_sym_gnatprep_declarative_if_statement_token2] = ACTIONS(265),
[aux_sym_gnatprep_declarative_if_statement_token3] = ACTIONS(265),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(265),
[aux_sym_exit_statement_token1] = ACTIONS(309),
[aux_sym_goto_statement_token1] = ACTIONS(312),
[aux_sym_delay_until_statement_token1] = ACTIONS(315),
[aux_sym_loop_statement_token1] = ACTIONS(318),
[aux_sym_iteration_scheme_token1] = ACTIONS(321),
},
[6] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(4),
[sym__basic_declarative_item] = STATE(4),
[sym__basic_declaration] = STATE(4),
[sym_package_declaration] = STATE(4),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(4),
[sym__proper_body] = STATE(4),
[sym_subprogram_body] = STATE(4),
[sym_package_body] = STATE(4),
[sym__type_declaration] = STATE(4),
[sym_full_type_declaration] = STATE(4),
[sym_private_type_declaration] = STATE(4),
[sym_private_extension_declaration] = STATE(4),
[sym_incomplete_type_declaration] = STATE(4),
[sym__aspect_clause] = STATE(4),
[sym_at_clause] = STATE(4),
[sym_attribute_definition_clause] = STATE(4),
[sym_body_stub] = STATE(4),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(4),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(4),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(4),
[sym_enumeration_representation_clause] = STATE(4),
[sym_exception_declaration] = STATE(4),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(4),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(4),
[sym_generic_package_declaration] = STATE(4),
[sym_generic_instantiation] = STATE(4),
[sym_null_procedure_declaration] = STATE(4),
[sym_number_declaration] = STATE(4),
[sym_object_declaration] = STATE(4),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(4),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(4),
[sym__renaming_declaration] = STATE(4),
[sym_object_renaming_declaration] = STATE(4),
[sym_exception_renaming_declaration] = STATE(4),
[sym_package_renaming_declaration] = STATE(4),
[sym_subprogram_renaming_declaration] = STATE(4),
[sym_generic_renaming_declaration] = STATE(4),
[sym_gnatprep_declarative_if_statement] = STATE(4),
[sym_subprogram_declaration] = STATE(4),
[sym_expression_function_declaration] = STATE(4),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(4),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(4),
[aux_sym_gnatprep_declarative_if_statement_repeat1] = STATE(1233),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym__package_specification_token1] = ACTIONS(19),
[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_pragma_g_token1] = ACTIONS(57),
[aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_gnatprep_declarative_if_statement_token2] = ACTIONS(330),
[aux_sym_gnatprep_declarative_if_statement_token3] = ACTIONS(332),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(334),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[7] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(6),
[sym__basic_declarative_item] = STATE(6),
[sym__basic_declaration] = STATE(6),
[sym_package_declaration] = STATE(6),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(6),
[sym__proper_body] = STATE(6),
[sym_subprogram_body] = STATE(6),
[sym_package_body] = STATE(6),
[sym__type_declaration] = STATE(6),
[sym_full_type_declaration] = STATE(6),
[sym_private_type_declaration] = STATE(6),
[sym_private_extension_declaration] = STATE(6),
[sym_incomplete_type_declaration] = STATE(6),
[sym__aspect_clause] = STATE(6),
[sym_at_clause] = STATE(6),
[sym_attribute_definition_clause] = STATE(6),
[sym_body_stub] = STATE(6),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(6),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(6),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(6),
[sym_enumeration_representation_clause] = STATE(6),
[sym_exception_declaration] = STATE(6),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(6),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(6),
[sym_generic_package_declaration] = STATE(6),
[sym_generic_instantiation] = STATE(6),
[sym_null_procedure_declaration] = STATE(6),
[sym_number_declaration] = STATE(6),
[sym_object_declaration] = STATE(6),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(6),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(6),
[sym__renaming_declaration] = STATE(6),
[sym_object_renaming_declaration] = STATE(6),
[sym_exception_renaming_declaration] = STATE(6),
[sym_package_renaming_declaration] = STATE(6),
[sym_subprogram_renaming_declaration] = STATE(6),
[sym_generic_renaming_declaration] = STATE(6),
[sym_gnatprep_declarative_if_statement] = STATE(6),
[sym_subprogram_declaration] = STATE(6),
[sym_expression_function_declaration] = STATE(6),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(6),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(6),
[aux_sym_gnatprep_declarative_if_statement_repeat1] = STATE(1140),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym__package_specification_token1] = ACTIONS(19),
[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_pragma_g_token1] = ACTIONS(57),
[aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_gnatprep_declarative_if_statement_token2] = ACTIONS(330),
[aux_sym_gnatprep_declarative_if_statement_token3] = ACTIONS(336),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(338),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[8] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(28),
[sym__basic_declarative_item] = STATE(28),
[sym__basic_declaration] = STATE(28),
[sym_package_declaration] = STATE(28),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(28),
[sym__proper_body] = STATE(28),
[sym_subprogram_body] = STATE(28),
[sym_package_body] = STATE(28),
[sym__type_declaration] = STATE(28),
[sym_full_type_declaration] = STATE(28),
[sym_private_type_declaration] = STATE(28),
[sym_private_extension_declaration] = STATE(28),
[sym_incomplete_type_declaration] = STATE(28),
[sym__aspect_clause] = STATE(28),
[sym_at_clause] = STATE(28),
[sym_attribute_definition_clause] = STATE(28),
[sym_body_stub] = STATE(28),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(28),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(28),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(28),
[sym_non_empty_declarative_part] = STATE(1766),
[sym_enumeration_representation_clause] = STATE(28),
[sym_exception_declaration] = STATE(28),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(28),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(28),
[sym_generic_package_declaration] = STATE(28),
[sym_generic_instantiation] = STATE(28),
[sym_null_procedure_declaration] = STATE(28),
[sym_number_declaration] = STATE(28),
[sym_object_declaration] = STATE(28),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(28),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(28),
[sym__renaming_declaration] = STATE(28),
[sym_object_renaming_declaration] = STATE(28),
[sym_exception_renaming_declaration] = STATE(28),
[sym_package_renaming_declaration] = STATE(28),
[sym_subprogram_renaming_declaration] = STATE(28),
[sym_generic_renaming_declaration] = STATE(28),
[sym_gnatprep_declarative_if_statement] = STATE(28),
[sym_subprogram_declaration] = STATE(28),
[sym_expression_function_declaration] = STATE(28),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(28),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(28),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[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(340),
[aux_sym_subprogram_body_token1] = ACTIONS(342),
[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(344),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[9] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(28),
[sym__basic_declarative_item] = STATE(28),
[sym__basic_declaration] = STATE(28),
[sym_package_declaration] = STATE(28),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(28),
[sym__proper_body] = STATE(28),
[sym_subprogram_body] = STATE(28),
[sym_package_body] = STATE(28),
[sym__type_declaration] = STATE(28),
[sym_full_type_declaration] = STATE(28),
[sym_private_type_declaration] = STATE(28),
[sym_private_extension_declaration] = STATE(28),
[sym_incomplete_type_declaration] = STATE(28),
[sym__aspect_clause] = STATE(28),
[sym_at_clause] = STATE(28),
[sym_attribute_definition_clause] = STATE(28),
[sym_body_stub] = STATE(28),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(28),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(28),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(28),
[sym_non_empty_declarative_part] = STATE(1795),
[sym_enumeration_representation_clause] = STATE(28),
[sym_exception_declaration] = STATE(28),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(28),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(28),
[sym_generic_package_declaration] = STATE(28),
[sym_generic_instantiation] = STATE(28),
[sym_null_procedure_declaration] = STATE(28),
[sym_number_declaration] = STATE(28),
[sym_object_declaration] = STATE(28),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(28),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(28),
[sym__renaming_declaration] = STATE(28),
[sym_object_renaming_declaration] = STATE(28),
[sym_exception_renaming_declaration] = STATE(28),
[sym_package_renaming_declaration] = STATE(28),
[sym_subprogram_renaming_declaration] = STATE(28),
[sym_generic_renaming_declaration] = STATE(28),
[sym_gnatprep_declarative_if_statement] = STATE(28),
[sym_subprogram_declaration] = STATE(28),
[sym_expression_function_declaration] = STATE(28),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(28),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(28),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[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(346),
[aux_sym_subprogram_body_token1] = ACTIONS(348),
[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(350),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[10] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(28),
[sym__basic_declarative_item] = STATE(28),
[sym__basic_declaration] = STATE(28),
[sym_package_declaration] = STATE(28),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(28),
[sym__proper_body] = STATE(28),
[sym_subprogram_body] = STATE(28),
[sym_package_body] = STATE(28),
[sym__type_declaration] = STATE(28),
[sym_full_type_declaration] = STATE(28),
[sym_private_type_declaration] = STATE(28),
[sym_private_extension_declaration] = STATE(28),
[sym_incomplete_type_declaration] = STATE(28),
[sym__aspect_clause] = STATE(28),
[sym_at_clause] = STATE(28),
[sym_attribute_definition_clause] = STATE(28),
[sym_body_stub] = STATE(28),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(28),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(28),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(28),
[sym_non_empty_declarative_part] = STATE(1795),
[sym_enumeration_representation_clause] = STATE(28),
[sym_exception_declaration] = STATE(28),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(28),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(28),
[sym_generic_package_declaration] = STATE(28),
[sym_generic_instantiation] = STATE(28),
[sym_null_procedure_declaration] = STATE(28),
[sym_number_declaration] = STATE(28),
[sym_object_declaration] = STATE(28),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(28),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(28),
[sym__renaming_declaration] = STATE(28),
[sym_object_renaming_declaration] = STATE(28),
[sym_exception_renaming_declaration] = STATE(28),
[sym_package_renaming_declaration] = STATE(28),
[sym_subprogram_renaming_declaration] = STATE(28),
[sym_generic_renaming_declaration] = STATE(28),
[sym_gnatprep_declarative_if_statement] = STATE(28),
[sym_subprogram_declaration] = STATE(28),
[sym_expression_function_declaration] = STATE(28),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(28),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(28),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[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(348),
[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(350),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[11] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(28),
[sym__basic_declarative_item] = STATE(28),
[sym__basic_declaration] = STATE(28),
[sym_package_declaration] = STATE(28),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(28),
[sym__proper_body] = STATE(28),
[sym_subprogram_body] = STATE(28),
[sym_package_body] = STATE(28),
[sym__type_declaration] = STATE(28),
[sym_full_type_declaration] = STATE(28),
[sym_private_type_declaration] = STATE(28),
[sym_private_extension_declaration] = STATE(28),
[sym_incomplete_type_declaration] = STATE(28),
[sym__aspect_clause] = STATE(28),
[sym_at_clause] = STATE(28),
[sym_attribute_definition_clause] = STATE(28),
[sym_body_stub] = STATE(28),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(28),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(28),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(28),
[sym_non_empty_declarative_part] = STATE(2034),
[sym_enumeration_representation_clause] = STATE(28),
[sym_exception_declaration] = STATE(28),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(28),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(28),
[sym_generic_package_declaration] = STATE(28),
[sym_generic_instantiation] = STATE(28),
[sym_null_procedure_declaration] = STATE(28),
[sym_number_declaration] = STATE(28),
[sym_object_declaration] = STATE(28),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(28),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(28),
[sym__renaming_declaration] = STATE(28),
[sym_object_renaming_declaration] = STATE(28),
[sym_exception_renaming_declaration] = STATE(28),
[sym_package_renaming_declaration] = STATE(28),
[sym_subprogram_renaming_declaration] = STATE(28),
[sym_generic_renaming_declaration] = STATE(28),
[sym_gnatprep_declarative_if_statement] = STATE(28),
[sym_subprogram_declaration] = STATE(28),
[sym_expression_function_declaration] = STATE(28),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(28),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(28),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[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(352),
[aux_sym_subprogram_body_token1] = ACTIONS(354),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[12] = {
[sym_unary_adding_operator] = STATE(543),
[sym__name] = STATE(538),
[sym_selected_component] = STATE(518),
[sym_slice] = STATE(518),
[sym__attribute_reference] = STATE(518),
[sym__reduction_attribute_reference] = STATE(518),
[sym_value_sequence] = STATE(2066),
[sym_iterated_element_association] = STATE(1335),
[sym_qualified_expression] = STATE(518),
[sym__subtype_indication] = STATE(1578),
[sym_range_g] = STATE(1580),
[sym_expression] = STATE(1041),
[sym__relation] = STATE(616),
[sym_relation_membership] = STATE(616),
[sym_raise_expression] = STATE(616),
[sym__simple_expression] = STATE(678),
[sym_term] = STATE(568),
[sym__factor] = STATE(540),
[sym_factor_power] = STATE(540),
[sym_factor_abs] = STATE(540),
[sym_factor_not] = STATE(540),
[sym__parenthesized_expression] = STATE(550),
[sym__primary] = STATE(550),
[sym_primary_null] = STATE(550),
[sym_allocator] = STATE(550),
[sym__conditional_expression] = STATE(1751),
[sym_quantified_expression] = STATE(1751),
[sym_declare_expression] = STATE(1751),
[sym_case_expression] = STATE(1751),
[sym_component_choice_list] = STATE(1748),
[sym__aggregate] = STATE(550),
[sym__delta_aggregate] = STATE(550),
[sym_extension_aggregate] = STATE(550),
[sym_record_delta_aggregate] = STATE(550),
[sym_array_delta_aggregate] = STATE(550),
[sym_record_aggregate] = STATE(550),
[sym_record_component_association_list] = STATE(1743),
[sym__named_record_component_association] = STATE(1319),
[sym_null_exclusion] = STATE(864),
[sym__array_aggregate] = STATE(550),
[sym_positional_array_aggregate] = STATE(550),
[sym_null_array_aggregate] = STATE(550),
[sym_named_array_aggregate] = STATE(550),
[sym__array_component_association_list] = STATE(1738),
[sym_array_component_association] = STATE(1202),
[sym_discrete_choice_list] = STATE(1728),
[sym_discrete_choice] = STATE(1238),
[sym_global_aspect_element] = STATE(1419),
[sym_global_mode] = STATE(807),
[sym_non_empty_mode] = STATE(880),
[sym_if_expression] = STATE(1751),
[sym_function_call] = STATE(538),
[sym_identifier] = ACTIONS(356),
[sym_gnatprep_identifier] = ACTIONS(358),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(360),
[sym_character_literal] = ACTIONS(358),
[sym_numeric_literal] = ACTIONS(362),
[anon_sym_PLUS] = ACTIONS(364),
[anon_sym_DASH] = ACTIONS(366),
[sym_target_name] = ACTIONS(358),
[anon_sym_LPAREN] = ACTIONS(368),
[anon_sym_LBRACK] = ACTIONS(370),
[aux_sym_chunk_specification_token1] = ACTIONS(372),
[aux_sym_iterated_element_association_token1] = ACTIONS(374),
[aux_sym_relation_membership_token1] = ACTIONS(376),
[aux_sym_raise_expression_token1] = ACTIONS(378),
[aux_sym_factor_abs_token1] = ACTIONS(380),
[aux_sym_primary_null_token1] = ACTIONS(382),
[aux_sym_allocator_token1] = ACTIONS(384),
[aux_sym_declare_expression_token1] = ACTIONS(386),
[aux_sym_case_expression_token1] = ACTIONS(388),
[aux_sym_component_choice_list_token1] = ACTIONS(390),
[aux_sym_global_mode_token1] = ACTIONS(392),
[aux_sym_non_empty_mode_token1] = ACTIONS(394),
[aux_sym_if_expression_token1] = ACTIONS(396),
},
[13] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(28),
[sym__basic_declarative_item] = STATE(28),
[sym__basic_declaration] = STATE(28),
[sym_package_declaration] = STATE(28),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(28),
[sym__proper_body] = STATE(28),
[sym_subprogram_body] = STATE(28),
[sym_package_body] = STATE(28),
[sym__type_declaration] = STATE(28),
[sym_full_type_declaration] = STATE(28),
[sym_private_type_declaration] = STATE(28),
[sym_private_extension_declaration] = STATE(28),
[sym_incomplete_type_declaration] = STATE(28),
[sym__aspect_clause] = STATE(28),
[sym_at_clause] = STATE(28),
[sym_attribute_definition_clause] = STATE(28),
[sym_body_stub] = STATE(28),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(28),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(28),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(28),
[sym_non_empty_declarative_part] = STATE(1766),
[sym_enumeration_representation_clause] = STATE(28),
[sym_exception_declaration] = STATE(28),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(28),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(28),
[sym_generic_package_declaration] = STATE(28),
[sym_generic_instantiation] = STATE(28),
[sym_null_procedure_declaration] = STATE(28),
[sym_number_declaration] = STATE(28),
[sym_object_declaration] = STATE(28),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(28),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(28),
[sym__renaming_declaration] = STATE(28),
[sym_object_renaming_declaration] = STATE(28),
[sym_exception_renaming_declaration] = STATE(28),
[sym_package_renaming_declaration] = STATE(28),
[sym_subprogram_renaming_declaration] = STATE(28),
[sym_generic_renaming_declaration] = STATE(28),
[sym_gnatprep_declarative_if_statement] = STATE(28),
[sym_subprogram_declaration] = STATE(28),
[sym_expression_function_declaration] = STATE(28),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(28),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(28),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[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(342),
[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(344),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[14] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(28),
[sym__basic_declarative_item] = STATE(28),
[sym__basic_declaration] = STATE(28),
[sym_package_declaration] = STATE(28),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(28),
[sym__proper_body] = STATE(28),
[sym_subprogram_body] = STATE(28),
[sym_package_body] = STATE(28),
[sym__type_declaration] = STATE(28),
[sym_full_type_declaration] = STATE(28),
[sym_private_type_declaration] = STATE(28),
[sym_private_extension_declaration] = STATE(28),
[sym_incomplete_type_declaration] = STATE(28),
[sym__aspect_clause] = STATE(28),
[sym_at_clause] = STATE(28),
[sym_attribute_definition_clause] = STATE(28),
[sym_body_stub] = STATE(28),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(28),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(28),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(28),
[sym_non_empty_declarative_part] = STATE(1545),
[sym_enumeration_representation_clause] = STATE(28),
[sym_exception_declaration] = STATE(28),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(28),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(28),
[sym_generic_package_declaration] = STATE(28),
[sym_generic_instantiation] = STATE(28),
[sym_null_procedure_declaration] = STATE(28),
[sym_number_declaration] = STATE(28),
[sym_object_declaration] = STATE(28),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(28),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(28),
[sym__renaming_declaration] = STATE(28),
[sym_object_renaming_declaration] = STATE(28),
[sym_exception_renaming_declaration] = STATE(28),
[sym_package_renaming_declaration] = STATE(28),
[sym_subprogram_renaming_declaration] = STATE(28),
[sym_generic_renaming_declaration] = STATE(28),
[sym_gnatprep_declarative_if_statement] = STATE(28),
[sym_subprogram_declaration] = STATE(28),
[sym_expression_function_declaration] = STATE(28),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(28),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(28),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym__package_specification_token1] = ACTIONS(19),
[aux_sym__package_specification_token3] = ACTIONS(398),
[aux_sym_use_clause_token2] = ACTIONS(25),
[aux_sym_subprogram_body_token1] = ACTIONS(400),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[15] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(28),
[sym__basic_declarative_item] = STATE(28),
[sym__basic_declaration] = STATE(28),
[sym_package_declaration] = STATE(28),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(28),
[sym__proper_body] = STATE(28),
[sym_subprogram_body] = STATE(28),
[sym_package_body] = STATE(28),
[sym__type_declaration] = STATE(28),
[sym_full_type_declaration] = STATE(28),
[sym_private_type_declaration] = STATE(28),
[sym_private_extension_declaration] = STATE(28),
[sym_incomplete_type_declaration] = STATE(28),
[sym__aspect_clause] = STATE(28),
[sym_at_clause] = STATE(28),
[sym_attribute_definition_clause] = STATE(28),
[sym_body_stub] = STATE(28),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(28),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(28),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(28),
[sym_non_empty_declarative_part] = STATE(1536),
[sym_enumeration_representation_clause] = STATE(28),
[sym_exception_declaration] = STATE(28),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(28),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(28),
[sym_generic_package_declaration] = STATE(28),
[sym_generic_instantiation] = STATE(28),
[sym_null_procedure_declaration] = STATE(28),
[sym_number_declaration] = STATE(28),
[sym_object_declaration] = STATE(28),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(28),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(28),
[sym__renaming_declaration] = STATE(28),
[sym_object_renaming_declaration] = STATE(28),
[sym_exception_renaming_declaration] = STATE(28),
[sym_package_renaming_declaration] = STATE(28),
[sym_subprogram_renaming_declaration] = STATE(28),
[sym_generic_renaming_declaration] = STATE(28),
[sym_gnatprep_declarative_if_statement] = STATE(28),
[sym_subprogram_declaration] = STATE(28),
[sym_expression_function_declaration] = STATE(28),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(28),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(28),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym__package_specification_token1] = ACTIONS(19),
[aux_sym__package_specification_token3] = ACTIONS(402),
[aux_sym_use_clause_token2] = ACTIONS(25),
[aux_sym_subprogram_body_token1] = ACTIONS(404),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[16] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(4),
[sym__basic_declarative_item] = STATE(4),
[sym__basic_declaration] = STATE(4),
[sym_package_declaration] = STATE(4),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(4),
[sym__proper_body] = STATE(4),
[sym_subprogram_body] = STATE(4),
[sym_package_body] = STATE(4),
[sym__type_declaration] = STATE(4),
[sym_full_type_declaration] = STATE(4),
[sym_private_type_declaration] = STATE(4),
[sym_private_extension_declaration] = STATE(4),
[sym_incomplete_type_declaration] = STATE(4),
[sym__aspect_clause] = STATE(4),
[sym_at_clause] = STATE(4),
[sym_attribute_definition_clause] = STATE(4),
[sym_body_stub] = STATE(4),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(4),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(4),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(4),
[sym_enumeration_representation_clause] = STATE(4),
[sym_exception_declaration] = STATE(4),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(4),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(4),
[sym_generic_package_declaration] = STATE(4),
[sym_generic_instantiation] = STATE(4),
[sym_null_procedure_declaration] = STATE(4),
[sym_number_declaration] = STATE(4),
[sym_object_declaration] = STATE(4),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(4),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(4),
[sym__renaming_declaration] = STATE(4),
[sym_object_renaming_declaration] = STATE(4),
[sym_exception_renaming_declaration] = STATE(4),
[sym_package_renaming_declaration] = STATE(4),
[sym_subprogram_renaming_declaration] = STATE(4),
[sym_generic_renaming_declaration] = STATE(4),
[sym_gnatprep_declarative_if_statement] = STATE(4),
[sym_subprogram_declaration] = STATE(4),
[sym_expression_function_declaration] = STATE(4),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(4),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(4),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym__package_specification_token1] = ACTIONS(19),
[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_pragma_g_token1] = ACTIONS(57),
[aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_gnatprep_declarative_if_statement_token2] = ACTIONS(406),
[aux_sym_gnatprep_declarative_if_statement_token3] = ACTIONS(406),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(406),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[17] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(16),
[sym__basic_declarative_item] = STATE(16),
[sym__basic_declaration] = STATE(16),
[sym_package_declaration] = STATE(16),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(16),
[sym__proper_body] = STATE(16),
[sym_subprogram_body] = STATE(16),
[sym_package_body] = STATE(16),
[sym__type_declaration] = STATE(16),
[sym_full_type_declaration] = STATE(16),
[sym_private_type_declaration] = STATE(16),
[sym_private_extension_declaration] = STATE(16),
[sym_incomplete_type_declaration] = STATE(16),
[sym__aspect_clause] = STATE(16),
[sym_at_clause] = STATE(16),
[sym_attribute_definition_clause] = STATE(16),
[sym_body_stub] = STATE(16),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(16),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(16),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(16),
[sym_enumeration_representation_clause] = STATE(16),
[sym_exception_declaration] = STATE(16),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(16),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(16),
[sym_generic_package_declaration] = STATE(16),
[sym_generic_instantiation] = STATE(16),
[sym_null_procedure_declaration] = STATE(16),
[sym_number_declaration] = STATE(16),
[sym_object_declaration] = STATE(16),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(16),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(16),
[sym__renaming_declaration] = STATE(16),
[sym_object_renaming_declaration] = STATE(16),
[sym_exception_renaming_declaration] = STATE(16),
[sym_package_renaming_declaration] = STATE(16),
[sym_subprogram_renaming_declaration] = STATE(16),
[sym_generic_renaming_declaration] = STATE(16),
[sym_gnatprep_declarative_if_statement] = STATE(16),
[sym_subprogram_declaration] = STATE(16),
[sym_expression_function_declaration] = STATE(16),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(16),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(16),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym__package_specification_token1] = ACTIONS(19),
[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_pragma_g_token1] = ACTIONS(57),
[aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_gnatprep_declarative_if_statement_token2] = ACTIONS(408),
[aux_sym_gnatprep_declarative_if_statement_token3] = ACTIONS(408),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(408),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[18] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(28),
[sym__basic_declarative_item] = STATE(28),
[sym__basic_declaration] = STATE(28),
[sym_package_declaration] = STATE(28),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(28),
[sym__proper_body] = STATE(28),
[sym_subprogram_body] = STATE(28),
[sym_package_body] = STATE(28),
[sym__type_declaration] = STATE(28),
[sym_full_type_declaration] = STATE(28),
[sym_private_type_declaration] = STATE(28),
[sym_private_extension_declaration] = STATE(28),
[sym_incomplete_type_declaration] = STATE(28),
[sym__aspect_clause] = STATE(28),
[sym_at_clause] = STATE(28),
[sym_attribute_definition_clause] = STATE(28),
[sym_body_stub] = STATE(28),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(28),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(28),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(28),
[sym_non_empty_declarative_part] = STATE(1766),
[sym_enumeration_representation_clause] = STATE(28),
[sym_exception_declaration] = STATE(28),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(28),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(28),
[sym_generic_package_declaration] = STATE(28),
[sym_generic_instantiation] = STATE(28),
[sym_null_procedure_declaration] = STATE(28),
[sym_number_declaration] = STATE(28),
[sym_object_declaration] = STATE(28),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(28),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(28),
[sym__renaming_declaration] = STATE(28),
[sym_object_renaming_declaration] = STATE(28),
[sym_exception_renaming_declaration] = STATE(28),
[sym_package_renaming_declaration] = STATE(28),
[sym_subprogram_renaming_declaration] = STATE(28),
[sym_generic_renaming_declaration] = STATE(28),
[sym_gnatprep_declarative_if_statement] = STATE(28),
[sym_subprogram_declaration] = STATE(28),
[sym_expression_function_declaration] = STATE(28),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(28),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(28),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[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(342),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[19] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(28),
[sym__basic_declarative_item] = STATE(28),
[sym__basic_declaration] = STATE(28),
[sym_package_declaration] = STATE(28),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(28),
[sym__proper_body] = STATE(28),
[sym_subprogram_body] = STATE(28),
[sym_package_body] = STATE(28),
[sym__type_declaration] = STATE(28),
[sym_full_type_declaration] = STATE(28),
[sym_private_type_declaration] = STATE(28),
[sym_private_extension_declaration] = STATE(28),
[sym_incomplete_type_declaration] = STATE(28),
[sym__aspect_clause] = STATE(28),
[sym_at_clause] = STATE(28),
[sym_attribute_definition_clause] = STATE(28),
[sym_body_stub] = STATE(28),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(28),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(28),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(28),
[sym_non_empty_declarative_part] = STATE(1997),
[sym_enumeration_representation_clause] = STATE(28),
[sym_exception_declaration] = STATE(28),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(28),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(28),
[sym_generic_package_declaration] = STATE(28),
[sym_generic_instantiation] = STATE(28),
[sym_null_procedure_declaration] = STATE(28),
[sym_number_declaration] = STATE(28),
[sym_object_declaration] = STATE(28),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(28),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(28),
[sym__renaming_declaration] = STATE(28),
[sym_object_renaming_declaration] = STATE(28),
[sym_exception_renaming_declaration] = STATE(28),
[sym_package_renaming_declaration] = STATE(28),
[sym_subprogram_renaming_declaration] = STATE(28),
[sym_generic_renaming_declaration] = STATE(28),
[sym_gnatprep_declarative_if_statement] = STATE(28),
[sym_subprogram_declaration] = STATE(28),
[sym_expression_function_declaration] = STATE(28),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(28),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(28),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[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(410),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[20] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(28),
[sym__basic_declarative_item] = STATE(28),
[sym__basic_declaration] = STATE(28),
[sym_package_declaration] = STATE(28),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(28),
[sym__proper_body] = STATE(28),
[sym_subprogram_body] = STATE(28),
[sym_package_body] = STATE(28),
[sym__type_declaration] = STATE(28),
[sym_full_type_declaration] = STATE(28),
[sym_private_type_declaration] = STATE(28),
[sym_private_extension_declaration] = STATE(28),
[sym_incomplete_type_declaration] = STATE(28),
[sym__aspect_clause] = STATE(28),
[sym_at_clause] = STATE(28),
[sym_attribute_definition_clause] = STATE(28),
[sym_body_stub] = STATE(28),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(28),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(28),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(28),
[sym_non_empty_declarative_part] = STATE(1973),
[sym_enumeration_representation_clause] = STATE(28),
[sym_exception_declaration] = STATE(28),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(28),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(28),
[sym_generic_package_declaration] = STATE(28),
[sym_generic_instantiation] = STATE(28),
[sym_null_procedure_declaration] = STATE(28),
[sym_number_declaration] = STATE(28),
[sym_object_declaration] = STATE(28),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(28),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(28),
[sym__renaming_declaration] = STATE(28),
[sym_object_renaming_declaration] = STATE(28),
[sym_exception_renaming_declaration] = STATE(28),
[sym_package_renaming_declaration] = STATE(28),
[sym_subprogram_renaming_declaration] = STATE(28),
[sym_generic_renaming_declaration] = STATE(28),
[sym_gnatprep_declarative_if_statement] = STATE(28),
[sym_subprogram_declaration] = STATE(28),
[sym_expression_function_declaration] = STATE(28),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(28),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(28),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[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(412),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[21] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(28),
[sym__basic_declarative_item] = STATE(28),
[sym__basic_declaration] = STATE(28),
[sym_package_declaration] = STATE(28),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(28),
[sym__proper_body] = STATE(28),
[sym_subprogram_body] = STATE(28),
[sym_package_body] = STATE(28),
[sym__type_declaration] = STATE(28),
[sym_full_type_declaration] = STATE(28),
[sym_private_type_declaration] = STATE(28),
[sym_private_extension_declaration] = STATE(28),
[sym_incomplete_type_declaration] = STATE(28),
[sym__aspect_clause] = STATE(28),
[sym_at_clause] = STATE(28),
[sym_attribute_definition_clause] = STATE(28),
[sym_body_stub] = STATE(28),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(28),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(28),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(28),
[sym_non_empty_declarative_part] = STATE(1864),
[sym_enumeration_representation_clause] = STATE(28),
[sym_exception_declaration] = STATE(28),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(28),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(28),
[sym_generic_package_declaration] = STATE(28),
[sym_generic_instantiation] = STATE(28),
[sym_null_procedure_declaration] = STATE(28),
[sym_number_declaration] = STATE(28),
[sym_object_declaration] = STATE(28),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(28),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(28),
[sym__renaming_declaration] = STATE(28),
[sym_object_renaming_declaration] = STATE(28),
[sym_exception_renaming_declaration] = STATE(28),
[sym_package_renaming_declaration] = STATE(28),
[sym_subprogram_renaming_declaration] = STATE(28),
[sym_generic_renaming_declaration] = STATE(28),
[sym_gnatprep_declarative_if_statement] = STATE(28),
[sym_subprogram_declaration] = STATE(28),
[sym_expression_function_declaration] = STATE(28),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(28),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(28),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[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(414),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[22] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(28),
[sym__basic_declarative_item] = STATE(28),
[sym__basic_declaration] = STATE(28),
[sym_package_declaration] = STATE(28),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(28),
[sym__proper_body] = STATE(28),
[sym_subprogram_body] = STATE(28),
[sym_package_body] = STATE(28),
[sym__type_declaration] = STATE(28),
[sym_full_type_declaration] = STATE(28),
[sym_private_type_declaration] = STATE(28),
[sym_private_extension_declaration] = STATE(28),
[sym_incomplete_type_declaration] = STATE(28),
[sym__aspect_clause] = STATE(28),
[sym_at_clause] = STATE(28),
[sym_attribute_definition_clause] = STATE(28),
[sym_body_stub] = STATE(28),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(28),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(28),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(28),
[sym_non_empty_declarative_part] = STATE(1795),
[sym_enumeration_representation_clause] = STATE(28),
[sym_exception_declaration] = STATE(28),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(28),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(28),
[sym_generic_package_declaration] = STATE(28),
[sym_generic_instantiation] = STATE(28),
[sym_null_procedure_declaration] = STATE(28),
[sym_number_declaration] = STATE(28),
[sym_object_declaration] = STATE(28),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(28),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(28),
[sym__renaming_declaration] = STATE(28),
[sym_object_renaming_declaration] = STATE(28),
[sym_exception_renaming_declaration] = STATE(28),
[sym_package_renaming_declaration] = STATE(28),
[sym_subprogram_renaming_declaration] = STATE(28),
[sym_generic_renaming_declaration] = STATE(28),
[sym_gnatprep_declarative_if_statement] = STATE(28),
[sym_subprogram_declaration] = STATE(28),
[sym_expression_function_declaration] = STATE(28),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(28),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(28),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[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(348),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[23] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(28),
[sym__basic_declarative_item] = STATE(28),
[sym__basic_declaration] = STATE(28),
[sym_package_declaration] = STATE(28),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(28),
[sym__proper_body] = STATE(28),
[sym_subprogram_body] = STATE(28),
[sym_package_body] = STATE(28),
[sym__type_declaration] = STATE(28),
[sym_full_type_declaration] = STATE(28),
[sym_private_type_declaration] = STATE(28),
[sym_private_extension_declaration] = STATE(28),
[sym_incomplete_type_declaration] = STATE(28),
[sym__aspect_clause] = STATE(28),
[sym_at_clause] = STATE(28),
[sym_attribute_definition_clause] = STATE(28),
[sym_body_stub] = STATE(28),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(28),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(28),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(28),
[sym_non_empty_declarative_part] = STATE(2105),
[sym_enumeration_representation_clause] = STATE(28),
[sym_exception_declaration] = STATE(28),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(28),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(28),
[sym_generic_package_declaration] = STATE(28),
[sym_generic_instantiation] = STATE(28),
[sym_null_procedure_declaration] = STATE(28),
[sym_number_declaration] = STATE(28),
[sym_object_declaration] = STATE(28),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(28),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(28),
[sym__renaming_declaration] = STATE(28),
[sym_object_renaming_declaration] = STATE(28),
[sym_exception_renaming_declaration] = STATE(28),
[sym_package_renaming_declaration] = STATE(28),
[sym_subprogram_renaming_declaration] = STATE(28),
[sym_generic_renaming_declaration] = STATE(28),
[sym_gnatprep_declarative_if_statement] = STATE(28),
[sym_subprogram_declaration] = STATE(28),
[sym_expression_function_declaration] = STATE(28),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(28),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(28),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[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(416),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[24] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(28),
[sym__basic_declarative_item] = STATE(28),
[sym__basic_declaration] = STATE(28),
[sym_package_declaration] = STATE(28),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(28),
[sym__proper_body] = STATE(28),
[sym_subprogram_body] = STATE(28),
[sym_package_body] = STATE(28),
[sym__type_declaration] = STATE(28),
[sym_full_type_declaration] = STATE(28),
[sym_private_type_declaration] = STATE(28),
[sym_private_extension_declaration] = STATE(28),
[sym_incomplete_type_declaration] = STATE(28),
[sym__aspect_clause] = STATE(28),
[sym_at_clause] = STATE(28),
[sym_attribute_definition_clause] = STATE(28),
[sym_body_stub] = STATE(28),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(28),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(28),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(28),
[sym_non_empty_declarative_part] = STATE(1617),
[sym_enumeration_representation_clause] = STATE(28),
[sym_exception_declaration] = STATE(28),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(28),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(28),
[sym_generic_package_declaration] = STATE(28),
[sym_generic_instantiation] = STATE(28),
[sym_null_procedure_declaration] = STATE(28),
[sym_number_declaration] = STATE(28),
[sym_object_declaration] = STATE(28),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(28),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(28),
[sym__renaming_declaration] = STATE(28),
[sym_object_renaming_declaration] = STATE(28),
[sym_exception_renaming_declaration] = STATE(28),
[sym_package_renaming_declaration] = STATE(28),
[sym_subprogram_renaming_declaration] = STATE(28),
[sym_generic_renaming_declaration] = STATE(28),
[sym_gnatprep_declarative_if_statement] = STATE(28),
[sym_subprogram_declaration] = STATE(28),
[sym_expression_function_declaration] = STATE(28),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(28),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(28),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[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(418),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[25] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(28),
[sym__basic_declarative_item] = STATE(28),
[sym__basic_declaration] = STATE(28),
[sym_package_declaration] = STATE(28),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(28),
[sym__proper_body] = STATE(28),
[sym_subprogram_body] = STATE(28),
[sym_package_body] = STATE(28),
[sym__type_declaration] = STATE(28),
[sym_full_type_declaration] = STATE(28),
[sym_private_type_declaration] = STATE(28),
[sym_private_extension_declaration] = STATE(28),
[sym_incomplete_type_declaration] = STATE(28),
[sym__aspect_clause] = STATE(28),
[sym_at_clause] = STATE(28),
[sym_attribute_definition_clause] = STATE(28),
[sym_body_stub] = STATE(28),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(28),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(28),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(28),
[sym_non_empty_declarative_part] = STATE(2050),
[sym_enumeration_representation_clause] = STATE(28),
[sym_exception_declaration] = STATE(28),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(28),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(28),
[sym_generic_package_declaration] = STATE(28),
[sym_generic_instantiation] = STATE(28),
[sym_null_procedure_declaration] = STATE(28),
[sym_number_declaration] = STATE(28),
[sym_object_declaration] = STATE(28),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(28),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(28),
[sym__renaming_declaration] = STATE(28),
[sym_object_renaming_declaration] = STATE(28),
[sym_exception_renaming_declaration] = STATE(28),
[sym_package_renaming_declaration] = STATE(28),
[sym_subprogram_renaming_declaration] = STATE(28),
[sym_generic_renaming_declaration] = STATE(28),
[sym_gnatprep_declarative_if_statement] = STATE(28),
[sym_subprogram_declaration] = STATE(28),
[sym_expression_function_declaration] = STATE(28),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(28),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(28),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[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(420),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[26] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(28),
[sym__basic_declarative_item] = STATE(28),
[sym__basic_declaration] = STATE(28),
[sym_package_declaration] = STATE(28),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(28),
[sym__proper_body] = STATE(28),
[sym_subprogram_body] = STATE(28),
[sym_package_body] = STATE(28),
[sym__type_declaration] = STATE(28),
[sym_full_type_declaration] = STATE(28),
[sym_private_type_declaration] = STATE(28),
[sym_private_extension_declaration] = STATE(28),
[sym_incomplete_type_declaration] = STATE(28),
[sym__aspect_clause] = STATE(28),
[sym_at_clause] = STATE(28),
[sym_attribute_definition_clause] = STATE(28),
[sym_body_stub] = STATE(28),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(28),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(28),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(28),
[sym_non_empty_declarative_part] = STATE(2034),
[sym_enumeration_representation_clause] = STATE(28),
[sym_exception_declaration] = STATE(28),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(28),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(28),
[sym_generic_package_declaration] = STATE(28),
[sym_generic_instantiation] = STATE(28),
[sym_null_procedure_declaration] = STATE(28),
[sym_number_declaration] = STATE(28),
[sym_object_declaration] = STATE(28),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(28),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(28),
[sym__renaming_declaration] = STATE(28),
[sym_object_renaming_declaration] = STATE(28),
[sym_exception_renaming_declaration] = STATE(28),
[sym_package_renaming_declaration] = STATE(28),
[sym_subprogram_renaming_declaration] = STATE(28),
[sym_generic_renaming_declaration] = STATE(28),
[sym_gnatprep_declarative_if_statement] = STATE(28),
[sym_subprogram_declaration] = STATE(28),
[sym_expression_function_declaration] = STATE(28),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(28),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(28),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[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(354),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[27] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(44),
[sym_null_statement] = STATE(5),
[sym_pragma_g] = STATE(5),
[sym__simple_statement] = STATE(5),
[sym__statement] = STATE(5),
[sym__compound_statement] = STATE(5),
[sym__select_statement] = STATE(5),
[sym_asynchronous_select] = STATE(5),
[sym_conditional_entry_call] = STATE(5),
[sym_timed_entry_call] = STATE(5),
[sym_selective_accept] = STATE(5),
[sym_abort_statement] = STATE(5),
[sym_requeue_statement] = STATE(5),
[sym_accept_statement] = STATE(5),
[sym_case_statement] = STATE(5),
[sym_block_statement] = STATE(5),
[sym_if_statement] = STATE(5),
[sym_gnatprep_if_statement] = STATE(5),
[sym_exit_statement] = STATE(5),
[sym_goto_statement] = STATE(5),
[sym__delay_statement] = STATE(5),
[sym_delay_until_statement] = STATE(5),
[sym_delay_relative_statement] = STATE(5),
[sym_simple_return_statement] = STATE(5),
[sym_extended_return_statement] = STATE(5),
[sym_procedure_call_statement] = STATE(5),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(5),
[sym_loop_statement] = STATE(5),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(5),
[aux_sym__sequence_of_statements_repeat1] = STATE(5),
[aux_sym__sequence_of_statements_repeat2] = STATE(44),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[aux_sym_iterator_filter_token1] = ACTIONS(426),
[aux_sym__package_specification_token3] = ACTIONS(426),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_expression_token2] = ACTIONS(426),
[aux_sym_expression_token3] = ACTIONS(426),
[aux_sym_expression_token4] = ACTIONS(426),
[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(426),
[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(426),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[28] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(4),
[sym__basic_declarative_item] = STATE(4),
[sym__basic_declaration] = STATE(4),
[sym_package_declaration] = STATE(4),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(4),
[sym__proper_body] = STATE(4),
[sym_subprogram_body] = STATE(4),
[sym_package_body] = STATE(4),
[sym__type_declaration] = STATE(4),
[sym_full_type_declaration] = STATE(4),
[sym_private_type_declaration] = STATE(4),
[sym_private_extension_declaration] = STATE(4),
[sym_incomplete_type_declaration] = STATE(4),
[sym__aspect_clause] = STATE(4),
[sym_at_clause] = STATE(4),
[sym_attribute_definition_clause] = STATE(4),
[sym_body_stub] = STATE(4),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(4),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(4),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(4),
[sym_enumeration_representation_clause] = STATE(4),
[sym_exception_declaration] = STATE(4),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(4),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(4),
[sym_generic_package_declaration] = STATE(4),
[sym_generic_instantiation] = STATE(4),
[sym_null_procedure_declaration] = STATE(4),
[sym_number_declaration] = STATE(4),
[sym_object_declaration] = STATE(4),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(4),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(4),
[sym__renaming_declaration] = STATE(4),
[sym_object_renaming_declaration] = STATE(4),
[sym_exception_renaming_declaration] = STATE(4),
[sym_package_renaming_declaration] = STATE(4),
[sym_subprogram_renaming_declaration] = STATE(4),
[sym_generic_renaming_declaration] = STATE(4),
[sym_gnatprep_declarative_if_statement] = STATE(4),
[sym_subprogram_declaration] = STATE(4),
[sym_expression_function_declaration] = STATE(4),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(4),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(4),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym__package_specification_token1] = ACTIONS(19),
[aux_sym__package_specification_token3] = ACTIONS(428),
[aux_sym_use_clause_token2] = ACTIONS(25),
[aux_sym_subprogram_body_token1] = ACTIONS(428),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[29] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(28),
[sym__basic_declarative_item] = STATE(28),
[sym__basic_declaration] = STATE(28),
[sym_package_declaration] = STATE(28),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(28),
[sym__proper_body] = STATE(28),
[sym_subprogram_body] = STATE(28),
[sym_package_body] = STATE(28),
[sym__type_declaration] = STATE(28),
[sym_full_type_declaration] = STATE(28),
[sym_private_type_declaration] = STATE(28),
[sym_private_extension_declaration] = STATE(28),
[sym_incomplete_type_declaration] = STATE(28),
[sym__aspect_clause] = STATE(28),
[sym_at_clause] = STATE(28),
[sym_attribute_definition_clause] = STATE(28),
[sym_body_stub] = STATE(28),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(28),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(28),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(28),
[sym_non_empty_declarative_part] = STATE(1723),
[sym_enumeration_representation_clause] = STATE(28),
[sym_exception_declaration] = STATE(28),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(28),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(28),
[sym_generic_package_declaration] = STATE(28),
[sym_generic_instantiation] = STATE(28),
[sym_null_procedure_declaration] = STATE(28),
[sym_number_declaration] = STATE(28),
[sym_object_declaration] = STATE(28),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(28),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(28),
[sym__renaming_declaration] = STATE(28),
[sym_object_renaming_declaration] = STATE(28),
[sym_exception_renaming_declaration] = STATE(28),
[sym_package_renaming_declaration] = STATE(28),
[sym_subprogram_renaming_declaration] = STATE(28),
[sym_generic_renaming_declaration] = STATE(28),
[sym_gnatprep_declarative_if_statement] = STATE(28),
[sym_subprogram_declaration] = STATE(28),
[sym_expression_function_declaration] = STATE(28),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(28),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(28),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[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(430),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[30] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(28),
[sym__basic_declarative_item] = STATE(28),
[sym__basic_declaration] = STATE(28),
[sym_package_declaration] = STATE(28),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(28),
[sym__proper_body] = STATE(28),
[sym_subprogram_body] = STATE(28),
[sym_package_body] = STATE(28),
[sym__type_declaration] = STATE(28),
[sym_full_type_declaration] = STATE(28),
[sym_private_type_declaration] = STATE(28),
[sym_private_extension_declaration] = STATE(28),
[sym_incomplete_type_declaration] = STATE(28),
[sym__aspect_clause] = STATE(28),
[sym_at_clause] = STATE(28),
[sym_attribute_definition_clause] = STATE(28),
[sym_body_stub] = STATE(28),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(28),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(28),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(28),
[sym_non_empty_declarative_part] = STATE(2072),
[sym_enumeration_representation_clause] = STATE(28),
[sym_exception_declaration] = STATE(28),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(28),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(28),
[sym_generic_package_declaration] = STATE(28),
[sym_generic_instantiation] = STATE(28),
[sym_null_procedure_declaration] = STATE(28),
[sym_number_declaration] = STATE(28),
[sym_object_declaration] = STATE(28),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(28),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(28),
[sym__renaming_declaration] = STATE(28),
[sym_object_renaming_declaration] = STATE(28),
[sym_exception_renaming_declaration] = STATE(28),
[sym_package_renaming_declaration] = STATE(28),
[sym_subprogram_renaming_declaration] = STATE(28),
[sym_generic_renaming_declaration] = STATE(28),
[sym_gnatprep_declarative_if_statement] = STATE(28),
[sym_subprogram_declaration] = STATE(28),
[sym_expression_function_declaration] = STATE(28),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(28),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(28),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[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(432),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[31] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(28),
[sym__basic_declarative_item] = STATE(28),
[sym__basic_declaration] = STATE(28),
[sym_package_declaration] = STATE(28),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(28),
[sym__proper_body] = STATE(28),
[sym_subprogram_body] = STATE(28),
[sym_package_body] = STATE(28),
[sym__type_declaration] = STATE(28),
[sym_full_type_declaration] = STATE(28),
[sym_private_type_declaration] = STATE(28),
[sym_private_extension_declaration] = STATE(28),
[sym_incomplete_type_declaration] = STATE(28),
[sym__aspect_clause] = STATE(28),
[sym_at_clause] = STATE(28),
[sym_attribute_definition_clause] = STATE(28),
[sym_body_stub] = STATE(28),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(28),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(28),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(28),
[sym_non_empty_declarative_part] = STATE(1993),
[sym_enumeration_representation_clause] = STATE(28),
[sym_exception_declaration] = STATE(28),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(28),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(28),
[sym_generic_package_declaration] = STATE(28),
[sym_generic_instantiation] = STATE(28),
[sym_null_procedure_declaration] = STATE(28),
[sym_number_declaration] = STATE(28),
[sym_object_declaration] = STATE(28),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(28),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(28),
[sym__renaming_declaration] = STATE(28),
[sym_object_renaming_declaration] = STATE(28),
[sym_exception_renaming_declaration] = STATE(28),
[sym_package_renaming_declaration] = STATE(28),
[sym_subprogram_renaming_declaration] = STATE(28),
[sym_generic_renaming_declaration] = STATE(28),
[sym_gnatprep_declarative_if_statement] = STATE(28),
[sym_subprogram_declaration] = STATE(28),
[sym_expression_function_declaration] = STATE(28),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(28),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(28),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[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(434),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[32] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(28),
[sym__basic_declarative_item] = STATE(28),
[sym__basic_declaration] = STATE(28),
[sym_package_declaration] = STATE(28),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(28),
[sym__proper_body] = STATE(28),
[sym_subprogram_body] = STATE(28),
[sym_package_body] = STATE(28),
[sym__type_declaration] = STATE(28),
[sym_full_type_declaration] = STATE(28),
[sym_private_type_declaration] = STATE(28),
[sym_private_extension_declaration] = STATE(28),
[sym_incomplete_type_declaration] = STATE(28),
[sym__aspect_clause] = STATE(28),
[sym_at_clause] = STATE(28),
[sym_attribute_definition_clause] = STATE(28),
[sym_body_stub] = STATE(28),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(28),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(28),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(28),
[sym_non_empty_declarative_part] = STATE(2088),
[sym_enumeration_representation_clause] = STATE(28),
[sym_exception_declaration] = STATE(28),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(28),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(28),
[sym_generic_package_declaration] = STATE(28),
[sym_generic_instantiation] = STATE(28),
[sym_null_procedure_declaration] = STATE(28),
[sym_number_declaration] = STATE(28),
[sym_object_declaration] = STATE(28),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(28),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(28),
[sym__renaming_declaration] = STATE(28),
[sym_object_renaming_declaration] = STATE(28),
[sym_exception_renaming_declaration] = STATE(28),
[sym_package_renaming_declaration] = STATE(28),
[sym_subprogram_renaming_declaration] = STATE(28),
[sym_generic_renaming_declaration] = STATE(28),
[sym_gnatprep_declarative_if_statement] = STATE(28),
[sym_subprogram_declaration] = STATE(28),
[sym_expression_function_declaration] = STATE(28),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(28),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(28),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[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(436),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[33] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(28),
[sym__basic_declarative_item] = STATE(28),
[sym__basic_declaration] = STATE(28),
[sym_package_declaration] = STATE(28),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(28),
[sym__proper_body] = STATE(28),
[sym_subprogram_body] = STATE(28),
[sym_package_body] = STATE(28),
[sym__type_declaration] = STATE(28),
[sym_full_type_declaration] = STATE(28),
[sym_private_type_declaration] = STATE(28),
[sym_private_extension_declaration] = STATE(28),
[sym_incomplete_type_declaration] = STATE(28),
[sym__aspect_clause] = STATE(28),
[sym_at_clause] = STATE(28),
[sym_attribute_definition_clause] = STATE(28),
[sym_body_stub] = STATE(28),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(28),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(28),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(28),
[sym_non_empty_declarative_part] = STATE(2092),
[sym_enumeration_representation_clause] = STATE(28),
[sym_exception_declaration] = STATE(28),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(28),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(28),
[sym_generic_package_declaration] = STATE(28),
[sym_generic_instantiation] = STATE(28),
[sym_null_procedure_declaration] = STATE(28),
[sym_number_declaration] = STATE(28),
[sym_object_declaration] = STATE(28),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(28),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(28),
[sym__renaming_declaration] = STATE(28),
[sym_object_renaming_declaration] = STATE(28),
[sym_exception_renaming_declaration] = STATE(28),
[sym_package_renaming_declaration] = STATE(28),
[sym_subprogram_renaming_declaration] = STATE(28),
[sym_generic_renaming_declaration] = STATE(28),
[sym_gnatprep_declarative_if_statement] = STATE(28),
[sym_subprogram_declaration] = STATE(28),
[sym_expression_function_declaration] = STATE(28),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(28),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(28),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[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(438),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[34] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(28),
[sym__basic_declarative_item] = STATE(28),
[sym__basic_declaration] = STATE(28),
[sym_package_declaration] = STATE(28),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(28),
[sym__proper_body] = STATE(28),
[sym_subprogram_body] = STATE(28),
[sym_package_body] = STATE(28),
[sym__type_declaration] = STATE(28),
[sym_full_type_declaration] = STATE(28),
[sym_private_type_declaration] = STATE(28),
[sym_private_extension_declaration] = STATE(28),
[sym_incomplete_type_declaration] = STATE(28),
[sym__aspect_clause] = STATE(28),
[sym_at_clause] = STATE(28),
[sym_attribute_definition_clause] = STATE(28),
[sym_body_stub] = STATE(28),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(28),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(28),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(28),
[sym_non_empty_declarative_part] = STATE(1909),
[sym_enumeration_representation_clause] = STATE(28),
[sym_exception_declaration] = STATE(28),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(28),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(28),
[sym_generic_package_declaration] = STATE(28),
[sym_generic_instantiation] = STATE(28),
[sym_null_procedure_declaration] = STATE(28),
[sym_number_declaration] = STATE(28),
[sym_object_declaration] = STATE(28),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(28),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(28),
[sym__renaming_declaration] = STATE(28),
[sym_object_renaming_declaration] = STATE(28),
[sym_exception_renaming_declaration] = STATE(28),
[sym_package_renaming_declaration] = STATE(28),
[sym_subprogram_renaming_declaration] = STATE(28),
[sym_generic_renaming_declaration] = STATE(28),
[sym_gnatprep_declarative_if_statement] = STATE(28),
[sym_subprogram_declaration] = STATE(28),
[sym_expression_function_declaration] = STATE(28),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(28),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(28),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[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(440),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[35] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(4),
[sym__basic_declarative_item] = STATE(4),
[sym__basic_declaration] = STATE(4),
[sym_package_declaration] = STATE(4),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(4),
[sym__proper_body] = STATE(4),
[sym_subprogram_body] = STATE(4),
[sym_package_body] = STATE(4),
[sym__type_declaration] = STATE(4),
[sym_full_type_declaration] = STATE(4),
[sym_private_type_declaration] = STATE(4),
[sym_private_extension_declaration] = STATE(4),
[sym_incomplete_type_declaration] = STATE(4),
[sym__aspect_clause] = STATE(4),
[sym_at_clause] = STATE(4),
[sym_attribute_definition_clause] = STATE(4),
[sym_body_stub] = STATE(4),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(4),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(4),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(4),
[sym_enumeration_representation_clause] = STATE(4),
[sym_exception_declaration] = STATE(4),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(4),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(4),
[sym_generic_package_declaration] = STATE(4),
[sym_generic_instantiation] = STATE(4),
[sym_null_procedure_declaration] = STATE(4),
[sym_number_declaration] = STATE(4),
[sym_object_declaration] = STATE(4),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(4),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(4),
[sym__renaming_declaration] = STATE(4),
[sym_object_renaming_declaration] = STATE(4),
[sym_exception_renaming_declaration] = STATE(4),
[sym_package_renaming_declaration] = STATE(4),
[sym_subprogram_renaming_declaration] = STATE(4),
[sym_generic_renaming_declaration] = STATE(4),
[sym_gnatprep_declarative_if_statement] = STATE(4),
[sym_subprogram_declaration] = STATE(4),
[sym_expression_function_declaration] = STATE(4),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(4),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(4),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym__package_specification_token1] = ACTIONS(19),
[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_pragma_g_token1] = ACTIONS(57),
[aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(442),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[36] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(37),
[sym__basic_declarative_item] = STATE(37),
[sym__basic_declaration] = STATE(37),
[sym_package_declaration] = STATE(37),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(37),
[sym__proper_body] = STATE(37),
[sym_subprogram_body] = STATE(37),
[sym_package_body] = STATE(37),
[sym__type_declaration] = STATE(37),
[sym_full_type_declaration] = STATE(37),
[sym_private_type_declaration] = STATE(37),
[sym_private_extension_declaration] = STATE(37),
[sym_incomplete_type_declaration] = STATE(37),
[sym__aspect_clause] = STATE(37),
[sym_at_clause] = STATE(37),
[sym_attribute_definition_clause] = STATE(37),
[sym_body_stub] = STATE(37),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(37),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(37),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(37),
[sym_enumeration_representation_clause] = STATE(37),
[sym_exception_declaration] = STATE(37),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(37),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(37),
[sym_generic_package_declaration] = STATE(37),
[sym_generic_instantiation] = STATE(37),
[sym_null_procedure_declaration] = STATE(37),
[sym_number_declaration] = STATE(37),
[sym_object_declaration] = STATE(37),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(37),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(37),
[sym__renaming_declaration] = STATE(37),
[sym_object_renaming_declaration] = STATE(37),
[sym_exception_renaming_declaration] = STATE(37),
[sym_package_renaming_declaration] = STATE(37),
[sym_subprogram_renaming_declaration] = STATE(37),
[sym_generic_renaming_declaration] = STATE(37),
[sym_gnatprep_declarative_if_statement] = STATE(37),
[sym_subprogram_declaration] = STATE(37),
[sym_expression_function_declaration] = STATE(37),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(37),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(37),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym__package_specification_token1] = ACTIONS(19),
[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_pragma_g_token1] = ACTIONS(57),
[aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(444),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[37] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(4),
[sym__basic_declarative_item] = STATE(4),
[sym__basic_declaration] = STATE(4),
[sym_package_declaration] = STATE(4),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(4),
[sym__proper_body] = STATE(4),
[sym_subprogram_body] = STATE(4),
[sym_package_body] = STATE(4),
[sym__type_declaration] = STATE(4),
[sym_full_type_declaration] = STATE(4),
[sym_private_type_declaration] = STATE(4),
[sym_private_extension_declaration] = STATE(4),
[sym_incomplete_type_declaration] = STATE(4),
[sym__aspect_clause] = STATE(4),
[sym_at_clause] = STATE(4),
[sym_attribute_definition_clause] = STATE(4),
[sym_body_stub] = STATE(4),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(4),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(4),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(4),
[sym_enumeration_representation_clause] = STATE(4),
[sym_exception_declaration] = STATE(4),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(4),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(4),
[sym_generic_package_declaration] = STATE(4),
[sym_generic_instantiation] = STATE(4),
[sym_null_procedure_declaration] = STATE(4),
[sym_number_declaration] = STATE(4),
[sym_object_declaration] = STATE(4),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(4),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(4),
[sym__renaming_declaration] = STATE(4),
[sym_object_renaming_declaration] = STATE(4),
[sym_exception_renaming_declaration] = STATE(4),
[sym_package_renaming_declaration] = STATE(4),
[sym_subprogram_renaming_declaration] = STATE(4),
[sym_generic_renaming_declaration] = STATE(4),
[sym_gnatprep_declarative_if_statement] = STATE(4),
[sym_subprogram_declaration] = STATE(4),
[sym_expression_function_declaration] = STATE(4),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(4),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(4),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym__package_specification_token1] = ACTIONS(19),
[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_pragma_g_token1] = ACTIONS(57),
[aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(446),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[38] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(41),
[sym__basic_declarative_item] = STATE(41),
[sym__basic_declaration] = STATE(41),
[sym_package_declaration] = STATE(41),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(41),
[sym__proper_body] = STATE(41),
[sym_subprogram_body] = STATE(41),
[sym_package_body] = STATE(41),
[sym__type_declaration] = STATE(41),
[sym_full_type_declaration] = STATE(41),
[sym_private_type_declaration] = STATE(41),
[sym_private_extension_declaration] = STATE(41),
[sym_incomplete_type_declaration] = STATE(41),
[sym__aspect_clause] = STATE(41),
[sym_at_clause] = STATE(41),
[sym_attribute_definition_clause] = STATE(41),
[sym_body_stub] = STATE(41),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(41),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(41),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(41),
[sym_enumeration_representation_clause] = STATE(41),
[sym_exception_declaration] = STATE(41),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(41),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(41),
[sym_generic_package_declaration] = STATE(41),
[sym_generic_instantiation] = STATE(41),
[sym_null_procedure_declaration] = STATE(41),
[sym_number_declaration] = STATE(41),
[sym_object_declaration] = STATE(41),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(41),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(41),
[sym__renaming_declaration] = STATE(41),
[sym_object_renaming_declaration] = STATE(41),
[sym_exception_renaming_declaration] = STATE(41),
[sym_package_renaming_declaration] = STATE(41),
[sym_subprogram_renaming_declaration] = STATE(41),
[sym_generic_renaming_declaration] = STATE(41),
[sym_gnatprep_declarative_if_statement] = STATE(41),
[sym_subprogram_declaration] = STATE(41),
[sym_expression_function_declaration] = STATE(41),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(41),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(41),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym__package_specification_token1] = ACTIONS(19),
[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_pragma_g_token1] = ACTIONS(57),
[aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(448),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[39] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(40),
[sym__basic_declarative_item] = STATE(40),
[sym__basic_declaration] = STATE(40),
[sym_package_declaration] = STATE(40),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(40),
[sym__proper_body] = STATE(40),
[sym_subprogram_body] = STATE(40),
[sym_package_body] = STATE(40),
[sym__type_declaration] = STATE(40),
[sym_full_type_declaration] = STATE(40),
[sym_private_type_declaration] = STATE(40),
[sym_private_extension_declaration] = STATE(40),
[sym_incomplete_type_declaration] = STATE(40),
[sym__aspect_clause] = STATE(40),
[sym_at_clause] = STATE(40),
[sym_attribute_definition_clause] = STATE(40),
[sym_body_stub] = STATE(40),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(40),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(40),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(40),
[sym_enumeration_representation_clause] = STATE(40),
[sym_exception_declaration] = STATE(40),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(40),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(40),
[sym_generic_package_declaration] = STATE(40),
[sym_generic_instantiation] = STATE(40),
[sym_null_procedure_declaration] = STATE(40),
[sym_number_declaration] = STATE(40),
[sym_object_declaration] = STATE(40),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(40),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(40),
[sym__renaming_declaration] = STATE(40),
[sym_object_renaming_declaration] = STATE(40),
[sym_exception_renaming_declaration] = STATE(40),
[sym_package_renaming_declaration] = STATE(40),
[sym_subprogram_renaming_declaration] = STATE(40),
[sym_generic_renaming_declaration] = STATE(40),
[sym_gnatprep_declarative_if_statement] = STATE(40),
[sym_subprogram_declaration] = STATE(40),
[sym_expression_function_declaration] = STATE(40),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(40),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(40),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym__package_specification_token1] = ACTIONS(19),
[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_pragma_g_token1] = ACTIONS(57),
[aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(334),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[40] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(4),
[sym__basic_declarative_item] = STATE(4),
[sym__basic_declaration] = STATE(4),
[sym_package_declaration] = STATE(4),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(4),
[sym__proper_body] = STATE(4),
[sym_subprogram_body] = STATE(4),
[sym_package_body] = STATE(4),
[sym__type_declaration] = STATE(4),
[sym_full_type_declaration] = STATE(4),
[sym_private_type_declaration] = STATE(4),
[sym_private_extension_declaration] = STATE(4),
[sym_incomplete_type_declaration] = STATE(4),
[sym__aspect_clause] = STATE(4),
[sym_at_clause] = STATE(4),
[sym_attribute_definition_clause] = STATE(4),
[sym_body_stub] = STATE(4),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(4),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(4),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(4),
[sym_enumeration_representation_clause] = STATE(4),
[sym_exception_declaration] = STATE(4),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(4),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(4),
[sym_generic_package_declaration] = STATE(4),
[sym_generic_instantiation] = STATE(4),
[sym_null_procedure_declaration] = STATE(4),
[sym_number_declaration] = STATE(4),
[sym_object_declaration] = STATE(4),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(4),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(4),
[sym__renaming_declaration] = STATE(4),
[sym_object_renaming_declaration] = STATE(4),
[sym_exception_renaming_declaration] = STATE(4),
[sym_package_renaming_declaration] = STATE(4),
[sym_subprogram_renaming_declaration] = STATE(4),
[sym_generic_renaming_declaration] = STATE(4),
[sym_gnatprep_declarative_if_statement] = STATE(4),
[sym_subprogram_declaration] = STATE(4),
[sym_expression_function_declaration] = STATE(4),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(4),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(4),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym__package_specification_token1] = ACTIONS(19),
[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_pragma_g_token1] = ACTIONS(57),
[aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(444),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[41] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(4),
[sym__basic_declarative_item] = STATE(4),
[sym__basic_declaration] = STATE(4),
[sym_package_declaration] = STATE(4),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(4),
[sym__proper_body] = STATE(4),
[sym_subprogram_body] = STATE(4),
[sym_package_body] = STATE(4),
[sym__type_declaration] = STATE(4),
[sym_full_type_declaration] = STATE(4),
[sym_private_type_declaration] = STATE(4),
[sym_private_extension_declaration] = STATE(4),
[sym_incomplete_type_declaration] = STATE(4),
[sym__aspect_clause] = STATE(4),
[sym_at_clause] = STATE(4),
[sym_attribute_definition_clause] = STATE(4),
[sym_body_stub] = STATE(4),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(4),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(4),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(4),
[sym_enumeration_representation_clause] = STATE(4),
[sym_exception_declaration] = STATE(4),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(4),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(4),
[sym_generic_package_declaration] = STATE(4),
[sym_generic_instantiation] = STATE(4),
[sym_null_procedure_declaration] = STATE(4),
[sym_number_declaration] = STATE(4),
[sym_object_declaration] = STATE(4),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(4),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(4),
[sym__renaming_declaration] = STATE(4),
[sym_object_renaming_declaration] = STATE(4),
[sym_exception_renaming_declaration] = STATE(4),
[sym_package_renaming_declaration] = STATE(4),
[sym_subprogram_renaming_declaration] = STATE(4),
[sym_generic_renaming_declaration] = STATE(4),
[sym_gnatprep_declarative_if_statement] = STATE(4),
[sym_subprogram_declaration] = STATE(4),
[sym_expression_function_declaration] = STATE(4),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(4),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(4),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym__package_specification_token1] = ACTIONS(19),
[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_pragma_g_token1] = ACTIONS(57),
[aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(450),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[42] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(35),
[sym__basic_declarative_item] = STATE(35),
[sym__basic_declaration] = STATE(35),
[sym_package_declaration] = STATE(35),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(35),
[sym__proper_body] = STATE(35),
[sym_subprogram_body] = STATE(35),
[sym_package_body] = STATE(35),
[sym__type_declaration] = STATE(35),
[sym_full_type_declaration] = STATE(35),
[sym_private_type_declaration] = STATE(35),
[sym_private_extension_declaration] = STATE(35),
[sym_incomplete_type_declaration] = STATE(35),
[sym__aspect_clause] = STATE(35),
[sym_at_clause] = STATE(35),
[sym_attribute_definition_clause] = STATE(35),
[sym_body_stub] = STATE(35),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(35),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(35),
[sym_protected_body_stub] = STATE(457),
[sym__declarative_item_pragma] = STATE(35),
[sym_enumeration_representation_clause] = STATE(35),
[sym_exception_declaration] = STATE(35),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(35),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(35),
[sym_generic_package_declaration] = STATE(35),
[sym_generic_instantiation] = STATE(35),
[sym_null_procedure_declaration] = STATE(35),
[sym_number_declaration] = STATE(35),
[sym_object_declaration] = STATE(35),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_pragma_g] = STATE(35),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(35),
[sym__renaming_declaration] = STATE(35),
[sym_object_renaming_declaration] = STATE(35),
[sym_exception_renaming_declaration] = STATE(35),
[sym_package_renaming_declaration] = STATE(35),
[sym_subprogram_renaming_declaration] = STATE(35),
[sym_generic_renaming_declaration] = STATE(35),
[sym_gnatprep_declarative_if_statement] = STATE(35),
[sym_subprogram_declaration] = STATE(35),
[sym_expression_function_declaration] = STATE(35),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(35),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(35),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym__package_specification_token1] = ACTIONS(19),
[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_pragma_g_token1] = ACTIONS(57),
[aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(452),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[43] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1218),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[aux_sym__package_specification_token3] = ACTIONS(454),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_expression_token2] = ACTIONS(456),
[aux_sym_expression_token3] = ACTIONS(454),
[aux_sym_expression_token4] = ACTIONS(454),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[44] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(573),
[sym_null_statement] = STATE(195),
[sym_pragma_g] = STATE(195),
[sym__simple_statement] = STATE(195),
[sym__compound_statement] = STATE(195),
[sym__select_statement] = STATE(195),
[sym_asynchronous_select] = STATE(195),
[sym_conditional_entry_call] = STATE(195),
[sym_timed_entry_call] = STATE(195),
[sym_selective_accept] = STATE(195),
[sym_abort_statement] = STATE(195),
[sym_requeue_statement] = STATE(195),
[sym_accept_statement] = STATE(195),
[sym_case_statement] = STATE(195),
[sym_block_statement] = STATE(195),
[sym_if_statement] = STATE(195),
[sym_gnatprep_if_statement] = STATE(195),
[sym_exit_statement] = STATE(195),
[sym_goto_statement] = STATE(195),
[sym__delay_statement] = STATE(195),
[sym_delay_until_statement] = STATE(195),
[sym_delay_relative_statement] = STATE(195),
[sym_simple_return_statement] = STATE(195),
[sym_extended_return_statement] = STATE(195),
[sym_procedure_call_statement] = STATE(195),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(195),
[sym_loop_statement] = STATE(195),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(195),
[aux_sym__sequence_of_statements_repeat2] = STATE(573),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[aux_sym_iterator_filter_token1] = ACTIONS(458),
[aux_sym__package_specification_token3] = ACTIONS(458),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_expression_token2] = ACTIONS(458),
[aux_sym_expression_token3] = ACTIONS(458),
[aux_sym_expression_token4] = ACTIONS(458),
[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(458),
[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(458),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[45] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1271),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[aux_sym__package_specification_token3] = ACTIONS(460),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_expression_token3] = ACTIONS(460),
[aux_sym_expression_token4] = ACTIONS(460),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[46] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(5),
[sym_pragma_g] = STATE(5),
[sym__simple_statement] = STATE(5),
[sym__statement] = STATE(5),
[sym__compound_statement] = STATE(5),
[sym__select_statement] = STATE(5),
[sym_asynchronous_select] = STATE(5),
[sym_conditional_entry_call] = STATE(5),
[sym_timed_entry_call] = STATE(5),
[sym_selective_accept] = STATE(5),
[sym_abort_statement] = STATE(5),
[sym_requeue_statement] = STATE(5),
[sym_accept_statement] = STATE(5),
[sym_case_statement] = STATE(5),
[sym_block_statement] = STATE(5),
[sym_if_statement] = STATE(5),
[sym_gnatprep_if_statement] = STATE(5),
[sym_exit_statement] = STATE(5),
[sym_goto_statement] = STATE(5),
[sym__delay_statement] = STATE(5),
[sym_delay_until_statement] = STATE(5),
[sym_delay_relative_statement] = STATE(5),
[sym_simple_return_statement] = STATE(5),
[sym_extended_return_statement] = STATE(5),
[sym_procedure_call_statement] = STATE(5),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(5),
[sym_loop_statement] = STATE(5),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(5),
[aux_sym__sequence_of_statements_repeat1] = STATE(5),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[aux_sym_gnatprep_if_statement_repeat1] = STATE(1223),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_gnatprep_declarative_if_statement_token2] = ACTIONS(462),
[aux_sym_gnatprep_declarative_if_statement_token3] = ACTIONS(464),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(466),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[47] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1278),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_expression_token2] = ACTIONS(456),
[aux_sym_expression_token3] = ACTIONS(468),
[aux_sym_expression_token4] = ACTIONS(468),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[48] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1316),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[aux_sym__package_specification_token3] = ACTIONS(454),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_expression_token3] = ACTIONS(454),
[aux_sym_expression_token4] = ACTIONS(454),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[49] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(46),
[sym_pragma_g] = STATE(46),
[sym__simple_statement] = STATE(46),
[sym__statement] = STATE(46),
[sym__compound_statement] = STATE(46),
[sym__select_statement] = STATE(46),
[sym_asynchronous_select] = STATE(46),
[sym_conditional_entry_call] = STATE(46),
[sym_timed_entry_call] = STATE(46),
[sym_selective_accept] = STATE(46),
[sym_abort_statement] = STATE(46),
[sym_requeue_statement] = STATE(46),
[sym_accept_statement] = STATE(46),
[sym_case_statement] = STATE(46),
[sym_block_statement] = STATE(46),
[sym_if_statement] = STATE(46),
[sym_gnatprep_if_statement] = STATE(46),
[sym_exit_statement] = STATE(46),
[sym_goto_statement] = STATE(46),
[sym__delay_statement] = STATE(46),
[sym_delay_until_statement] = STATE(46),
[sym_delay_relative_statement] = STATE(46),
[sym_simple_return_statement] = STATE(46),
[sym_extended_return_statement] = STATE(46),
[sym_procedure_call_statement] = STATE(46),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(46),
[sym_loop_statement] = STATE(46),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(46),
[aux_sym__sequence_of_statements_repeat1] = STATE(46),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[aux_sym_gnatprep_if_statement_repeat1] = STATE(1227),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_gnatprep_declarative_if_statement_token2] = ACTIONS(462),
[aux_sym_gnatprep_declarative_if_statement_token3] = ACTIONS(470),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(472),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[50] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(5),
[sym_pragma_g] = STATE(5),
[sym__simple_statement] = STATE(5),
[sym__statement] = STATE(5),
[sym__compound_statement] = STATE(5),
[sym__select_statement] = STATE(5),
[sym_asynchronous_select] = STATE(5),
[sym_conditional_entry_call] = STATE(5),
[sym_timed_entry_call] = STATE(5),
[sym_selective_accept] = STATE(5),
[sym_abort_statement] = STATE(5),
[sym_requeue_statement] = STATE(5),
[sym_accept_statement] = STATE(5),
[sym_case_statement] = STATE(5),
[sym_block_statement] = STATE(5),
[sym_if_statement] = STATE(5),
[sym_gnatprep_if_statement] = STATE(5),
[sym_exit_statement] = STATE(5),
[sym_goto_statement] = STATE(5),
[sym__delay_statement] = STATE(5),
[sym_delay_until_statement] = STATE(5),
[sym_delay_relative_statement] = STATE(5),
[sym_simple_return_statement] = STATE(5),
[sym_extended_return_statement] = STATE(5),
[sym_procedure_call_statement] = STATE(5),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(5),
[sym_loop_statement] = STATE(5),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(5),
[aux_sym__sequence_of_statements_repeat1] = STATE(5),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_gnatprep_declarative_if_statement_token2] = ACTIONS(474),
[aux_sym_gnatprep_declarative_if_statement_token3] = ACTIONS(474),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(474),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[51] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(50),
[sym_pragma_g] = STATE(50),
[sym__simple_statement] = STATE(50),
[sym__statement] = STATE(50),
[sym__compound_statement] = STATE(50),
[sym__select_statement] = STATE(50),
[sym_asynchronous_select] = STATE(50),
[sym_conditional_entry_call] = STATE(50),
[sym_timed_entry_call] = STATE(50),
[sym_selective_accept] = STATE(50),
[sym_abort_statement] = STATE(50),
[sym_requeue_statement] = STATE(50),
[sym_accept_statement] = STATE(50),
[sym_case_statement] = STATE(50),
[sym_block_statement] = STATE(50),
[sym_if_statement] = STATE(50),
[sym_gnatprep_if_statement] = STATE(50),
[sym_exit_statement] = STATE(50),
[sym_goto_statement] = STATE(50),
[sym__delay_statement] = STATE(50),
[sym_delay_until_statement] = STATE(50),
[sym_delay_relative_statement] = STATE(50),
[sym_simple_return_statement] = STATE(50),
[sym_extended_return_statement] = STATE(50),
[sym_procedure_call_statement] = STATE(50),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(50),
[sym_loop_statement] = STATE(50),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(50),
[aux_sym__sequence_of_statements_repeat1] = STATE(50),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_gnatprep_declarative_if_statement_token2] = ACTIONS(476),
[aux_sym_gnatprep_declarative_if_statement_token3] = ACTIONS(476),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(476),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[52] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_handled_sequence_of_statements] = STATE(2076),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1493),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[53] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_handled_sequence_of_statements] = STATE(1717),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1493),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[54] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_handled_sequence_of_statements] = STATE(1994),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1493),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[55] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_handled_sequence_of_statements] = STATE(1694),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1493),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[56] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_handled_sequence_of_statements] = STATE(2127),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1493),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[57] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_handled_sequence_of_statements] = STATE(2125),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1493),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[58] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_handled_sequence_of_statements] = STATE(1828),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1493),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[59] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_handled_sequence_of_statements] = STATE(2079),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1493),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[60] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_handled_sequence_of_statements] = STATE(1676),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1493),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[61] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_handled_sequence_of_statements] = STATE(2097),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1493),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[62] = {
[sym_unary_adding_operator] = STATE(543),
[sym__name] = STATE(538),
[sym_selected_component] = STATE(518),
[sym_slice] = STATE(518),
[sym__attribute_reference] = STATE(518),
[sym__reduction_attribute_reference] = STATE(518),
[sym_value_sequence] = STATE(2066),
[sym_iterated_element_association] = STATE(1335),
[sym_qualified_expression] = STATE(518),
[sym__subtype_indication] = STATE(1578),
[sym_range_g] = STATE(1580),
[sym_expression] = STATE(1041),
[sym__relation] = STATE(616),
[sym_relation_membership] = STATE(616),
[sym_raise_expression] = STATE(616),
[sym__simple_expression] = STATE(678),
[sym_term] = STATE(568),
[sym__factor] = STATE(540),
[sym_factor_power] = STATE(540),
[sym_factor_abs] = STATE(540),
[sym_factor_not] = STATE(540),
[sym__parenthesized_expression] = STATE(550),
[sym__primary] = STATE(550),
[sym_primary_null] = STATE(550),
[sym_allocator] = STATE(550),
[sym__conditional_expression] = STATE(1751),
[sym_quantified_expression] = STATE(1751),
[sym_declare_expression] = STATE(1751),
[sym_case_expression] = STATE(1751),
[sym_component_choice_list] = STATE(1748),
[sym__aggregate] = STATE(550),
[sym__delta_aggregate] = STATE(550),
[sym_extension_aggregate] = STATE(550),
[sym_record_delta_aggregate] = STATE(550),
[sym_array_delta_aggregate] = STATE(550),
[sym_record_aggregate] = STATE(550),
[sym_record_component_association_list] = STATE(1743),
[sym__named_record_component_association] = STATE(1319),
[sym_null_exclusion] = STATE(864),
[sym__array_aggregate] = STATE(550),
[sym_positional_array_aggregate] = STATE(550),
[sym_null_array_aggregate] = STATE(550),
[sym_named_array_aggregate] = STATE(550),
[sym__array_component_association_list] = STATE(1738),
[sym_array_component_association] = STATE(1202),
[sym_discrete_choice_list] = STATE(1728),
[sym_discrete_choice] = STATE(1238),
[sym_if_expression] = STATE(1751),
[sym_function_call] = STATE(538),
[sym_identifier] = ACTIONS(356),
[sym_gnatprep_identifier] = ACTIONS(358),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(360),
[sym_character_literal] = ACTIONS(358),
[sym_numeric_literal] = ACTIONS(362),
[anon_sym_PLUS] = ACTIONS(364),
[anon_sym_DASH] = ACTIONS(366),
[sym_target_name] = ACTIONS(358),
[anon_sym_LPAREN] = ACTIONS(368),
[anon_sym_LBRACK] = ACTIONS(370),
[aux_sym_iterated_element_association_token1] = ACTIONS(374),
[aux_sym_relation_membership_token1] = ACTIONS(376),
[aux_sym_raise_expression_token1] = ACTIONS(378),
[aux_sym_factor_abs_token1] = ACTIONS(380),
[aux_sym_primary_null_token1] = ACTIONS(382),
[aux_sym_allocator_token1] = ACTIONS(384),
[aux_sym_declare_expression_token1] = ACTIONS(386),
[aux_sym_case_expression_token1] = ACTIONS(388),
[aux_sym_component_choice_list_token1] = ACTIONS(390),
[aux_sym_if_expression_token1] = ACTIONS(396),
},
[63] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_handled_sequence_of_statements] = STATE(2116),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1493),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[64] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_handled_sequence_of_statements] = STATE(1808),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1493),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[65] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_handled_sequence_of_statements] = STATE(1963),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1493),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[66] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_handled_sequence_of_statements] = STATE(1773),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1493),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[67] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_handled_sequence_of_statements] = STATE(2089),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1493),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[68] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_handled_sequence_of_statements] = STATE(1818),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1493),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[69] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_handled_sequence_of_statements] = STATE(1839),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1493),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[70] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_handled_sequence_of_statements] = STATE(2095),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1493),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[71] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_handled_sequence_of_statements] = STATE(1702),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1493),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[72] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_handled_sequence_of_statements] = STATE(1713),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1493),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[73] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_handled_sequence_of_statements] = STATE(1619),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1493),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[74] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_handled_sequence_of_statements] = STATE(1656),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1493),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[75] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_handled_sequence_of_statements] = STATE(2113),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1493),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[76] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_handled_sequence_of_statements] = STATE(2029),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1493),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[77] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_handled_sequence_of_statements] = STATE(2101),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1493),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[78] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_handled_sequence_of_statements] = STATE(2001),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1493),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[79] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_handled_sequence_of_statements] = STATE(1876),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1493),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[80] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_handled_sequence_of_statements] = STATE(2046),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1493),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[81] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_handled_sequence_of_statements] = STATE(2051),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1493),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[82] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_handled_sequence_of_statements] = STATE(1902),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1493),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[83] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_handled_sequence_of_statements] = STATE(2106),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1493),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[84] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1511),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[85] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1697),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[86] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1827),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[87] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1940),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[88] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1519),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[89] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1678),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[90] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1648),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[91] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1911),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[92] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1104),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[93] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(5),
[sym_pragma_g] = STATE(5),
[sym__simple_statement] = STATE(5),
[sym__statement] = STATE(5),
[sym__compound_statement] = STATE(5),
[sym__select_statement] = STATE(5),
[sym_asynchronous_select] = STATE(5),
[sym_conditional_entry_call] = STATE(5),
[sym_timed_entry_call] = STATE(5),
[sym_selective_accept] = STATE(5),
[sym_abort_statement] = STATE(5),
[sym_requeue_statement] = STATE(5),
[sym_accept_statement] = STATE(5),
[sym_case_statement] = STATE(5),
[sym_block_statement] = STATE(5),
[sym_if_statement] = STATE(5),
[sym_gnatprep_if_statement] = STATE(5),
[sym_exit_statement] = STATE(5),
[sym_goto_statement] = STATE(5),
[sym__delay_statement] = STATE(5),
[sym_delay_until_statement] = STATE(5),
[sym_delay_relative_statement] = STATE(5),
[sym_simple_return_statement] = STATE(5),
[sym_extended_return_statement] = STATE(5),
[sym_procedure_call_statement] = STATE(5),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(5),
[sym_loop_statement] = STATE(5),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(5),
[aux_sym__sequence_of_statements_repeat1] = STATE(5),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(478),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[94] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(101),
[sym_pragma_g] = STATE(101),
[sym__simple_statement] = STATE(101),
[sym__statement] = STATE(101),
[sym__compound_statement] = STATE(101),
[sym__select_statement] = STATE(101),
[sym_asynchronous_select] = STATE(101),
[sym_conditional_entry_call] = STATE(101),
[sym_timed_entry_call] = STATE(101),
[sym_selective_accept] = STATE(101),
[sym_abort_statement] = STATE(101),
[sym_requeue_statement] = STATE(101),
[sym_accept_statement] = STATE(101),
[sym_case_statement] = STATE(101),
[sym_block_statement] = STATE(101),
[sym_if_statement] = STATE(101),
[sym_gnatprep_if_statement] = STATE(101),
[sym_exit_statement] = STATE(101),
[sym_goto_statement] = STATE(101),
[sym__delay_statement] = STATE(101),
[sym_delay_until_statement] = STATE(101),
[sym_delay_relative_statement] = STATE(101),
[sym_simple_return_statement] = STATE(101),
[sym_extended_return_statement] = STATE(101),
[sym_procedure_call_statement] = STATE(101),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(101),
[sym_loop_statement] = STATE(101),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(101),
[aux_sym__sequence_of_statements_repeat1] = STATE(101),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(478),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[95] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1583),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[96] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(5),
[sym_pragma_g] = STATE(5),
[sym__simple_statement] = STATE(5),
[sym__statement] = STATE(5),
[sym__compound_statement] = STATE(5),
[sym__select_statement] = STATE(5),
[sym_asynchronous_select] = STATE(5),
[sym_conditional_entry_call] = STATE(5),
[sym_timed_entry_call] = STATE(5),
[sym_selective_accept] = STATE(5),
[sym_abort_statement] = STATE(5),
[sym_requeue_statement] = STATE(5),
[sym_accept_statement] = STATE(5),
[sym_case_statement] = STATE(5),
[sym_block_statement] = STATE(5),
[sym_if_statement] = STATE(5),
[sym_gnatprep_if_statement] = STATE(5),
[sym_exit_statement] = STATE(5),
[sym_goto_statement] = STATE(5),
[sym__delay_statement] = STATE(5),
[sym_delay_until_statement] = STATE(5),
[sym_delay_relative_statement] = STATE(5),
[sym_simple_return_statement] = STATE(5),
[sym_extended_return_statement] = STATE(5),
[sym_procedure_call_statement] = STATE(5),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(5),
[sym_loop_statement] = STATE(5),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(5),
[aux_sym__sequence_of_statements_repeat1] = STATE(5),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(480),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[97] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(103),
[sym_pragma_g] = STATE(103),
[sym__simple_statement] = STATE(103),
[sym__statement] = STATE(103),
[sym__compound_statement] = STATE(103),
[sym__select_statement] = STATE(103),
[sym_asynchronous_select] = STATE(103),
[sym_conditional_entry_call] = STATE(103),
[sym_timed_entry_call] = STATE(103),
[sym_selective_accept] = STATE(103),
[sym_abort_statement] = STATE(103),
[sym_requeue_statement] = STATE(103),
[sym_accept_statement] = STATE(103),
[sym_case_statement] = STATE(103),
[sym_block_statement] = STATE(103),
[sym_if_statement] = STATE(103),
[sym_gnatprep_if_statement] = STATE(103),
[sym_exit_statement] = STATE(103),
[sym_goto_statement] = STATE(103),
[sym__delay_statement] = STATE(103),
[sym_delay_until_statement] = STATE(103),
[sym_delay_relative_statement] = STATE(103),
[sym_simple_return_statement] = STATE(103),
[sym_extended_return_statement] = STATE(103),
[sym_procedure_call_statement] = STATE(103),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(103),
[sym_loop_statement] = STATE(103),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(103),
[aux_sym__sequence_of_statements_repeat1] = STATE(103),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(482),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[98] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(93),
[sym_pragma_g] = STATE(93),
[sym__simple_statement] = STATE(93),
[sym__statement] = STATE(93),
[sym__compound_statement] = STATE(93),
[sym__select_statement] = STATE(93),
[sym_asynchronous_select] = STATE(93),
[sym_conditional_entry_call] = STATE(93),
[sym_timed_entry_call] = STATE(93),
[sym_selective_accept] = STATE(93),
[sym_abort_statement] = STATE(93),
[sym_requeue_statement] = STATE(93),
[sym_accept_statement] = STATE(93),
[sym_case_statement] = STATE(93),
[sym_block_statement] = STATE(93),
[sym_if_statement] = STATE(93),
[sym_gnatprep_if_statement] = STATE(93),
[sym_exit_statement] = STATE(93),
[sym_goto_statement] = STATE(93),
[sym__delay_statement] = STATE(93),
[sym_delay_until_statement] = STATE(93),
[sym_delay_relative_statement] = STATE(93),
[sym_simple_return_statement] = STATE(93),
[sym_extended_return_statement] = STATE(93),
[sym_procedure_call_statement] = STATE(93),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(93),
[sym_loop_statement] = STATE(93),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(93),
[aux_sym__sequence_of_statements_repeat1] = STATE(93),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(466),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[99] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1980),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[100] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1975),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[101] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(5),
[sym_pragma_g] = STATE(5),
[sym__simple_statement] = STATE(5),
[sym__statement] = STATE(5),
[sym__compound_statement] = STATE(5),
[sym__select_statement] = STATE(5),
[sym_asynchronous_select] = STATE(5),
[sym_conditional_entry_call] = STATE(5),
[sym_timed_entry_call] = STATE(5),
[sym_selective_accept] = STATE(5),
[sym_abort_statement] = STATE(5),
[sym_requeue_statement] = STATE(5),
[sym_accept_statement] = STATE(5),
[sym_case_statement] = STATE(5),
[sym_block_statement] = STATE(5),
[sym_if_statement] = STATE(5),
[sym_gnatprep_if_statement] = STATE(5),
[sym_exit_statement] = STATE(5),
[sym_goto_statement] = STATE(5),
[sym__delay_statement] = STATE(5),
[sym_delay_until_statement] = STATE(5),
[sym_delay_relative_statement] = STATE(5),
[sym_simple_return_statement] = STATE(5),
[sym_extended_return_statement] = STATE(5),
[sym_procedure_call_statement] = STATE(5),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(5),
[sym_loop_statement] = STATE(5),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(5),
[aux_sym__sequence_of_statements_repeat1] = STATE(5),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(484),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[102] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1752),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[103] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(5),
[sym_pragma_g] = STATE(5),
[sym__simple_statement] = STATE(5),
[sym__statement] = STATE(5),
[sym__compound_statement] = STATE(5),
[sym__select_statement] = STATE(5),
[sym_asynchronous_select] = STATE(5),
[sym_conditional_entry_call] = STATE(5),
[sym_timed_entry_call] = STATE(5),
[sym_selective_accept] = STATE(5),
[sym_abort_statement] = STATE(5),
[sym_requeue_statement] = STATE(5),
[sym_accept_statement] = STATE(5),
[sym_case_statement] = STATE(5),
[sym_block_statement] = STATE(5),
[sym_if_statement] = STATE(5),
[sym_gnatprep_if_statement] = STATE(5),
[sym_exit_statement] = STATE(5),
[sym_goto_statement] = STATE(5),
[sym__delay_statement] = STATE(5),
[sym_delay_until_statement] = STATE(5),
[sym_delay_relative_statement] = STATE(5),
[sym_simple_return_statement] = STATE(5),
[sym_extended_return_statement] = STATE(5),
[sym_procedure_call_statement] = STATE(5),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(5),
[sym_loop_statement] = STATE(5),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(5),
[aux_sym__sequence_of_statements_repeat1] = STATE(5),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(486),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[104] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1727),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[105] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(27),
[sym_pragma_g] = STATE(27),
[sym__sequence_of_statements] = STATE(1410),
[sym__simple_statement] = STATE(27),
[sym__statement] = STATE(27),
[sym__compound_statement] = STATE(27),
[sym__select_statement] = STATE(27),
[sym_asynchronous_select] = STATE(27),
[sym_conditional_entry_call] = STATE(27),
[sym_timed_entry_call] = STATE(27),
[sym_selective_accept] = STATE(27),
[sym_abort_statement] = STATE(27),
[sym_requeue_statement] = STATE(27),
[sym_accept_statement] = STATE(27),
[sym_case_statement] = STATE(27),
[sym_block_statement] = STATE(27),
[sym_if_statement] = STATE(27),
[sym_gnatprep_if_statement] = STATE(27),
[sym_exit_statement] = STATE(27),
[sym_goto_statement] = STATE(27),
[sym__delay_statement] = STATE(27),
[sym_delay_until_statement] = STATE(27),
[sym_delay_relative_statement] = STATE(27),
[sym_simple_return_statement] = STATE(27),
[sym_extended_return_statement] = STATE(27),
[sym_procedure_call_statement] = STATE(27),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(27),
[sym_loop_statement] = STATE(27),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(27),
[aux_sym__sequence_of_statements_repeat1] = STATE(27),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[106] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(108),
[sym_null_statement] = STATE(96),
[sym_pragma_g] = STATE(96),
[sym__simple_statement] = STATE(96),
[sym__statement] = STATE(96),
[sym__compound_statement] = STATE(96),
[sym__select_statement] = STATE(96),
[sym_asynchronous_select] = STATE(96),
[sym_conditional_entry_call] = STATE(96),
[sym_timed_entry_call] = STATE(96),
[sym_selective_accept] = STATE(96),
[sym_abort_statement] = STATE(96),
[sym_requeue_statement] = STATE(96),
[sym_accept_statement] = STATE(96),
[sym_case_statement] = STATE(96),
[sym_block_statement] = STATE(96),
[sym_if_statement] = STATE(96),
[sym_gnatprep_if_statement] = STATE(96),
[sym_exit_statement] = STATE(96),
[sym_goto_statement] = STATE(96),
[sym__delay_statement] = STATE(96),
[sym_delay_until_statement] = STATE(96),
[sym_delay_relative_statement] = STATE(96),
[sym_simple_return_statement] = STATE(96),
[sym_extended_return_statement] = STATE(96),
[sym_procedure_call_statement] = STATE(96),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(96),
[sym_loop_statement] = STATE(96),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(96),
[aux_sym__sequence_of_statements_repeat1] = STATE(96),
[aux_sym__sequence_of_statements_repeat2] = STATE(108),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(488),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[107] = {
[sym__defining_identifier_list] = STATE(2067),
[sym__declarative_item] = STATE(534),
[sym__basic_declarative_item] = STATE(534),
[sym__basic_declaration] = STATE(534),
[sym_package_declaration] = STATE(534),
[sym__package_specification] = STATE(2064),
[sym_use_clause] = STATE(534),
[sym__proper_body] = STATE(534),
[sym_subprogram_body] = STATE(534),
[sym_package_body] = STATE(534),
[sym__type_declaration] = STATE(534),
[sym_full_type_declaration] = STATE(534),
[sym_private_type_declaration] = STATE(534),
[sym_private_extension_declaration] = STATE(534),
[sym_incomplete_type_declaration] = STATE(534),
[sym__aspect_clause] = STATE(534),
[sym_at_clause] = STATE(534),
[sym_attribute_definition_clause] = STATE(534),
[sym_body_stub] = STATE(534),
[sym_subprogram_body_stub] = STATE(457),
[sym_package_body_stub] = STATE(457),
[sym_task_body] = STATE(534),
[sym_task_body_stub] = STATE(457),
[sym_protected_type_declaration] = STATE(395),
[sym_single_protected_declaration] = STATE(389),
[sym_protected_body] = STATE(534),
[sym_protected_body_stub] = STATE(457),
[sym_enumeration_representation_clause] = STATE(534),
[sym_exception_declaration] = STATE(534),
[sym_function_specification] = STATE(1178),
[sym__generic_declaration] = STATE(534),
[sym_generic_formal_part] = STATE(943),
[sym_generic_subprogram_declaration] = STATE(534),
[sym_generic_package_declaration] = STATE(534),
[sym_generic_instantiation] = STATE(534),
[sym_null_procedure_declaration] = STATE(534),
[sym_number_declaration] = STATE(534),
[sym_object_declaration] = STATE(534),
[sym_single_task_declaration] = STATE(389),
[sym_task_type_declaration] = STATE(395),
[sym_overriding_indicator] = STATE(1053),
[sym_procedure_specification] = STATE(1183),
[sym_record_representation_clause] = STATE(534),
[sym__renaming_declaration] = STATE(534),
[sym_object_renaming_declaration] = STATE(534),
[sym_exception_renaming_declaration] = STATE(534),
[sym_package_renaming_declaration] = STATE(534),
[sym_subprogram_renaming_declaration] = STATE(534),
[sym_generic_renaming_declaration] = STATE(534),
[sym_subprogram_declaration] = STATE(534),
[sym_expression_function_declaration] = STATE(534),
[sym__subprogram_specification] = STATE(1079),
[sym_subtype_declaration] = STATE(534),
[sym_identifier] = ACTIONS(324),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(326),
[aux_sym_iterated_element_association_token2] = ACTIONS(15),
[aux_sym__package_specification_token1] = ACTIONS(19),
[aux_sym_with_clause_token2] = ACTIONS(490),
[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(83),
},
[108] = {
[sym__name] = STATE(1026),
[sym_selected_component] = STATE(1077),
[sym_slice] = STATE(1077),
[sym__attribute_reference] = STATE(1077),
[sym__reduction_attribute_reference] = STATE(1077),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(1077),
[sym_loop_label] = STATE(1030),
[sym_label] = STATE(573),
[sym_null_statement] = STATE(195),
[sym_pragma_g] = STATE(195),
[sym__simple_statement] = STATE(195),
[sym__compound_statement] = STATE(195),
[sym__select_statement] = STATE(195),
[sym_asynchronous_select] = STATE(195),
[sym_conditional_entry_call] = STATE(195),
[sym_timed_entry_call] = STATE(195),
[sym_selective_accept] = STATE(195),
[sym_abort_statement] = STATE(195),
[sym_requeue_statement] = STATE(195),
[sym_accept_statement] = STATE(195),
[sym_case_statement] = STATE(195),
[sym_block_statement] = STATE(195),
[sym_if_statement] = STATE(195),
[sym_gnatprep_if_statement] = STATE(195),
[sym_exit_statement] = STATE(195),
[sym_goto_statement] = STATE(195),
[sym__delay_statement] = STATE(195),
[sym_delay_until_statement] = STATE(195),
[sym_delay_relative_statement] = STATE(195),
[sym_simple_return_statement] = STATE(195),
[sym_extended_return_statement] = STATE(195),
[sym_procedure_call_statement] = STATE(195),
[sym_function_call] = STATE(1026),
[sym_raise_statement] = STATE(195),
[sym_loop_statement] = STATE(195),
[sym_iteration_scheme] = STATE(2053),
[sym_assignment_statement] = STATE(195),
[aux_sym__sequence_of_statements_repeat2] = STATE(573),
[sym_identifier] = ACTIONS(422),
[sym_gnatprep_identifier] = ACTIONS(9),
[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(424),
[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_gnatprep_declarative_if_statement_token1] = ACTIONS(71),
[aux_sym_exit_statement_token1] = ACTIONS(73),
[aux_sym_goto_statement_token1] = ACTIONS(75),
[aux_sym_delay_until_statement_token1] = ACTIONS(77),
[aux_sym_loop_statement_token1] = ACTIONS(79),
[aux_sym_iteration_scheme_token1] = ACTIONS(81),
},
[109] = {
[sym_unary_adding_operator] = STATE(543),
[sym__name] = STATE(538),
[sym_selected_component] = STATE(538),
[sym__defining_identifier_list] = STATE(2058),
[sym_slice] = STATE(538),
[sym__attribute_reference] = STATE(538),
[sym__reduction_attribute_reference] = STATE(538),
[sym_value_sequence] = STATE(2066),
[sym_qualified_expression] = STATE(538),
[sym_range_g] = STATE(1646),
[sym_expression] = STATE(1610),
[sym__relation] = STATE(616),
[sym_relation_membership] = STATE(616),
[sym_raise_expression] = STATE(616),
[sym__simple_expression] = STATE(678),
[sym_term] = STATE(568),
[sym__factor] = STATE(540),
[sym_factor_power] = STATE(540),
[sym_factor_abs] = STATE(540),
[sym_factor_not] = STATE(540),
[sym__parenthesized_expression] = STATE(550),
[sym__primary] = STATE(550),
[sym_primary_null] = STATE(550),
[sym_allocator] = STATE(550),
[sym_parameter_association] = STATE(1283),
[sym__conditional_expression] = STATE(1958),
[sym_quantified_expression] = STATE(1958),
[sym_declare_expression] = STATE(1958),
[sym_case_expression] = STATE(1958),
[sym_component_choice_list] = STATE(1635),
[sym__aggregate] = STATE(550),
[sym__delta_aggregate] = STATE(550),
[sym_extension_aggregate] = STATE(550),
[sym_record_delta_aggregate] = STATE(550),
[sym_array_delta_aggregate] = STATE(550),
[sym_record_aggregate] = STATE(550),
[sym__array_aggregate] = STATE(550),
[sym_positional_array_aggregate] = STATE(550),
[sym_null_array_aggregate] = STATE(550),
[sym_named_array_aggregate] = STATE(550),
[sym_parameter_specification] = STATE(1397),
[sym__parameter_specification_list] = STATE(2030),
[sym_if_expression] = STATE(1958),
[sym_function_call] = STATE(538),
[sym_identifier] = ACTIONS(492),
[sym_gnatprep_identifier] = ACTIONS(494),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(496),
[sym_character_literal] = ACTIONS(494),
[sym_numeric_literal] = ACTIONS(362),
[anon_sym_PLUS] = ACTIONS(364),
[anon_sym_DASH] = ACTIONS(366),
[sym_target_name] = ACTIONS(494),
[anon_sym_LPAREN] = ACTIONS(368),
[anon_sym_LBRACK] = ACTIONS(370),
[aux_sym_iterated_element_association_token1] = ACTIONS(498),
[aux_sym_relation_membership_token1] = ACTIONS(500),
[aux_sym_raise_expression_token1] = ACTIONS(378),
[aux_sym_factor_abs_token1] = ACTIONS(380),
[aux_sym_primary_null_token1] = ACTIONS(502),
[aux_sym_allocator_token1] = ACTIONS(384),
[anon_sym_LT_GT] = ACTIONS(504),
[aux_sym_declare_expression_token1] = ACTIONS(386),
[aux_sym_case_expression_token1] = ACTIONS(388),
[aux_sym_component_choice_list_token1] = ACTIONS(506),
[aux_sym_if_expression_token1] = ACTIONS(396),
},
};
static const uint16_t ts_small_parse_table[] = {
[0] = 33,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(386), 1,
aux_sym_declare_expression_token1,
ACTIONS(388), 1,
aux_sym_case_expression_token1,
ACTIONS(396), 1,
aux_sym_if_expression_token1,
ACTIONS(496), 1,
sym_string_literal,
ACTIONS(498), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(504), 1,
anon_sym_LT_GT,
ACTIONS(506), 1,
aux_sym_component_choice_list_token1,
ACTIONS(508), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(678), 1,
sym__simple_expression,
STATE(1283), 1,
sym_parameter_association,
STATE(1610), 1,
sym_expression,
STATE(1635), 1,
sym_component_choice_list,
STATE(1646), 1,
sym_range_g,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(494), 3,
sym_gnatprep_identifier,
sym_character_literal,
sym_target_name,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(1958), 5,
sym__conditional_expression,
sym_quantified_expression,
sym_declare_expression,
sym_case_expression,
sym_if_expression,
STATE(538), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[130] = 33,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_relation_membership_token1,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(386), 1,
aux_sym_declare_expression_token1,
ACTIONS(388), 1,
aux_sym_case_expression_token1,
ACTIONS(396), 1,
aux_sym_if_expression_token1,
ACTIONS(498), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(510), 1,
sym_identifier,
ACTIONS(514), 1,
sym_string_literal,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(678), 1,
sym__simple_expression,
STATE(864), 1,
sym_null_exclusion,
STATE(1310), 1,
sym_discriminant_association,
STATE(1439), 1,
sym_expression,
STATE(1488), 1,
sym__subtype_indication,
STATE(2066), 1,
sym_value_sequence,
STATE(538), 2,
sym__name,
sym_function_call,
STATE(1435), 2,
sym_range_g,
sym__discrete_range,
ACTIONS(512), 3,
sym_gnatprep_identifier,
sym_character_literal,
sym_target_name,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(570), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(1751), 5,
sym__conditional_expression,
sym_quantified_expression,
sym_declare_expression,
sym_case_expression,
sym_if_expression,
STATE(550), 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,
[260] = 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(83), 1,
aux_sym_subtype_declaration_token1,
ACTIONS(324), 1,
sym_identifier,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(516), 1,
aux_sym_compilation_unit_token1,
ACTIONS(518), 1,
aux_sym__package_specification_token1,
ACTIONS(520), 1,
aux_sym__package_specification_token3,
ACTIONS(522), 1,
aux_sym_allocator_token1,
ACTIONS(524), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(526), 1,
aux_sym_interface_type_definition_token1,
STATE(943), 1,
sym_generic_formal_part,
STATE(1095), 1,
sym__subprogram_specification,
STATE(1118), 1,
sym_overriding_indicator,
STATE(1178), 1,
sym_function_specification,
STATE(1183), 1,
sym_procedure_specification,
STATE(2064), 1,
sym__package_specification,
STATE(2067), 1,
sym__defining_identifier_list,
STATE(389), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(395), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(114), 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,
[380] = 37,
ACTIONS(3), 1,
sym_comment,
ACTIONS(356), 1,
sym_identifier,
ACTIONS(360), 1,
sym_string_literal,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_relation_membership_token1,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(382), 1,
aux_sym_primary_null_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(390), 1,
aux_sym_component_choice_list_token1,
ACTIONS(528), 1,
aux_sym_iterated_element_association_token1,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(678), 1,
sym__simple_expression,
STATE(864), 1,
sym_null_exclusion,
STATE(1202), 1,
sym_array_component_association,
STATE(1216), 1,
sym_expression,
STATE(1238), 1,
sym_discrete_choice,
STATE(1319), 1,
sym__named_record_component_association,
STATE(1335), 1,
sym_iterated_element_association,
STATE(1578), 1,
sym__subtype_indication,
STATE(1580), 1,
sym_range_g,
STATE(1662), 1,
sym__array_component_association_list,
STATE(1728), 1,
sym_discrete_choice_list,
STATE(1748), 1,
sym_component_choice_list,
STATE(2066), 1,
sym_value_sequence,
STATE(538), 2,
sym__name,
sym_function_call,
STATE(1643), 2,
sym_record_component_association_list,
sym__record_component_association_list_or_expression,
ACTIONS(358), 3,
sym_gnatprep_identifier,
sym_character_literal,
sym_target_name,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(518), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(550), 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,
[518] = 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(83), 1,
aux_sym_subtype_declaration_token1,
ACTIONS(324), 1,
sym_identifier,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(518), 1,
aux_sym__package_specification_token1,
ACTIONS(524), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(526), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(530), 1,
aux_sym_compilation_unit_token1,
ACTIONS(532), 1,
aux_sym__package_specification_token3,
STATE(943), 1,
sym_generic_formal_part,
STATE(1095), 1,
sym__subprogram_specification,
STATE(1118), 1,
sym_overriding_indicator,
STATE(1178), 1,
sym_function_specification,
STATE(1183), 1,
sym_procedure_specification,
STATE(2064), 1,
sym__package_specification,
STATE(2067), 1,
sym__defining_identifier_list,
STATE(389), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(395), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(116), 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,
[635] = 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(83), 1,
aux_sym_subtype_declaration_token1,
ACTIONS(324), 1,
sym_identifier,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(518), 1,
aux_sym__package_specification_token1,
ACTIONS(524), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(526), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(534), 1,
aux_sym_compilation_unit_token1,
ACTIONS(536), 1,
aux_sym__package_specification_token3,
STATE(943), 1,
sym_generic_formal_part,
STATE(1095), 1,
sym__subprogram_specification,
STATE(1118), 1,
sym_overriding_indicator,
STATE(1178), 1,
sym_function_specification,
STATE(1183), 1,
sym_procedure_specification,
STATE(2064), 1,
sym__package_specification,
STATE(2067), 1,
sym__defining_identifier_list,
STATE(389), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(395), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(116), 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,
[752] = 26,
ACTIONS(3), 1,
sym_comment,
ACTIONS(538), 1,
sym_identifier,
ACTIONS(541), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(544), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(549), 1,
aux_sym__package_specification_token1,
ACTIONS(552), 1,
aux_sym_use_clause_token2,
ACTIONS(555), 1,
aux_sym_relation_membership_token1,
ACTIONS(558), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(561), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(564), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(567), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(570), 1,
aux_sym_generic_formal_part_token1,
ACTIONS(573), 1,
aux_sym_global_mode_token1,
ACTIONS(576), 1,
aux_sym_pragma_g_token1,
ACTIONS(579), 1,
aux_sym_subtype_declaration_token1,
STATE(943), 1,
sym_generic_formal_part,
STATE(1095), 1,
sym__subprogram_specification,
STATE(1118), 1,
sym_overriding_indicator,
STATE(1178), 1,
sym_function_specification,
STATE(1183), 1,
sym_procedure_specification,
STATE(2064), 1,
sym__package_specification,
STATE(2067), 1,
sym__defining_identifier_list,
ACTIONS(547), 2,
aux_sym_compilation_unit_token1,
aux_sym__package_specification_token3,
STATE(389), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(395), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(116), 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,
[867] = 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(83), 1,
aux_sym_subtype_declaration_token1,
ACTIONS(324), 1,
sym_identifier,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(516), 1,
aux_sym_compilation_unit_token1,
ACTIONS(518), 1,
aux_sym__package_specification_token1,
ACTIONS(520), 1,
aux_sym__package_specification_token3,
ACTIONS(524), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(526), 1,
aux_sym_interface_type_definition_token1,
STATE(943), 1,
sym_generic_formal_part,
STATE(1095), 1,
sym__subprogram_specification,
STATE(1118), 1,
sym_overriding_indicator,
STATE(1178), 1,
sym_function_specification,
STATE(1183), 1,
sym_procedure_specification,
STATE(2064), 1,
sym__package_specification,
STATE(2067), 1,
sym__defining_identifier_list,
STATE(389), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(395), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(114), 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,
[984] = 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(83), 1,
aux_sym_subtype_declaration_token1,
ACTIONS(324), 1,
sym_identifier,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(518), 1,
aux_sym__package_specification_token1,
ACTIONS(524), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(526), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(530), 1,
aux_sym_compilation_unit_token1,
ACTIONS(532), 1,
aux_sym__package_specification_token3,
STATE(943), 1,
sym_generic_formal_part,
STATE(1095), 1,
sym__subprogram_specification,
STATE(1118), 1,
sym_overriding_indicator,
STATE(1178), 1,
sym_function_specification,
STATE(1183), 1,
sym_procedure_specification,
STATE(2064), 1,
sym__package_specification,
STATE(2067), 1,
sym__defining_identifier_list,
STATE(389), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(395), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(115), 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,
[1101] = 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(83), 1,
aux_sym_subtype_declaration_token1,
ACTIONS(324), 1,
sym_identifier,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(518), 1,
aux_sym__package_specification_token1,
ACTIONS(524), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(526), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(536), 1,
aux_sym__package_specification_token3,
STATE(943), 1,
sym_generic_formal_part,
STATE(1095), 1,
sym__subprogram_specification,
STATE(1118), 1,
sym_overriding_indicator,
STATE(1178), 1,
sym_function_specification,
STATE(1183), 1,
sym_procedure_specification,
STATE(2064), 1,
sym__package_specification,
STATE(2067), 1,
sym__defining_identifier_list,
STATE(389), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(395), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(116), 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,
[1215] = 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(83), 1,
aux_sym_subtype_declaration_token1,
ACTIONS(324), 1,
sym_identifier,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(518), 1,
aux_sym__package_specification_token1,
ACTIONS(524), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(526), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(536), 1,
aux_sym__package_specification_token3,
STATE(943), 1,
sym_generic_formal_part,
STATE(1095), 1,
sym__subprogram_specification,
STATE(1118), 1,
sym_overriding_indicator,
STATE(1178), 1,
sym_function_specification,
STATE(1183), 1,
sym_procedure_specification,
STATE(2064), 1,
sym__package_specification,
STATE(2067), 1,
sym__defining_identifier_list,
STATE(389), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(395), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(122), 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,
[1329] = 35,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_relation_membership_token1,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(528), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(582), 1,
sym_identifier,
ACTIONS(584), 1,
aux_sym_value_sequence_token1,
ACTIONS(586), 1,
anon_sym_RBRACK,
ACTIONS(588), 1,
aux_sym_component_choice_list_token1,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(678), 1,
sym__simple_expression,
STATE(864), 1,
sym_null_exclusion,
STATE(1017), 1,
sym_expression,
STATE(1202), 1,
sym_array_component_association,
STATE(1238), 1,
sym_discrete_choice,
STATE(1578), 1,
sym__subtype_indication,
STATE(1580), 1,
sym_range_g,
STATE(1591), 1,
sym_iterated_element_association,
STATE(1712), 1,
sym__array_component_association_list,
STATE(1728), 1,
sym_discrete_choice_list,
STATE(2066), 1,
sym_value_sequence,
STATE(538), 2,
sym__name,
sym_function_call,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(358), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(518), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(550), 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,
[1461] = 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(83), 1,
aux_sym_subtype_declaration_token1,
ACTIONS(324), 1,
sym_identifier,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(518), 1,
aux_sym__package_specification_token1,
ACTIONS(524), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(526), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(590), 1,
aux_sym__package_specification_token3,
STATE(943), 1,
sym_generic_formal_part,
STATE(1095), 1,
sym__subprogram_specification,
STATE(1118), 1,
sym_overriding_indicator,
STATE(1178), 1,
sym_function_specification,
STATE(1183), 1,
sym_procedure_specification,
STATE(2064), 1,
sym__package_specification,
STATE(2067), 1,
sym__defining_identifier_list,
STATE(389), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(395), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(116), 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,
[1575] = 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(83), 1,
aux_sym_subtype_declaration_token1,
ACTIONS(324), 1,
sym_identifier,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(518), 1,
aux_sym__package_specification_token1,
ACTIONS(524), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(526), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(590), 1,
aux_sym__package_specification_token3,
STATE(943), 1,
sym_generic_formal_part,
STATE(1095), 1,
sym__subprogram_specification,
STATE(1118), 1,
sym_overriding_indicator,
STATE(1178), 1,
sym_function_specification,
STATE(1183), 1,
sym_procedure_specification,
STATE(2064), 1,
sym__package_specification,
STATE(2067), 1,
sym__defining_identifier_list,
STATE(389), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(395), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(124), 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,
[1689] = 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(83), 1,
aux_sym_subtype_declaration_token1,
ACTIONS(324), 1,
sym_identifier,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(518), 1,
aux_sym__package_specification_token1,
ACTIONS(524), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(526), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(592), 1,
aux_sym__package_specification_token3,
STATE(943), 1,
sym_generic_formal_part,
STATE(1095), 1,
sym__subprogram_specification,
STATE(1118), 1,
sym_overriding_indicator,
STATE(1178), 1,
sym_function_specification,
STATE(1183), 1,
sym_procedure_specification,
STATE(2064), 1,
sym__package_specification,
STATE(2067), 1,
sym__defining_identifier_list,
STATE(389), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(395), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(116), 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,
[1803] = 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(83), 1,
aux_sym_subtype_declaration_token1,
ACTIONS(324), 1,
sym_identifier,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(518), 1,
aux_sym__package_specification_token1,
ACTIONS(524), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(526), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(532), 1,
aux_sym__package_specification_token3,
STATE(943), 1,
sym_generic_formal_part,
STATE(1095), 1,
sym__subprogram_specification,
STATE(1118), 1,
sym_overriding_indicator,
STATE(1178), 1,
sym_function_specification,
STATE(1183), 1,
sym_procedure_specification,
STATE(2064), 1,
sym__package_specification,
STATE(2067), 1,
sym__defining_identifier_list,
STATE(389), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(395), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(119), 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,
[1917] = 29,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(386), 1,
aux_sym_declare_expression_token1,
ACTIONS(388), 1,
aux_sym_case_expression_token1,
ACTIONS(396), 1,
aux_sym_if_expression_token1,
ACTIONS(498), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(594), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1266), 1,
sym_pragma_argument_association,
STATE(1606), 1,
sym_expression,
STATE(1673), 1,
sym__aspect_mark,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(1672), 6,
sym__conditional_expression,
sym__conditional_quantified_declare_expression,
sym_quantified_expression,
sym_declare_expression,
sym_case_expression,
sym_if_expression,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[2037] = 34,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_relation_membership_token1,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(528), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(582), 1,
sym_identifier,
ACTIONS(586), 1,
anon_sym_RBRACK,
ACTIONS(588), 1,
aux_sym_component_choice_list_token1,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(678), 1,
sym__simple_expression,
STATE(864), 1,
sym_null_exclusion,
STATE(1017), 1,
sym_expression,
STATE(1202), 1,
sym_array_component_association,
STATE(1238), 1,
sym_discrete_choice,
STATE(1335), 1,
sym_iterated_element_association,
STATE(1578), 1,
sym__subtype_indication,
STATE(1580), 1,
sym_range_g,
STATE(1712), 1,
sym__array_component_association_list,
STATE(1728), 1,
sym_discrete_choice_list,
STATE(2066), 1,
sym_value_sequence,
STATE(538), 2,
sym__name,
sym_function_call,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(358), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(518), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(550), 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,
[2166] = 34,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_relation_membership_token1,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(528), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(582), 1,
sym_identifier,
ACTIONS(586), 1,
anon_sym_RBRACK,
ACTIONS(588), 1,
aux_sym_component_choice_list_token1,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(678), 1,
sym__simple_expression,
STATE(864), 1,
sym_null_exclusion,
STATE(1112), 1,
sym_expression,
STATE(1202), 1,
sym_array_component_association,
STATE(1238), 1,
sym_discrete_choice,
STATE(1335), 1,
sym_iterated_element_association,
STATE(1578), 1,
sym__subtype_indication,
STATE(1580), 1,
sym_range_g,
STATE(1712), 1,
sym__array_component_association_list,
STATE(1728), 1,
sym_discrete_choice_list,
STATE(2066), 1,
sym_value_sequence,
STATE(538), 2,
sym__name,
sym_function_call,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(358), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(518), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(550), 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,
[2295] = 33,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_relation_membership_token1,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(528), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(582), 1,
sym_identifier,
ACTIONS(588), 1,
aux_sym_component_choice_list_token1,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(678), 1,
sym__simple_expression,
STATE(864), 1,
sym_null_exclusion,
STATE(1138), 1,
sym_expression,
STATE(1202), 1,
sym_array_component_association,
STATE(1238), 1,
sym_discrete_choice,
STATE(1335), 1,
sym_iterated_element_association,
STATE(1578), 1,
sym__subtype_indication,
STATE(1580), 1,
sym_range_g,
STATE(1728), 1,
sym_discrete_choice_list,
STATE(1738), 1,
sym__array_component_association_list,
STATE(2066), 1,
sym_value_sequence,
STATE(538), 2,
sym__name,
sym_function_call,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(358), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(518), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(550), 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,
[2421] = 33,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_relation_membership_token1,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(528), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(582), 1,
sym_identifier,
ACTIONS(588), 1,
aux_sym_component_choice_list_token1,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(678), 1,
sym__simple_expression,
STATE(864), 1,
sym_null_exclusion,
STATE(1202), 1,
sym_array_component_association,
STATE(1238), 1,
sym_discrete_choice,
STATE(1335), 1,
sym_iterated_element_association,
STATE(1461), 1,
sym_expression,
STATE(1578), 1,
sym__subtype_indication,
STATE(1580), 1,
sym_range_g,
STATE(1644), 1,
sym__array_component_association_list,
STATE(1728), 1,
sym_discrete_choice_list,
STATE(2066), 1,
sym_value_sequence,
STATE(538), 2,
sym__name,
sym_function_call,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(358), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(518), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(550), 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,
[2547] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_relation_membership_token1,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(528), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(582), 1,
sym_identifier,
ACTIONS(588), 1,
aux_sym_component_choice_list_token1,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(678), 1,
sym__simple_expression,
STATE(864), 1,
sym_null_exclusion,
STATE(1238), 1,
sym_discrete_choice,
STATE(1335), 1,
sym_iterated_element_association,
STATE(1394), 1,
sym_array_component_association,
STATE(1461), 1,
sym_expression,
STATE(1578), 1,
sym__subtype_indication,
STATE(1580), 1,
sym_range_g,
STATE(1728), 1,
sym_discrete_choice_list,
STATE(2066), 1,
sym_value_sequence,
STATE(538), 2,
sym__name,
sym_function_call,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(358), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(518), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(550), 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,
[2670] = 27,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(372), 1,
aux_sym_chunk_specification_token1,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(392), 1,
aux_sym_global_mode_token1,
ACTIONS(394), 1,
aux_sym_non_empty_mode_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
ACTIONS(600), 1,
anon_sym_LPAREN,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(880), 1,
sym_non_empty_mode,
STATE(1028), 1,
sym_global_mode,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(1029), 3,
sym_expression,
sym__aspect_definition,
sym_global_aspect_definition,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[2781] = 29,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_relation_membership_token1,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(582), 1,
sym_identifier,
ACTIONS(588), 1,
aux_sym_component_choice_list_token1,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(678), 1,
sym__simple_expression,
STATE(864), 1,
sym_null_exclusion,
STATE(1238), 1,
sym_discrete_choice,
STATE(1461), 1,
sym_expression,
STATE(1578), 1,
sym__subtype_indication,
STATE(1580), 1,
sym_range_g,
STATE(1882), 1,
sym_discrete_choice_list,
STATE(2066), 1,
sym_value_sequence,
STATE(538), 2,
sym__name,
sym_function_call,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(358), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(518), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(550), 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,
[2895] = 29,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_relation_membership_token1,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(582), 1,
sym_identifier,
ACTIONS(588), 1,
aux_sym_component_choice_list_token1,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(678), 1,
sym__simple_expression,
STATE(864), 1,
sym_null_exclusion,
STATE(1238), 1,
sym_discrete_choice,
STATE(1461), 1,
sym_expression,
STATE(1578), 1,
sym__subtype_indication,
STATE(1580), 1,
sym_range_g,
STATE(1786), 1,
sym_discrete_choice_list,
STATE(2066), 1,
sym_value_sequence,
STATE(538), 2,
sym__name,
sym_function_call,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(358), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(518), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(550), 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,
[3009] = 29,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_relation_membership_token1,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(582), 1,
sym_identifier,
ACTIONS(588), 1,
aux_sym_component_choice_list_token1,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(678), 1,
sym__simple_expression,
STATE(864), 1,
sym_null_exclusion,
STATE(1238), 1,
sym_discrete_choice,
STATE(1461), 1,
sym_expression,
STATE(1578), 1,
sym__subtype_indication,
STATE(1580), 1,
sym_range_g,
STATE(2066), 1,
sym_value_sequence,
STATE(2068), 1,
sym_discrete_choice_list,
STATE(538), 2,
sym__name,
sym_function_call,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(358), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(518), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(550), 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,
[3123] = 28,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(382), 1,
aux_sym_primary_null_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(496), 1,
sym_string_literal,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(506), 1,
aux_sym_component_choice_list_token1,
ACTIONS(508), 1,
sym_identifier,
ACTIONS(602), 1,
aux_sym_attribute_designator_token2,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1319), 1,
sym__named_record_component_association,
STATE(1449), 1,
sym_expression,
STATE(1748), 1,
sym_component_choice_list,
STATE(2066), 1,
sym_value_sequence,
STATE(2119), 2,
sym_record_component_association_list,
sym__record_component_association_list_or_expression,
ACTIONS(596), 3,
sym_gnatprep_identifier,
sym_character_literal,
sym_target_name,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[3235] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(606), 1,
sym_identifier,
ACTIONS(604), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[3296] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(610), 1,
sym_identifier,
ACTIONS(608), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[3357] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(614), 1,
sym_identifier,
ACTIONS(612), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[3418] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(618), 1,
sym_identifier,
ACTIONS(616), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[3479] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(622), 1,
sym_identifier,
ACTIONS(620), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[3540] = 28,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_relation_membership_token1,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(582), 1,
sym_identifier,
ACTIONS(588), 1,
aux_sym_component_choice_list_token1,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(678), 1,
sym__simple_expression,
STATE(864), 1,
sym_null_exclusion,
STATE(1461), 1,
sym_expression,
STATE(1462), 1,
sym_discrete_choice,
STATE(1578), 1,
sym__subtype_indication,
STATE(1580), 1,
sym_range_g,
STATE(2066), 1,
sym_value_sequence,
STATE(538), 2,
sym__name,
sym_function_call,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(358), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(518), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(550), 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,
[3651] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(626), 1,
sym_identifier,
ACTIONS(624), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[3712] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(630), 1,
sym_identifier,
ACTIONS(628), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[3773] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(634), 1,
sym_identifier,
ACTIONS(632), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[3834] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(638), 1,
sym_identifier,
ACTIONS(636), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[3895] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(642), 1,
sym_identifier,
ACTIONS(640), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[3956] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(646), 1,
sym_identifier,
ACTIONS(644), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[4017] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(650), 1,
sym_identifier,
ACTIONS(648), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[4078] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(654), 1,
sym_identifier,
ACTIONS(652), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[4139] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(658), 1,
sym_identifier,
ACTIONS(656), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[4200] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(662), 1,
sym_identifier,
ACTIONS(660), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[4261] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(666), 1,
sym_identifier,
ACTIONS(664), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[4322] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(670), 1,
sym_identifier,
ACTIONS(668), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[4383] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(674), 1,
sym_identifier,
ACTIONS(672), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[4444] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(678), 1,
sym_identifier,
ACTIONS(676), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[4505] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(682), 1,
sym_identifier,
ACTIONS(680), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[4566] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(686), 1,
sym_identifier,
ACTIONS(684), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[4627] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(690), 1,
sym_identifier,
ACTIONS(688), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[4688] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(694), 1,
sym_identifier,
ACTIONS(692), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[4749] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(698), 1,
sym_identifier,
ACTIONS(696), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[4810] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(702), 1,
sym_identifier,
ACTIONS(700), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[4871] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(706), 1,
sym_identifier,
ACTIONS(704), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[4932] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(710), 1,
sym_identifier,
ACTIONS(708), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[4993] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(714), 1,
sym_identifier,
ACTIONS(712), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5054] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(718), 1,
sym_identifier,
ACTIONS(716), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5115] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(722), 1,
sym_identifier,
ACTIONS(720), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5176] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(726), 1,
sym_identifier,
ACTIONS(724), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5237] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(730), 1,
sym_identifier,
ACTIONS(728), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5298] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(734), 1,
sym_identifier,
ACTIONS(732), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5359] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(738), 1,
sym_identifier,
ACTIONS(736), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5420] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(742), 1,
sym_identifier,
ACTIONS(740), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5481] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(746), 1,
sym_identifier,
ACTIONS(744), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5542] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(750), 1,
sym_identifier,
ACTIONS(748), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5603] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(754), 1,
sym_identifier,
ACTIONS(752), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5664] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(758), 1,
sym_identifier,
ACTIONS(756), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5725] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(762), 1,
sym_identifier,
ACTIONS(760), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5786] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
sym_identifier,
ACTIONS(764), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5847] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(770), 1,
sym_identifier,
ACTIONS(768), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5908] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(774), 1,
sym_identifier,
ACTIONS(772), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[5969] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(778), 1,
sym_identifier,
ACTIONS(776), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[6030] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(782), 1,
sym_identifier,
ACTIONS(780), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[6091] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(786), 1,
sym_identifier,
ACTIONS(784), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[6152] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(790), 1,
sym_identifier,
ACTIONS(788), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[6213] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(794), 1,
sym_identifier,
ACTIONS(792), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[6274] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(798), 1,
sym_identifier,
ACTIONS(796), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[6335] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(802), 1,
sym_identifier,
ACTIONS(800), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[6396] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym_identifier,
ACTIONS(804), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[6457] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(810), 1,
sym_identifier,
ACTIONS(808), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[6518] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(814), 1,
sym_identifier,
ACTIONS(812), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[6579] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(818), 1,
sym_identifier,
ACTIONS(816), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[6640] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(822), 1,
sym_identifier,
ACTIONS(820), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[6701] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(826), 1,
sym_identifier,
ACTIONS(824), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[6762] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(830), 1,
sym_identifier,
ACTIONS(828), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[6823] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(834), 1,
sym_identifier,
ACTIONS(832), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[6884] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(838), 1,
sym_identifier,
ACTIONS(836), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[6945] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(842), 1,
sym_identifier,
ACTIONS(840), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[7006] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(846), 1,
sym_identifier,
ACTIONS(844), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[7067] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(850), 1,
sym_identifier,
ACTIONS(848), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[7128] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(854), 1,
sym_identifier,
ACTIONS(852), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[7189] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(858), 1,
sym_identifier,
ACTIONS(856), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[7250] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(862), 1,
sym_identifier,
ACTIONS(860), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[7311] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(866), 1,
sym_identifier,
ACTIONS(864), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[7372] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(870), 1,
sym_identifier,
ACTIONS(868), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[7433] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(874), 1,
sym_identifier,
ACTIONS(872), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[7494] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(878), 1,
sym_identifier,
ACTIONS(876), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[7555] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(882), 1,
sym_identifier,
ACTIONS(880), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[7616] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(886), 1,
sym_identifier,
ACTIONS(884), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[7677] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(890), 1,
sym_identifier,
ACTIONS(888), 52,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[7738] = 27,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(496), 1,
sym_string_literal,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(504), 1,
anon_sym_LT_GT,
ACTIONS(506), 1,
aux_sym_component_choice_list_token1,
ACTIONS(508), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1508), 1,
sym_parameter_association,
STATE(1610), 1,
sym_expression,
STATE(1635), 1,
sym_component_choice_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(596), 3,
sym_gnatprep_identifier,
sym_character_literal,
sym_target_name,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[7846] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(496), 1,
sym_string_literal,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(506), 1,
aux_sym_component_choice_list_token1,
ACTIONS(508), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1748), 1,
sym_component_choice_list,
STATE(2066), 1,
sym_value_sequence,
STATE(1575), 2,
sym_expression,
sym__named_record_component_association,
ACTIONS(596), 3,
sym_gnatprep_identifier,
sym_character_literal,
sym_target_name,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[7949] = 26,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(496), 1,
sym_string_literal,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(508), 1,
sym_identifier,
ACTIONS(892), 1,
aux_sym_component_choice_list_token1,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1144), 1,
sym_expression,
STATE(1414), 1,
sym__named_record_component_association,
STATE(1748), 1,
sym_component_choice_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(596), 3,
sym_gnatprep_identifier,
sym_character_literal,
sym_target_name,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[8054] = 26,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(496), 1,
sym_string_literal,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(506), 1,
aux_sym_component_choice_list_token1,
ACTIONS(508), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1574), 1,
sym_expression,
STATE(1575), 1,
sym__named_record_component_association,
STATE(1748), 1,
sym_component_choice_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(596), 3,
sym_gnatprep_identifier,
sym_character_literal,
sym_target_name,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[8159] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(894), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1397), 1,
sym_parameter_specification,
STATE(1701), 1,
sym_expression,
STATE(2030), 1,
sym__parameter_specification_list,
STATE(2058), 1,
sym__defining_identifier_list,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[8262] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(496), 1,
sym_string_literal,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(506), 1,
aux_sym_component_choice_list_token1,
ACTIONS(508), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1748), 1,
sym_component_choice_list,
STATE(2066), 1,
sym_value_sequence,
STATE(1414), 2,
sym_expression,
sym__named_record_component_association,
ACTIONS(596), 3,
sym_gnatprep_identifier,
sym_character_literal,
sym_target_name,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[8365] = 26,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_relation_membership_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(896), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(864), 1,
sym_null_exclusion,
STATE(989), 1,
sym__subtype_indication,
STATE(1397), 1,
sym_parameter_specification,
STATE(1896), 1,
sym__simple_expression,
STATE(2030), 1,
sym__parameter_specification_list,
STATE(2058), 1,
sym__defining_identifier_list,
STATE(2066), 1,
sym_value_sequence,
STATE(538), 2,
sym__name,
sym_function_call,
STATE(1821), 2,
sym__discrete_subtype_definition,
sym_range_g,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(550), 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,
[8469] = 26,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_relation_membership_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(900), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(864), 1,
sym_null_exclusion,
STATE(989), 1,
sym__subtype_indication,
STATE(1273), 1,
sym_index_subtype_definition,
STATE(1896), 1,
sym__simple_expression,
STATE(1921), 1,
sym__index_subtype_definition_list,
STATE(1925), 1,
sym__discrete_subtype_definition_list,
STATE(2066), 1,
sym_value_sequence,
STATE(816), 2,
sym__name,
sym_function_call,
STATE(1241), 2,
sym__discrete_subtype_definition,
sym_range_g,
ACTIONS(902), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(597), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(550), 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,
[8573] = 24,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(594), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1555), 1,
sym_pragma_argument_association,
STATE(1606), 1,
sym_expression,
STATE(1673), 1,
sym__aspect_mark,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[8673] = 24,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(904), 1,
sym_identifier,
ACTIONS(906), 1,
anon_sym_SEMI,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1505), 1,
sym_extended_return_object_declaration,
STATE(1953), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[8773] = 26,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_relation_membership_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(896), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(864), 1,
sym_null_exclusion,
STATE(989), 1,
sym__subtype_indication,
STATE(1397), 1,
sym_parameter_specification,
STATE(1896), 1,
sym__simple_expression,
STATE(2030), 1,
sym__parameter_specification_list,
STATE(2058), 1,
sym__defining_identifier_list,
STATE(2066), 1,
sym_value_sequence,
STATE(538), 2,
sym__name,
sym_function_call,
STATE(1636), 2,
sym__discrete_subtype_definition,
sym_range_g,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(550), 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,
[8877] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
ACTIONS(908), 1,
anon_sym_LT_GT,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1753), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[8974] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
ACTIONS(910), 1,
anon_sym_LT_GT,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1796), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[9071] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
ACTIONS(912), 1,
aux_sym_component_choice_list_token1,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1368), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[9168] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
ACTIONS(914), 1,
anon_sym_LT_GT,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1381), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[9265] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
ACTIONS(916), 1,
anon_sym_LT_GT,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1797), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[9362] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
ACTIONS(918), 1,
aux_sym_component_choice_list_token1,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1368), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[9459] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
ACTIONS(920), 1,
aux_sym_component_choice_list_token1,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1430), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[9556] = 24,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(922), 1,
sym_identifier,
ACTIONS(924), 1,
sym_string_literal,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1558), 1,
sym_discriminant_association,
STATE(1559), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(596), 3,
sym_gnatprep_identifier,
sym_character_literal,
sym_target_name,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[9655] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
ACTIONS(926), 1,
aux_sym_delay_until_statement_token2,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1912), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[9752] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
ACTIONS(928), 1,
anon_sym_LT_GT,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1513), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[9849] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
ACTIONS(930), 1,
aux_sym_component_choice_list_token1,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1368), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[9946] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
ACTIONS(932), 1,
anon_sym_LT_GT,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1456), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[10043] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
ACTIONS(934), 1,
anon_sym_LT_GT,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1772), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[10140] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1788), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[10234] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1862), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[10328] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1760), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[10422] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(938), 1,
sym_identifier,
ACTIONS(936), 47,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[10478] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1846), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[10572] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(942), 1,
sym_identifier,
ACTIONS(940), 47,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[10628] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1245), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[10722] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1236), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[10816] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1510), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[10910] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1553), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[11004] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(946), 1,
sym_identifier,
ACTIONS(944), 47,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[11060] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1682), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[11154] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1790), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[11248] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1707), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[11342] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1926), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[11436] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1514), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[11530] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1153), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[11624] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1774), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[11718] = 24,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_relation_membership_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(582), 1,
sym_identifier,
ACTIONS(948), 1,
aux_sym_loop_parameter_specification_token1,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(864), 1,
sym_null_exclusion,
STATE(989), 1,
sym__subtype_indication,
STATE(1896), 1,
sym__simple_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(687), 2,
sym__name,
sym_function_call,
STATE(1113), 2,
sym__discrete_subtype_definition,
sym_range_g,
ACTIONS(358), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(518), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(550), 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,
[11816] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1962), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[11910] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1908), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[12004] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(952), 1,
sym_identifier,
ACTIONS(950), 47,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[12060] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1210), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[12154] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(956), 1,
sym_identifier,
ACTIONS(954), 47,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[12210] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1422), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[12304] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1922), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[12398] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1834), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[12492] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1424), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[12586] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1806), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[12680] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(960), 1,
sym_identifier,
ACTIONS(958), 47,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[12736] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1954), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[12830] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1856), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[12924] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
ACTIONS(962), 1,
aux_sym_expression_token2,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(695), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[13018] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
ACTIONS(964), 1,
aux_sym_expression_token4,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(691), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[13112] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(968), 1,
sym_identifier,
ACTIONS(966), 47,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[13168] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(972), 1,
sym_identifier,
ACTIONS(970), 47,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[13224] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1413), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[13318] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(976), 1,
sym_identifier,
ACTIONS(974), 47,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[13374] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1368), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[13468] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1556), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[13562] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1841), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[13656] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1972), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[13750] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1695), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[13844] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1657), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[13938] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1763), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[14032] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1658), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[14126] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(2122), 1,
sym_expression,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[14220] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1791), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[14314] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(2134), 1,
sym_expression,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[14408] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1111), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[14502] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1299), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[14596] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1675), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[14690] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(2118), 1,
sym_expression,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[14784] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1615), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[14878] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1565), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[14972] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(1681), 1,
sym_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(616), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[15066] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(980), 1,
sym_identifier,
ACTIONS(978), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[15121] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(984), 1,
sym_identifier,
ACTIONS(982), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[15176] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 1,
sym_identifier,
ACTIONS(986), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[15231] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(992), 1,
sym_identifier,
ACTIONS(990), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[15286] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(996), 1,
sym_identifier,
ACTIONS(994), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[15341] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1000), 1,
sym_identifier,
ACTIONS(998), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[15396] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1004), 1,
sym_identifier,
ACTIONS(1002), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[15451] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1008), 1,
sym_identifier,
ACTIONS(1006), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[15506] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1012), 1,
sym_identifier,
ACTIONS(1010), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[15561] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1016), 1,
sym_identifier,
ACTIONS(1014), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[15616] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1020), 1,
sym_identifier,
ACTIONS(1018), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[15671] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1024), 1,
sym_identifier,
ACTIONS(1022), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[15726] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1028), 1,
sym_identifier,
ACTIONS(1026), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[15781] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1032), 1,
sym_identifier,
ACTIONS(1030), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[15836] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(690), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[15927] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1036), 1,
sym_identifier,
ACTIONS(1034), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[15982] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1040), 1,
sym_identifier,
ACTIONS(1038), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16037] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1044), 1,
sym_identifier,
ACTIONS(1042), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16092] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1048), 1,
sym_identifier,
ACTIONS(1046), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16147] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1052), 1,
sym_identifier,
ACTIONS(1050), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16202] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1056), 1,
sym_identifier,
ACTIONS(1054), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16257] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1060), 1,
sym_identifier,
ACTIONS(1058), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16312] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1064), 1,
sym_identifier,
ACTIONS(1062), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16367] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1068), 1,
sym_identifier,
ACTIONS(1066), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16422] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1072), 1,
sym_identifier,
ACTIONS(1070), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16477] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1076), 1,
sym_identifier,
ACTIONS(1074), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16532] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_relation_membership_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(1078), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(864), 1,
sym_null_exclusion,
STATE(989), 1,
sym__subtype_indication,
STATE(1896), 1,
sym__simple_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(538), 2,
sym__name,
sym_function_call,
STATE(1350), 2,
sym__discrete_subtype_definition,
sym_range_g,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(550), 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,
[16627] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1082), 1,
sym_identifier,
ACTIONS(1080), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16682] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1086), 1,
sym_identifier,
ACTIONS(1084), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16737] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1090), 1,
sym_identifier,
ACTIONS(1088), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16792] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1094), 1,
sym_identifier,
ACTIONS(1092), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16847] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1098), 1,
sym_identifier,
ACTIONS(1096), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16902] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1102), 1,
sym_identifier,
ACTIONS(1100), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[16957] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1106), 1,
sym_identifier,
ACTIONS(1104), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17012] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1110), 1,
sym_identifier,
ACTIONS(1108), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17067] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1114), 1,
sym_identifier,
ACTIONS(1112), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17122] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 1,
sym_identifier,
ACTIONS(1116), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17177] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1122), 1,
sym_identifier,
ACTIONS(1120), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17232] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1126), 1,
sym_identifier,
ACTIONS(1124), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17287] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1114), 1,
sym_identifier,
ACTIONS(1112), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17342] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1130), 1,
sym_identifier,
ACTIONS(1128), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17397] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1134), 1,
sym_identifier,
ACTIONS(1132), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17452] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1138), 1,
sym_identifier,
ACTIONS(1136), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17507] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1142), 1,
sym_identifier,
ACTIONS(1140), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17562] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_relation_membership_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(1078), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(864), 1,
sym_null_exclusion,
STATE(989), 1,
sym__subtype_indication,
STATE(1896), 1,
sym__simple_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(538), 2,
sym__name,
sym_function_call,
STATE(1849), 2,
sym__discrete_subtype_definition,
sym_range_g,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(550), 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,
[17657] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1146), 1,
sym_identifier,
ACTIONS(1144), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17712] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1150), 1,
sym_identifier,
ACTIONS(1148), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17767] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_relation_membership_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(1078), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(864), 1,
sym_null_exclusion,
STATE(1488), 1,
sym__subtype_indication,
STATE(1896), 1,
sym__simple_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(538), 2,
sym__name,
sym_function_call,
STATE(1562), 2,
sym_range_g,
sym__discrete_range,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(550), 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,
[17862] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1150), 1,
sym_identifier,
ACTIONS(1148), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17917] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 1,
sym_identifier,
ACTIONS(986), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[17972] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1154), 1,
sym_identifier,
ACTIONS(1152), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18027] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1102), 1,
sym_identifier,
ACTIONS(1100), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18082] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1158), 1,
sym_identifier,
ACTIONS(1156), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18137] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1162), 1,
sym_identifier,
ACTIONS(1160), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18192] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1166), 1,
sym_identifier,
ACTIONS(1164), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18247] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1166), 1,
sym_identifier,
ACTIONS(1164), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18302] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1170), 1,
sym_identifier,
ACTIONS(1168), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18357] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1174), 1,
sym_identifier,
ACTIONS(1172), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18412] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1178), 1,
sym_identifier,
ACTIONS(1176), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18467] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1182), 1,
sym_identifier,
ACTIONS(1180), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18522] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1186), 1,
sym_identifier,
ACTIONS(1184), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18577] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1142), 1,
sym_identifier,
ACTIONS(1140), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18632] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1190), 1,
sym_identifier,
ACTIONS(1188), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18687] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1194), 1,
sym_identifier,
ACTIONS(1192), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18742] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1198), 1,
sym_identifier,
ACTIONS(1196), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18797] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1202), 1,
sym_identifier,
ACTIONS(1200), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18852] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1206), 1,
sym_identifier,
ACTIONS(1204), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18907] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1210), 1,
sym_identifier,
ACTIONS(1208), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[18962] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1214), 1,
sym_identifier,
ACTIONS(1212), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19017] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1218), 1,
sym_identifier,
ACTIONS(1216), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19072] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1222), 1,
sym_identifier,
ACTIONS(1220), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19127] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1226), 1,
sym_identifier,
ACTIONS(1224), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19182] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1230), 1,
sym_identifier,
ACTIONS(1228), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19237] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1234), 1,
sym_identifier,
ACTIONS(1232), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19292] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1238), 1,
sym_identifier,
ACTIONS(1236), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19347] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1242), 1,
sym_identifier,
ACTIONS(1240), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19402] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1246), 1,
sym_identifier,
ACTIONS(1244), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19457] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(700), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[19548] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(378), 1,
aux_sym_raise_expression_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(586), 1,
sym__simple_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(698), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[19639] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1250), 1,
sym_identifier,
ACTIONS(1248), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19694] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1254), 1,
sym_identifier,
ACTIONS(1252), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19749] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1258), 1,
sym_identifier,
ACTIONS(1256), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19804] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1262), 1,
sym_identifier,
ACTIONS(1260), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19859] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1266), 1,
sym_identifier,
ACTIONS(1264), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19914] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1270), 1,
sym_identifier,
ACTIONS(1268), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[19969] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1274), 1,
sym_identifier,
ACTIONS(1272), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20024] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1278), 1,
sym_identifier,
ACTIONS(1276), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20079] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1282), 1,
sym_identifier,
ACTIONS(1280), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20134] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1286), 1,
sym_identifier,
ACTIONS(1284), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20189] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1290), 1,
sym_identifier,
ACTIONS(1288), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20244] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1294), 1,
sym_identifier,
ACTIONS(1292), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20299] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1298), 1,
sym_identifier,
ACTIONS(1296), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20354] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1302), 1,
sym_identifier,
ACTIONS(1300), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20409] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1306), 1,
sym_identifier,
ACTIONS(1304), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20464] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1310), 1,
sym_identifier,
ACTIONS(1308), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20519] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1314), 1,
sym_identifier,
ACTIONS(1312), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20574] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1318), 1,
sym_identifier,
ACTIONS(1316), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20629] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1322), 1,
sym_identifier,
ACTIONS(1320), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20684] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1326), 1,
sym_identifier,
ACTIONS(1324), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20739] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1330), 1,
sym_identifier,
ACTIONS(1328), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20794] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1334), 1,
sym_identifier,
ACTIONS(1332), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20849] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1338), 1,
sym_identifier,
ACTIONS(1336), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20904] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1342), 1,
sym_identifier,
ACTIONS(1340), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[20959] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1346), 1,
sym_identifier,
ACTIONS(1344), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21014] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1350), 1,
sym_identifier,
ACTIONS(1348), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21069] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1354), 1,
sym_identifier,
ACTIONS(1352), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21124] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1358), 1,
sym_identifier,
ACTIONS(1356), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21179] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1362), 1,
sym_identifier,
ACTIONS(1360), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21234] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1366), 1,
sym_identifier,
ACTIONS(1364), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21289] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1370), 1,
sym_identifier,
ACTIONS(1368), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21344] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1370), 1,
sym_identifier,
ACTIONS(1368), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21399] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1374), 1,
sym_identifier,
ACTIONS(1372), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21454] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1378), 1,
sym_identifier,
ACTIONS(1376), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21509] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_relation_membership_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(1078), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(864), 1,
sym_null_exclusion,
STATE(989), 1,
sym__subtype_indication,
STATE(1896), 1,
sym__simple_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(538), 2,
sym__name,
sym_function_call,
STATE(1614), 2,
sym__discrete_subtype_definition,
sym_range_g,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(550), 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,
[21604] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1382), 1,
sym_identifier,
ACTIONS(1380), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21659] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1386), 1,
sym_identifier,
ACTIONS(1384), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21714] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1390), 1,
sym_identifier,
ACTIONS(1388), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21769] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1394), 1,
sym_identifier,
ACTIONS(1392), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21824] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1370), 1,
sym_identifier,
ACTIONS(1368), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21879] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1370), 1,
sym_identifier,
ACTIONS(1368), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21934] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1398), 1,
sym_identifier,
ACTIONS(1396), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[21989] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1402), 1,
sym_identifier,
ACTIONS(1400), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22044] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1406), 1,
sym_identifier,
ACTIONS(1404), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22099] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1402), 1,
sym_identifier,
ACTIONS(1400), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22154] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1410), 1,
sym_identifier,
ACTIONS(1408), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22209] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1414), 1,
sym_identifier,
ACTIONS(1412), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22264] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1418), 1,
sym_identifier,
ACTIONS(1416), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22319] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1422), 1,
sym_identifier,
ACTIONS(1420), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22374] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1426), 1,
sym_identifier,
ACTIONS(1424), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22429] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1430), 1,
sym_identifier,
ACTIONS(1428), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22484] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1434), 1,
sym_identifier,
ACTIONS(1432), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22539] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1438), 1,
sym_identifier,
ACTIONS(1436), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22594] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1442), 1,
sym_identifier,
ACTIONS(1440), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22649] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1446), 1,
sym_identifier,
ACTIONS(1444), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22704] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1450), 1,
sym_identifier,
ACTIONS(1448), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22759] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1454), 1,
sym_identifier,
ACTIONS(1452), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22814] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1458), 1,
sym_identifier,
ACTIONS(1456), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22869] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1462), 1,
sym_identifier,
ACTIONS(1460), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22924] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1466), 1,
sym_identifier,
ACTIONS(1464), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[22979] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1470), 1,
sym_identifier,
ACTIONS(1468), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23034] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1474), 1,
sym_identifier,
ACTIONS(1472), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23089] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1478), 1,
sym_identifier,
ACTIONS(1476), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23144] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1482), 1,
sym_identifier,
ACTIONS(1480), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23199] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1486), 1,
sym_identifier,
ACTIONS(1484), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23254] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1490), 1,
sym_identifier,
ACTIONS(1488), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23309] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1494), 1,
sym_identifier,
ACTIONS(1492), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23364] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1498), 1,
sym_identifier,
ACTIONS(1496), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23419] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1502), 1,
sym_identifier,
ACTIONS(1500), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23474] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1506), 1,
sym_identifier,
ACTIONS(1504), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23529] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1430), 1,
sym_identifier,
ACTIONS(1428), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23584] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1510), 1,
sym_identifier,
ACTIONS(1508), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23639] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1514), 1,
sym_identifier,
ACTIONS(1512), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23694] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1518), 1,
sym_identifier,
ACTIONS(1516), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23749] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 1,
sym_identifier,
ACTIONS(1520), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23804] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1526), 1,
sym_identifier,
ACTIONS(1524), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23859] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1530), 1,
sym_identifier,
ACTIONS(1528), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23914] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1534), 1,
sym_identifier,
ACTIONS(1532), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[23969] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1538), 1,
sym_identifier,
ACTIONS(1536), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24024] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_relation_membership_token1,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(582), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(864), 1,
sym_null_exclusion,
STATE(989), 1,
sym__subtype_indication,
STATE(1896), 1,
sym__simple_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(699), 2,
sym__name,
sym_function_call,
STATE(1127), 2,
sym__discrete_subtype_definition,
sym_range_g,
ACTIONS(358), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(518), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(550), 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,
[24119] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1542), 1,
sym_identifier,
ACTIONS(1540), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24174] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1546), 1,
sym_identifier,
ACTIONS(1544), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24229] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1550), 1,
sym_identifier,
ACTIONS(1548), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24284] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1554), 1,
sym_identifier,
ACTIONS(1552), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24339] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1494), 1,
sym_identifier,
ACTIONS(1492), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24394] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1558), 1,
sym_identifier,
ACTIONS(1556), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24449] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1470), 1,
sym_identifier,
ACTIONS(1468), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24504] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1562), 1,
sym_identifier,
ACTIONS(1560), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24559] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1566), 1,
sym_identifier,
ACTIONS(1564), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24614] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1570), 1,
sym_identifier,
ACTIONS(1568), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24669] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1574), 1,
sym_identifier,
ACTIONS(1572), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24724] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1578), 1,
sym_identifier,
ACTIONS(1576), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24779] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1582), 1,
sym_identifier,
ACTIONS(1580), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24834] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1586), 1,
sym_identifier,
ACTIONS(1584), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24889] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1582), 1,
sym_identifier,
ACTIONS(1580), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24944] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1590), 1,
sym_identifier,
ACTIONS(1588), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[24999] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1594), 1,
sym_identifier,
ACTIONS(1592), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[25054] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1598), 1,
sym_identifier,
ACTIONS(1596), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[25109] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1302), 1,
sym_identifier,
ACTIONS(1300), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[25164] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1602), 1,
sym_identifier,
ACTIONS(1600), 46,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[25219] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1604), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1606), 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_PIPE,
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_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,
[25273] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1608), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1610), 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_PIPE,
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_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,
[25327] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1612), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1614), 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_PIPE,
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_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,
[25381] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1616), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1618), 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_PIPE,
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_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,
[25435] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1620), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1622), 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_PIPE,
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_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,
[25489] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1624), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1626), 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_PIPE,
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_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,
[25543] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1628), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1630), 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_PIPE,
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_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,
[25597] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1632), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1634), 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_PIPE,
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_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,
[25651] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1636), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1638), 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_PIPE,
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_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,
[25705] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1640), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1642), 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_PIPE,
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_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,
[25759] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(1644), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(641), 1,
sym__simple_expression,
STATE(647), 1,
sym_membership_choice_list,
STATE(2066), 1,
sym_value_sequence,
STATE(639), 2,
sym_range_g,
sym__membership_choice,
ACTIONS(494), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(538), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[25849] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1646), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1648), 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_PIPE,
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_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,
[25903] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1650), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1652), 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_PIPE,
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_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,
[25957] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1654), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1656), 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_PIPE,
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_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,
[26011] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1658), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1660), 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_PIPE,
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_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,
[26065] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1662), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1664), 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_PIPE,
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_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,
[26119] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1666), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1668), 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_PIPE,
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_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,
[26173] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1670), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1672), 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_PIPE,
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_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,
[26227] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1674), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1676), 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_PIPE,
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_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,
[26281] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1678), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1680), 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_PIPE,
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_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,
[26335] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(1644), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(641), 1,
sym__simple_expression,
STATE(651), 1,
sym_membership_choice_list,
STATE(2066), 1,
sym_value_sequence,
STATE(639), 2,
sym_range_g,
sym__membership_choice,
ACTIONS(494), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(538), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[26425] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1682), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1684), 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_PIPE,
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_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,
[26479] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1686), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1688), 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_PIPE,
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_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,
[26532] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1690), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1692), 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_PIPE,
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_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,
[26585] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1694), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1696), 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_PIPE,
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_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,
[26638] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(1644), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(641), 1,
sym__simple_expression,
STATE(2066), 1,
sym_value_sequence,
STATE(652), 2,
sym_range_g,
sym__membership_choice,
ACTIONS(494), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(538), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[26725] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1700), 1,
sym_identifier,
ACTIONS(1698), 43,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[26777] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1704), 1,
sym_identifier,
ACTIONS(1702), 43,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[26829] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1708), 1,
sym_identifier,
ACTIONS(1706), 43,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[26881] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1712), 1,
sym_identifier,
ACTIONS(1710), 43,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[26933] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1716), 1,
sym_identifier,
ACTIONS(1714), 43,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[26985] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1720), 1,
sym_identifier,
ACTIONS(1718), 43,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[27037] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1724), 1,
sym_identifier,
ACTIONS(1722), 43,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[27089] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1728), 1,
sym_identifier,
ACTIONS(1726), 43,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[27141] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1732), 1,
sym_identifier,
ACTIONS(1730), 43,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[27193] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(1734), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(1863), 1,
sym_chunk_specification,
STATE(1867), 1,
sym__simple_expression,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[27279] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1738), 1,
sym_identifier,
ACTIONS(1736), 43,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[27331] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1742), 1,
sym_identifier,
ACTIONS(1740), 43,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[27383] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_identifier,
ACTIONS(1744), 43,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[27435] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1750), 1,
sym_identifier,
ACTIONS(1748), 43,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[27487] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1754), 1,
sym_identifier,
ACTIONS(1752), 43,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[27539] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1758), 1,
sym_identifier,
ACTIONS(1756), 43,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[27591] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(1644), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(744), 1,
sym_range_g,
STATE(1896), 1,
sym__simple_expression,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(494), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(538), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[27677] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1762), 1,
sym_identifier,
ACTIONS(1760), 43,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[27729] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(2044), 1,
sym__simple_expression,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[27812] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(662), 1,
sym__simple_expression,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[27895] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1768), 1,
anon_sym_LPAREN,
STATE(553), 1,
sym__parenthesized_expression,
STATE(557), 1,
sym_discriminant_constraint,
STATE(558), 1,
sym_index_constraint,
ACTIONS(1764), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1766), 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_PIPE,
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_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[27954] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1772), 1,
sym_identifier,
ACTIONS(1770), 42,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[28005] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(622), 1,
sym__simple_expression,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[28088] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1778), 1,
anon_sym_LPAREN,
ACTIONS(1784), 1,
aux_sym_attribute_designator_token2,
ACTIONS(1786), 1,
aux_sym_attribute_designator_token3,
ACTIONS(1788), 1,
aux_sym_range_attribute_designator_token1,
STATE(553), 1,
sym__parenthesized_expression,
ACTIONS(1781), 5,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_iterator_filter_token1,
anon_sym_PIPE,
aux_sym_loop_statement_token1,
ACTIONS(1774), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
STATE(792), 7,
sym_discriminant_constraint,
sym__constraint,
sym__scalar_constraint,
sym_range_constraint,
sym_index_constraint,
sym_digits_constraint,
sym_delta_constraint,
ACTIONS(1776), 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,
[28153] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(1865), 1,
sym__simple_expression,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[28236] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1796), 1,
anon_sym_DOT,
ACTIONS(1798), 1,
anon_sym_LPAREN,
STATE(493), 1,
sym_actual_parameter_part,
ACTIONS(1790), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1792), 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_PIPE,
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_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[28295] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1802), 1,
sym_identifier,
ACTIONS(1800), 42,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[28346] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1768), 1,
anon_sym_LPAREN,
STATE(553), 1,
sym__parenthesized_expression,
STATE(554), 1,
sym_discriminant_constraint,
STATE(555), 1,
sym_index_constraint,
ACTIONS(1804), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1806), 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_PIPE,
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_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[28405] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(664), 1,
sym__simple_expression,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[28488] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(719), 1,
sym__simple_expression,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[28571] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1810), 1,
sym_identifier,
ACTIONS(1808), 42,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[28622] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(1482), 1,
sym__simple_expression,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[28705] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(1946), 1,
sym__simple_expression,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[28788] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(2024), 1,
sym__simple_expression,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[28871] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1814), 1,
sym_identifier,
ACTIONS(1812), 42,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[28922] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(1527), 1,
sym__simple_expression,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[29005] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1818), 1,
sym_identifier,
ACTIONS(1816), 42,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[29056] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1822), 1,
sym_identifier,
ACTIONS(1820), 42,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[29107] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_PLUS,
ACTIONS(366), 1,
anon_sym_DASH,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(543), 1,
sym_unary_adding_operator,
STATE(568), 1,
sym_term,
STATE(728), 1,
sym__simple_expression,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[29190] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1826), 1,
sym_identifier,
ACTIONS(1824), 42,
ts_builtin_sym_end,
sym_gnatprep_identifier,
sym_string_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_gnatprep_declarative_if_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
aux_sym_subtype_declaration_token1,
[29241] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1774), 1,
anon_sym_DOT,
ACTIONS(1776), 2,
sym_tick,
anon_sym_LPAREN,
ACTIONS(1828), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1830), 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_PIPE,
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_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[29295] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1774), 1,
anon_sym_DOT,
ACTIONS(1776), 1,
sym_tick,
ACTIONS(1836), 1,
anon_sym_LPAREN,
ACTIONS(1832), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1834), 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_PIPE,
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_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[29351] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1774), 1,
anon_sym_DOT,
ACTIONS(1776), 2,
sym_tick,
anon_sym_LPAREN,
ACTIONS(1839), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1841), 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_PIPE,
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_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[29405] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1796), 1,
anon_sym_DOT,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(1843), 1,
sym_tick,
STATE(493), 1,
sym_actual_parameter_part,
ACTIONS(1790), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1792), 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_PIPE,
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_STAR_STAR,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[29462] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1778), 1,
anon_sym_LPAREN,
ACTIONS(1784), 1,
aux_sym_attribute_designator_token2,
ACTIONS(1786), 1,
aux_sym_attribute_designator_token3,
ACTIONS(1788), 1,
aux_sym_range_attribute_designator_token1,
ACTIONS(1845), 1,
anon_sym_EQ_GT,
ACTIONS(1849), 1,
anon_sym_PIPE,
STATE(553), 1,
sym__parenthesized_expression,
STATE(1387), 1,
aux_sym_component_choice_list_repeat1,
ACTIONS(1774), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
STATE(792), 7,
sym_discriminant_constraint,
sym__constraint,
sym__scalar_constraint,
sym_range_constraint,
sym_index_constraint,
sym_digits_constraint,
sym_delta_constraint,
ACTIONS(1776), 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,
[29528] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1859), 1,
anon_sym_SLASH,
STATE(542), 1,
aux_sym_term_repeat1,
STATE(561), 1,
sym_multiplying_operator,
ACTIONS(1857), 3,
anon_sym_STAR,
anon_sym_mod,
anon_sym_rem,
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_PIPE,
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_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[29584] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1868), 1,
anon_sym_SLASH,
STATE(541), 1,
aux_sym_term_repeat1,
STATE(561), 1,
sym_multiplying_operator,
ACTIONS(1865), 3,
anon_sym_STAR,
anon_sym_mod,
anon_sym_rem,
ACTIONS(1861), 4,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
ACTIONS(1863), 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_PIPE,
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_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[29640] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1859), 1,
anon_sym_SLASH,
STATE(541), 1,
aux_sym_term_repeat1,
STATE(561), 1,
sym_multiplying_operator,
ACTIONS(1857), 3,
anon_sym_STAR,
anon_sym_mod,
anon_sym_rem,
ACTIONS(1871), 4,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
ACTIONS(1873), 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_PIPE,
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_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[29696] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(571), 1,
sym_term,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[29767] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1875), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1877), 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_PIPE,
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_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[29814] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1879), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1881), 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_PIPE,
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_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[29861] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1883), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1885), 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_PIPE,
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_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[29908] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1887), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1889), 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_PIPE,
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_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[29955] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1891), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1893), 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_PIPE,
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_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[30002] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1778), 1,
anon_sym_LPAREN,
ACTIONS(1784), 1,
aux_sym_attribute_designator_token2,
ACTIONS(1786), 1,
aux_sym_attribute_designator_token3,
ACTIONS(1788), 1,
aux_sym_range_attribute_designator_token1,
ACTIONS(1895), 1,
anon_sym_EQ_GT,
ACTIONS(1897), 1,
anon_sym_PIPE,
STATE(553), 1,
sym__parenthesized_expression,
STATE(1260), 1,
aux_sym_discriminant_association_repeat1,
ACTIONS(1781), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
ACTIONS(1774), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
STATE(792), 7,
sym_discriminant_constraint,
sym__constraint,
sym__scalar_constraint,
sym_range_constraint,
sym_index_constraint,
sym_digits_constraint,
sym_delta_constraint,
ACTIONS(1776), 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,
[30069] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1903), 1,
anon_sym_STAR_STAR,
ACTIONS(1899), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1901), 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_PIPE,
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_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[30118] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1905), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1907), 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_PIPE,
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_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[30165] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(575), 1,
sym_term,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(540), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[30236] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1909), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1911), 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_PIPE,
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_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[30283] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1913), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1915), 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_PIPE,
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_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[30330] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1917), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1919), 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_PIPE,
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_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[30377] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1921), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1923), 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_PIPE,
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_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[30424] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1925), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1927), 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_PIPE,
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_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[30471] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1929), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1931), 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_PIPE,
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_STAR_STAR,
anon_sym_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[30518] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1933), 5,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_SLASH,
ACTIONS(1935), 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_PIPE,
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_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[30564] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1937), 5,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_SLASH,
ACTIONS(1939), 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_PIPE,
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_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[30610] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym_numeric_literal,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(380), 1,
aux_sym_factor_abs_token1,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(500), 1,
aux_sym_relation_membership_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(560), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(550), 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,
[30678] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1941), 5,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_SLASH,
ACTIONS(1943), 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_PIPE,
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_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[30724] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1945), 1,
anon_sym_LPAREN,
ACTIONS(1947), 1,
aux_sym_attribute_designator_token1,
ACTIONS(1949), 1,
aux_sym_attribute_designator_token2,
ACTIONS(1951), 1,
aux_sym_attribute_designator_token3,
ACTIONS(1953), 1,
aux_sym_attribute_designator_token4,
ACTIONS(1955), 1,
aux_sym_compilation_unit_token1,
ACTIONS(1957), 1,
aux_sym_with_clause_token1,
ACTIONS(1959), 1,
aux_sym_range_attribute_designator_token1,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(1963), 1,
aux_sym_primary_null_token1,
ACTIONS(1965), 1,
aux_sym_allocator_token1,
ACTIONS(1969), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(1971), 1,
aux_sym_private_type_declaration_token1,
ACTIONS(1973), 1,
aux_sym_private_type_declaration_token2,
ACTIONS(1975), 1,
aux_sym_private_extension_declaration_token1,
ACTIONS(1977), 1,
aux_sym_array_type_definition_token1,
ACTIONS(1979), 1,
aux_sym_interface_type_definition_token2,
STATE(1416), 1,
sym_null_exclusion,
STATE(1444), 1,
sym_record_definition,
ACTIONS(1967), 2,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_interface_type_definition_token1,
STATE(1415), 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,
[30808] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1981), 5,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_SLASH,
ACTIONS(1983), 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_PIPE,
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_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[30854] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1945), 1,
anon_sym_LPAREN,
ACTIONS(1947), 1,
aux_sym_attribute_designator_token1,
ACTIONS(1949), 1,
aux_sym_attribute_designator_token2,
ACTIONS(1951), 1,
aux_sym_attribute_designator_token3,
ACTIONS(1953), 1,
aux_sym_attribute_designator_token4,
ACTIONS(1959), 1,
aux_sym_range_attribute_designator_token1,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(1963), 1,
aux_sym_primary_null_token1,
ACTIONS(1969), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(1977), 1,
aux_sym_array_type_definition_token1,
ACTIONS(1979), 1,
aux_sym_interface_type_definition_token2,
ACTIONS(1985), 1,
aux_sym_with_clause_token1,
ACTIONS(1987), 1,
aux_sym_allocator_token1,
ACTIONS(1989), 1,
aux_sym_private_type_declaration_token1,
ACTIONS(1991), 1,
aux_sym_private_type_declaration_token2,
STATE(1416), 1,
sym_null_exclusion,
STATE(1444), 1,
sym_record_definition,
ACTIONS(1967), 3,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_private_extension_declaration_token1,
aux_sym_interface_type_definition_token1,
STATE(1345), 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,
[30933] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1999), 1,
anon_sym_DASH,
STATE(552), 1,
sym_binary_adding_operator,
STATE(567), 1,
aux_sym__simple_expression_repeat1,
ACTIONS(1997), 2,
anon_sym_PLUS,
anon_sym_AMP,
ACTIONS(1993), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1995), 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_PIPE,
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_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[30985] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2008), 1,
anon_sym_DASH,
STATE(552), 1,
sym_binary_adding_operator,
STATE(567), 1,
aux_sym__simple_expression_repeat1,
ACTIONS(2005), 2,
anon_sym_PLUS,
anon_sym_AMP,
ACTIONS(2001), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(2003), 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_PIPE,
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_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[31037] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1999), 1,
anon_sym_DASH,
STATE(552), 1,
sym_binary_adding_operator,
STATE(569), 1,
aux_sym__simple_expression_repeat1,
ACTIONS(1997), 2,
anon_sym_PLUS,
anon_sym_AMP,
ACTIONS(2011), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(2013), 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_PIPE,
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_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[31089] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1999), 1,
anon_sym_DASH,
STATE(552), 1,
sym_binary_adding_operator,
STATE(567), 1,
aux_sym__simple_expression_repeat1,
ACTIONS(1997), 2,
anon_sym_PLUS,
anon_sym_AMP,
ACTIONS(2015), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(2017), 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_PIPE,
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_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[31141] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1778), 1,
anon_sym_LPAREN,
ACTIONS(1784), 1,
aux_sym_attribute_designator_token2,
ACTIONS(1786), 1,
aux_sym_attribute_designator_token3,
ACTIONS(1788), 1,
aux_sym_range_attribute_designator_token1,
STATE(553), 1,
sym__parenthesized_expression,
ACTIONS(1781), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
ACTIONS(1774), 6,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
STATE(792), 7,
sym_discriminant_constraint,
sym__constraint,
sym__scalar_constraint,
sym_range_constraint,
sym_index_constraint,
sym_digits_constraint,
sym_delta_constraint,
ACTIONS(1776), 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,
[31199] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1999), 1,
anon_sym_DASH,
STATE(552), 1,
sym_binary_adding_operator,
STATE(566), 1,
aux_sym__simple_expression_repeat1,
ACTIONS(1997), 2,
anon_sym_PLUS,
anon_sym_AMP,
ACTIONS(2015), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(2017), 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_PIPE,
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_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[31251] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1947), 1,
aux_sym_attribute_designator_token1,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(1977), 1,
aux_sym_array_type_definition_token1,
ACTIONS(1979), 1,
aux_sym_interface_type_definition_token2,
ACTIONS(2019), 1,
anon_sym_LPAREN,
ACTIONS(2021), 1,
aux_sym_attribute_designator_token2,
ACTIONS(2023), 1,
aux_sym_attribute_designator_token3,
ACTIONS(2025), 1,
aux_sym_attribute_designator_token4,
ACTIONS(2027), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2029), 1,
aux_sym_with_clause_token1,
ACTIONS(2031), 1,
aux_sym_range_attribute_designator_token1,
ACTIONS(2033), 1,
aux_sym_allocator_token1,
ACTIONS(2035), 1,
aux_sym_private_type_declaration_token1,
ACTIONS(2037), 1,
aux_sym_private_type_declaration_token2,
ACTIONS(2039), 1,
aux_sym_private_extension_declaration_token1,
STATE(1311), 1,
sym_interface_type_definition,
STATE(1313), 1,
sym_array_type_definition,
STATE(1416), 1,
sym_null_exclusion,
ACTIONS(1967), 2,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_interface_type_definition_token1,
STATE(1314), 3,
sym__access_type_definition,
sym_access_to_subprogram_definition,
sym_access_to_object_definition,
STATE(1189), 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,
[31332] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2041), 1,
sym_identifier,
ACTIONS(2045), 1,
anon_sym_LT_LT,
STATE(573), 2,
sym_label,
aux_sym__sequence_of_statements_repeat2,
ACTIONS(2043), 31,
sym_gnatprep_identifier,
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_gnatprep_declarative_if_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
[31379] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1947), 1,
aux_sym_attribute_designator_token1,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(1977), 1,
aux_sym_array_type_definition_token1,
ACTIONS(1979), 1,
aux_sym_interface_type_definition_token2,
ACTIONS(2019), 1,
anon_sym_LPAREN,
ACTIONS(2021), 1,
aux_sym_attribute_designator_token2,
ACTIONS(2023), 1,
aux_sym_attribute_designator_token3,
ACTIONS(2025), 1,
aux_sym_attribute_designator_token4,
ACTIONS(2027), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2029), 1,
aux_sym_with_clause_token1,
ACTIONS(2031), 1,
aux_sym_range_attribute_designator_token1,
ACTIONS(2033), 1,
aux_sym_allocator_token1,
ACTIONS(2035), 1,
aux_sym_private_type_declaration_token1,
ACTIONS(2039), 1,
aux_sym_private_extension_declaration_token1,
ACTIONS(2048), 1,
aux_sym_private_type_declaration_token2,
STATE(1311), 1,
sym_interface_type_definition,
STATE(1313), 1,
sym_array_type_definition,
STATE(1416), 1,
sym_null_exclusion,
ACTIONS(1967), 2,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_interface_type_definition_token1,
STATE(1314), 3,
sym__access_type_definition,
sym_access_to_subprogram_definition,
sym_access_to_object_definition,
STATE(1212), 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,
[31460] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2001), 4,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
ACTIONS(2003), 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_PIPE,
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_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[31502] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2050), 1,
sym_identifier,
ACTIONS(2052), 32,
sym_gnatprep_identifier,
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_gnatprep_declarative_if_statement_token1,
aux_sym_exit_statement_token1,
aux_sym_goto_statement_token1,
aux_sym_delay_until_statement_token1,
aux_sym_loop_statement_token1,
aux_sym_iteration_scheme_token1,
[31543] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1778), 1,
anon_sym_LPAREN,
ACTIONS(1784), 1,
aux_sym_attribute_designator_token2,
ACTIONS(1786), 1,
aux_sym_attribute_designator_token3,
ACTIONS(1788), 1,
aux_sym_range_attribute_designator_token1,
STATE(553), 1,
sym__parenthesized_expression,
ACTIONS(1774), 3,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_DOT,
STATE(792), 7,
sym_discriminant_constraint,
sym__constraint,
sym__scalar_constraint,
sym_range_constraint,
sym_index_constraint,
sym_digits_constraint,
sym_delta_constraint,
ACTIONS(1776), 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(2054), 10,
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,
aux_sym_accept_statement_token2,
[31598] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
ACTIONS(2056), 1,
sym_numeric_literal,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(562), 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,
[31654] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(598), 1,
sym_identifier,
ACTIONS(2058), 1,
sym_numeric_literal,
ACTIONS(2060), 1,
aux_sym_primary_null_token1,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(564), 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,
[31710] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
ACTIONS(2062), 1,
sym_numeric_literal,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(559), 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,
[31766] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(370), 1,
anon_sym_LBRACK,
ACTIONS(384), 1,
aux_sym_allocator_token1,
ACTIONS(502), 1,
aux_sym_primary_null_token1,
ACTIONS(598), 1,
sym_identifier,
ACTIONS(2058), 1,
sym_numeric_literal,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(596), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(520), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(564), 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,
[31822] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2064), 1,
sym_identifier,
ACTIONS(2066), 5,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
ACTIONS(1921), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_mod,
anon_sym_rem,
ACTIONS(1923), 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_PIPE,
anon_sym_DOT_DOT,
aux_sym_expression_token1,
aux_sym_expression_token3,
aux_sym_expression_token5,
aux_sym_relation_membership_token1,
[31865] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(69), 1,
aux_sym_accept_statement_token1,
ACTIONS(77), 1,
aux_sym_delay_until_statement_token1,
ACTIONS(2068), 1,
sym_identifier,
ACTIONS(2070), 1,
aux_sym_iterator_filter_token1,
ACTIONS(2072), 1,
aux_sym_terminate_alternative_token1,
STATE(45), 1,
sym_accept_statement,
STATE(47), 1,
sym_procedure_call_statement,
STATE(889), 1,
sym_guard,
STATE(1221), 1,
sym_select_alternative,
STATE(1507), 1,
sym_entry_call_alternative,
STATE(1932), 1,
sym_triggering_alternative,
STATE(2066), 1,
sym_value_sequence,
STATE(1226), 2,
sym__name,
sym_function_call,
STATE(43), 3,
sym__delay_statement,
sym_delay_until_statement,
sym_delay_relative_statement,
STATE(1255), 3,
sym_delay_alternative,
sym_accept_alternative,
sym_terminate_alternative,
ACTIONS(9), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1077), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[31935] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2074), 1,
anon_sym_COMMA,
ACTIONS(2077), 1,
anon_sym_EQ_GT,
ACTIONS(2079), 1,
anon_sym_COLON,
ACTIONS(2081), 1,
anon_sym_PIPE,
STATE(1352), 1,
aux_sym__defining_identifier_list_repeat1,
STATE(1387), 1,
aux_sym_component_choice_list_repeat1,
ACTIONS(1774), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1776), 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,
[31985] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1778), 1,
anon_sym_LPAREN,
ACTIONS(1784), 1,
aux_sym_attribute_designator_token2,
ACTIONS(1786), 1,
aux_sym_attribute_designator_token3,
ACTIONS(1788), 1,
aux_sym_range_attribute_designator_token1,
STATE(553), 1,
sym__parenthesized_expression,
ACTIONS(1776), 2,
sym_tick,
anon_sym_DOT,
STATE(763), 7,
sym_discriminant_constraint,
sym__constraint,
sym__scalar_constraint,
sym_range_constraint,
sym_index_constraint,
sym_digits_constraint,
sym_delta_constraint,
ACTIONS(2083), 15,
anon_sym_COMMA,
anon_sym_RPAREN,
aux_sym_chunk_specification_token1,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_iterator_filter_token1,
aux_sym_iterator_specification_token1,
anon_sym_SEMI,
aux_sym_with_clause_token2,
anon_sym_PIPE,
aux_sym_expression_token1,
aux_sym_expression_token3,
anon_sym_COLON_EQ,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[32034] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2091), 1,
aux_sym_chunk_specification_token1,
ACTIONS(2093), 1,
aux_sym_relation_membership_token1,
STATE(523), 1,
sym_relational_operator,
ACTIONS(2085), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(2087), 3,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(2089), 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,
anon_sym_PIPE,
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,
[32079] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2077), 1,
anon_sym_EQ_GT,
ACTIONS(2081), 1,
anon_sym_PIPE,
STATE(1387), 1,
aux_sym_component_choice_list_repeat1,
ACTIONS(1774), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1776), 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,
[32121] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1778), 1,
anon_sym_LPAREN,
ACTIONS(1784), 1,
aux_sym_attribute_designator_token2,
ACTIONS(1786), 1,
aux_sym_attribute_designator_token3,
ACTIONS(1788), 1,
aux_sym_range_attribute_designator_token1,
ACTIONS(2054), 1,
anon_sym_RPAREN,
ACTIONS(2079), 1,
anon_sym_COLON,
ACTIONS(2095), 1,
anon_sym_COMMA,
STATE(553), 1,
sym__parenthesized_expression,
STATE(1352), 1,
aux_sym__defining_identifier_list_repeat1,
ACTIONS(1774), 3,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_DOT,
STATE(792), 7,
sym_discriminant_constraint,
sym__constraint,
sym__scalar_constraint,
sym_range_constraint,
sym_index_constraint,
sym_digits_constraint,
sym_delta_constraint,
ACTIONS(1776), 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,
[32176] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1895), 1,
anon_sym_EQ_GT,
ACTIONS(1897), 1,
anon_sym_PIPE,
STATE(1260), 1,
aux_sym_discriminant_association_repeat1,
ACTIONS(1774), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1776), 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_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,
[32217] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2097), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(1921), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1923), 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_PIPE,
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,
[32253] = 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(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2099), 1,
sym_identifier,
ACTIONS(2101), 1,
aux_sym__package_specification_token3,
ACTIONS(2103), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2105), 1,
aux_sym_access_to_subprogram_definition_token3,
STATE(1024), 1,
sym_overriding_indicator,
STATE(1992), 1,
sym__defining_identifier_list,
STATE(1147), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(596), 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,
[32309] = 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(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2099), 1,
sym_identifier,
ACTIONS(2103), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2105), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2107), 1,
aux_sym__package_specification_token3,
STATE(1024), 1,
sym_overriding_indicator,
STATE(1992), 1,
sym__defining_identifier_list,
STATE(1147), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(595), 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,
[32365] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2079), 1,
anon_sym_COLON,
ACTIONS(2095), 1,
anon_sym_COMMA,
STATE(1352), 1,
aux_sym__defining_identifier_list_repeat1,
ACTIONS(1774), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1776), 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,
[32405] = 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(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2099), 1,
sym_identifier,
ACTIONS(2103), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2105), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2109), 1,
aux_sym__package_specification_token3,
STATE(1024), 1,
sym_overriding_indicator,
STATE(1992), 1,
sym__defining_identifier_list,
STATE(1147), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(591), 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,
[32461] = 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(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2099), 1,
sym_identifier,
ACTIONS(2103), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2105), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2109), 1,
aux_sym__package_specification_token3,
STATE(1024), 1,
sym_overriding_indicator,
STATE(1992), 1,
sym__defining_identifier_list,
STATE(1147), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(596), 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,
[32517] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2111), 1,
sym_identifier,
ACTIONS(2114), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2117), 1,
aux_sym__package_specification_token3,
ACTIONS(2119), 1,
aux_sym_relation_membership_token1,
ACTIONS(2122), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2125), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2128), 1,
aux_sym_entry_declaration_token1,
ACTIONS(2131), 1,
aux_sym_global_mode_token1,
ACTIONS(2134), 1,
aux_sym_pragma_g_token1,
STATE(1024), 1,
sym_overriding_indicator,
STATE(1992), 1,
sym__defining_identifier_list,
STATE(1147), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(596), 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,
[32573] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1778), 1,
anon_sym_LPAREN,
ACTIONS(1784), 1,
aux_sym_attribute_designator_token2,
ACTIONS(1786), 1,
aux_sym_attribute_designator_token3,
ACTIONS(2137), 1,
aux_sym_range_attribute_designator_token1,
STATE(553), 1,
sym__parenthesized_expression,
ACTIONS(2054), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
ACTIONS(1774), 3,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_DOT,
STATE(792), 7,
sym_discriminant_constraint,
sym__constraint,
sym__scalar_constraint,
sym_range_constraint,
sym_index_constraint,
sym_digits_constraint,
sym_delta_constraint,
ACTIONS(1776), 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,
[32620] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2140), 1,
sym_tick,
ACTIONS(2143), 1,
anon_sym_EQ_GT,
ACTIONS(1774), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1776), 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,
[32657] = 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(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2103), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2105), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2145), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2147), 1,
aux_sym__package_specification_token3,
ACTIONS(2149), 1,
aux_sym_allocator_token1,
STATE(1024), 1,
sym_overriding_indicator,
STATE(1898), 1,
sym_protected_definition,
STATE(1147), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(618), 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,
[32714] = 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(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2103), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2105), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2145), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2147), 1,
aux_sym__package_specification_token3,
ACTIONS(2151), 1,
aux_sym_allocator_token1,
STATE(1024), 1,
sym_overriding_indicator,
STATE(1711), 1,
sym_protected_definition,
STATE(1147), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(618), 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,
[32771] = 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(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2103), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2105), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2145), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2147), 1,
aux_sym__package_specification_token3,
ACTIONS(2153), 1,
aux_sym_allocator_token1,
STATE(1024), 1,
sym_overriding_indicator,
STATE(2110), 1,
sym_protected_definition,
STATE(1147), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(618), 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,
[32828] = 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(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2103), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2105), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2145), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2147), 1,
aux_sym__package_specification_token3,
ACTIONS(2155), 1,
aux_sym_allocator_token1,
STATE(1024), 1,
sym_overriding_indicator,
STATE(2132), 1,
sym_protected_definition,
STATE(1147), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(618), 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,
[32885] = 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(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2103), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2105), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2145), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2147), 1,
aux_sym__package_specification_token3,
ACTIONS(2157), 1,
aux_sym_allocator_token1,
STATE(1024), 1,
sym_overriding_indicator,
STATE(2094), 1,
sym_protected_definition,
STATE(1147), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(618), 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,
[32942] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2159), 1,
anon_sym_COLON,
ACTIONS(1774), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1776), 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,
[32976] = 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(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2103), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2105), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2145), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2147), 1,
aux_sym__package_specification_token3,
STATE(1024), 1,
sym_overriding_indicator,
STATE(1914), 1,
sym_protected_definition,
STATE(1147), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(618), 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,
[33030] = 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(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2103), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2105), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2145), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2147), 1,
aux_sym__package_specification_token3,
STATE(1024), 1,
sym_overriding_indicator,
STATE(1756), 1,
sym_protected_definition,
STATE(1147), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(618), 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,
[33084] = 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(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2103), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2105), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2145), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2147), 1,
aux_sym__package_specification_token3,
STATE(1024), 1,
sym_overriding_indicator,
STATE(1757), 1,
sym_protected_definition,
STATE(1147), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(618), 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,
[33138] = 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(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2103), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2105), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2145), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2147), 1,
aux_sym__package_specification_token3,
STATE(1024), 1,
sym_overriding_indicator,
STATE(1987), 1,
sym_protected_definition,
STATE(1147), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(618), 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,
[33192] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2103), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2105), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2161), 1,
aux_sym__package_specification_token3,
ACTIONS(2163), 1,
aux_sym_subunit_token1,
ACTIONS(2165), 1,
aux_sym_entry_declaration_token1,
STATE(1128), 1,
sym_overriding_indicator,
STATE(1142), 1,
sym__subprogram_specification,
STATE(1178), 1,
sym_function_specification,
STATE(1183), 1,
sym_procedure_specification,
STATE(624), 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,
[33246] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2171), 1,
aux_sym_with_clause_token2,
STATE(493), 1,
sym_actual_parameter_part,
ACTIONS(2169), 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,
anon_sym_PIPE,
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,
[33286] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2175), 1,
anon_sym_LPAREN,
ACTIONS(2173), 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,
anon_sym_PIPE,
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_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[33318] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(2177), 1,
sym_identifier,
ACTIONS(2183), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2185), 1,
aux_sym_exception_declaration_token1,
STATE(788), 1,
sym_null_exclusion,
STATE(1858), 1,
sym_access_definition,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2179), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
ACTIONS(2181), 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(1108), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[33368] = 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(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2103), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2105), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2145), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2147), 1,
aux_sym__package_specification_token3,
STATE(1024), 1,
sym_overriding_indicator,
STATE(1903), 1,
sym_protected_definition,
STATE(1147), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(618), 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,
[33422] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1078), 1,
sym_identifier,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(1977), 1,
aux_sym_array_type_definition_token1,
ACTIONS(2183), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2187), 1,
aux_sym_general_access_modifier_token1,
ACTIONS(2189), 1,
aux_sym_component_definition_token1,
ACTIONS(2191), 1,
aux_sym_exception_declaration_token1,
STATE(773), 1,
sym_null_exclusion,
STATE(1124), 1,
sym__subtype_indication,
STATE(2066), 1,
sym_value_sequence,
STATE(1097), 2,
sym_access_definition,
sym_array_type_definition,
STATE(1220), 2,
sym__name,
sym_function_call,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[33480] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2103), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2105), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2165), 1,
aux_sym_entry_declaration_token1,
ACTIONS(2193), 1,
aux_sym__package_specification_token3,
STATE(1128), 1,
sym_overriding_indicator,
STATE(1142), 1,
sym__subprogram_specification,
STATE(1178), 1,
sym_function_specification,
STATE(1183), 1,
sym_procedure_specification,
STATE(617), 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,
[33531] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2197), 1,
aux_sym_expression_token1,
ACTIONS(2199), 1,
aux_sym_expression_token3,
ACTIONS(2201), 1,
aux_sym_expression_token5,
STATE(668), 1,
aux_sym_expression_repeat2,
STATE(671), 1,
aux_sym_expression_repeat1,
STATE(675), 1,
aux_sym_expression_repeat3,
ACTIONS(2195), 17,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_iterator_filter_token1,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_PIPE,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token2,
aux_sym_expression_token4,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[33572] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2103), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2105), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2165), 1,
aux_sym_entry_declaration_token1,
ACTIONS(2203), 1,
aux_sym__package_specification_token3,
STATE(1128), 1,
sym_overriding_indicator,
STATE(1142), 1,
sym__subprogram_specification,
STATE(1178), 1,
sym_function_specification,
STATE(1183), 1,
sym_procedure_specification,
STATE(619), 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,
[33623] = 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(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2103), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2105), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2107), 1,
aux_sym__package_specification_token3,
ACTIONS(2205), 1,
aux_sym_compilation_unit_token1,
STATE(1024), 1,
sym_overriding_indicator,
STATE(1147), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(621), 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,
[33674] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2207), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2210), 1,
aux_sym__package_specification_token3,
ACTIONS(2212), 1,
aux_sym_relation_membership_token1,
ACTIONS(2215), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2218), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2221), 1,
aux_sym_entry_declaration_token1,
ACTIONS(2224), 1,
aux_sym_global_mode_token1,
STATE(1128), 1,
sym_overriding_indicator,
STATE(1142), 1,
sym__subprogram_specification,
STATE(1178), 1,
sym_function_specification,
STATE(1183), 1,
sym_procedure_specification,
STATE(619), 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,
[33725] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1078), 1,
sym_identifier,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(1977), 1,
aux_sym_array_type_definition_token1,
ACTIONS(2183), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2227), 1,
anon_sym_COLON_EQ,
STATE(773), 1,
sym_null_exclusion,
STATE(1064), 1,
sym__subtype_indication,
STATE(1719), 1,
sym__assign_value,
STATE(2066), 1,
sym_value_sequence,
STATE(1071), 2,
sym_access_definition,
sym_array_type_definition,
STATE(1220), 2,
sym__name,
sym_function_call,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[33780] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2229), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2234), 1,
aux_sym_relation_membership_token1,
ACTIONS(2237), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2240), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2243), 1,
aux_sym_entry_declaration_token1,
ACTIONS(2246), 1,
aux_sym_global_mode_token1,
ACTIONS(2249), 1,
aux_sym_pragma_g_token1,
STATE(1024), 1,
sym_overriding_indicator,
ACTIONS(2232), 2,
aux_sym_compilation_unit_token1,
aux_sym__package_specification_token3,
STATE(1147), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(621), 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,
[33829] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2252), 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,
anon_sym_PIPE,
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_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[33858] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1078), 1,
sym_identifier,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(2256), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(2258), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2260), 1,
aux_sym_access_to_subprogram_definition_token3,
STATE(722), 1,
sym_general_access_modifier,
STATE(864), 1,
sym_null_exclusion,
STATE(1243), 1,
sym__subtype_indication,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2254), 2,
aux_sym_use_clause_token1,
aux_sym_general_access_modifier_token1,
STATE(1220), 2,
sym__name,
sym_function_call,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[33913] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2103), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2105), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2165), 1,
aux_sym_entry_declaration_token1,
ACTIONS(2193), 1,
aux_sym__package_specification_token3,
STATE(1128), 1,
sym_overriding_indicator,
STATE(1142), 1,
sym__subprogram_specification,
STATE(1178), 1,
sym_function_specification,
STATE(1183), 1,
sym_procedure_specification,
STATE(619), 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,
[33964] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2262), 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,
anon_sym_PIPE,
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_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[33993] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2103), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2105), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2161), 1,
aux_sym__package_specification_token3,
ACTIONS(2165), 1,
aux_sym_entry_declaration_token1,
STATE(1128), 1,
sym_overriding_indicator,
STATE(1142), 1,
sym__subprogram_specification,
STATE(1178), 1,
sym_function_specification,
STATE(1183), 1,
sym_procedure_specification,
STATE(624), 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,
[34044] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2264), 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,
anon_sym_PIPE,
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_COLON_EQ,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[34073] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1078), 1,
sym_identifier,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(1977), 1,
aux_sym_array_type_definition_token1,
ACTIONS(2183), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2189), 1,
aux_sym_component_definition_token1,
ACTIONS(2266), 1,
aux_sym_general_access_modifier_token1,
STATE(773), 1,
sym_null_exclusion,
STATE(1124), 1,
sym__subtype_indication,
STATE(2066), 1,
sym_value_sequence,
STATE(1097), 2,
sym_access_definition,
sym_array_type_definition,
STATE(1220), 2,
sym__name,
sym_function_call,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[34128] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1078), 1,
sym_identifier,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(1977), 1,
aux_sym_array_type_definition_token1,
ACTIONS(2183), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2268), 1,
aux_sym_general_access_modifier_token1,
STATE(773), 1,
sym_null_exclusion,
STATE(1075), 1,
sym__subtype_indication,
STATE(2066), 1,
sym_value_sequence,
STATE(1071), 2,
sym_access_definition,
sym_array_type_definition,
STATE(1220), 2,
sym__name,
sym_function_call,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[34180] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1078), 1,
sym_identifier,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(2183), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2270), 1,
aux_sym_general_access_modifier_token1,
ACTIONS(2272), 1,
aux_sym_component_definition_token1,
STATE(773), 1,
sym_null_exclusion,
STATE(1224), 1,
sym__subtype_indication,
STATE(2066), 1,
sym_value_sequence,
STATE(1031), 2,
sym_access_definition,
sym__return_subtype_indication,
STATE(1220), 2,
sym__name,
sym_function_call,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[34232] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(372), 1,
aux_sym_chunk_specification_token1,
ACTIONS(394), 1,
aux_sym_non_empty_mode_token1,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(2183), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2274), 1,
sym_identifier,
ACTIONS(2278), 1,
aux_sym_component_definition_token1,
STATE(734), 1,
sym_non_empty_mode,
STATE(761), 1,
sym_null_exclusion,
STATE(1050), 1,
sym_access_definition,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2276), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(894), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[34284] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2282), 1,
anon_sym_PIPE,
STATE(632), 1,
aux_sym_membership_choice_list_repeat1,
ACTIONS(2280), 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,
[34315] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1078), 1,
sym_identifier,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(2183), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2285), 1,
aux_sym_component_definition_token1,
STATE(773), 1,
sym_null_exclusion,
STATE(1139), 1,
sym_component_definition,
STATE(1156), 1,
sym__subtype_indication,
STATE(1157), 1,
sym_access_definition,
STATE(2066), 1,
sym_value_sequence,
STATE(1220), 2,
sym__name,
sym_function_call,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[34366] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(2287), 1,
sym_identifier,
ACTIONS(2289), 1,
anon_sym_LBRACK,
ACTIONS(2293), 1,
aux_sym_range_attribute_designator_token1,
STATE(478), 1,
sym_attribute_designator,
STATE(627), 1,
sym_range_attribute_designator,
ACTIONS(2291), 4,
aux_sym_attribute_designator_token1,
aux_sym_attribute_designator_token2,
aux_sym_attribute_designator_token3,
aux_sym_attribute_designator_token4,
STATE(480), 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,
[34407] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1078), 1,
sym_identifier,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(2183), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2285), 1,
aux_sym_component_definition_token1,
STATE(773), 1,
sym_null_exclusion,
STATE(1117), 1,
sym_component_definition,
STATE(1156), 1,
sym__subtype_indication,
STATE(1157), 1,
sym_access_definition,
STATE(2066), 1,
sym_value_sequence,
STATE(1220), 2,
sym__name,
sym_function_call,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[34458] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(2099), 1,
sym_identifier,
ACTIONS(2297), 1,
aux_sym_with_clause_token2,
ACTIONS(2299), 1,
aux_sym_use_clause_token2,
STATE(1889), 1,
sym__defining_identifier_list,
STATE(940), 2,
sym_formal_concrete_subprogram_declaration,
sym_formal_abstract_subprogram_declaration,
ACTIONS(2295), 3,
aux_sym__package_specification_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
STATE(645), 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,
[34501] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2303), 1,
anon_sym_PIPE,
STATE(632), 1,
aux_sym_membership_choice_list_repeat1,
ACTIONS(2301), 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,
[34532] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1078), 1,
sym_identifier,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(1977), 1,
aux_sym_array_type_definition_token1,
ACTIONS(2183), 1,
aux_sym_attribute_designator_token1,
STATE(773), 1,
sym_null_exclusion,
STATE(1067), 1,
sym__subtype_indication,
STATE(2066), 1,
sym_value_sequence,
STATE(1068), 2,
sym_access_definition,
sym_array_type_definition,
STATE(1220), 2,
sym__name,
sym_function_call,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[34581] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2303), 1,
anon_sym_PIPE,
STATE(637), 1,
aux_sym_membership_choice_list_repeat1,
ACTIONS(2305), 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,
[34612] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1078), 1,
sym_identifier,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(2183), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2285), 1,
aux_sym_component_definition_token1,
STATE(773), 1,
sym_null_exclusion,
STATE(1137), 1,
sym_component_definition,
STATE(1156), 1,
sym__subtype_indication,
STATE(1157), 1,
sym_access_definition,
STATE(2066), 1,
sym_value_sequence,
STATE(1220), 2,
sym__name,
sym_function_call,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[34663] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2309), 1,
anon_sym_DOT_DOT,
ACTIONS(2307), 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,
anon_sym_PIPE,
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,
[34692] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(372), 1,
aux_sym_chunk_specification_token1,
ACTIONS(394), 1,
aux_sym_non_empty_mode_token1,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(2183), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2311), 1,
sym_identifier,
STATE(702), 1,
sym_non_empty_mode,
STATE(741), 1,
sym_null_exclusion,
STATE(1114), 1,
sym_access_definition,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2313), 4,
sym_gnatprep_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,
[34741] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1078), 1,
sym_identifier,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(2183), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2315), 1,
aux_sym_general_access_modifier_token1,
STATE(773), 1,
sym_null_exclusion,
STATE(1224), 1,
sym__subtype_indication,
STATE(2066), 1,
sym_value_sequence,
STATE(1018), 2,
sym_access_definition,
sym__return_subtype_indication,
STATE(1220), 2,
sym__name,
sym_function_call,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[34790] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1078), 1,
sym_identifier,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(1977), 1,
aux_sym_array_type_definition_token1,
ACTIONS(2183), 1,
aux_sym_attribute_designator_token1,
STATE(773), 1,
sym_null_exclusion,
STATE(1064), 1,
sym__subtype_indication,
STATE(2066), 1,
sym_value_sequence,
STATE(1071), 2,
sym_access_definition,
sym_array_type_definition,
STATE(1220), 2,
sym__name,
sym_function_call,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[34839] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2317), 1,
sym_identifier,
ACTIONS(2320), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(2325), 1,
aux_sym_with_clause_token2,
ACTIONS(2328), 1,
aux_sym_use_clause_token2,
ACTIONS(2331), 1,
aux_sym_pragma_g_token1,
STATE(1889), 1,
sym__defining_identifier_list,
STATE(940), 2,
sym_formal_concrete_subprogram_declaration,
sym_formal_abstract_subprogram_declaration,
ACTIONS(2323), 3,
aux_sym__package_specification_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
STATE(645), 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,
[34882] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(2099), 1,
sym_identifier,
ACTIONS(2297), 1,
aux_sym_with_clause_token2,
ACTIONS(2299), 1,
aux_sym_use_clause_token2,
ACTIONS(2334), 1,
aux_sym__package_specification_token1,
ACTIONS(2337), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2340), 1,
aux_sym_access_to_subprogram_definition_token3,
STATE(1889), 1,
sym__defining_identifier_list,
STATE(940), 2,
sym_formal_concrete_subprogram_declaration,
sym_formal_abstract_subprogram_declaration,
STATE(636), 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,
[34929] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2343), 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,
anon_sym_PIPE,
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,
[34955] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2345), 1,
sym_identifier,
ACTIONS(2349), 1,
anon_sym_SEMI,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
STATE(1315), 1,
sym_subprogram_default,
STATE(1716), 1,
sym_aspect_specification,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2353), 2,
aux_sym_primary_null_token1,
anon_sym_LT_GT,
ACTIONS(2347), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1045), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[34999] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1078), 1,
sym_identifier,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(2183), 1,
aux_sym_attribute_designator_token1,
STATE(773), 1,
sym_null_exclusion,
STATE(1224), 1,
sym__subtype_indication,
STATE(2066), 1,
sym_value_sequence,
STATE(1027), 2,
sym_access_definition,
sym__return_subtype_indication,
STATE(1220), 2,
sym__name,
sym_function_call,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[35045] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2355), 1,
sym_identifier,
ACTIONS(2357), 19,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym__package_specification_token1,
aux_sym__package_specification_token3,
aux_sym_use_clause_token2,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_interface_type_definition_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
aux_sym_pragma_g_token1,
aux_sym_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_subtype_declaration_token1,
[35073] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2359), 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,
anon_sym_PIPE,
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,
[35099] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2280), 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,
anon_sym_PIPE,
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,
[35125] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1078), 1,
sym_identifier,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(2183), 1,
aux_sym_attribute_designator_token1,
STATE(773), 1,
sym_null_exclusion,
STATE(1522), 1,
sym__subtype_indication,
STATE(2066), 1,
sym_value_sequence,
STATE(1220), 2,
sym__name,
sym_function_call,
STATE(1523), 2,
sym__loop_parameter_subtype_indication,
sym_access_definition,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[35171] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2361), 1,
sym_identifier,
ACTIONS(2363), 19,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym__package_specification_token1,
aux_sym__package_specification_token3,
aux_sym_use_clause_token2,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_interface_type_definition_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
aux_sym_pragma_g_token1,
aux_sym_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_subtype_declaration_token1,
[35199] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2365), 1,
sym_identifier,
ACTIONS(2367), 19,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym__package_specification_token1,
aux_sym__package_specification_token3,
aux_sym_use_clause_token2,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_interface_type_definition_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
aux_sym_pragma_g_token1,
aux_sym_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_subtype_declaration_token1,
[35227] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2369), 1,
sym_identifier,
ACTIONS(2371), 19,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym__package_specification_token1,
aux_sym__package_specification_token3,
aux_sym_use_clause_token2,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_interface_type_definition_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
aux_sym_pragma_g_token1,
aux_sym_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_subtype_declaration_token1,
[35255] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2373), 1,
sym_identifier,
ACTIONS(2375), 19,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym__package_specification_token1,
aux_sym__package_specification_token3,
aux_sym_use_clause_token2,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_interface_type_definition_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
aux_sym_pragma_g_token1,
aux_sym_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_subtype_declaration_token1,
[35283] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2377), 1,
sym_identifier,
ACTIONS(2379), 19,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym__package_specification_token1,
aux_sym__package_specification_token3,
aux_sym_use_clause_token2,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_interface_type_definition_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
aux_sym_pragma_g_token1,
aux_sym_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_subtype_declaration_token1,
[35311] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1078), 1,
sym_identifier,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(2183), 1,
aux_sym_attribute_designator_token1,
STATE(773), 1,
sym_null_exclusion,
STATE(1224), 1,
sym__subtype_indication,
STATE(2066), 1,
sym_value_sequence,
STATE(1019), 2,
sym_access_definition,
sym__return_subtype_indication,
STATE(1220), 2,
sym__name,
sym_function_call,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[35357] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2381), 1,
sym_identifier,
ACTIONS(2383), 19,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym__package_specification_token1,
aux_sym__package_specification_token3,
aux_sym_use_clause_token2,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_interface_type_definition_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
aux_sym_pragma_g_token1,
aux_sym_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_subtype_declaration_token1,
[35385] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2385), 1,
sym_identifier,
ACTIONS(2387), 19,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym__package_specification_token1,
aux_sym__package_specification_token3,
aux_sym_use_clause_token2,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_interface_type_definition_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
aux_sym_pragma_g_token1,
aux_sym_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_subtype_declaration_token1,
[35413] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2389), 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,
anon_sym_PIPE,
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,
[35439] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(2391), 1,
sym_identifier,
ACTIONS(2395), 1,
anon_sym_LPAREN,
STATE(515), 1,
sym__subtype_mark,
STATE(537), 1,
sym_qualified_expression,
STATE(547), 1,
sym__subtype_indication_paren_constraint,
STATE(693), 1,
sym_subpool_specification,
STATE(783), 1,
sym_null_exclusion,
STATE(2066), 1,
sym_value_sequence,
STATE(536), 3,
sym_selected_component,
sym__attribute_reference,
sym__reduction_attribute_reference,
STATE(1220), 3,
sym__name,
sym_slice,
sym_function_call,
ACTIONS(2393), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
[35489] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2397), 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,
anon_sym_PIPE,
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,
[35515] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2399), 1,
sym_identifier,
ACTIONS(2401), 19,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym__package_specification_token1,
aux_sym__package_specification_token3,
aux_sym_use_clause_token2,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_interface_type_definition_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
aux_sym_pragma_g_token1,
aux_sym_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_subtype_declaration_token1,
[35543] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2403), 1,
sym_identifier,
ACTIONS(2405), 19,
aux_sym_iterated_element_association_token1,
aux_sym_iterated_element_association_token2,
aux_sym__package_specification_token1,
aux_sym__package_specification_token3,
aux_sym_use_clause_token2,
aux_sym_subprogram_body_token1,
aux_sym_relation_membership_token1,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_interface_type_definition_token1,
aux_sym_generic_formal_part_token1,
aux_sym_global_mode_token1,
aux_sym_pragma_g_token1,
aux_sym_gnatprep_declarative_if_statement_token1,
aux_sym_gnatprep_declarative_if_statement_token2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
aux_sym_subtype_declaration_token1,
[35571] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2409), 1,
aux_sym_expression_token1,
STATE(667), 1,
aux_sym_expression_repeat1,
ACTIONS(2407), 17,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_iterator_filter_token1,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_PIPE,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token2,
aux_sym_expression_token4,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[35600] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 1,
aux_sym_expression_token3,
STATE(683), 1,
aux_sym_expression_repeat2,
ACTIONS(2412), 17,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_iterator_filter_token1,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_PIPE,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token2,
aux_sym_expression_token4,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[35629] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(2177), 1,
sym_identifier,
ACTIONS(2183), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2185), 1,
aux_sym_exception_declaration_token1,
STATE(788), 1,
sym_null_exclusion,
STATE(1858), 1,
sym_access_definition,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2179), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1108), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[35672] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(2287), 1,
sym_identifier,
ACTIONS(2289), 1,
anon_sym_LBRACK,
STATE(1167), 1,
sym_attribute_designator,
ACTIONS(2291), 4,
aux_sym_attribute_designator_token1,
aux_sym_attribute_designator_token2,
aux_sym_attribute_designator_token3,
aux_sym_attribute_designator_token4,
STATE(480), 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,
[35707] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2197), 1,
aux_sym_expression_token1,
STATE(667), 1,
aux_sym_expression_repeat1,
ACTIONS(2412), 17,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_iterator_filter_token1,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_PIPE,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token2,
aux_sym_expression_token4,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[35736] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2414), 1,
sym_identifier,
ACTIONS(2418), 1,
aux_sym__package_specification_token3,
ACTIONS(2420), 1,
aux_sym_at_clause_token1,
STATE(724), 1,
sym_mod_clause,
STATE(2066), 1,
sym_value_sequence,
STATE(721), 2,
sym_component_clause,
aux_sym_record_representation_clause_repeat1,
ACTIONS(2416), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1106), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[35777] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(49), 1,
aux_sym_entry_declaration_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2422), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2424), 1,
aux_sym__package_specification_token3,
ACTIONS(2426), 1,
aux_sym_allocator_token1,
STATE(1625), 1,
sym_overriding_indicator,
STATE(2043), 1,
sym_task_definition,
STATE(720), 9,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym__task_item,
sym_pragma_g,
sym_record_representation_clause,
aux_sym_task_definition_repeat1,
[35822] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(372), 1,
aux_sym_chunk_specification_token1,
ACTIONS(394), 1,
aux_sym_non_empty_mode_token1,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(2428), 1,
sym_identifier,
STATE(730), 1,
sym_non_empty_mode,
STATE(834), 1,
sym_null_exclusion,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2430), 4,
sym_gnatprep_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,
[35865] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2201), 1,
aux_sym_expression_token5,
STATE(682), 1,
aux_sym_expression_repeat3,
ACTIONS(2412), 17,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_iterator_filter_token1,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_PIPE,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token2,
aux_sym_expression_token4,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[35894] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1078), 1,
sym_identifier,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(2183), 1,
aux_sym_attribute_designator_token1,
STATE(773), 1,
sym_null_exclusion,
STATE(1203), 1,
sym_access_definition,
STATE(1206), 1,
sym__subtype_indication,
STATE(2066), 1,
sym_value_sequence,
STATE(1220), 2,
sym__name,
sym_function_call,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[35939] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(49), 1,
aux_sym_entry_declaration_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2422), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2424), 1,
aux_sym__package_specification_token3,
ACTIONS(2432), 1,
aux_sym_allocator_token1,
STATE(1625), 1,
sym_overriding_indicator,
STATE(1720), 1,
sym_task_definition,
STATE(720), 9,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym__task_item,
sym_pragma_g,
sym_record_representation_clause,
aux_sym_task_definition_repeat1,
[35984] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2091), 1,
aux_sym_chunk_specification_token1,
ACTIONS(2093), 1,
aux_sym_relation_membership_token1,
ACTIONS(2309), 1,
anon_sym_DOT_DOT,
STATE(523), 1,
sym_relational_operator,
ACTIONS(2085), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(2087), 3,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(2089), 9,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_EQ_GT,
aux_sym_with_clause_token2,
anon_sym_PIPE,
aux_sym_expression_token1,
aux_sym_expression_token3,
aux_sym_expression_token5,
[36021] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(2287), 1,
sym_identifier,
ACTIONS(2289), 1,
anon_sym_LBRACK,
STATE(478), 1,
sym_attribute_designator,
ACTIONS(2291), 4,
aux_sym_attribute_designator_token1,
aux_sym_attribute_designator_token2,
aux_sym_attribute_designator_token3,
aux_sym_attribute_designator_token4,
STATE(480), 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,
[36056] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(49), 1,
aux_sym_entry_declaration_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2422), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2424), 1,
aux_sym__package_specification_token3,
ACTIONS(2434), 1,
aux_sym_allocator_token1,
STATE(1623), 1,
sym_task_definition,
STATE(1625), 1,
sym_overriding_indicator,
STATE(720), 9,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym__task_item,
sym_pragma_g,
sym_record_representation_clause,
aux_sym_task_definition_repeat1,
[36101] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(49), 1,
aux_sym_entry_declaration_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2422), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2424), 1,
aux_sym__package_specification_token3,
ACTIONS(2436), 1,
aux_sym_allocator_token1,
STATE(1625), 1,
sym_overriding_indicator,
STATE(2040), 1,
sym_task_definition,
STATE(720), 9,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym__task_item,
sym_pragma_g,
sym_record_representation_clause,
aux_sym_task_definition_repeat1,
[36146] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2440), 1,
aux_sym_expression_token5,
STATE(682), 1,
aux_sym_expression_repeat3,
ACTIONS(2438), 17,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_iterator_filter_token1,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_PIPE,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token2,
aux_sym_expression_token4,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[36175] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2445), 1,
aux_sym_expression_token3,
STATE(683), 1,
aux_sym_expression_repeat2,
ACTIONS(2443), 17,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_iterator_filter_token1,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_PIPE,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token2,
aux_sym_expression_token4,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[36204] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(49), 1,
aux_sym_entry_declaration_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2422), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2424), 1,
aux_sym__package_specification_token3,
ACTIONS(2448), 1,
aux_sym_allocator_token1,
STATE(1624), 1,
sym_task_definition,
STATE(1625), 1,
sym_overriding_indicator,
STATE(720), 9,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym__task_item,
sym_pragma_g,
sym_record_representation_clause,
aux_sym_task_definition_repeat1,
[36249] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(2177), 1,
sym_identifier,
ACTIONS(2183), 1,
aux_sym_attribute_designator_token1,
STATE(788), 1,
sym_null_exclusion,
STATE(1858), 1,
sym_access_definition,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2179), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1108), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[36289] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(49), 1,
aux_sym_entry_declaration_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2422), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2424), 1,
aux_sym__package_specification_token3,
STATE(1625), 1,
sym_overriding_indicator,
STATE(1800), 1,
sym_task_definition,
STATE(720), 9,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym__task_item,
sym_pragma_g,
sym_record_representation_clause,
aux_sym_task_definition_repeat1,
[36331] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1796), 1,
anon_sym_DOT,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(1843), 1,
sym_tick,
ACTIONS(2452), 1,
aux_sym_iterator_filter_token1,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1418), 1,
sym_iterator_filter,
ACTIONS(1790), 2,
anon_sym_DASH,
anon_sym_STAR,
ACTIONS(2450), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
ACTIONS(1792), 7,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_SLASH,
anon_sym_mod,
anon_sym_rem,
anon_sym_DOT_DOT,
anon_sym_STAR_STAR,
[36371] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2345), 1,
sym_identifier,
ACTIONS(2454), 1,
aux_sym_private_type_declaration_token1,
STATE(1328), 1,
sym_subprogram_default,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2353), 2,
aux_sym_primary_null_token1,
anon_sym_LT_GT,
ACTIONS(2347), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1045), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[36409] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(49), 1,
aux_sym_entry_declaration_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2422), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2424), 1,
aux_sym__package_specification_token3,
STATE(1625), 1,
sym_overriding_indicator,
STATE(1739), 1,
sym_task_definition,
STATE(720), 9,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym__task_item,
sym_pragma_g,
sym_record_representation_clause,
aux_sym_task_definition_repeat1,
[36451] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2438), 18,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_iterator_filter_token1,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_PIPE,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token2,
aux_sym_expression_token4,
aux_sym_expression_token5,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[36475] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2443), 18,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_iterator_filter_token1,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_PIPE,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[36499] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2456), 1,
sym_identifier,
ACTIONS(2460), 1,
aux_sym_component_choice_list_token1,
STATE(1357), 1,
sym_exception_choice,
STATE(2060), 1,
sym_choice_parameter_specification,
STATE(2061), 1,
sym_exception_choice_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2458), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1032), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[36539] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(2391), 1,
sym_identifier,
STATE(515), 1,
sym__subtype_mark,
STATE(535), 1,
sym_qualified_expression,
STATE(546), 1,
sym__subtype_indication_paren_constraint,
STATE(783), 1,
sym_null_exclusion,
STATE(2066), 1,
sym_value_sequence,
STATE(536), 3,
sym_selected_component,
sym__attribute_reference,
sym__reduction_attribute_reference,
STATE(1220), 3,
sym__name,
sym_slice,
sym_function_call,
ACTIONS(2393), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
[36583] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(49), 1,
aux_sym_entry_declaration_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2422), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2424), 1,
aux_sym__package_specification_token3,
STATE(1625), 1,
sym_overriding_indicator,
STATE(2007), 1,
sym_task_definition,
STATE(720), 9,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym__task_item,
sym_pragma_g,
sym_record_representation_clause,
aux_sym_task_definition_repeat1,
[36625] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2407), 18,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_iterator_filter_token1,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_PIPE,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token4,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[36649] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(2183), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2462), 1,
sym_identifier,
STATE(796), 1,
sym_null_exclusion,
STATE(892), 1,
sym_access_definition,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2464), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(824), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[36689] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2466), 1,
sym_identifier,
ACTIONS(2470), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(2472), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2474), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2476), 1,
aux_sym_general_access_modifier_token1,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2468), 4,
sym_gnatprep_identifier,
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,
[36729] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2478), 18,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_iterator_filter_token1,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_PIPE,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token1,
aux_sym_expression_token2,
aux_sym_expression_token4,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[36753] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1796), 1,
anon_sym_DOT,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(1843), 1,
sym_tick,
ACTIONS(2452), 1,
aux_sym_iterator_filter_token1,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1432), 1,
sym_iterator_filter,
ACTIONS(1790), 2,
anon_sym_DASH,
anon_sym_STAR,
ACTIONS(2480), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
ACTIONS(1792), 7,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_SLASH,
anon_sym_mod,
anon_sym_rem,
anon_sym_DOT_DOT,
anon_sym_STAR_STAR,
[36793] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2482), 18,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_iterator_filter_token1,
aux_sym_attribute_designator_token3,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_with_clause_token2,
anon_sym_PIPE,
aux_sym_range_attribute_designator_token1,
aux_sym_expression_token2,
aux_sym_expression_token3,
aux_sym_expression_token4,
aux_sym_elsif_expression_item_token1,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[36817] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(2183), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2484), 1,
sym_identifier,
STATE(805), 1,
sym_null_exclusion,
STATE(1037), 1,
sym_access_definition,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2486), 4,
sym_gnatprep_identifier,
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,
[36857] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(2183), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2488), 1,
sym_identifier,
STATE(795), 1,
sym_null_exclusion,
STATE(1119), 1,
sym_access_definition,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2490), 4,
sym_gnatprep_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,
[36897] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(49), 1,
aux_sym_entry_declaration_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2422), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2424), 1,
aux_sym__package_specification_token3,
STATE(1625), 1,
sym_overriding_indicator,
STATE(1801), 1,
sym_task_definition,
STATE(720), 9,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym__task_item,
sym_pragma_g,
sym_record_representation_clause,
aux_sym_task_definition_repeat1,
[36939] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2492), 1,
sym_identifier,
ACTIONS(2496), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(2498), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2500), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2502), 1,
aux_sym_general_access_modifier_token1,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2494), 4,
sym_gnatprep_identifier,
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,
[36979] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(49), 1,
aux_sym_entry_declaration_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2422), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2424), 1,
aux_sym__package_specification_token3,
STATE(1625), 1,
sym_overriding_indicator,
STATE(1930), 1,
sym_task_definition,
STATE(720), 9,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym__task_item,
sym_pragma_g,
sym_record_representation_clause,
aux_sym_task_definition_repeat1,
[37021] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1078), 1,
sym_identifier,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
STATE(864), 1,
sym_null_exclusion,
STATE(1496), 1,
sym__subtype_indication,
STATE(2066), 1,
sym_value_sequence,
STATE(1220), 2,
sym__name,
sym_function_call,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[37060] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1078), 1,
sym_identifier,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
STATE(864), 1,
sym_null_exclusion,
STATE(1172), 1,
sym__subtype_indication,
STATE(2066), 1,
sym_value_sequence,
STATE(1220), 2,
sym__name,
sym_function_call,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[37099] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2504), 1,
sym_identifier,
ACTIONS(2508), 1,
aux_sym_use_clause_token1,
ACTIONS(2510), 1,
aux_sym_use_clause_token2,
STATE(2023), 1,
sym__name_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2506), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(977), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37136] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1078), 1,
sym_identifier,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
STATE(864), 1,
sym_null_exclusion,
STATE(1159), 1,
sym__subtype_indication,
STATE(2066), 1,
sym_value_sequence,
STATE(1220), 2,
sym__name,
sym_function_call,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[37175] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2512), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2517), 1,
aux_sym_relation_membership_token1,
ACTIONS(2520), 1,
aux_sym_entry_declaration_token1,
ACTIONS(2523), 1,
aux_sym_global_mode_token1,
ACTIONS(2526), 1,
aux_sym_pragma_g_token1,
STATE(1625), 1,
sym_overriding_indicator,
ACTIONS(2515), 2,
aux_sym_compilation_unit_token1,
aux_sym__package_specification_token3,
STATE(710), 9,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym__task_item,
sym_pragma_g,
sym_record_representation_clause,
aux_sym_task_definition_repeat1,
[37212] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1078), 1,
sym_identifier,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
STATE(864), 1,
sym_null_exclusion,
STATE(1240), 1,
sym__subtype_indication,
STATE(2066), 1,
sym_value_sequence,
STATE(1220), 2,
sym__name,
sym_function_call,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[37251] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1078), 1,
sym_identifier,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
STATE(864), 1,
sym_null_exclusion,
STATE(1572), 1,
sym__subtype_indication,
STATE(2066), 1,
sym_value_sequence,
STATE(1220), 2,
sym__name,
sym_function_call,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[37290] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1078), 1,
sym_identifier,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
STATE(864), 1,
sym_null_exclusion,
STATE(1164), 1,
sym__subtype_indication,
STATE(2066), 1,
sym_value_sequence,
STATE(1220), 2,
sym__name,
sym_function_call,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[37329] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1078), 1,
sym_identifier,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
STATE(864), 1,
sym_null_exclusion,
STATE(1225), 1,
sym__subtype_indication,
STATE(2066), 1,
sym_value_sequence,
STATE(1220), 2,
sym__name,
sym_function_call,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[37368] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2460), 1,
aux_sym_component_choice_list_token1,
ACTIONS(2529), 1,
sym_identifier,
STATE(1357), 1,
sym_exception_choice,
STATE(1934), 1,
sym_exception_choice_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2458), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1032), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37405] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1078), 1,
sym_identifier,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
STATE(864), 1,
sym_null_exclusion,
STATE(1193), 1,
sym__subtype_indication,
STATE(2066), 1,
sym_value_sequence,
STATE(1220), 2,
sym__name,
sym_function_call,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[37444] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2099), 1,
sym_identifier,
ACTIONS(2533), 1,
aux_sym_case_expression_token1,
STATE(1563), 1,
sym_variant_part,
STATE(1992), 1,
sym__defining_identifier_list,
ACTIONS(2531), 2,
aux_sym_iterator_filter_token1,
aux_sym__package_specification_token3,
STATE(731), 9,
sym__component_item,
sym_component_declaration,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_enumeration_representation_clause,
sym_pragma_g,
sym_record_representation_clause,
aux_sym_component_list_repeat1,
[37481] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2099), 1,
sym_identifier,
ACTIONS(2533), 1,
aux_sym_case_expression_token1,
ACTIONS(2535), 1,
aux_sym_primary_null_token1,
STATE(1481), 1,
sym_component_list,
STATE(1490), 1,
sym_variant_part,
STATE(1992), 1,
sym__defining_identifier_list,
STATE(717), 9,
sym__component_item,
sym_component_declaration,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_enumeration_representation_clause,
sym_pragma_g,
sym_record_representation_clause,
aux_sym_component_list_repeat1,
[37520] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1788), 1,
aux_sym_range_attribute_designator_token1,
STATE(757), 1,
sym_range_constraint,
ACTIONS(2537), 15,
anon_sym_COMMA,
anon_sym_RPAREN,
aux_sym_chunk_specification_token1,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_iterator_filter_token1,
aux_sym_iterator_specification_token1,
anon_sym_SEMI,
aux_sym_with_clause_token2,
anon_sym_PIPE,
aux_sym_expression_token1,
aux_sym_expression_token3,
anon_sym_COLON_EQ,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[37547] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(49), 1,
aux_sym_entry_declaration_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2539), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2541), 1,
aux_sym__package_specification_token3,
STATE(1625), 1,
sym_overriding_indicator,
STATE(710), 9,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym__task_item,
sym_pragma_g,
sym_record_representation_clause,
aux_sym_task_definition_repeat1,
[37586] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2414), 1,
sym_identifier,
ACTIONS(2543), 1,
aux_sym__package_specification_token3,
STATE(2066), 1,
sym_value_sequence,
STATE(726), 2,
sym_component_clause,
aux_sym_record_representation_clause_repeat1,
ACTIONS(2416), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1106), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37621] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1078), 1,
sym_identifier,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
STATE(864), 1,
sym_null_exclusion,
STATE(1379), 1,
sym__subtype_indication,
STATE(2066), 1,
sym_value_sequence,
STATE(1220), 2,
sym__name,
sym_function_call,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[37660] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2099), 1,
sym_identifier,
ACTIONS(2533), 1,
aux_sym_case_expression_token1,
ACTIONS(2535), 1,
aux_sym_primary_null_token1,
STATE(1490), 1,
sym_variant_part,
STATE(1992), 1,
sym__defining_identifier_list,
STATE(1995), 1,
sym_component_list,
STATE(717), 9,
sym__component_item,
sym_component_declaration,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_enumeration_representation_clause,
sym_pragma_g,
sym_record_representation_clause,
aux_sym_component_list_repeat1,
[37699] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2414), 1,
sym_identifier,
ACTIONS(2543), 1,
aux_sym__package_specification_token3,
STATE(2066), 1,
sym_value_sequence,
STATE(727), 2,
sym_component_clause,
aux_sym_record_representation_clause_repeat1,
ACTIONS(2416), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1106), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37734] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1078), 1,
sym_identifier,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
STATE(864), 1,
sym_null_exclusion,
STATE(1584), 1,
sym__subtype_indication,
STATE(2066), 1,
sym_value_sequence,
STATE(1220), 2,
sym__name,
sym_function_call,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[37773] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2545), 1,
sym_identifier,
ACTIONS(2551), 1,
anon_sym_LBRACK,
ACTIONS(2554), 1,
aux_sym__package_specification_token3,
STATE(2066), 1,
sym_value_sequence,
STATE(726), 2,
sym_component_clause,
aux_sym_record_representation_clause_repeat1,
ACTIONS(2548), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1106), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37808] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2414), 1,
sym_identifier,
ACTIONS(2556), 1,
aux_sym__package_specification_token3,
STATE(2066), 1,
sym_value_sequence,
STATE(726), 2,
sym_component_clause,
aux_sym_record_representation_clause_repeat1,
ACTIONS(2416), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1106), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37843] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1788), 1,
aux_sym_range_attribute_designator_token1,
STATE(764), 1,
sym_range_constraint,
ACTIONS(2558), 15,
anon_sym_COMMA,
anon_sym_RPAREN,
aux_sym_chunk_specification_token1,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_iterator_filter_token1,
aux_sym_iterator_specification_token1,
anon_sym_SEMI,
aux_sym_with_clause_token2,
anon_sym_PIPE,
aux_sym_expression_token1,
aux_sym_expression_token3,
anon_sym_COLON_EQ,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[37870] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1078), 1,
sym_identifier,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
STATE(864), 1,
sym_null_exclusion,
STATE(1196), 1,
sym__subtype_indication,
STATE(2066), 1,
sym_value_sequence,
STATE(1220), 2,
sym__name,
sym_function_call,
ACTIONS(898), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(577), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[37909] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(2560), 1,
sym_identifier,
STATE(867), 1,
sym_null_exclusion,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2562), 4,
sym_gnatprep_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,
[37943] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2564), 1,
sym_identifier,
ACTIONS(2567), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2572), 1,
aux_sym_pragma_g_token1,
STATE(1992), 1,
sym__defining_identifier_list,
ACTIONS(2570), 3,
aux_sym_iterator_filter_token1,
aux_sym__package_specification_token3,
aux_sym_case_expression_token1,
STATE(731), 9,
sym__component_item,
sym_component_declaration,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_enumeration_representation_clause,
sym_pragma_g,
sym_record_representation_clause,
aux_sym_component_list_repeat1,
[37975] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2575), 1,
sym_identifier,
STATE(2066), 1,
sym_value_sequence,
STATE(2028), 2,
sym_loop_parameter_specification,
sym_iterator_specification,
ACTIONS(2577), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1057), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38007] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2460), 1,
aux_sym_component_choice_list_token1,
ACTIONS(2529), 1,
sym_identifier,
STATE(1512), 1,
sym_exception_choice,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2458), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1032), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38041] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1961), 1,
aux_sym_relation_membership_token1,
ACTIONS(2428), 1,
sym_identifier,
STATE(834), 1,
sym_null_exclusion,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2430), 4,
sym_gnatprep_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,
[38075] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(49), 1,
aux_sym_entry_declaration_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2579), 1,
aux_sym__package_specification_token3,
STATE(1625), 1,
sym_overriding_indicator,
STATE(710), 9,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym__task_item,
sym_pragma_g,
sym_record_representation_clause,
aux_sym_task_definition_repeat1,
[38111] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(2103), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2105), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2581), 1,
aux_sym__package_specification_token1,
ACTIONS(2583), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(2585), 1,
aux_sym_interface_type_definition_token1,
STATE(1082), 1,
sym_overriding_indicator,
STATE(1353), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(516), 5,
sym__proper_body,
sym_subprogram_body,
sym_package_body,
sym_task_body,
sym_protected_body,
[38151] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2587), 1,
sym_identifier,
ACTIONS(2591), 1,
aux_sym_iterator_filter_token1,
ACTIONS(2593), 1,
anon_sym_SEMI,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2589), 4,
sym_gnatprep_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,
[38185] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(49), 1,
aux_sym_entry_declaration_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2541), 1,
aux_sym__package_specification_token3,
STATE(1625), 1,
sym_overriding_indicator,
STATE(735), 9,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym__task_item,
sym_pragma_g,
sym_record_representation_clause,
aux_sym_task_definition_repeat1,
[38221] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(49), 1,
aux_sym_entry_declaration_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2595), 1,
aux_sym__package_specification_token3,
STATE(1625), 1,
sym_overriding_indicator,
STATE(710), 9,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym__task_item,
sym_pragma_g,
sym_record_representation_clause,
aux_sym_task_definition_repeat1,
[38257] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(49), 1,
aux_sym_entry_declaration_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2579), 1,
aux_sym__package_specification_token3,
STATE(1625), 1,
sym_overriding_indicator,
STATE(739), 9,
sym__aspect_clause,
sym_at_clause,
sym_attribute_definition_clause,
sym_entry_declaration,
sym_enumeration_representation_clause,
sym__task_item,
sym_pragma_g,
sym_record_representation_clause,
aux_sym_task_definition_repeat1,
[38293] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2488), 1,
sym_identifier,
ACTIONS(2597), 1,
aux_sym_attribute_designator_token1,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2490), 4,
sym_gnatprep_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,
[38324] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2601), 1,
anon_sym_SEMI,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2599), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1062), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38353] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2605), 1,
anon_sym_SEMI,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2603), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1134), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38382] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2607), 15,
anon_sym_COMMA,
anon_sym_RPAREN,
aux_sym_chunk_specification_token1,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_iterator_filter_token1,
aux_sym_iterator_specification_token1,
anon_sym_SEMI,
aux_sym_with_clause_token2,
anon_sym_PIPE,
aux_sym_expression_token1,
aux_sym_expression_token3,
anon_sym_COLON_EQ,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[38403] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1845), 1,
sym__name_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2506), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(977), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38432] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2611), 1,
anon_sym_SEMI,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2609), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1102), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38461] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2615), 1,
anon_sym_SEMI,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2613), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1133), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38490] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1393), 1,
sym__interface_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2617), 5,
sym_identifier,
sym_gnatprep_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,
[38519] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1521), 1,
sym__interface_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2617), 5,
sym_identifier,
sym_gnatprep_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,
[38548] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1891), 1,
sym__interface_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2617), 5,
sym_identifier,
sym_gnatprep_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,
[38577] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1525), 1,
sym__interface_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2617), 5,
sym_identifier,
sym_gnatprep_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,
[38606] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1906), 1,
sym_reduction_specification,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2619), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1074), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38635] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2621), 1,
sym_identifier,
ACTIONS(2625), 1,
aux_sym_package_body_token1,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2623), 4,
sym_gnatprep_identifier,
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,
[38666] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1822), 1,
sym__name_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2506), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(977), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38695] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2008), 1,
sym__name_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2506), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(977), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38724] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2629), 1,
anon_sym_SEMI,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2627), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1090), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38753] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2631), 15,
anon_sym_COMMA,
anon_sym_RPAREN,
aux_sym_chunk_specification_token1,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_iterator_filter_token1,
aux_sym_iterator_specification_token1,
anon_sym_SEMI,
aux_sym_with_clause_token2,
anon_sym_PIPE,
aux_sym_expression_token1,
aux_sym_expression_token3,
anon_sym_COLON_EQ,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[38774] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2635), 1,
anon_sym_SEMI,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2633), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1131), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38803] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1714), 1,
sym__interface_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2617), 5,
sym_identifier,
sym_gnatprep_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,
[38832] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2639), 1,
anon_sym_SEMI,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2637), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1091), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38861] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2428), 1,
sym_identifier,
ACTIONS(2597), 1,
aux_sym_attribute_designator_token1,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2430), 4,
sym_gnatprep_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,
[38892] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1715), 1,
sym__interface_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2617), 5,
sym_identifier,
sym_gnatprep_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,
[38921] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2641), 15,
anon_sym_COMMA,
anon_sym_RPAREN,
aux_sym_chunk_specification_token1,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_iterator_filter_token1,
aux_sym_iterator_specification_token1,
anon_sym_SEMI,
aux_sym_with_clause_token2,
anon_sym_PIPE,
aux_sym_expression_token1,
aux_sym_expression_token3,
anon_sym_COLON_EQ,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[38942] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2643), 15,
anon_sym_COMMA,
anon_sym_RPAREN,
aux_sym_chunk_specification_token1,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_iterator_filter_token1,
aux_sym_iterator_specification_token1,
anon_sym_SEMI,
aux_sym_with_clause_token2,
anon_sym_PIPE,
aux_sym_expression_token1,
aux_sym_expression_token3,
anon_sym_COLON_EQ,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[38963] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1937), 1,
sym__interface_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2617), 5,
sym_identifier,
sym_gnatprep_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,
[38992] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2645), 1,
sym_identifier,
ACTIONS(2649), 1,
aux_sym_loop_parameter_specification_token1,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2647), 4,
sym_gnatprep_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,
[39023] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2651), 1,
sym_identifier,
ACTIONS(2655), 1,
aux_sym_loop_parameter_specification_token1,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2653), 4,
sym_gnatprep_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,
[39054] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2659), 1,
anon_sym_SEMI,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2657), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1016), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[39083] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
STATE(2099), 1,
sym__name_list,
ACTIONS(2506), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(977), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[39112] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1817), 1,
sym__interface_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2617), 5,
sym_identifier,
sym_gnatprep_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,
[39141] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2661), 1,
sym_identifier,
ACTIONS(2665), 1,
aux_sym_non_empty_mode_token1,
ACTIONS(2663), 13,
sym_gnatprep_identifier,
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,
aux_sym_accept_statement_token2,
[39166] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1899), 1,
sym__interface_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2617), 5,
sym_identifier,
sym_gnatprep_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,
[39195] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2597), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2667), 1,
sym_identifier,
STATE(2066), 1,
sym_value_sequence,
STATE(1220), 2,
sym__name,
sym_function_call,
ACTIONS(2669), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(585), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[39228] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1803), 1,
sym__interface_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2617), 5,
sym_identifier,
sym_gnatprep_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,
[39257] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2015), 1,
sym__name_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2506), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(977), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[39286] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1485), 1,
sym__interface_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2617), 5,
sym_identifier,
sym_gnatprep_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,
[39315] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1629), 1,
sym__interface_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2617), 5,
sym_identifier,
sym_gnatprep_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,
[39344] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2673), 1,
anon_sym_SEMI,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2671), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1120), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[39373] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2677), 1,
anon_sym_SEMI,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2675), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1093), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[39402] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2055), 1,
sym__interface_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2617), 5,
sym_identifier,
sym_gnatprep_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,
[39431] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1724), 1,
sym__interface_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2617), 5,
sym_identifier,
sym_gnatprep_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,
[39460] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2681), 1,
anon_sym_SEMI,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2679), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1125), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[39489] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2683), 1,
sym_identifier,
STATE(522), 1,
sym__subtype_mark,
STATE(2066), 1,
sym_value_sequence,
STATE(536), 3,
sym_selected_component,
sym__attribute_reference,
sym__reduction_attribute_reference,
ACTIONS(2393), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1220), 4,
sym__name,
sym_slice,
sym_qualified_expression,
sym_function_call,
[39522] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2687), 1,
anon_sym_SEMI,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2685), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1126), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[39551] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1627), 1,
sym__interface_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2617), 5,
sym_identifier,
sym_gnatprep_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,
[39580] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2013), 1,
sym__interface_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2617), 5,
sym_identifier,
sym_gnatprep_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,
[39609] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1344), 1,
sym__interface_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2617), 5,
sym_identifier,
sym_gnatprep_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,
[39638] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2597), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2689), 1,
sym_identifier,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2691), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1107), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[39669] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1759), 1,
sym__interface_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2617), 5,
sym_identifier,
sym_gnatprep_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,
[39698] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2695), 1,
anon_sym_SEMI,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2693), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1100), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[39727] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2697), 1,
sym_identifier,
ACTIONS(2701), 1,
aux_sym_loop_parameter_specification_token1,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2699), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(914), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[39758] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2703), 15,
anon_sym_COMMA,
anon_sym_RPAREN,
aux_sym_chunk_specification_token1,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_iterator_filter_token1,
aux_sym_iterator_specification_token1,
anon_sym_SEMI,
aux_sym_with_clause_token2,
anon_sym_PIPE,
aux_sym_expression_token1,
aux_sym_expression_token3,
anon_sym_COLON_EQ,
aux_sym_accept_statement_token2,
aux_sym_loop_statement_token1,
[39779] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1498), 1,
sym__interface_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2617), 5,
sym_identifier,
sym_gnatprep_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,
[39808] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1983), 1,
sym__interface_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2617), 5,
sym_identifier,
sym_gnatprep_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,
[39837] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2597), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2705), 1,
sym_identifier,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2707), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(907), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[39868] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2597), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2709), 1,
sym_identifier,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2711), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(830), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[39899] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1581), 1,
sym__interface_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2617), 5,
sym_identifier,
sym_gnatprep_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,
[39928] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1745), 1,
sym__interface_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2617), 5,
sym_identifier,
sym_gnatprep_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,
[39957] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1590), 1,
sym__interface_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2617), 5,
sym_identifier,
sym_gnatprep_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,
[39986] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1604), 1,
sym_index_subtype_definition,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2713), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1103), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40015] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1836), 1,
sym__name_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2506), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(977), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40044] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
STATE(2082), 1,
sym__interface_list,
ACTIONS(2617), 5,
sym_identifier,
sym_gnatprep_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,
[40073] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2717), 1,
anon_sym_SEMI,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2715), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1098), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40102] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2721), 1,
anon_sym_SEMI,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2719), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1066), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40131] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2597), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2723), 1,
sym_identifier,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2725), 4,
sym_gnatprep_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,
[40162] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2729), 1,
anon_sym_SEMI,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2727), 5,
sym_identifier,
sym_gnatprep_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,
[40191] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1600), 1,
sym__name_list,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2731), 5,
sym_identifier,
sym_gnatprep_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,
[40220] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2735), 1,
anon_sym_SEMI,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2733), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1110), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40249] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2739), 1,
anon_sym_SEMI,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2737), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1061), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40278] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2741), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(997), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40304] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2743), 5,
sym_identifier,
sym_gnatprep_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,
[40330] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2745), 1,
sym_identifier,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2577), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1057), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40358] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2747), 2,
sym_identifier,
anon_sym_DASH,
ACTIONS(2749), 12,
sym_gnatprep_identifier,
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,
[40380] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2751), 5,
sym_identifier,
sym_gnatprep_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,
[40406] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2753), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(979), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40432] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1796), 1,
anon_sym_DOT,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(1843), 1,
sym_tick,
ACTIONS(2755), 1,
aux_sym_range_attribute_designator_token1,
STATE(493), 1,
sym_actual_parameter_part,
ACTIONS(1790), 2,
anon_sym_DASH,
anon_sym_STAR,
ACTIONS(1792), 7,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_SLASH,
anon_sym_mod,
anon_sym_rem,
anon_sym_DOT_DOT,
anon_sym_STAR_STAR,
[40464] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2623), 5,
sym_identifier,
sym_gnatprep_identifier,
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,
[40490] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2757), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(978), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40516] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2759), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1065), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40542] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2761), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(935), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40568] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2763), 5,
sym_identifier,
sym_gnatprep_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,
[40594] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2765), 5,
sym_identifier,
sym_gnatprep_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,
[40620] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2767), 5,
sym_identifier,
sym_gnatprep_identifier,
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,
[40646] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
STATE(493), 1,
sym_actual_parameter_part,
ACTIONS(2769), 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,
[40674] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2771), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(999), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40700] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2773), 5,
sym_identifier,
sym_gnatprep_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,
[40726] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2775), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(990), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40752] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2777), 1,
sym_identifier,
ACTIONS(2779), 13,
sym_gnatprep_identifier,
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,
aux_sym_accept_statement_token2,
[40774] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2781), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(930), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40800] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
STATE(493), 1,
sym_actual_parameter_part,
ACTIONS(2783), 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,
[40828] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2785), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1130), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40854] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2787), 5,
sym_identifier,
sym_gnatprep_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,
[40880] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2789), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1070), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40906] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2562), 5,
sym_identifier,
sym_gnatprep_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,
[40932] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2791), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(950), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40958] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2793), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1084), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40984] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2795), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1014), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41010] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2797), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(987), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41036] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2799), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(988), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41062] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
STATE(493), 1,
sym_actual_parameter_part,
ACTIONS(2801), 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,
[41090] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2468), 5,
sym_identifier,
sym_gnatprep_identifier,
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,
[41116] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
STATE(493), 1,
sym_actual_parameter_part,
ACTIONS(2803), 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,
[41144] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2805), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(991), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41170] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2807), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1056), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41196] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2809), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1092), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41222] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2811), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(984), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41248] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2813), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1096), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41274] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2815), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(976), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41300] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2817), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1086), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41326] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2819), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(992), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41352] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2821), 5,
sym_identifier,
sym_gnatprep_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,
[41378] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2823), 5,
sym_identifier,
sym_gnatprep_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,
[41404] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2825), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1013), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41430] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2827), 5,
sym_identifier,
sym_gnatprep_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,
[41456] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2829), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1078), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41482] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2831), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(996), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41508] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2833), 1,
sym_identifier,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2821), 4,
sym_gnatprep_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,
[41536] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2835), 5,
sym_identifier,
sym_gnatprep_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,
[41562] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2837), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(938), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41588] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2839), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1122), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41614] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2661), 1,
sym_identifier,
ACTIONS(2663), 13,
sym_gnatprep_identifier,
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,
aux_sym_accept_statement_token2,
[41636] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2841), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(905), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41662] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2843), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(865), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41688] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
STATE(1220), 2,
sym__name,
sym_function_call,
ACTIONS(2669), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(585), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[41716] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
STATE(493), 1,
sym_actual_parameter_part,
ACTIONS(2845), 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,
[41744] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2847), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(974), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41770] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2849), 5,
sym_identifier,
sym_gnatprep_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,
[41796] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2851), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(993), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41822] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2853), 5,
sym_identifier,
sym_gnatprep_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,
[41848] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2855), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(903), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41874] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2066), 1,
sym_value_sequence,
ACTIONS(2857), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(610), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41900] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(69), 1,
aux_sym_accept_statement_token1,
ACTIONS(77), 1,
aux_sym_delay_until_statement_token1,
ACTIONS(2070), 1,
aux_sym_iterator_filter_token1,
ACTIONS(2072), 1,
aux_sym_terminate_alternative_token1,
STATE(45), 1,
sym_accept_statement,
STATE(888), 1,
sym_guard,
STATE(1254), 1,
sym_select_alternative,
STATE(48), 3,
sym__delay_statement,
sym_delay_until_statement,
sym_delay_relative_statement,
STATE(1255), 3,
sym_delay_alternative,
sym_accept_alternative,
sym_terminate_alternative,
[41935] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(2859), 1,
sym_identifier,
ACTIONS(2861), 1,
aux_sym_subprogram_body_token1,
ACTIONS(2863), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(2865), 1,
aux_sym_interface_type_definition_token1,
STATE(1916), 1,
sym__defining_identifier_list,
STATE(389), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(874), 5,
sym__declare_item,
sym_object_declaration,
sym_pragma_g,
sym_object_renaming_declaration,
aux_sym_declare_expression_repeat1,
[41968] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2867), 1,
sym_identifier,
ACTIONS(2870), 1,
aux_sym_subprogram_body_token1,
ACTIONS(2872), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(2875), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(2878), 1,
aux_sym_pragma_g_token1,
STATE(1916), 1,
sym__defining_identifier_list,
STATE(389), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(874), 5,
sym__declare_item,
sym_object_declaration,
sym_pragma_g,
sym_object_renaming_declaration,
aux_sym_declare_expression_repeat1,
[42001] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(2289), 1,
anon_sym_LBRACK,
STATE(1359), 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,
[42024] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2881), 1,
aux_sym_chunk_specification_token1,
ACTIONS(1774), 2,
anon_sym_DASH,
anon_sym_STAR,
ACTIONS(1776), 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,
[42047] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(368), 1,
anon_sym_LPAREN,
ACTIONS(2289), 1,
anon_sym_LBRACK,
STATE(1308), 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,
[42070] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(2859), 1,
sym_identifier,
ACTIONS(2863), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(2865), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(2883), 1,
aux_sym_subprogram_body_token1,
STATE(1916), 1,
sym__defining_identifier_list,
STATE(389), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(873), 5,
sym__declare_item,
sym_object_declaration,
sym_pragma_g,
sym_object_renaming_declaration,
aux_sym_declare_expression_repeat1,
[42103] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2885), 1,
anon_sym_LPAREN,
STATE(901), 1,
sym_formal_part,
ACTIONS(2887), 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,
[42125] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2889), 1,
sym_identifier,
ACTIONS(2891), 11,
sym_gnatprep_identifier,
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,
aux_sym_accept_statement_token2,
[42145] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2885), 1,
anon_sym_LPAREN,
STATE(896), 1,
sym_formal_part,
ACTIONS(2893), 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,
[42167] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2895), 1,
sym_identifier,
ACTIONS(2897), 11,
sym_gnatprep_identifier,
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,
[42187] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2899), 1,
sym_identifier,
ACTIONS(2901), 11,
sym_gnatprep_identifier,
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,
[42207] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2903), 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,
[42225] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2885), 1,
anon_sym_LPAREN,
STATE(900), 1,
sym_formal_part,
ACTIONS(2905), 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,
[42247] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2907), 1,
sym_identifier,
ACTIONS(2909), 11,
sym_gnatprep_identifier,
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,
[42267] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2911), 1,
sym_identifier,
ACTIONS(2913), 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,
[42286] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(69), 1,
aux_sym_accept_statement_token1,
ACTIONS(77), 1,
aux_sym_delay_until_statement_token1,
ACTIONS(2072), 1,
aux_sym_terminate_alternative_token1,
STATE(45), 1,
sym_accept_statement,
STATE(1269), 1,
sym_select_alternative,
STATE(48), 3,
sym__delay_statement,
sym_delay_until_statement,
sym_delay_relative_statement,
STATE(1255), 3,
sym_delay_alternative,
sym_accept_alternative,
sym_terminate_alternative,
[42315] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(69), 1,
aux_sym_accept_statement_token1,
ACTIONS(77), 1,
aux_sym_delay_until_statement_token1,
ACTIONS(2072), 1,
aux_sym_terminate_alternative_token1,
STATE(45), 1,
sym_accept_statement,
STATE(1229), 1,
sym_select_alternative,
STATE(48), 3,
sym__delay_statement,
sym_delay_until_statement,
sym_delay_relative_statement,
STATE(1255), 3,
sym_delay_alternative,
sym_accept_alternative,
sym_terminate_alternative,
[42344] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2915), 1,
sym_identifier,
ACTIONS(2917), 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,
[42363] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2919), 1,
sym_identifier,
ACTIONS(2921), 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,
[42382] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2923), 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,
[42398] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2227), 1,
anon_sym_COLON_EQ,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1151), 1,
sym__assign_value,
STATE(1467), 1,
sym_aspect_specification,
ACTIONS(2925), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[42430] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2227), 1,
anon_sym_COLON_EQ,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1180), 1,
sym__assign_value,
STATE(1538), 1,
sym_aspect_specification,
ACTIONS(2927), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[42462] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2227), 1,
anon_sym_COLON_EQ,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1205), 1,
sym__assign_value,
STATE(1491), 1,
sym_aspect_specification,
ACTIONS(2929), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[42494] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2905), 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,
[42510] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2227), 1,
anon_sym_COLON_EQ,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1217), 1,
sym__assign_value,
STATE(1516), 1,
sym_aspect_specification,
ACTIONS(2931), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[42542] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2933), 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,
[42558] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2227), 1,
anon_sym_COLON_EQ,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1213), 1,
sym__assign_value,
STATE(1593), 1,
sym_aspect_specification,
ACTIONS(2935), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[42590] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2887), 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,
[42606] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2937), 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,
[42622] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2227), 1,
anon_sym_COLON_EQ,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1188), 1,
sym__assign_value,
STATE(1573), 1,
sym_aspect_specification,
ACTIONS(2939), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[42654] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2452), 1,
aux_sym_iterator_filter_token1,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1247), 1,
sym_iterator_filter,
ACTIONS(2941), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[42681] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2452), 1,
aux_sym_iterator_filter_token1,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1248), 1,
sym_iterator_filter,
ACTIONS(2941), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[42708] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2943), 1,
anon_sym_LPAREN,
ACTIONS(2947), 1,
aux_sym__package_specification_token2,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1181), 1,
sym_formal_part,
ACTIONS(2945), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_object_renaming_declaration_token1,
[42735] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2943), 1,
anon_sym_LPAREN,
ACTIONS(2950), 1,
aux_sym__package_specification_token2,
ACTIONS(2952), 1,
aux_sym_result_profile_token1,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1569), 1,
sym_formal_part,
STATE(1186), 2,
sym__parameter_and_result_profile,
sym_result_profile,
[42764] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2227), 1,
anon_sym_COLON_EQ,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(2954), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1285), 1,
sym__assign_value,
STATE(1642), 1,
sym_aspect_specification,
[42795] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2452), 1,
aux_sym_iterator_filter_token1,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1428), 1,
sym_iterator_filter,
ACTIONS(2956), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[42822] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2227), 1,
anon_sym_COLON_EQ,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(2958), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1348), 1,
sym__assign_value,
STATE(1804), 1,
sym_aspect_specification,
[42853] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2452), 1,
aux_sym_iterator_filter_token1,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1426), 1,
sym_iterator_filter,
ACTIONS(2956), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[42880] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2943), 1,
anon_sym_LPAREN,
ACTIONS(2960), 1,
aux_sym__package_specification_token2,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1181), 1,
sym_formal_part,
ACTIONS(2945), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_object_renaming_declaration_token1,
[42907] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2095), 1,
anon_sym_COMMA,
ACTIONS(2963), 1,
anon_sym_COLON,
ACTIONS(2966), 1,
anon_sym_SEMI,
ACTIONS(2968), 1,
aux_sym_object_renaming_declaration_token1,
STATE(1352), 1,
aux_sym__defining_identifier_list_repeat1,
ACTIONS(1776), 4,
sym_tick,
anon_sym_DOT,
anon_sym_LPAREN,
anon_sym_COLON_EQ,
[42932] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2972), 1,
aux_sym_expression_token1,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1073), 1,
aux_sym__interface_list_repeat1,
ACTIONS(2970), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[42959] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2452), 1,
aux_sym_iterator_filter_token1,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1418), 1,
sym_iterator_filter,
ACTIONS(2450), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[42986] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2452), 1,
aux_sym_iterator_filter_token1,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1432), 1,
sym_iterator_filter,
ACTIONS(2480), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[43013] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2943), 1,
anon_sym_LPAREN,
ACTIONS(2952), 1,
aux_sym_result_profile_token1,
ACTIONS(2974), 1,
aux_sym__package_specification_token2,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1569), 1,
sym_formal_part,
STATE(1186), 2,
sym__parameter_and_result_profile,
sym_result_profile,
[43042] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2227), 1,
anon_sym_COLON_EQ,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(2976), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1302), 1,
sym__assign_value,
STATE(2012), 1,
sym_aspect_specification,
[43073] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2943), 1,
anon_sym_LPAREN,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1181), 1,
sym_formal_part,
ACTIONS(2945), 3,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_with_clause_token2,
[43097] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2978), 1,
sym_identifier,
ACTIONS(2980), 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,
[43113] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2984), 1,
aux_sym_with_clause_token2,
ACTIONS(2987), 1,
aux_sym_expression_token1,
STATE(493), 1,
sym_actual_parameter_part,
ACTIONS(2982), 2,
anon_sym_SEMI,
aux_sym_expression_token3,
[43139] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2989), 1,
sym_identifier,
ACTIONS(2991), 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,
[43155] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2993), 1,
sym_identifier,
ACTIONS(2995), 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,
[43171] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2997), 1,
sym_identifier,
ACTIONS(2999), 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,
[43187] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3001), 1,
sym_identifier,
ACTIONS(3003), 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,
[43203] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3005), 1,
sym_identifier,
ACTIONS(3007), 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,
[43219] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3009), 1,
sym_identifier,
ACTIONS(3011), 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,
[43235] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3013), 1,
sym_identifier,
ACTIONS(3015), 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,
[43251] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3017), 1,
sym_identifier,
ACTIONS(3019), 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,
[43267] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3021), 1,
sym_identifier,
ACTIONS(3023), 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,
[43283] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
STATE(493), 1,
sym_actual_parameter_part,
ACTIONS(3025), 4,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token1,
aux_sym_expression_token3,
[43305] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3027), 1,
sym_identifier,
ACTIONS(3029), 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,
[43321] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3031), 1,
anon_sym_LPAREN,
ACTIONS(3033), 1,
anon_sym_LBRACK,
ACTIONS(3035), 1,
aux_sym_record_component_association_list_token1,
STATE(1956), 1,
sym_enumeration_aggregate,
STATE(1951), 4,
sym__array_aggregate,
sym_positional_array_aggregate,
sym_null_array_aggregate,
sym_named_array_aggregate,
[43343] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3037), 1,
sym_identifier,
ACTIONS(3039), 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,
[43359] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3041), 1,
sym_identifier,
ACTIONS(3043), 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,
[43375] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2943), 1,
anon_sym_LPAREN,
ACTIONS(2952), 1,
aux_sym_result_profile_token1,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1569), 1,
sym_formal_part,
STATE(1186), 2,
sym__parameter_and_result_profile,
sym_result_profile,
[43401] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3045), 1,
sym_identifier,
ACTIONS(3047), 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,
[43417] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3049), 1,
sym_identifier,
ACTIONS(3051), 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,
[43433] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3055), 1,
aux_sym_with_clause_token2,
ACTIONS(3058), 1,
aux_sym_expression_token1,
STATE(493), 1,
sym_actual_parameter_part,
ACTIONS(3053), 2,
anon_sym_SEMI,
aux_sym_expression_token3,
[43459] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3060), 1,
sym_identifier,
ACTIONS(3062), 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,
[43475] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3064), 1,
sym_identifier,
ACTIONS(3066), 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,
[43491] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3068), 1,
sym_identifier,
ACTIONS(3070), 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,
[43507] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3072), 1,
sym_identifier,
ACTIONS(3074), 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,
[43523] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2103), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2105), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(3076), 1,
aux_sym__package_specification_token1,
STATE(381), 1,
sym_package_declaration,
STATE(2064), 1,
sym__package_specification,
STATE(1284), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
[43547] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3078), 1,
sym_identifier,
ACTIONS(3080), 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,
[43563] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3082), 1,
sym_identifier,
ACTIONS(3084), 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,
[43579] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3086), 1,
sym_identifier,
ACTIONS(3088), 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,
[43595] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3090), 1,
aux_sym__package_specification_token2,
ACTIONS(3092), 1,
aux_sym_object_renaming_declaration_token1,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1823), 1,
sym_aspect_specification,
[43623] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3094), 1,
sym_identifier,
ACTIONS(3096), 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,
[43639] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3098), 1,
sym_identifier,
ACTIONS(3100), 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,
[43655] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3104), 1,
aux_sym_with_clause_token2,
ACTIONS(3107), 1,
aux_sym_expression_token1,
STATE(493), 1,
sym_actual_parameter_part,
ACTIONS(3102), 2,
anon_sym_SEMI,
aux_sym_expression_token3,
[43681] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3109), 1,
sym_identifier,
ACTIONS(3111), 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,
[43697] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3113), 1,
sym_identifier,
ACTIONS(3115), 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,
[43713] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3117), 1,
sym_identifier,
ACTIONS(3119), 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,
[43729] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3121), 1,
sym_identifier,
ACTIONS(3123), 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,
[43745] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3125), 1,
sym_identifier,
ACTIONS(3127), 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,
[43761] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3129), 1,
sym_identifier,
ACTIONS(3131), 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,
[43777] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3133), 1,
sym_identifier,
ACTIONS(3135), 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,
[43793] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3137), 1,
sym_identifier,
ACTIONS(3139), 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,
[43809] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3141), 1,
sym_identifier,
ACTIONS(3143), 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,
[43825] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3145), 1,
sym_tick,
ACTIONS(2143), 7,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_EQ_GT,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_accept_statement_token2,
[43841] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3147), 1,
sym_identifier,
ACTIONS(3149), 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,
[43857] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3151), 1,
sym_identifier,
ACTIONS(3153), 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,
[43873] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3155), 1,
sym_identifier,
ACTIONS(3157), 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,
[43889] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3159), 1,
sym_identifier,
ACTIONS(3161), 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,
[43905] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3163), 1,
sym_identifier,
ACTIONS(3165), 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,
[43921] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3167), 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,
[43934] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3169), 1,
anon_sym_COMMA,
ACTIONS(3171), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1279), 1,
aux_sym__name_list_repeat1,
[43959] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3173), 1,
sym_identifier,
ACTIONS(3175), 6,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_relation_membership_token1,
[43974] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3177), 1,
anon_sym_COMMA,
STATE(1012), 1,
aux_sym_aspect_mark_list_repeat1,
ACTIONS(3179), 5,
anon_sym_RPAREN,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_accept_statement_token2,
[43991] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3181), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1710), 1,
sym_aspect_specification,
[44016] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3185), 1,
anon_sym_EQ_GT,
ACTIONS(3183), 6,
anon_sym_COMMA,
anon_sym_RPAREN,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_accept_statement_token2,
[44031] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3187), 1,
sym_identifier,
ACTIONS(3189), 6,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym__package_specification_token3,
[44046] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3191), 1,
aux_sym_chunk_specification_token1,
ACTIONS(3193), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(3196), 1,
anon_sym_COLON,
ACTIONS(3198), 1,
aux_sym_iterator_specification_token1,
ACTIONS(1776), 3,
sym_tick,
anon_sym_DOT,
anon_sym_LPAREN,
[44067] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3200), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1943), 1,
sym_aspect_specification,
[44092] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3202), 1,
anon_sym_LPAREN,
ACTIONS(3204), 1,
anon_sym_SEMI,
ACTIONS(3206), 1,
aux_sym__package_specification_token2,
ACTIONS(3208), 1,
aux_sym_expression_token3,
STATE(1276), 3,
sym__discriminant_part,
sym_unknown_discriminant_part,
sym_known_discriminant_part,
[44113] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3210), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1868), 1,
sym_aspect_specification,
[44138] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3169), 1,
anon_sym_COMMA,
ACTIONS(3212), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1417), 1,
aux_sym__name_list_repeat1,
[44163] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3214), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1826), 1,
sym_aspect_specification,
[44188] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3216), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1825), 1,
sym_aspect_specification,
[44213] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3218), 7,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_EQ_GT,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_accept_statement_token2,
[44226] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3220), 1,
anon_sym_COMMA,
STATE(981), 1,
aux_sym_aspect_mark_list_repeat1,
ACTIONS(3223), 5,
anon_sym_RPAREN,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_accept_statement_token2,
[44243] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3225), 1,
sym_identifier,
ACTIONS(3227), 6,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym__package_specification_token3,
[44258] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2064), 1,
sym_identifier,
ACTIONS(2066), 6,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_attribute_designator_token1,
[44273] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3229), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1840), 1,
sym_aspect_specification,
[44298] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3231), 1,
sym_identifier,
ACTIONS(3233), 6,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_relation_membership_token1,
[44313] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3235), 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,
[44326] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3237), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1855), 1,
sym_aspect_specification,
[44351] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3239), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1859), 1,
sym_aspect_specification,
[44376] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3241), 7,
anon_sym_COMMA,
anon_sym_RPAREN,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_iterator_filter_token1,
aux_sym_with_clause_token2,
aux_sym_loop_statement_token1,
[44389] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3243), 1,
aux_sym__package_specification_token2,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1823), 1,
sym_aspect_specification,
[44414] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3245), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1811), 1,
sym_aspect_specification,
[44439] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
STATE(493), 1,
sym_actual_parameter_part,
ACTIONS(3247), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_SEMI,
[44460] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3249), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
STATE(2142), 1,
sym_aspect_specification,
[44485] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3251), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
STATE(2017), 1,
sym_aspect_specification,
[44510] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3253), 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,
[44523] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3255), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1777), 1,
sym_aspect_specification,
[44548] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3257), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1792), 1,
sym_aspect_specification,
[44573] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3259), 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,
[44586] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3261), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1687), 1,
sym_aspect_specification,
[44611] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3263), 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,
[44624] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3265), 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,
[44637] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3267), 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,
[44650] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3269), 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,
[44663] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3271), 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,
[44676] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3273), 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,
[44689] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3275), 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,
[44702] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3277), 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,
[44715] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3279), 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,
[44728] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3281), 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,
[44741] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3283), 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,
[44754] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1434), 1,
aux_sym__name_list_repeat1,
ACTIONS(3212), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[44777] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3177), 1,
anon_sym_COMMA,
STATE(981), 1,
aux_sym_aspect_mark_list_repeat1,
ACTIONS(3285), 5,
anon_sym_RPAREN,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_accept_statement_token2,
[44794] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3287), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1880), 1,
sym_aspect_specification,
[44819] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3289), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
STATE(1853), 1,
sym_aspect_specification,
[44844] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3291), 1,
aux_sym__package_specification_token2,
STATE(493), 1,
sym_actual_parameter_part,
STATE(2032), 1,
sym_aspect_specification,
[44869] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3293), 1,
anon_sym_SEMI,
ACTIONS(3295), 1,
aux_sym_with_clause_token2,
STATE(493), 1,
sym_actual_parameter_part,
[44891] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3297), 1,
anon_sym_COMMA,
ACTIONS(3299), 1,
anon_sym_RBRACK,
ACTIONS(3303), 1,
aux_sym_with_clause_token2,
STATE(1307), 1,
aux_sym_positional_array_aggregate_repeat1,
ACTIONS(3301), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[44911] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2227), 1,
anon_sym_COLON_EQ,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
STATE(1171), 1,
sym__assign_value,
STATE(1531), 1,
sym_aspect_specification,
ACTIONS(3305), 2,
anon_sym_SEMI,
aux_sym_accept_statement_token2,
[44931] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2227), 1,
anon_sym_COLON_EQ,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
STATE(1174), 1,
sym__assign_value,
STATE(1535), 1,
sym_aspect_specification,
ACTIONS(3305), 2,
anon_sym_SEMI,
aux_sym_accept_statement_token2,
[44951] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1963), 1,
aux_sym_primary_null_token1,
ACTIONS(1969), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3307), 1,
aux_sym_compilation_unit_token1,
ACTIONS(3309), 1,
aux_sym_allocator_token1,
ACTIONS(3311), 1,
aux_sym_interface_type_definition_token2,
STATE(1506), 1,
sym_record_definition,
[44973] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1963), 1,
aux_sym_primary_null_token1,
ACTIONS(1969), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3307), 1,
aux_sym_compilation_unit_token1,
ACTIONS(3313), 1,
anon_sym_SEMI,
ACTIONS(3315), 1,
aux_sym_with_clause_token1,
STATE(1506), 1,
sym_record_definition,
[44995] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3307), 1,
aux_sym_compilation_unit_token1,
ACTIONS(3317), 1,
aux_sym_with_clause_token1,
ACTIONS(3319), 1,
aux_sym_allocator_token1,
ACTIONS(3321), 1,
aux_sym_private_type_declaration_token1,
ACTIONS(3323), 1,
aux_sym_private_type_declaration_token2,
ACTIONS(3325), 1,
aux_sym_private_extension_declaration_token1,
[45017] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2966), 1,
anon_sym_SEMI,
ACTIONS(3327), 1,
anon_sym_COLON,
ACTIONS(1776), 4,
sym_tick,
anon_sym_DOT,
anon_sym_LPAREN,
anon_sym_COLON_EQ,
[45033] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2103), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2105), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(3329), 1,
aux_sym_entry_declaration_token1,
STATE(1168), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
[45051] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2099), 1,
sym_identifier,
ACTIONS(3331), 1,
aux_sym_iterated_element_association_token1,
STATE(1397), 1,
sym_parameter_specification,
STATE(1762), 1,
sym_entry_index_specification,
STATE(2030), 1,
sym__parameter_specification_list,
STATE(2058), 1,
sym__defining_identifier_list,
[45073] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2227), 1,
anon_sym_COLON_EQ,
STATE(1076), 1,
sym_actual_parameter_part,
STATE(1901), 1,
sym__assign_value,
[45095] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2227), 1,
anon_sym_COLON_EQ,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
STATE(1214), 1,
sym__assign_value,
STATE(1602), 1,
sym_aspect_specification,
ACTIONS(3333), 2,
anon_sym_SEMI,
aux_sym_accept_statement_token2,
[45115] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3335), 6,
anon_sym_COMMA,
anon_sym_RPAREN,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_accept_statement_token2,
[45127] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3337), 6,
anon_sym_COMMA,
anon_sym_RPAREN,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_accept_statement_token2,
[45139] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(81), 1,
aux_sym_iteration_scheme_token1,
ACTIONS(412), 1,
aux_sym_subprogram_body_token1,
ACTIONS(424), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(3339), 1,
aux_sym_declare_expression_token1,
ACTIONS(3341), 1,
aux_sym_loop_statement_token1,
STATE(1892), 1,
sym_iteration_scheme,
[45161] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2227), 1,
anon_sym_COLON_EQ,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
STATE(1211), 1,
sym__assign_value,
STATE(1494), 1,
sym_aspect_specification,
ACTIONS(3343), 2,
anon_sym_SEMI,
aux_sym_accept_statement_token2,
[45181] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
STATE(493), 1,
sym_actual_parameter_part,
ACTIONS(3345), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[45201] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3223), 6,
anon_sym_COMMA,
anon_sym_RPAREN,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_accept_statement_token2,
[45213] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2103), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2105), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(3347), 1,
aux_sym__package_specification_token1,
STATE(1231), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
[45231] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3349), 1,
anon_sym_COLON,
ACTIONS(1776), 5,
sym_tick,
anon_sym_DOT,
anon_sym_LPAREN,
anon_sym_EQ_GT,
anon_sym_PIPE,
[45245] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3351), 6,
anon_sym_COMMA,
anon_sym_RPAREN,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_accept_statement_token2,
[45257] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2227), 1,
anon_sym_COLON_EQ,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
STATE(1152), 1,
sym__assign_value,
STATE(1469), 1,
sym_aspect_specification,
ACTIONS(3353), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[45277] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3202), 1,
anon_sym_LPAREN,
ACTIONS(3355), 1,
anon_sym_SEMI,
ACTIONS(3357), 1,
aux_sym__package_specification_token2,
STATE(1552), 1,
sym_known_discriminant_part,
STATE(1549), 2,
sym__discriminant_part,
sym_unknown_discriminant_part,
[45297] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3329), 1,
aux_sym_entry_declaration_token1,
ACTIONS(3359), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(3361), 1,
aux_sym_access_to_subprogram_definition_token3,
STATE(1089), 1,
sym__subprogram_specification,
STATE(1166), 1,
sym_procedure_specification,
STATE(1177), 1,
sym_function_specification,
[45319] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3363), 1,
sym_identifier,
STATE(1385), 1,
sym_quantifier,
ACTIONS(3365), 2,
aux_sym_use_clause_token1,
aux_sym_quantifier_token1,
STATE(1539), 2,
sym_loop_parameter_specification,
sym_iterator_specification,
[45337] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3367), 1,
anon_sym_COMMA,
ACTIONS(3369), 1,
anon_sym_RPAREN,
ACTIONS(3371), 1,
aux_sym_with_clause_token2,
STATE(1568), 1,
aux_sym_positional_array_aggregate_repeat1,
ACTIONS(3301), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[45357] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3373), 1,
aux_sym_iterator_filter_token1,
ACTIONS(3375), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
[45379] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3377), 6,
anon_sym_COMMA,
anon_sym_RPAREN,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_accept_statement_token2,
[45391] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3379), 1,
anon_sym_SEMI,
ACTIONS(3381), 1,
aux_sym_with_clause_token2,
STATE(493), 1,
sym_actual_parameter_part,
[45413] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
STATE(493), 1,
sym_actual_parameter_part,
ACTIONS(3383), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[45433] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3385), 1,
anon_sym_LPAREN,
ACTIONS(3387), 1,
aux_sym_iterator_filter_token1,
STATE(1176), 1,
sym_formal_part,
STATE(1529), 1,
sym_aspect_specification,
STATE(1875), 1,
sym_entry_barrier,
[45455] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(2885), 1,
anon_sym_LPAREN,
ACTIONS(3387), 1,
aux_sym_iterator_filter_token1,
STATE(1208), 1,
sym_formal_part,
STATE(1497), 1,
sym_aspect_specification,
STATE(1990), 1,
sym_entry_barrier,
[45477] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3389), 1,
anon_sym_LPAREN,
ACTIONS(3391), 1,
anon_sym_SEMI,
ACTIONS(3393), 1,
aux_sym__package_specification_token2,
STATE(1204), 1,
sym_known_discriminant_part,
STATE(1603), 1,
sym_aspect_specification,
[45499] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(372), 1,
aux_sym_chunk_specification_token1,
ACTIONS(392), 1,
aux_sym_global_mode_token1,
ACTIONS(394), 1,
aux_sym_non_empty_mode_token1,
STATE(807), 1,
sym_global_mode,
STATE(880), 1,
sym_non_empty_mode,
STATE(1537), 1,
sym_global_aspect_element,
[45521] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2227), 1,
anon_sym_COLON_EQ,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
STATE(1182), 1,
sym__assign_value,
STATE(1540), 1,
sym_aspect_specification,
ACTIONS(3395), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[45541] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3397), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
[45560] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3399), 1,
sym_identifier,
ACTIONS(3401), 1,
anon_sym_LT_GT,
STATE(1433), 1,
sym_discriminant_specification,
STATE(2107), 1,
sym__defining_identifier_list,
STATE(2111), 1,
sym_discriminant_specification_list,
[45579] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3359), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(3361), 1,
aux_sym_access_to_subprogram_definition_token3,
STATE(1089), 1,
sym__subprogram_specification,
STATE(1166), 1,
sym_procedure_specification,
STATE(1177), 1,
sym_function_specification,
[45598] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3403), 1,
anon_sym_LPAREN,
ACTIONS(3405), 1,
anon_sym_SEMI,
STATE(1358), 1,
sym_formal_part,
STATE(1776), 1,
sym_aspect_specification,
[45617] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3407), 1,
aux_sym__package_specification_token3,
ACTIONS(3409), 1,
aux_sym_expression_token4,
ACTIONS(3411), 1,
aux_sym_elsif_expression_item_token1,
STATE(1109), 2,
sym_elsif_statement_item,
aux_sym_if_statement_repeat1,
[45634] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3413), 1,
aux_sym_object_renaming_declaration_token1,
STATE(493), 1,
sym_actual_parameter_part,
[45653] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3415), 1,
sym_tick,
ACTIONS(3417), 1,
aux_sym_iterated_element_association_token2,
STATE(493), 1,
sym_actual_parameter_part,
[45672] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3419), 1,
anon_sym_RPAREN,
ACTIONS(3421), 1,
aux_sym_expression_token4,
ACTIONS(3423), 1,
aux_sym_elsif_expression_item_token1,
STATE(1081), 2,
sym_elsif_expression_item,
aux_sym_if_expression_repeat1,
[45689] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(2885), 1,
anon_sym_LPAREN,
ACTIONS(3425), 1,
anon_sym_SEMI,
STATE(1309), 1,
sym_formal_part,
STATE(1878), 1,
sym_aspect_specification,
[45708] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1963), 1,
aux_sym_primary_null_token1,
ACTIONS(1969), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3311), 1,
aux_sym_interface_type_definition_token2,
ACTIONS(3427), 1,
aux_sym_allocator_token1,
STATE(1506), 1,
sym_record_definition,
[45727] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3429), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
[45746] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3431), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
[45765] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2885), 1,
anon_sym_LPAREN,
ACTIONS(2952), 1,
aux_sym_result_profile_token1,
STATE(1569), 1,
sym_formal_part,
STATE(1380), 2,
sym__parameter_and_result_profile,
sym_result_profile,
[45782] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2227), 1,
anon_sym_COLON_EQ,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3433), 1,
anon_sym_SEMI,
STATE(1250), 1,
sym__assign_value,
STATE(1928), 1,
sym_aspect_specification,
[45801] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3435), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
[45820] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3437), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
[45839] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2227), 1,
anon_sym_COLON_EQ,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3439), 1,
anon_sym_SEMI,
STATE(1406), 1,
sym__assign_value,
STATE(2133), 1,
sym_aspect_specification,
[45858] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2227), 1,
anon_sym_COLON_EQ,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3441), 1,
anon_sym_SEMI,
STATE(1407), 1,
sym__assign_value,
STATE(2048), 1,
sym_aspect_specification,
[45877] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2885), 1,
anon_sym_LPAREN,
STATE(1380), 1,
sym_formal_part,
ACTIONS(3443), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[45892] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3445), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
[45911] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2227), 1,
anon_sym_COLON_EQ,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3447), 1,
anon_sym_SEMI,
STATE(1244), 1,
sym__assign_value,
STATE(1927), 1,
sym_aspect_specification,
[45930] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(506), 1,
aux_sym_component_choice_list_token1,
ACTIONS(3449), 1,
sym_identifier,
ACTIONS(3451), 1,
sym_string_literal,
STATE(1458), 1,
sym__named_record_component_association,
STATE(1748), 1,
sym_component_choice_list,
[45949] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2972), 1,
aux_sym_expression_token1,
STATE(1116), 1,
aux_sym__interface_list_repeat1,
ACTIONS(3453), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[45964] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3455), 1,
anon_sym_COMMA,
STATE(493), 1,
sym_actual_parameter_part,
[45983] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2227), 1,
anon_sym_COLON_EQ,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3457), 1,
anon_sym_SEMI,
STATE(1277), 1,
sym__assign_value,
STATE(1917), 1,
sym_aspect_specification,
[46002] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3459), 1,
anon_sym_SEMI,
ACTIONS(1696), 4,
sym_tick,
anon_sym_DOT,
anon_sym_LPAREN,
anon_sym_COLON_EQ,
[46015] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2966), 1,
anon_sym_SEMI,
ACTIONS(1776), 4,
sym_tick,
anon_sym_DOT,
anon_sym_LPAREN,
anon_sym_COLON_EQ,
[46028] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3461), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
[46047] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3463), 1,
anon_sym_SEMI,
ACTIONS(3465), 1,
aux_sym__package_specification_token2,
ACTIONS(3467), 1,
aux_sym_object_renaming_declaration_token1,
STATE(1532), 1,
sym_aspect_specification,
[46066] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3389), 1,
anon_sym_LPAREN,
ACTIONS(3469), 1,
aux_sym__package_specification_token2,
STATE(1408), 1,
sym_known_discriminant_part,
STATE(2091), 1,
sym_aspect_specification,
[46085] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3473), 1,
aux_sym_elsif_expression_item_token1,
ACTIONS(3471), 2,
anon_sym_RPAREN,
aux_sym_expression_token4,
STATE(1081), 2,
sym_elsif_expression_item,
aux_sym_if_expression_repeat1,
[46100] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2103), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2105), 1,
aux_sym_access_to_subprogram_definition_token3,
STATE(1304), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
[46115] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2181), 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,
[46126] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3476), 1,
anon_sym_RPAREN,
STATE(493), 1,
sym_actual_parameter_part,
[46145] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3478), 5,
anon_sym_RPAREN,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_accept_statement_token2,
[46156] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3480), 1,
aux_sym_object_renaming_declaration_token1,
STATE(493), 1,
sym_actual_parameter_part,
[46175] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2885), 1,
anon_sym_LPAREN,
ACTIONS(2952), 1,
aux_sym_result_profile_token1,
STATE(1569), 1,
sym_formal_part,
STATE(1398), 2,
sym__parameter_and_result_profile,
sym_result_profile,
[46192] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2885), 1,
anon_sym_LPAREN,
STATE(1398), 1,
sym_formal_part,
ACTIONS(3482), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[46207] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3484), 1,
anon_sym_SEMI,
ACTIONS(3486), 1,
aux_sym__package_specification_token2,
ACTIONS(3488), 1,
aux_sym_object_renaming_declaration_token1,
STATE(1579), 1,
sym_aspect_specification,
[46226] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3490), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
[46245] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3492), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
[46264] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3494), 1,
anon_sym_RPAREN,
STATE(493), 1,
sym_actual_parameter_part,
[46283] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3496), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
[46302] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3484), 1,
anon_sym_SEMI,
ACTIONS(3488), 1,
aux_sym_object_renaming_declaration_token1,
ACTIONS(3498), 1,
aux_sym__package_specification_token2,
STATE(1765), 1,
sym_aspect_specification,
[46321] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3463), 1,
anon_sym_SEMI,
ACTIONS(3467), 1,
aux_sym_object_renaming_declaration_token1,
ACTIONS(3500), 1,
aux_sym__package_specification_token2,
STATE(1873), 1,
sym_aspect_specification,
[46340] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3502), 1,
aux_sym_object_renaming_declaration_token1,
STATE(493), 1,
sym_actual_parameter_part,
[46359] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2227), 1,
anon_sym_COLON_EQ,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3504), 1,
anon_sym_SEMI,
STATE(1296), 1,
sym__assign_value,
STATE(1731), 1,
sym_aspect_specification,
[46378] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3506), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
[46397] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2885), 1,
anon_sym_LPAREN,
ACTIONS(2952), 1,
aux_sym_result_profile_token1,
STATE(1569), 1,
sym_formal_part,
STATE(896), 2,
sym__parameter_and_result_profile,
sym_result_profile,
[46414] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3508), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
[46433] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(77), 1,
aux_sym_delay_until_statement_token1,
STATE(1677), 1,
sym_delay_alternative,
STATE(48), 3,
sym__delay_statement,
sym_delay_until_statement,
sym_delay_relative_statement,
[46448] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3510), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
[46467] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(2755), 1,
aux_sym_range_attribute_designator_token1,
STATE(493), 1,
sym_actual_parameter_part,
[46486] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3411), 1,
aux_sym_elsif_expression_item_token1,
ACTIONS(3512), 1,
aux_sym__package_specification_token3,
ACTIONS(3514), 1,
aux_sym_expression_token4,
STATE(1055), 2,
sym_elsif_statement_item,
aux_sym_if_statement_repeat1,
[46503] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3516), 1,
anon_sym_LPAREN,
ACTIONS(3518), 1,
anon_sym_SEMI,
STATE(1252), 1,
sym_formal_part,
STATE(1700), 1,
sym_aspect_specification,
[46522] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3520), 1,
aux_sym_at_clause_token1,
STATE(493), 1,
sym_actual_parameter_part,
[46541] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3522), 1,
aux_sym_object_renaming_declaration_token1,
STATE(493), 1,
sym_actual_parameter_part,
[46560] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3524), 1,
aux_sym_object_renaming_declaration_token1,
STATE(493), 1,
sym_actual_parameter_part,
[46579] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3528), 1,
aux_sym_elsif_expression_item_token1,
ACTIONS(3526), 2,
aux_sym__package_specification_token3,
aux_sym_expression_token4,
STATE(1109), 2,
sym_elsif_statement_item,
aux_sym_if_statement_repeat1,
[46594] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3531), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
[46613] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3423), 1,
aux_sym_elsif_expression_item_token1,
ACTIONS(3533), 1,
anon_sym_RPAREN,
ACTIONS(3535), 1,
aux_sym_expression_token4,
STATE(1058), 2,
sym_elsif_expression_item,
aux_sym_if_expression_repeat1,
[46630] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3297), 1,
anon_sym_COMMA,
ACTIONS(3299), 1,
anon_sym_RBRACK,
STATE(1307), 1,
aux_sym_positional_array_aggregate_repeat1,
ACTIONS(3301), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[46647] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2452), 1,
aux_sym_iterator_filter_token1,
STATE(1421), 1,
sym_iterator_filter,
ACTIONS(3537), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[46662] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2227), 1,
anon_sym_COLON_EQ,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3539), 1,
anon_sym_SEMI,
STATE(1300), 1,
sym__assign_value,
STATE(2011), 1,
sym_aspect_specification,
[46681] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2885), 1,
anon_sym_LPAREN,
ACTIONS(2952), 1,
aux_sym_result_profile_token1,
STATE(1569), 1,
sym_formal_part,
STATE(901), 2,
sym__parameter_and_result_profile,
sym_result_profile,
[46698] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3541), 1,
aux_sym_expression_token1,
STATE(1116), 1,
aux_sym__interface_list_repeat1,
ACTIONS(3025), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[46713] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2227), 1,
anon_sym_COLON_EQ,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3544), 1,
anon_sym_SEMI,
STATE(1270), 1,
sym__assign_value,
STATE(1734), 1,
sym_aspect_specification,
[46732] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3359), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(3361), 1,
aux_sym_access_to_subprogram_definition_token3,
STATE(1094), 1,
sym__subprogram_specification,
STATE(1166), 1,
sym_procedure_specification,
STATE(1177), 1,
sym_function_specification,
[46751] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2227), 1,
anon_sym_COLON_EQ,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3546), 1,
anon_sym_SEMI,
STATE(1349), 1,
sym__assign_value,
STATE(1798), 1,
sym_aspect_specification,
[46770] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3548), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
[46789] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(2885), 1,
anon_sym_LPAREN,
ACTIONS(3550), 1,
anon_sym_SEMI,
STATE(1257), 1,
sym_formal_part,
STATE(1689), 1,
sym_aspect_specification,
[46808] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3552), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
[46827] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2885), 1,
anon_sym_LPAREN,
ACTIONS(2952), 1,
aux_sym_result_profile_token1,
STATE(1569), 1,
sym_formal_part,
STATE(900), 2,
sym__parameter_and_result_profile,
sym_result_profile,
[46844] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2227), 1,
anon_sym_COLON_EQ,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3554), 1,
anon_sym_SEMI,
STATE(1293), 1,
sym__assign_value,
STATE(1730), 1,
sym_aspect_specification,
[46863] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3556), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
[46882] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3558), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
[46901] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2452), 1,
aux_sym_iterator_filter_token1,
STATE(1431), 1,
sym_iterator_filter,
ACTIONS(3560), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[46916] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2103), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2105), 1,
aux_sym_access_to_subprogram_definition_token3,
STATE(1166), 1,
sym_procedure_specification,
STATE(1177), 1,
sym_function_specification,
STATE(1230), 1,
sym__subprogram_specification,
[46935] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1963), 1,
aux_sym_primary_null_token1,
ACTIONS(1969), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3562), 1,
aux_sym_compilation_unit_token1,
ACTIONS(3564), 1,
aux_sym_with_clause_token1,
STATE(1566), 1,
sym_record_definition,
[46954] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3566), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
[46973] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3568), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
[46992] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3570), 1,
aux_sym__package_specification_token2,
ACTIONS(1776), 4,
sym_tick,
anon_sym_DOT,
anon_sym_LPAREN,
aux_sym_with_clause_token2,
[47005] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3573), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
[47024] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
ACTIONS(3575), 1,
anon_sym_SEMI,
STATE(493), 1,
sym_actual_parameter_part,
[47043] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3577), 1,
aux_sym_iterator_filter_token1,
ACTIONS(3579), 1,
aux_sym__package_specification_token3,
STATE(1179), 2,
sym_case_statement_alternative,
aux_sym_case_statement_repeat1,
[47057] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3583), 1,
aux_sym_expression_token3,
STATE(1136), 1,
aux_sym_selective_accept_repeat1,
ACTIONS(3581), 2,
aux_sym__package_specification_token3,
aux_sym_expression_token4,
[47071] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3586), 4,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
anon_sym_COLON_EQ,
[47081] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3588), 1,
anon_sym_COMMA,
STATE(1568), 1,
aux_sym_positional_array_aggregate_repeat1,
ACTIONS(3301), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[47095] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3590), 4,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
anon_sym_COLON_EQ,
[47105] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(330), 1,
aux_sym_gnatprep_declarative_if_statement_token2,
ACTIONS(3592), 1,
aux_sym_gnatprep_declarative_if_statement_token3,
ACTIONS(3594), 1,
aux_sym_gnatprep_declarative_if_statement_token4,
STATE(1237), 1,
aux_sym_gnatprep_declarative_if_statement_repeat1,
[47121] = 4,
ACTIONS(3), 1,
sym_comment,
STATE(1281), 1,
sym__enumeration_literal_specification,
STATE(1904), 1,
sym__enumeration_literal_list,
ACTIONS(3596), 2,
sym_identifier,
sym_character_literal,
[47135] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3463), 1,
anon_sym_SEMI,
ACTIONS(3598), 1,
aux_sym__package_specification_token2,
STATE(1532), 1,
sym_aspect_specification,
[47151] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3309), 1,
aux_sym_allocator_token1,
ACTIONS(3325), 1,
aux_sym_private_extension_declaration_token1,
ACTIONS(3600), 1,
aux_sym_with_clause_token1,
ACTIONS(3602), 1,
aux_sym_private_type_declaration_token2,
[47167] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3604), 1,
anon_sym_COMMA,
ACTIONS(3606), 1,
anon_sym_RPAREN,
STATE(1274), 1,
aux_sym_record_component_association_list_repeat1,
STATE(1275), 1,
aux_sym_positional_array_aggregate_repeat1,
[47183] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3611), 1,
aux_sym_expression_token1,
ACTIONS(3609), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[47195] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3613), 1,
anon_sym_COMMA,
STATE(1146), 1,
aux_sym_positional_array_aggregate_repeat1,
ACTIONS(3616), 2,
anon_sym_RPAREN,
anon_sym_RBRACK,
[47209] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3463), 1,
anon_sym_SEMI,
ACTIONS(3500), 1,
aux_sym__package_specification_token2,
STATE(1873), 1,
sym_aspect_specification,
[47225] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3193), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(1776), 3,
sym_tick,
anon_sym_DOT,
anon_sym_LPAREN,
[47237] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3399), 1,
sym_identifier,
STATE(1433), 1,
sym_discriminant_specification,
STATE(2107), 1,
sym__defining_identifier_list,
STATE(2111), 1,
sym_discriminant_specification_list,
[47253] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3399), 1,
sym_identifier,
STATE(1397), 1,
sym_parameter_specification,
STATE(2030), 1,
sym__parameter_specification_list,
STATE(2058), 1,
sym__defining_identifier_list,
[47269] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
STATE(1596), 1,
sym_aspect_specification,
ACTIONS(3618), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[47283] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
STATE(1594), 1,
sym_aspect_specification,
ACTIONS(3620), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[47297] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3624), 1,
aux_sym_range_attribute_designator_token1,
STATE(1592), 1,
sym_real_range_specification,
ACTIONS(3622), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[47311] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1963), 1,
aux_sym_primary_null_token1,
ACTIONS(1969), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3626), 1,
aux_sym_compilation_unit_token1,
STATE(1484), 1,
sym_record_definition,
[47327] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3628), 1,
aux_sym_iterator_filter_token1,
STATE(1729), 1,
sym_variant_list,
STATE(1207), 2,
sym_variant,
aux_sym_variant_list_repeat1,
[47341] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3630), 4,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
anon_sym_COLON_EQ,
[47351] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3632), 4,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
anon_sym_COLON_EQ,
[47361] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3634), 1,
anon_sym_COMMA,
STATE(1158), 1,
aux_sym__array_component_association_list_repeat1,
ACTIONS(3637), 2,
anon_sym_RPAREN,
anon_sym_RBRACK,
[47375] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3639), 1,
anon_sym_SEMI,
ACTIONS(3641), 1,
aux_sym_with_clause_token2,
ACTIONS(3644), 1,
aux_sym_expression_token1,
STATE(1585), 1,
sym_record_extension_part,
[47391] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3646), 1,
anon_sym_COMMA,
STATE(1160), 1,
aux_sym__name_list_repeat1,
ACTIONS(3247), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[47405] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2095), 1,
anon_sym_COMMA,
ACTIONS(2968), 1,
aux_sym_object_renaming_declaration_token1,
ACTIONS(3649), 1,
anon_sym_COLON,
STATE(1352), 1,
aux_sym__defining_identifier_list_repeat1,
[47421] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3652), 1,
sym_identifier,
STATE(969), 1,
sym_aspect_association,
STATE(971), 1,
sym__aspect_mark,
STATE(1085), 1,
sym_aspect_mark_list,
[47437] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1963), 1,
aux_sym_primary_null_token1,
ACTIONS(1969), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3654), 1,
aux_sym_compilation_unit_token1,
STATE(1484), 1,
sym_record_definition,
[47453] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3656), 1,
anon_sym_SEMI,
ACTIONS(3658), 1,
aux_sym_with_clause_token2,
ACTIONS(3661), 1,
aux_sym_expression_token1,
STATE(1480), 1,
sym_record_extension_part,
[47469] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3663), 1,
aux_sym_iterator_filter_token1,
ACTIONS(3665), 1,
aux_sym__package_specification_token3,
STATE(1173), 2,
sym_exception_handler,
aux_sym_handled_sequence_of_statements_repeat1,
[47483] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3669), 1,
aux_sym__package_specification_token2,
ACTIONS(3667), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_object_renaming_declaration_token1,
[47495] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3672), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(1642), 3,
sym_tick,
anon_sym_DOT,
anon_sym_LPAREN,
[47507] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3484), 1,
anon_sym_SEMI,
ACTIONS(3498), 1,
aux_sym__package_specification_token2,
STATE(1765), 1,
sym_aspect_specification,
[47523] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3675), 1,
aux_sym_iterator_filter_token1,
ACTIONS(3678), 1,
aux_sym__package_specification_token3,
STATE(1169), 2,
sym_variant,
aux_sym_variant_list_repeat1,
[47537] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3680), 4,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[47547] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
STATE(1605), 1,
sym_aspect_specification,
ACTIONS(3682), 2,
anon_sym_SEMI,
aux_sym_accept_statement_token2,
[47561] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3656), 1,
anon_sym_SEMI,
ACTIONS(3684), 1,
aux_sym_with_clause_token2,
ACTIONS(3687), 1,
aux_sym_expression_token1,
STATE(1480), 1,
sym_record_extension_part,
[47577] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3689), 1,
aux_sym_iterator_filter_token1,
ACTIONS(3692), 1,
aux_sym__package_specification_token3,
STATE(1173), 2,
sym_exception_handler,
aux_sym_handled_sequence_of_statements_repeat1,
[47591] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
STATE(1438), 1,
sym_aspect_specification,
ACTIONS(3682), 2,
anon_sym_SEMI,
aux_sym_accept_statement_token2,
[47605] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1963), 1,
aux_sym_primary_null_token1,
ACTIONS(1969), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3694), 1,
aux_sym_compilation_unit_token1,
STATE(1484), 1,
sym_record_definition,
[47621] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3387), 1,
aux_sym_iterator_filter_token1,
STATE(1576), 1,
sym_aspect_specification,
STATE(1767), 1,
sym_entry_barrier,
[47637] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3696), 1,
aux_sym__package_specification_token2,
ACTIONS(3667), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_object_renaming_declaration_token1,
[47649] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3699), 1,
aux_sym__package_specification_token2,
ACTIONS(3667), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_object_renaming_declaration_token1,
[47661] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3702), 1,
aux_sym_iterator_filter_token1,
ACTIONS(3705), 1,
aux_sym__package_specification_token3,
STATE(1179), 2,
sym_case_statement_alternative,
aux_sym_case_statement_repeat1,
[47675] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
STATE(1571), 1,
sym_aspect_specification,
ACTIONS(3707), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[47689] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3709), 4,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_with_clause_token2,
aux_sym_object_renaming_declaration_token1,
[47699] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
STATE(1570), 1,
sym_aspect_specification,
ACTIONS(3711), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[47713] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3713), 1,
aux_sym__package_specification_token2,
ACTIONS(3667), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_object_renaming_declaration_token1,
[47725] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1963), 1,
aux_sym_primary_null_token1,
ACTIONS(1969), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3716), 1,
aux_sym_with_clause_token1,
STATE(1506), 1,
sym_record_definition,
[47741] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1963), 1,
aux_sym_primary_null_token1,
ACTIONS(1969), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3718), 1,
aux_sym_compilation_unit_token1,
STATE(1495), 1,
sym_record_definition,
[47757] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3720), 4,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_with_clause_token2,
aux_sym_object_renaming_declaration_token1,
[47767] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1963), 1,
aux_sym_primary_null_token1,
ACTIONS(1969), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3722), 1,
aux_sym_compilation_unit_token1,
STATE(1484), 1,
sym_record_definition,
[47783] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
STATE(1517), 1,
sym_aspect_specification,
ACTIONS(3724), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[47797] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3726), 1,
anon_sym_SEMI,
ACTIONS(3728), 1,
aux_sym_expression_token3,
STATE(1633), 1,
sym_aspect_specification,
[47813] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3730), 1,
aux_sym_compilation_unit_token1,
ACTIONS(3732), 1,
anon_sym_SEMI,
ACTIONS(3734), 1,
aux_sym_with_clause_token1,
ACTIONS(3736), 1,
aux_sym_expression_token3,
[47829] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3740), 1,
aux_sym_allocator_token1,
ACTIONS(3742), 1,
aux_sym_private_type_declaration_token2,
ACTIONS(3738), 2,
aux_sym_with_clause_token1,
aux_sym_private_extension_declaration_token1,
[47843] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2095), 1,
anon_sym_COMMA,
ACTIONS(2968), 1,
aux_sym_object_renaming_declaration_token1,
ACTIONS(3744), 1,
anon_sym_COLON,
STATE(1352), 1,
aux_sym__defining_identifier_list_repeat1,
[47859] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3639), 1,
anon_sym_SEMI,
ACTIONS(3747), 1,
aux_sym_with_clause_token2,
ACTIONS(3750), 1,
aux_sym_expression_token1,
STATE(1585), 1,
sym_record_extension_part,
[47875] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3752), 1,
anon_sym_COMMA,
STATE(1158), 1,
aux_sym__array_component_association_list_repeat1,
ACTIONS(3754), 2,
anon_sym_RPAREN,
anon_sym_RBRACK,
[47889] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3756), 1,
aux_sym_attribute_designator_token3,
ACTIONS(3758), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[47901] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3760), 1,
anon_sym_SEMI,
ACTIONS(3762), 1,
aux_sym_with_clause_token2,
ACTIONS(3765), 1,
aux_sym_expression_token1,
STATE(1561), 1,
sym_record_extension_part,
[47917] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3769), 1,
aux_sym_allocator_token1,
ACTIONS(3771), 1,
aux_sym_private_type_declaration_token2,
ACTIONS(3767), 2,
aux_sym_with_clause_token1,
aux_sym_private_extension_declaration_token1,
[47931] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1963), 1,
aux_sym_primary_null_token1,
ACTIONS(1969), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3773), 1,
aux_sym_with_clause_token1,
STATE(1566), 1,
sym_record_definition,
[47947] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3730), 1,
aux_sym_compilation_unit_token1,
ACTIONS(3734), 1,
aux_sym_with_clause_token1,
ACTIONS(3775), 1,
anon_sym_SEMI,
ACTIONS(3777), 1,
aux_sym_expression_token3,
[47963] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1963), 1,
aux_sym_primary_null_token1,
ACTIONS(1969), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3779), 1,
aux_sym_compilation_unit_token1,
STATE(1484), 1,
sym_record_definition,
[47979] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1963), 1,
aux_sym_primary_null_token1,
ACTIONS(1969), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3562), 1,
aux_sym_compilation_unit_token1,
STATE(1566), 1,
sym_record_definition,
[47995] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3752), 1,
anon_sym_COMMA,
STATE(1194), 1,
aux_sym__array_component_association_list_repeat1,
ACTIONS(3781), 2,
anon_sym_RPAREN,
anon_sym_RBRACK,
[48009] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3783), 4,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
anon_sym_COLON_EQ,
[48019] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3785), 1,
anon_sym_SEMI,
ACTIONS(3787), 1,
aux_sym__package_specification_token2,
STATE(1476), 1,
sym_aspect_specification,
[48035] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
STATE(1473), 1,
sym_aspect_specification,
ACTIONS(3789), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[48049] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3791), 4,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
anon_sym_COLON_EQ,
[48059] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3628), 1,
aux_sym_iterator_filter_token1,
ACTIONS(3793), 1,
aux_sym__package_specification_token3,
STATE(1169), 2,
sym_variant,
aux_sym_variant_list_repeat1,
[48073] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3387), 1,
aux_sym_iterator_filter_token1,
STATE(1475), 1,
sym_aspect_specification,
STATE(2045), 1,
sym_entry_barrier,
[48089] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1963), 1,
aux_sym_primary_null_token1,
ACTIONS(1969), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3795), 1,
aux_sym_compilation_unit_token1,
STATE(1484), 1,
sym_record_definition,
[48105] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3797), 4,
anon_sym_RPAREN,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_accept_statement_token2,
[48115] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
STATE(1528), 1,
sym_aspect_specification,
ACTIONS(3799), 2,
anon_sym_SEMI,
aux_sym_accept_statement_token2,
[48129] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3801), 1,
anon_sym_SEMI,
ACTIONS(3803), 1,
aux_sym_expression_token3,
STATE(1775), 1,
sym_aspect_specification,
[48145] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
STATE(1530), 1,
sym_aspect_specification,
ACTIONS(3805), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[48159] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
STATE(1544), 1,
sym_aspect_specification,
ACTIONS(3807), 2,
anon_sym_SEMI,
aux_sym_accept_statement_token2,
[48173] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3809), 1,
anon_sym_SEMI,
ACTIONS(3811), 1,
aux_sym__package_specification_token2,
STATE(1598), 1,
sym_aspect_specification,
[48189] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3813), 1,
anon_sym_COMMA,
ACTIONS(3815), 1,
anon_sym_RPAREN,
ACTIONS(3301), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[48203] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
STATE(1492), 1,
sym_aspect_specification,
ACTIONS(3817), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[48217] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3821), 1,
aux_sym_expression_token2,
ACTIONS(3819), 3,
aux_sym__package_specification_token3,
aux_sym_expression_token3,
aux_sym_expression_token4,
[48229] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3823), 1,
aux_sym__package_specification_token3,
ACTIONS(3825), 1,
aux_sym_expression_token3,
ACTIONS(3827), 1,
aux_sym_expression_token4,
STATE(1136), 1,
aux_sym_selective_accept_repeat1,
[48245] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
STATE(493), 1,
sym_actual_parameter_part,
[48261] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3825), 1,
aux_sym_expression_token3,
ACTIONS(3829), 1,
aux_sym__package_specification_token3,
ACTIONS(3831), 1,
aux_sym_expression_token4,
STATE(1219), 1,
aux_sym_selective_accept_repeat1,
[48277] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3833), 1,
aux_sym_gnatprep_declarative_if_statement_token2,
STATE(1222), 1,
aux_sym_gnatprep_if_statement_repeat1,
ACTIONS(3836), 2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
[48291] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(462), 1,
aux_sym_gnatprep_declarative_if_statement_token2,
ACTIONS(3838), 1,
aux_sym_gnatprep_declarative_if_statement_token3,
ACTIONS(3840), 1,
aux_sym_gnatprep_declarative_if_statement_token4,
STATE(1222), 1,
aux_sym_gnatprep_if_statement_repeat1,
[48307] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3842), 4,
anon_sym_SEMI,
aux_sym_with_clause_token2,
anon_sym_COLON_EQ,
aux_sym_accept_statement_token2,
[48317] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3760), 1,
anon_sym_SEMI,
ACTIONS(3844), 1,
aux_sym_with_clause_token2,
ACTIONS(3847), 1,
aux_sym_expression_token1,
STATE(1561), 1,
sym_record_extension_part,
[48333] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_tick,
ACTIONS(1798), 1,
anon_sym_LPAREN,
ACTIONS(2167), 1,
anon_sym_DOT,
STATE(1076), 1,
sym_actual_parameter_part,
[48349] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(462), 1,
aux_sym_gnatprep_declarative_if_statement_token2,
ACTIONS(3849), 1,
aux_sym_gnatprep_declarative_if_statement_token3,
ACTIONS(3851), 1,
aux_sym_gnatprep_declarative_if_statement_token4,
STATE(1222), 1,
aux_sym_gnatprep_if_statement_repeat1,
[48365] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3853), 1,
anon_sym_LPAREN,
ACTIONS(3855), 1,
anon_sym_SEMI,
ACTIONS(3857), 1,
aux_sym_accept_statement_token2,
STATE(1613), 1,
sym_formal_part,
[48381] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3823), 1,
aux_sym__package_specification_token3,
ACTIONS(3825), 1,
aux_sym_expression_token3,
ACTIONS(3827), 1,
aux_sym_expression_token4,
STATE(1234), 1,
aux_sym_selective_accept_repeat1,
[48397] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3484), 1,
anon_sym_SEMI,
ACTIONS(3859), 1,
aux_sym__package_specification_token2,
STATE(1579), 1,
sym_aspect_specification,
[48413] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3861), 1,
anon_sym_SEMI,
ACTIONS(3863), 1,
aux_sym__package_specification_token2,
STATE(1649), 1,
sym_aspect_specification,
[48429] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2885), 1,
anon_sym_LPAREN,
ACTIONS(3865), 1,
anon_sym_SEMI,
ACTIONS(3867), 1,
aux_sym_accept_statement_token2,
STATE(1465), 1,
sym_formal_part,
[48445] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(330), 1,
aux_sym_gnatprep_declarative_if_statement_token2,
ACTIONS(3869), 1,
aux_sym_gnatprep_declarative_if_statement_token3,
ACTIONS(3871), 1,
aux_sym_gnatprep_declarative_if_statement_token4,
STATE(1237), 1,
aux_sym_gnatprep_declarative_if_statement_repeat1,
[48461] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3825), 1,
aux_sym_expression_token3,
ACTIONS(3873), 1,
aux_sym__package_specification_token3,
ACTIONS(3875), 1,
aux_sym_expression_token4,
STATE(1136), 1,
aux_sym_selective_accept_repeat1,
[48477] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3879), 1,
aux_sym_expression_token1,
ACTIONS(3877), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[48489] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3624), 1,
aux_sym_range_attribute_designator_token1,
STATE(1557), 1,
sym_real_range_specification,
ACTIONS(3881), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[48503] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3883), 1,
aux_sym_gnatprep_declarative_if_statement_token2,
STATE(1237), 1,
aux_sym_gnatprep_declarative_if_statement_repeat1,
ACTIONS(3886), 2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
[48517] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3888), 1,
anon_sym_EQ_GT,
ACTIONS(3890), 1,
anon_sym_PIPE,
STATE(1312), 1,
aux_sym_discrete_choice_list_repeat1,
[48530] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3892), 1,
anon_sym_COMMA,
ACTIONS(3894), 1,
anon_sym_RPAREN,
STATE(1411), 1,
aux_sym_record_component_association_list_repeat2,
[48543] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3896), 1,
anon_sym_SEMI,
STATE(1936), 1,
sym_aspect_specification,
[48556] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3898), 1,
anon_sym_COMMA,
ACTIONS(3900), 1,
anon_sym_RPAREN,
STATE(1401), 1,
aux_sym__discrete_subtype_definition_list_repeat1,
[48569] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3577), 1,
aux_sym_iterator_filter_token1,
STATE(1135), 2,
sym_case_statement_alternative,
aux_sym_case_statement_repeat1,
[48580] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3902), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[48589] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3441), 1,
anon_sym_SEMI,
STATE(2048), 1,
sym_aspect_specification,
[48602] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3624), 1,
aux_sym_range_attribute_designator_token1,
ACTIONS(3904), 1,
aux_sym_attribute_designator_token3,
STATE(1548), 1,
sym_real_range_specification,
[48615] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3906), 1,
aux_sym__package_specification_token2,
STATE(1630), 1,
sym_aspect_specification,
[48628] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3908), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[48637] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3908), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[48646] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3910), 1,
anon_sym_COMMA,
ACTIONS(3912), 1,
anon_sym_RPAREN,
STATE(1390), 1,
aux_sym_global_aspect_definition_repeat1,
[48659] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3914), 1,
anon_sym_SEMI,
STATE(2037), 1,
sym_aspect_specification,
[48672] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3916), 1,
anon_sym_COMMA,
ACTIONS(3919), 1,
anon_sym_RPAREN,
STATE(1251), 1,
aux_sym_actual_parameter_part_repeat1,
[48685] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3921), 1,
anon_sym_SEMI,
STATE(1637), 1,
sym_aspect_specification,
[48698] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3923), 1,
anon_sym_RPAREN,
ACTIONS(3925), 1,
anon_sym_SEMI,
STATE(1253), 1,
aux_sym__parameter_specification_list_repeat1,
[48711] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3581), 3,
aux_sym__package_specification_token3,
aux_sym_expression_token3,
aux_sym_expression_token4,
[48720] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3928), 3,
aux_sym__package_specification_token3,
aux_sym_expression_token3,
aux_sym_expression_token4,
[48729] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3930), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[48738] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3932), 1,
anon_sym_SEMI,
STATE(1857), 1,
sym_aspect_specification,
[48751] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3934), 1,
anon_sym_SEMI,
STATE(1802), 1,
sym_aspect_specification,
[48764] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3936), 3,
aux_sym__package_specification_token3,
aux_sym_expression_token3,
aux_sym_expression_token4,
[48773] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1897), 1,
anon_sym_PIPE,
ACTIONS(3938), 1,
anon_sym_EQ_GT,
STATE(1351), 1,
aux_sym_discriminant_association_repeat1,
[48786] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3940), 1,
anon_sym_COMMA,
ACTIONS(3943), 1,
anon_sym_RPAREN,
STATE(1261), 1,
aux_sym__index_subtype_definition_list_repeat1,
[48799] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3945), 1,
anon_sym_COMMA,
ACTIONS(3947), 1,
anon_sym_RPAREN,
STATE(1343), 1,
aux_sym_discriminant_constraint_repeat1,
[48812] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3949), 3,
aux_sym_terminate_alternative_token1,
aux_sym_accept_statement_token1,
aux_sym_delay_until_statement_token1,
[48821] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2079), 1,
anon_sym_COLON,
ACTIONS(2095), 1,
anon_sym_COMMA,
STATE(1352), 1,
aux_sym__defining_identifier_list_repeat1,
[48834] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3951), 1,
anon_sym_COMMA,
ACTIONS(3953), 1,
anon_sym_RPAREN,
STATE(1340), 1,
aux_sym_index_constraint_repeat1,
[48847] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3955), 1,
anon_sym_COMMA,
ACTIONS(3957), 1,
anon_sym_RPAREN,
STATE(1294), 1,
aux_sym_pragma_g_repeat1,
[48860] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3959), 1,
anon_sym_COMMA,
ACTIONS(3962), 1,
anon_sym_RPAREN,
STATE(1267), 1,
aux_sym__discrete_subtype_definition_list_repeat1,
[48873] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3964), 1,
anon_sym_COMMA,
ACTIONS(3966), 1,
anon_sym_RPAREN,
STATE(1339), 1,
aux_sym_case_expression_repeat1,
[48886] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3968), 3,
aux_sym__package_specification_token3,
aux_sym_expression_token3,
aux_sym_expression_token4,
[48895] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3970), 1,
anon_sym_SEMI,
STATE(1886), 1,
sym_aspect_specification,
[48908] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3972), 3,
aux_sym__package_specification_token3,
aux_sym_expression_token3,
aux_sym_expression_token4,
[48917] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3974), 1,
anon_sym_SEMI,
STATE(2027), 1,
sym_aspect_specification,
[48930] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3976), 1,
anon_sym_COMMA,
ACTIONS(3978), 1,
anon_sym_RPAREN,
STATE(1405), 1,
aux_sym__index_subtype_definition_list_repeat1,
[48943] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3980), 1,
anon_sym_COMMA,
ACTIONS(3982), 1,
anon_sym_RPAREN,
STATE(1330), 1,
aux_sym_record_component_association_list_repeat1,
[48956] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3984), 1,
anon_sym_COMMA,
ACTIONS(3986), 1,
anon_sym_RPAREN,
STATE(1146), 1,
aux_sym_positional_array_aggregate_repeat1,
[48969] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3988), 1,
anon_sym_SEMI,
ACTIONS(3990), 1,
aux_sym__package_specification_token2,
ACTIONS(3992), 1,
aux_sym_expression_token3,
[48982] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3994), 1,
anon_sym_SEMI,
STATE(2096), 1,
sym_aspect_specification,
[48995] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3821), 1,
aux_sym_expression_token2,
ACTIONS(3996), 2,
aux_sym_expression_token3,
aux_sym_expression_token4,
[49006] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3169), 1,
anon_sym_COMMA,
ACTIONS(3998), 1,
anon_sym_SEMI,
STATE(1160), 1,
aux_sym__name_list_repeat1,
[49019] = 3,
ACTIONS(3), 1,
sym_comment,
STATE(1385), 1,
sym_quantifier,
ACTIONS(3365), 2,
aux_sym_use_clause_token1,
aux_sym_quantifier_token1,
[49030] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4000), 1,
anon_sym_COMMA,
ACTIONS(4002), 1,
anon_sym_RPAREN,
STATE(1382), 1,
aux_sym__enumeration_literal_list_repeat1,
[49043] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4004), 3,
sym_identifier,
sym_string_literal,
sym_character_literal,
[49052] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4006), 1,
anon_sym_COMMA,
ACTIONS(4008), 1,
anon_sym_RPAREN,
STATE(1337), 1,
aux_sym_actual_parameter_part_repeat1,
[49065] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4010), 1,
anon_sym_SEMI,
STATE(1721), 1,
sym_aspect_specification,
[49078] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4012), 1,
anon_sym_SEMI,
STATE(1829), 1,
sym_aspect_specification,
[49091] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4014), 1,
anon_sym_SEMI,
STATE(2036), 1,
sym_aspect_specification,
[49104] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4016), 1,
anon_sym_SEMI,
STATE(2038), 1,
sym_aspect_specification,
[49117] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4018), 1,
anon_sym_SEMI,
STATE(1877), 1,
sym_aspect_specification,
[49130] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4020), 1,
aux_sym__package_specification_token2,
STATE(1794), 1,
sym_aspect_specification,
[49143] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3191), 1,
aux_sym_chunk_specification_token1,
ACTIONS(3196), 1,
anon_sym_COLON,
ACTIONS(3198), 1,
aux_sym_iterator_specification_token1,
[49156] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4022), 1,
anon_sym_EQ_GT,
ACTIONS(4024), 1,
anon_sym_PIPE,
STATE(1373), 1,
aux_sym_exception_choice_list_repeat1,
[49169] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4026), 3,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_entry_declaration_token1,
[49178] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4028), 1,
anon_sym_SEMI,
STATE(1915), 1,
sym_aspect_specification,
[49191] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3955), 1,
anon_sym_COMMA,
ACTIONS(4030), 1,
anon_sym_RPAREN,
STATE(1355), 1,
aux_sym_pragma_g_repeat1,
[49204] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4032), 1,
anon_sym_SEMI,
STATE(1722), 1,
sym_aspect_specification,
[49217] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3447), 1,
anon_sym_SEMI,
STATE(1927), 1,
sym_aspect_specification,
[49230] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4034), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[49239] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4036), 1,
sym_identifier,
STATE(2028), 2,
sym_loop_parameter_specification,
sym_iterator_specification,
[49250] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4038), 3,
anon_sym_RPAREN,
aux_sym_expression_token4,
aux_sym_elsif_expression_item_token1,
[49259] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(3546), 1,
anon_sym_SEMI,
STATE(1798), 1,
sym_aspect_specification,
[49272] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4040), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[49281] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4042), 1,
anon_sym_SEMI,
STATE(1793), 1,
sym_aspect_specification,
[49294] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4044), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[49303] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4046), 1,
aux_sym__package_specification_token2,
STATE(1935), 1,
sym_aspect_specification,
[49316] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4048), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[49325] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4050), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[49334] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4052), 1,
anon_sym_COMMA,
ACTIONS(4054), 1,
anon_sym_RBRACK,
STATE(1146), 1,
aux_sym_positional_array_aggregate_repeat1,
[49347] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4056), 1,
anon_sym_SEMI,
STATE(1737), 1,
sym_aspect_specification,
[49360] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4058), 1,
anon_sym_SEMI,
STATE(1703), 1,
sym_aspect_specification,
[49373] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3945), 1,
anon_sym_COMMA,
ACTIONS(4060), 1,
anon_sym_RPAREN,
STATE(1262), 1,
aux_sym_discriminant_constraint_repeat1,
[49386] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4062), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[49395] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3890), 1,
anon_sym_PIPE,
ACTIONS(4064), 1,
anon_sym_EQ_GT,
STATE(1371), 1,
aux_sym_discrete_choice_list_repeat1,
[49408] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4066), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[49417] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4068), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[49426] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4070), 1,
anon_sym_SEMI,
STATE(1618), 1,
sym_aspect_specification,
[49439] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3819), 3,
aux_sym__package_specification_token3,
aux_sym_expression_token3,
aux_sym_expression_token4,
[49448] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1963), 1,
aux_sym_primary_null_token1,
ACTIONS(1969), 1,
aux_sym_record_component_association_list_token1,
STATE(1566), 1,
sym_record_definition,
[49461] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3311), 1,
aux_sym_interface_type_definition_token2,
ACTIONS(3730), 1,
aux_sym_compilation_unit_token1,
ACTIONS(3769), 1,
aux_sym_allocator_token1,
[49474] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3892), 1,
anon_sym_COMMA,
ACTIONS(4072), 1,
anon_sym_RPAREN,
STATE(1239), 1,
aux_sym_record_component_association_list_repeat2,
[49487] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4074), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[49496] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4076), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[49505] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4078), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[49514] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4080), 1,
anon_sym_SEMI,
STATE(1893), 1,
sym_aspect_specification,
[49527] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4082), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[49536] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4084), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[49545] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4086), 1,
anon_sym_SEMI,
STATE(1897), 1,
sym_aspect_specification,
[49558] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4088), 1,
anon_sym_SEMI,
STATE(1812), 1,
sym_aspect_specification,
[49571] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4090), 1,
anon_sym_SEMI,
STATE(1718), 1,
sym_aspect_specification,
[49584] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4092), 1,
anon_sym_SEMI,
STATE(1813), 1,
sym_aspect_specification,
[49597] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4094), 1,
anon_sym_COMMA,
ACTIONS(4097), 1,
anon_sym_RPAREN,
STATE(1330), 1,
aux_sym_record_component_association_list_repeat1,
[49610] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4099), 1,
anon_sym_SEMI,
STATE(1978), 1,
sym_aspect_specification,
[49623] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4101), 1,
anon_sym_SEMI,
STATE(2063), 1,
sym_aspect_specification,
[49636] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4103), 1,
anon_sym_SEMI,
STATE(1819), 1,
sym_aspect_specification,
[49649] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3562), 1,
aux_sym_compilation_unit_token1,
ACTIONS(4105), 1,
anon_sym_SEMI,
ACTIONS(4107), 1,
aux_sym_with_clause_token1,
[49662] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4109), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
[49671] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4111), 1,
anon_sym_SEMI,
STATE(1974), 1,
sym_aspect_specification,
[49684] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4006), 1,
anon_sym_COMMA,
ACTIONS(4113), 1,
anon_sym_RPAREN,
STATE(1251), 1,
aux_sym_actual_parameter_part_repeat1,
[49697] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3427), 1,
aux_sym_allocator_token1,
ACTIONS(4115), 1,
aux_sym_with_clause_token1,
ACTIONS(4117), 1,
aux_sym_private_type_declaration_token2,
[49710] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3964), 1,
anon_sym_COMMA,
ACTIONS(4119), 1,
anon_sym_RPAREN,
STATE(1362), 1,
aux_sym_case_expression_repeat1,
[49723] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4121), 1,
anon_sym_COMMA,
ACTIONS(4124), 1,
anon_sym_RPAREN,
STATE(1340), 1,
aux_sym_index_constraint_repeat1,
[49736] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4126), 1,
anon_sym_SEMI,
STATE(1620), 1,
sym_aspect_specification,
[49749] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4128), 1,
anon_sym_SEMI,
STATE(2065), 1,
sym_aspect_specification,
[49762] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4130), 1,
anon_sym_COMMA,
ACTIONS(4133), 1,
anon_sym_RPAREN,
STATE(1343), 1,
aux_sym_discriminant_constraint_repeat1,
[49775] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4135), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[49784] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4137), 1,
anon_sym_SEMI,
STATE(1740), 1,
sym_aspect_specification,
[49797] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4036), 1,
sym_identifier,
STATE(1539), 2,
sym_loop_parameter_specification,
sym_iterator_specification,
[49808] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(528), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(4139), 1,
anon_sym_LPAREN,
STATE(1854), 1,
sym_iterated_element_association,
[49821] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4141), 1,
anon_sym_SEMI,
STATE(1639), 1,
sym_aspect_specification,
[49834] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4143), 1,
anon_sym_SEMI,
STATE(1640), 1,
sym_aspect_specification,
[49847] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4145), 1,
anon_sym_RPAREN,
STATE(2069), 1,
sym_aspect_specification,
[49860] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4147), 1,
anon_sym_EQ_GT,
ACTIONS(4149), 1,
anon_sym_PIPE,
STATE(1351), 1,
aux_sym_discriminant_association_repeat1,
[49873] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2095), 1,
anon_sym_COMMA,
ACTIONS(4152), 1,
anon_sym_COLON,
STATE(1396), 1,
aux_sym__defining_identifier_list_repeat1,
[49886] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4154), 1,
aux_sym__package_specification_token2,
STATE(1732), 1,
sym_aspect_specification,
[49899] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4156), 1,
anon_sym_SEMI,
STATE(1998), 1,
sym_aspect_specification,
[49912] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4158), 1,
anon_sym_COMMA,
ACTIONS(4161), 1,
anon_sym_RPAREN,
STATE(1355), 1,
aux_sym_pragma_g_repeat1,
[49925] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4163), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[49934] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4024), 1,
anon_sym_PIPE,
ACTIONS(4165), 1,
anon_sym_EQ_GT,
STATE(1291), 1,
aux_sym_exception_choice_list_repeat1,
[49947] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4167), 1,
anon_sym_SEMI,
STATE(1885), 1,
sym_aspect_specification,
[49960] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4169), 1,
anon_sym_SEMI,
STATE(1884), 1,
sym_aspect_specification,
[49973] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4171), 1,
anon_sym_SEMI,
STATE(1881), 1,
sym_aspect_specification,
[49986] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4173), 1,
aux_sym__package_specification_token2,
STATE(2075), 1,
sym_aspect_specification,
[49999] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4175), 1,
anon_sym_COMMA,
ACTIONS(4178), 1,
anon_sym_RPAREN,
STATE(1362), 1,
aux_sym_case_expression_repeat1,
[50012] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4180), 1,
anon_sym_SEMI,
STATE(1616), 1,
sym_aspect_specification,
[50025] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4182), 1,
anon_sym_SEMI,
STATE(1871), 1,
sym_aspect_specification,
[50038] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4184), 1,
anon_sym_SEMI,
STATE(2086), 1,
sym_aspect_specification,
[50051] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3399), 1,
sym_identifier,
STATE(1546), 1,
sym_discriminant_specification,
STATE(2107), 1,
sym__defining_identifier_list,
[50064] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3663), 1,
aux_sym_iterator_filter_token1,
STATE(1165), 2,
sym_exception_handler,
aux_sym_handled_sequence_of_statements_repeat1,
[50075] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3616), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
[50084] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4186), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[50093] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4188), 1,
anon_sym_SEMI,
STATE(1969), 1,
sym_aspect_specification,
[50106] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4190), 1,
anon_sym_EQ_GT,
ACTIONS(4192), 1,
anon_sym_PIPE,
STATE(1371), 1,
aux_sym_discrete_choice_list_repeat1,
[50119] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4195), 3,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_entry_declaration_token1,
[50128] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4197), 1,
anon_sym_EQ_GT,
ACTIONS(4199), 1,
anon_sym_PIPE,
STATE(1373), 1,
aux_sym_exception_choice_list_repeat1,
[50141] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4202), 1,
aux_sym__package_specification_token2,
STATE(1630), 1,
sym_aspect_specification,
[50154] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4204), 1,
aux_sym__package_specification_token2,
STATE(2075), 1,
sym_aspect_specification,
[50167] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4206), 3,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_expression_token3,
[50176] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1963), 1,
aux_sym_primary_null_token1,
ACTIONS(1969), 1,
aux_sym_record_component_association_list_token1,
STATE(1495), 1,
sym_record_definition,
[50189] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1963), 1,
aux_sym_primary_null_token1,
ACTIONS(1969), 1,
aux_sym_record_component_association_list_token1,
STATE(1484), 1,
sym_record_definition,
[50202] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4208), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[50211] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3482), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[50220] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4210), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
[50229] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4000), 1,
anon_sym_COMMA,
ACTIONS(4212), 1,
anon_sym_RPAREN,
STATE(1399), 1,
aux_sym__enumeration_literal_list_repeat1,
[50242] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4214), 1,
anon_sym_SEMI,
STATE(1741), 1,
sym_aspect_specification,
[50255] = 3,
ACTIONS(3), 1,
sym_comment,
STATE(1472), 1,
sym__enumeration_literal_specification,
ACTIONS(4216), 2,
sym_identifier,
sym_character_literal,
[50266] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4036), 1,
sym_identifier,
STATE(2137), 2,
sym_loop_parameter_specification,
sym_iterator_specification,
[50277] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4218), 1,
sym_identifier,
ACTIONS(4220), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[50288] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2081), 1,
anon_sym_PIPE,
ACTIONS(4222), 1,
anon_sym_EQ_GT,
STATE(1427), 1,
aux_sym_component_choice_list_repeat1,
[50301] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4224), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[50310] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4226), 1,
anon_sym_RPAREN,
ACTIONS(4228), 1,
anon_sym_SEMI,
STATE(1389), 1,
aux_sym_discriminant_specification_list_repeat1,
[50323] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4231), 1,
anon_sym_COMMA,
ACTIONS(4234), 1,
anon_sym_RPAREN,
STATE(1390), 1,
aux_sym_global_aspect_definition_repeat1,
[50336] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4236), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[50345] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4238), 1,
anon_sym_SEMI,
STATE(1725), 1,
sym_aspect_specification,
[50358] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4240), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[50367] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3637), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
[50376] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4242), 1,
anon_sym_SEMI,
STATE(1831), 1,
sym_aspect_specification,
[50389] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4244), 1,
anon_sym_COMMA,
ACTIONS(4247), 1,
anon_sym_COLON,
STATE(1396), 1,
aux_sym__defining_identifier_list_repeat1,
[50402] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4249), 1,
anon_sym_RPAREN,
ACTIONS(4251), 1,
anon_sym_SEMI,
STATE(1425), 1,
aux_sym__parameter_specification_list_repeat1,
[50415] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4253), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[50424] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4255), 1,
anon_sym_COMMA,
ACTIONS(4258), 1,
anon_sym_RPAREN,
STATE(1399), 1,
aux_sym__enumeration_literal_list_repeat1,
[50437] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4260), 1,
sym_identifier,
ACTIONS(4262), 1,
aux_sym_use_clause_token2,
ACTIONS(4264), 1,
aux_sym_package_body_token1,
[50450] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3898), 1,
anon_sym_COMMA,
ACTIONS(4266), 1,
anon_sym_RPAREN,
STATE(1267), 1,
aux_sym__discrete_subtype_definition_list_repeat1,
[50463] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4268), 1,
anon_sym_RPAREN,
ACTIONS(4270), 1,
anon_sym_SEMI,
STATE(1389), 1,
aux_sym_discriminant_specification_list_repeat1,
[50476] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4272), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[50485] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4274), 1,
sym_identifier,
ACTIONS(4276), 1,
aux_sym_use_clause_token2,
ACTIONS(4278), 1,
aux_sym_package_body_token1,
[50498] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3976), 1,
anon_sym_COMMA,
ACTIONS(4280), 1,
anon_sym_RPAREN,
STATE(1261), 1,
aux_sym__index_subtype_definition_list_repeat1,
[50511] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4282), 1,
anon_sym_SEMI,
STATE(1679), 1,
sym_aspect_specification,
[50524] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4284), 1,
anon_sym_SEMI,
STATE(1680), 1,
sym_aspect_specification,
[50537] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4286), 1,
aux_sym__package_specification_token2,
STATE(2115), 1,
sym_aspect_specification,
[50550] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3652), 1,
sym_identifier,
STATE(971), 1,
sym__aspect_mark,
STATE(1033), 1,
sym_aspect_association,
[50563] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4288), 3,
aux_sym__package_specification_token3,
aux_sym_expression_token4,
aux_sym_elsif_expression_item_token1,
[50572] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4290), 1,
anon_sym_COMMA,
ACTIONS(4293), 1,
anon_sym_RPAREN,
STATE(1411), 1,
aux_sym_record_component_association_list_repeat2,
[50585] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2077), 1,
anon_sym_EQ_GT,
ACTIONS(2081), 1,
anon_sym_PIPE,
STATE(1387), 1,
aux_sym_component_choice_list_repeat1,
[50598] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4295), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
[50607] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3980), 1,
anon_sym_COMMA,
ACTIONS(4297), 1,
anon_sym_RPAREN,
STATE(1274), 1,
aux_sym_record_component_association_list_repeat1,
[50620] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4299), 1,
anon_sym_SEMI,
STATE(2141), 1,
sym_aspect_specification,
[50633] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1947), 1,
aux_sym_attribute_designator_token1,
STATE(1306), 2,
sym_access_to_subprogram_definition,
sym_access_to_object_definition,
[50644] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3169), 1,
anon_sym_COMMA,
ACTIONS(4301), 1,
anon_sym_SEMI,
STATE(1160), 1,
aux_sym__name_list_repeat1,
[50657] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4303), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[50666] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3910), 1,
anon_sym_COMMA,
ACTIONS(4305), 1,
anon_sym_RPAREN,
STATE(1249), 1,
aux_sym_global_aspect_definition_repeat1,
[50679] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4307), 1,
anon_sym_SEMI,
STATE(1705), 1,
sym_aspect_specification,
[50692] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4309), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[50701] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4311), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[50710] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3399), 1,
sym_identifier,
STATE(1601), 1,
sym_parameter_specification,
STATE(2058), 1,
sym__defining_identifier_list,
[50723] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4313), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
[50732] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4251), 1,
anon_sym_SEMI,
ACTIONS(4315), 1,
anon_sym_RPAREN,
STATE(1253), 1,
aux_sym__parameter_specification_list_repeat1,
[50745] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4317), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[50754] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4319), 1,
anon_sym_EQ_GT,
ACTIONS(4321), 1,
anon_sym_PIPE,
STATE(1427), 1,
aux_sym_component_choice_list_repeat1,
[50767] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4317), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[50776] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2351), 1,
aux_sym_with_clause_token2,
ACTIONS(4324), 1,
anon_sym_SEMI,
STATE(1941), 1,
sym_aspect_specification,
[50789] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3984), 1,
anon_sym_COMMA,
ACTIONS(4326), 1,
anon_sym_RPAREN,
STATE(1275), 1,
aux_sym_positional_array_aggregate_repeat1,
[50802] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4328), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[50811] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4330), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[50820] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4270), 1,
anon_sym_SEMI,
ACTIONS(4332), 1,
anon_sym_RPAREN,
STATE(1402), 1,
aux_sym_discriminant_specification_list_repeat1,
[50833] = 3,
ACTIONS(3), 1,
sym_comment,
STATE(1160), 1,
aux_sym__name_list_repeat1,
ACTIONS(4301), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[50844] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3951), 1,
anon_sym_COMMA,
ACTIONS(4334), 1,
anon_sym_RPAREN,
STATE(1265), 1,
aux_sym_index_constraint_repeat1,
[50857] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(528), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(584), 1,
aux_sym_value_sequence_token1,
STATE(2035), 1,
sym_iterated_element_association,
[50870] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4336), 1,
sym_identifier,
ACTIONS(4338), 1,
anon_sym_SEMI,
[50880] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4340), 2,
anon_sym_SEMI,
aux_sym_accept_statement_token2,
[50888] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4342), 1,
anon_sym_COMMA,
ACTIONS(4344), 1,
anon_sym_RPAREN,
[50898] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4347), 1,
aux_sym_compilation_unit_token1,
ACTIONS(4349), 1,
aux_sym_with_clause_token2,
[50908] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4351), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[50916] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4353), 1,
sym_identifier,
ACTIONS(4355), 1,
anon_sym_SEMI,
[50926] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4357), 1,
aux_sym_iterator_filter_token1,
STATE(1268), 1,
sym_case_expression_alternative,
[50936] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4359), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[50944] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4361), 1,
sym_identifier,
ACTIONS(4363), 1,
anon_sym_SEMI,
[50954] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4365), 1,
sym_identifier,
ACTIONS(4367), 1,
anon_sym_SEMI,
[50964] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4369), 1,
sym_identifier,
ACTIONS(4371), 1,
anon_sym_SEMI,
[50974] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4373), 1,
sym_identifier,
ACTIONS(4375), 1,
anon_sym_SEMI,
[50984] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3813), 1,
anon_sym_COMMA,
ACTIONS(3815), 1,
anon_sym_RPAREN,
[50994] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3311), 1,
aux_sym_interface_type_definition_token2,
ACTIONS(3319), 1,
aux_sym_allocator_token1,
[51004] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4377), 1,
sym_identifier,
ACTIONS(4379), 1,
anon_sym_SEMI,
[51014] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4381), 1,
sym_identifier,
ACTIONS(4383), 1,
anon_sym_SEMI,
[51024] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4385), 1,
sym_identifier,
ACTIONS(4387), 1,
anon_sym_SEMI,
[51034] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4389), 1,
sym_identifier,
ACTIONS(4391), 1,
anon_sym_SEMI,
[51044] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4393), 1,
sym_identifier,
ACTIONS(4395), 1,
anon_sym_SEMI,
[51054] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4397), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[51062] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4399), 1,
sym_identifier,
ACTIONS(4401), 1,
anon_sym_SEMI,
[51072] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4293), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[51080] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4403), 1,
sym_identifier,
ACTIONS(4405), 1,
anon_sym_SEMI,
[51090] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4407), 1,
sym_identifier,
ACTIONS(4409), 1,
anon_sym_SEMI,
[51100] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3301), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[51108] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4190), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[51116] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4411), 1,
sym_identifier,
ACTIONS(4413), 1,
anon_sym_SEMI,
[51126] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4415), 1,
sym_identifier,
ACTIONS(4417), 1,
anon_sym_SEMI,
[51136] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4419), 1,
anon_sym_SEMI,
ACTIONS(4421), 1,
aux_sym_accept_statement_token2,
[51146] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4260), 1,
sym_identifier,
ACTIONS(4262), 1,
aux_sym_use_clause_token2,
[51156] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3618), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[51164] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4423), 1,
sym_identifier,
ACTIONS(4425), 1,
anon_sym_SEMI,
[51174] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3620), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[51182] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4427), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[51190] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4429), 1,
sym_identifier,
ACTIONS(4431), 1,
anon_sym_SEMI,
[51200] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4258), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[51208] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4433), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[51216] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4435), 1,
sym_identifier,
ACTIONS(4437), 1,
anon_sym_SEMI,
[51226] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3387), 1,
aux_sym_iterator_filter_token1,
STATE(2073), 1,
sym_entry_barrier,
[51236] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4439), 1,
anon_sym_SEMI,
ACTIONS(4441), 1,
aux_sym__package_specification_token2,
[51246] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4274), 1,
sym_identifier,
ACTIONS(4276), 1,
aux_sym_use_clause_token2,
[51256] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4443), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[51264] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4445), 2,
aux_sym_iterator_filter_token1,
aux_sym__package_specification_token3,
[51272] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4447), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[51280] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4449), 2,
aux_sym_iterator_filter_token1,
aux_sym__package_specification_token3,
[51288] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4451), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[51296] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4453), 1,
sym_identifier,
ACTIONS(4455), 1,
anon_sym_SEMI,
[51306] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4457), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[51314] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4459), 1,
aux_sym_with_clause_token2,
STATE(1588), 1,
sym_record_extension_part,
[51324] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3562), 1,
aux_sym_compilation_unit_token1,
ACTIONS(3740), 1,
aux_sym_allocator_token1,
[51334] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3311), 1,
aux_sym_interface_type_definition_token2,
ACTIONS(3769), 1,
aux_sym_allocator_token1,
[51344] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4461), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[51352] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4463), 2,
sym_identifier,
sym_string_literal,
[51360] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2531), 2,
aux_sym_iterator_filter_token1,
aux_sym__package_specification_token3,
[51368] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3789), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[51376] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4465), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[51384] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4467), 1,
aux_sym__package_specification_token3,
ACTIONS(4469), 1,
aux_sym_exception_declaration_token1,
[51394] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3799), 2,
anon_sym_SEMI,
aux_sym_accept_statement_token2,
[51402] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4471), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[51410] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4473), 1,
aux_sym_with_clause_token2,
ACTIONS(4475), 1,
aux_sym_expression_token1,
[51420] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3387), 1,
aux_sym_iterator_filter_token1,
STATE(2042), 1,
sym_entry_barrier,
[51430] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4477), 1,
aux_sym_with_clause_token2,
STATE(1499), 1,
sym_record_extension_part,
[51440] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4479), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[51448] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4481), 1,
sym_identifier,
ACTIONS(4483), 1,
anon_sym_SEMI,
[51458] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4485), 1,
sym_identifier,
ACTIONS(4487), 1,
anon_sym_SEMI,
[51468] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4489), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[51476] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4491), 1,
anon_sym_LPAREN,
ACTIONS(4493), 1,
anon_sym_SEMI,
[51486] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4495), 1,
sym_identifier,
ACTIONS(4497), 1,
anon_sym_SEMI,
[51496] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4499), 1,
anon_sym_SEMI,
ACTIONS(4501), 1,
aux_sym_accept_statement_token2,
[51506] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4503), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[51514] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4505), 1,
aux_sym_expression_token3,
ACTIONS(4507), 1,
aux_sym_expression_token4,
[51524] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3919), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[51532] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4509), 1,
sym_identifier,
ACTIONS(4511), 1,
anon_sym_SEMI,
[51542] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4513), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[51550] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4515), 2,
aux_sym_iterator_filter_token1,
aux_sym__package_specification_token3,
[51558] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4197), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[51566] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4517), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[51574] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4519), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[51582] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4521), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(4523), 1,
aux_sym_access_to_subprogram_definition_token3,
[51592] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3817), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[51600] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4525), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[51608] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4527), 1,
sym_identifier,
ACTIONS(4529), 1,
anon_sym_SEMI,
[51618] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4531), 2,
aux_sym_iterator_filter_token1,
aux_sym__package_specification_token3,
[51626] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4533), 1,
sym_identifier,
STATE(472), 1,
sym_reduction_attribute_designator,
[51636] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4477), 1,
aux_sym_with_clause_token2,
STATE(1526), 1,
sym_record_extension_part,
[51646] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4535), 2,
aux_sym_chunk_specification_token1,
aux_sym_iterator_specification_token1,
[51654] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4537), 1,
aux_sym_chunk_specification_token1,
ACTIONS(4539), 1,
aux_sym_iterator_specification_token1,
[51664] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4541), 1,
sym_identifier,
ACTIONS(4543), 1,
anon_sym_SEMI,
[51674] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4545), 1,
aux_sym_with_clause_token2,
STATE(1499), 1,
sym_record_extension_part,
[51684] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4547), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[51692] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4549), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[51700] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4551), 2,
anon_sym_SEMI,
aux_sym_accept_statement_token2,
[51708] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3387), 1,
aux_sym_iterator_filter_token1,
STATE(1764), 1,
sym_entry_barrier,
[51718] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4553), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[51726] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3682), 2,
anon_sym_SEMI,
aux_sym_accept_statement_token2,
[51734] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3484), 1,
anon_sym_SEMI,
ACTIONS(4046), 1,
aux_sym__package_specification_token2,
[51744] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4247), 2,
anon_sym_COMMA,
anon_sym_COLON,
[51752] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4555), 1,
sym_identifier,
ACTIONS(4557), 1,
anon_sym_SEMI,
[51762] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3682), 2,
anon_sym_SEMI,
aux_sym_accept_statement_token2,
[51770] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(398), 1,
aux_sym__package_specification_token3,
ACTIONS(400), 1,
aux_sym_subprogram_body_token1,
[51780] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4234), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[51788] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3707), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[51796] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4559), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(4561), 1,
anon_sym_EQ_GT,
[51806] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3711), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[51814] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(528), 1,
aux_sym_iterated_element_association_token1,
STATE(1848), 1,
sym_iterated_element_association,
[51824] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4563), 1,
sym_identifier,
ACTIONS(4565), 1,
anon_sym_SEMI,
[51834] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4567), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(4569), 1,
aux_sym_access_to_subprogram_definition_token3,
[51844] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4571), 2,
anon_sym_SEMI,
aux_sym_accept_statement_token2,
[51852] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4573), 1,
aux_sym__package_specification_token3,
ACTIONS(4575), 1,
aux_sym_subprogram_body_token1,
[51862] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4226), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[51870] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4577), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[51878] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4579), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[51886] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4581), 1,
anon_sym_SEMI,
ACTIONS(4583), 1,
aux_sym__package_specification_token2,
[51896] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2472), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2474), 1,
aux_sym_access_to_subprogram_definition_token3,
[51906] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4585), 1,
sym_identifier,
ACTIONS(4587), 1,
anon_sym_SEMI,
[51916] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4589), 1,
anon_sym_SEMI,
ACTIONS(4591), 1,
aux_sym__package_specification_token2,
[51926] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4594), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[51934] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4147), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[51942] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4161), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[51950] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4596), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[51958] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4598), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[51966] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4133), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[51974] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4342), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[51982] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4600), 1,
sym_identifier,
ACTIONS(4602), 1,
anon_sym_SEMI,
[51992] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4604), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[52000] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4606), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[52008] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4608), 2,
aux_sym_iterator_filter_token1,
aux_sym__package_specification_token3,
[52016] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4178), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[52024] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4610), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[52032] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4612), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[52040] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4357), 1,
aux_sym_iterator_filter_token1,
STATE(1564), 1,
sym_case_expression_alternative,
[52050] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4614), 1,
anon_sym_COMMA,
STATE(1146), 1,
aux_sym_positional_array_aggregate_repeat1,
[52060] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2952), 1,
aux_sym_result_profile_token1,
STATE(898), 1,
sym_result_profile,
[52070] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4616), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[52078] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4618), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[52086] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4620), 1,
aux_sym_with_clause_token2,
ACTIONS(4622), 1,
aux_sym_expression_token1,
[52096] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3724), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[52104] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4624), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[52112] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4097), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[52120] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3387), 1,
aux_sym_iterator_filter_token1,
STATE(1910), 1,
sym_entry_barrier,
[52130] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3718), 1,
aux_sym_compilation_unit_token1,
ACTIONS(4627), 1,
aux_sym_with_clause_token1,
[52140] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4629), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[52148] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4631), 1,
anon_sym_SEMI,
ACTIONS(4633), 1,
aux_sym__package_specification_token2,
[52158] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4635), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[52166] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4477), 1,
aux_sym_with_clause_token2,
STATE(1588), 1,
sym_record_extension_part,
[52176] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4637), 1,
aux_sym_compilation_unit_token1,
ACTIONS(4639), 1,
aux_sym_with_clause_token1,
[52186] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4641), 2,
aux_sym_iterator_filter_token1,
aux_sym__package_specification_token3,
[52194] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4643), 1,
aux_sym_with_clause_token2,
ACTIONS(4645), 1,
aux_sym_expression_token1,
[52204] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4647), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[52212] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4649), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[52220] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4651), 1,
sym_identifier,
ACTIONS(4653), 1,
anon_sym_SEMI,
[52230] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4655), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[52238] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4657), 1,
sym_identifier,
ACTIONS(4659), 1,
anon_sym_SEMI,
[52248] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4661), 1,
aux_sym_with_clause_token2,
STATE(1526), 1,
sym_record_extension_part,
[52258] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4109), 1,
anon_sym_COMMA,
ACTIONS(4663), 1,
anon_sym_RBRACK,
[52268] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4666), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[52276] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3805), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[52284] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4668), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[52292] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4670), 1,
sym_identifier,
ACTIONS(4672), 1,
anon_sym_SEMI,
[52302] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4674), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[52310] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4676), 1,
sym_identifier,
ACTIONS(4678), 1,
anon_sym_SEMI,
[52320] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4680), 1,
anon_sym_SEMI,
ACTIONS(4682), 1,
aux_sym__package_specification_token2,
[52330] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4684), 1,
sym_identifier,
ACTIONS(4686), 1,
anon_sym_SEMI,
[52340] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4688), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[52348] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3923), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[52356] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3807), 2,
anon_sym_SEMI,
aux_sym_accept_statement_token2,
[52364] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3785), 1,
anon_sym_SEMI,
ACTIONS(3787), 1,
aux_sym__package_specification_token2,
[52374] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3943), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[52382] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4340), 2,
anon_sym_SEMI,
aux_sym_accept_statement_token2,
[52390] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4690), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[52398] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4635), 1,
anon_sym_PIPE,
ACTIONS(4692), 1,
anon_sym_EQ_GT,
[52408] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4695), 1,
sym_identifier,
ACTIONS(4697), 1,
anon_sym_SEMI,
[52418] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4699), 1,
sym_identifier,
ACTIONS(4701), 1,
anon_sym_SEMI,
[52428] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4703), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[52436] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4705), 2,
sym_identifier,
sym_string_literal,
[52444] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4707), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[52452] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4709), 1,
anon_sym_SEMI,
ACTIONS(4711), 1,
aux_sym_accept_statement_token2,
[52462] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4713), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[52470] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4715), 1,
anon_sym_RPAREN,
[52477] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4717), 1,
anon_sym_SEMI,
[52484] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4719), 1,
aux_sym_subprogram_body_token1,
[52491] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4721), 1,
anon_sym_SEMI,
[52498] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4723), 1,
aux_sym__package_specification_token3,
[52505] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4725), 1,
anon_sym_SEMI,
[52512] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4727), 1,
anon_sym_LT_GT,
[52519] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4729), 1,
aux_sym_compilation_unit_token1,
[52526] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4731), 1,
anon_sym_SEMI,
[52533] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4733), 1,
anon_sym_SEMI,
[52540] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3329), 1,
aux_sym_entry_declaration_token1,
[52547] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4735), 1,
aux_sym_compilation_unit_token1,
[52554] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4737), 1,
aux_sym_with_clause_token2,
[52561] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4739), 1,
anon_sym_LPAREN,
[52568] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4741), 1,
aux_sym_with_clause_token2,
[52575] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4743), 1,
aux_sym__package_specification_token2,
[52582] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4745), 1,
aux_sym_iterated_element_association_token2,
[52589] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4747), 1,
aux_sym_iterated_element_association_token2,
[52596] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4749), 1,
anon_sym_SEMI,
[52603] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4751), 1,
anon_sym_SEMI,
[52610] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4753), 1,
anon_sym_EQ_GT,
[52617] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4755), 1,
anon_sym_RPAREN,
[52624] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4757), 1,
anon_sym_SEMI,
[52631] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4759), 1,
anon_sym_SEMI,
[52638] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4761), 1,
anon_sym_SEMI,
[52645] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4763), 1,
anon_sym_SEMI,
[52652] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4765), 1,
aux_sym__package_specification_token2,
[52659] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4012), 1,
anon_sym_SEMI,
[52666] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4767), 1,
anon_sym_RPAREN,
[52673] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4769), 1,
anon_sym_RBRACK,
[52680] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4771), 1,
aux_sym_if_expression_token1,
[52687] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4773), 1,
anon_sym_RPAREN,
[52694] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4775), 1,
anon_sym_SEMI,
[52701] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4777), 1,
aux_sym__package_specification_token3,
[52708] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4779), 1,
anon_sym_SEMI,
[52715] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4781), 1,
anon_sym_EQ_GT,
[52722] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4783), 1,
anon_sym_EQ_GT,
[52729] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4785), 1,
anon_sym_SEMI,
[52736] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4787), 1,
anon_sym_SEMI,
[52743] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4789), 1,
aux_sym_loop_statement_token1,
[52750] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4791), 1,
aux_sym_asynchronous_select_token1,
[52757] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4793), 1,
aux_sym__package_specification_token3,
[52764] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4795), 1,
anon_sym_SEMI,
[52771] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4797), 1,
anon_sym_SEMI,
[52778] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4799), 1,
anon_sym_SEMI,
[52785] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4801), 1,
aux_sym_asynchronous_select_token2,
[52792] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4803), 1,
aux_sym_iterated_element_association_token2,
[52799] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4769), 1,
anon_sym_RPAREN,
[52806] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4805), 1,
anon_sym_SEMI,
[52813] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4807), 1,
aux_sym_if_expression_token1,
[52820] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4809), 1,
aux_sym_if_expression_token1,
[52827] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4811), 1,
aux_sym_allocator_token1,
[52834] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4813), 1,
anon_sym_SEMI,
[52841] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4815), 1,
anon_sym_SEMI,
[52848] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4817), 1,
aux_sym_if_expression_token1,
[52855] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4819), 1,
sym_identifier,
[52862] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4821), 1,
aux_sym_asynchronous_select_token1,
[52869] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3957), 1,
anon_sym_RPAREN,
[52876] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4823), 1,
anon_sym_EQ_GT,
[52883] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4825), 1,
aux_sym_asynchronous_select_token2,
[52890] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4827), 1,
anon_sym_RPAREN,
[52897] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4829), 1,
aux_sym__package_specification_token3,
[52904] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4831), 1,
aux_sym__package_specification_token3,
[52911] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4833), 1,
aux_sym__package_specification_token3,
[52918] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4835), 1,
anon_sym_SEMI,
[52925] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4837), 1,
anon_sym_SEMI,
[52932] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4839), 1,
anon_sym_EQ_GT,
[52939] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4841), 1,
anon_sym_RPAREN,
[52946] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4843), 1,
anon_sym_SEMI,
[52953] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4845), 1,
anon_sym_SEMI,
[52960] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4847), 1,
aux_sym_asynchronous_select_token1,
[52967] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4371), 1,
anon_sym_SEMI,
[52974] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4849), 1,
anon_sym_SEMI,
[52981] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4851), 1,
aux_sym_if_expression_token1,
[52988] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4853), 1,
anon_sym_SEMI,
[52995] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4855), 1,
anon_sym_SEMI,
[53002] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4857), 1,
sym_identifier,
[53009] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4859), 1,
anon_sym_SEMI,
[53016] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4861), 1,
aux_sym_if_expression_token1,
[53023] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4863), 1,
aux_sym__package_specification_token3,
[53030] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4865), 1,
aux_sym_expression_token2,
[53037] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4867), 1,
aux_sym_iterated_element_association_token2,
[53044] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3873), 1,
aux_sym__package_specification_token3,
[53051] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4869), 1,
anon_sym_SEMI,
[53058] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4871), 1,
anon_sym_LPAREN,
[53065] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4873), 1,
anon_sym_SEMI,
[53072] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4875), 1,
anon_sym_RPAREN,
[53079] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4877), 1,
aux_sym__package_specification_token3,
[53086] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4879), 1,
anon_sym_SEMI,
[53093] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4881), 1,
aux_sym_if_expression_token1,
[53100] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4883), 1,
anon_sym_SEMI,
[53107] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4885), 1,
aux_sym_attribute_designator_token2,
[53114] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4887), 1,
anon_sym_SEMI,
[53121] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4889), 1,
aux_sym_chunk_specification_token1,
[53128] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4686), 1,
anon_sym_SEMI,
[53135] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4891), 1,
anon_sym_SEMI,
[53142] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4893), 1,
anon_sym_SEMI,
[53149] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4895), 1,
anon_sym_RBRACK,
[53156] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4897), 1,
aux_sym__package_specification_token3,
[53163] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4899), 1,
aux_sym_with_clause_token2,
[53170] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4901), 1,
aux_sym_with_clause_token2,
[53177] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4070), 1,
anon_sym_SEMI,
[53184] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4903), 1,
aux_sym__package_specification_token3,
[53191] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4905), 1,
anon_sym_SEMI,
[53198] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4907), 1,
anon_sym_SEMI,
[53205] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4909), 1,
anon_sym_SEMI,
[53212] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4911), 1,
anon_sym_SEMI,
[53219] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4913), 1,
anon_sym_SEMI,
[53226] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4915), 1,
aux_sym_subprogram_body_token1,
[53233] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4917), 1,
aux_sym_with_clause_token2,
[53240] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4919), 1,
anon_sym_SEMI,
[53247] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4659), 1,
anon_sym_SEMI,
[53254] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4921), 1,
aux_sym__package_specification_token3,
[53261] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4923), 1,
anon_sym_EQ_GT,
[53268] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4925), 1,
aux_sym__package_specification_token3,
[53275] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4927), 1,
anon_sym_SEMI,
[53282] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3447), 1,
anon_sym_SEMI,
[53289] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4046), 1,
aux_sym__package_specification_token2,
[53296] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4929), 1,
sym_identifier,
[53303] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3970), 1,
anon_sym_SEMI,
[53310] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4931), 1,
sym_identifier,
[53317] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4933), 1,
anon_sym_RPAREN,
[53324] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4169), 1,
anon_sym_SEMI,
[53331] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4895), 1,
anon_sym_RPAREN,
[53338] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4935), 1,
anon_sym_SEMI,
[53345] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4937), 1,
anon_sym_SEMI,
[53352] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4086), 1,
anon_sym_SEMI,
[53359] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4939), 1,
aux_sym_compilation_unit_token1,
[53366] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4941), 1,
anon_sym_RPAREN,
[53373] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4943), 1,
aux_sym_allocator_token1,
[53380] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4945), 1,
aux_sym_with_clause_token2,
[53387] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4947), 1,
anon_sym_SEMI,
[53394] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4949), 1,
aux_sym_loop_statement_token1,
[53401] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4951), 1,
anon_sym_EQ_GT,
[53408] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4953), 1,
aux_sym_allocator_token1,
[53415] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3718), 1,
aux_sym_compilation_unit_token1,
[53422] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3369), 1,
anon_sym_RPAREN,
[53429] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4955), 1,
aux_sym__package_specification_token3,
[53436] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4957), 1,
anon_sym_RBRACK,
[53443] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4959), 1,
aux_sym_primary_null_token1,
[53450] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4961), 1,
anon_sym_SEMI,
[53457] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4963), 1,
anon_sym_SEMI,
[53464] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4965), 1,
anon_sym_SEMI,
[53471] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4637), 1,
aux_sym_compilation_unit_token1,
[53478] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4967), 1,
aux_sym_with_clause_token2,
[53485] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4969), 1,
aux_sym_expression_token2,
[53492] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4971), 1,
sym_identifier,
[53499] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4973), 1,
anon_sym_RPAREN,
[53506] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4975), 1,
aux_sym__package_specification_token2,
[53513] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4977), 1,
aux_sym__package_specification_token2,
[53520] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4631), 1,
anon_sym_SEMI,
[53527] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(348), 1,
aux_sym_subprogram_body_token1,
[53534] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4979), 1,
aux_sym__package_specification_token2,
[53541] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4981), 1,
sym_identifier,
[53548] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4983), 1,
anon_sym_SEMI,
[53555] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4985), 1,
aux_sym_iterated_element_association_token2,
[53562] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4987), 1,
aux_sym_allocator_token1,
[53569] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4957), 1,
anon_sym_RPAREN,
[53576] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4989), 1,
aux_sym__package_specification_token3,
[53583] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4991), 1,
anon_sym_RPAREN,
[53590] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3726), 1,
anon_sym_SEMI,
[53597] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4993), 1,
anon_sym_SEMI,
[53604] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4995), 1,
anon_sym_SEMI,
[53611] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4997), 1,
anon_sym_SEMI,
[53618] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4999), 1,
aux_sym_if_expression_token1,
[53625] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5001), 1,
aux_sym_if_expression_token1,
[53632] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5003), 1,
anon_sym_SEMI,
[53639] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5005), 1,
anon_sym_SEMI,
[53646] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5007), 1,
anon_sym_SEMI,
[53653] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5009), 1,
aux_sym_if_expression_token1,
[53660] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(522), 1,
aux_sym_allocator_token1,
[53667] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5011), 1,
anon_sym_EQ_GT,
[53674] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5013), 1,
aux_sym_record_component_association_list_token1,
[53681] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5015), 1,
anon_sym_RPAREN,
[53688] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5017), 1,
aux_sym__package_specification_token2,
[53695] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5019), 1,
anon_sym_SEMI,
[53702] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5021), 1,
aux_sym_expression_token2,
[53709] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5023), 1,
anon_sym_SEMI,
[53716] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5025), 1,
anon_sym_SEMI,
[53723] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5027), 1,
aux_sym__package_specification_token2,
[53730] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(414), 1,
aux_sym_subprogram_body_token1,
[53737] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5029), 1,
anon_sym_RPAREN,
[53744] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5029), 1,
anon_sym_RBRACK,
[53751] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4143), 1,
anon_sym_SEMI,
[53758] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5031), 1,
anon_sym_SEMI,
[53765] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5033), 1,
anon_sym_SEMI,
[53772] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5035), 1,
anon_sym_SEMI,
[53779] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4156), 1,
anon_sym_SEMI,
[53786] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5037), 1,
aux_sym_with_clause_token2,
[53793] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4141), 1,
anon_sym_SEMI,
[53800] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4587), 1,
anon_sym_SEMI,
[53807] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5039), 1,
aux_sym_expression_token2,
[53814] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5041), 1,
anon_sym_SEMI,
[53821] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5043), 1,
aux_sym__package_specification_token3,
[53828] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5045), 1,
anon_sym_SEMI,
[53835] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5047), 1,
aux_sym_if_expression_token1,
[53842] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5049), 1,
anon_sym_SEMI,
[53849] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4171), 1,
anon_sym_SEMI,
[53856] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4180), 1,
anon_sym_SEMI,
[53863] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5051), 1,
aux_sym_compilation_unit_token1,
[53870] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5053), 1,
aux_sym_if_expression_token1,
[53877] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5055), 1,
anon_sym_SEMI,
[53884] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5057), 1,
aux_sym_with_clause_token2,
[53891] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5059), 1,
aux_sym__package_specification_token3,
[53898] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5061), 1,
anon_sym_SEMI,
[53905] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5063), 1,
aux_sym__aspect_mark_token1,
[53912] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5065), 1,
anon_sym_RPAREN,
[53919] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5067), 1,
anon_sym_SEMI,
[53926] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5069), 1,
aux_sym__package_specification_token2,
[53933] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(350), 1,
aux_sym_private_type_declaration_token1,
[53940] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5071), 1,
anon_sym_SEMI,
[53947] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5073), 1,
anon_sym_SEMI,
[53954] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5075), 1,
aux_sym__package_specification_token3,
[53961] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4573), 1,
aux_sym__package_specification_token3,
[53968] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5077), 1,
anon_sym_SEMI,
[53975] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5079), 1,
anon_sym_SEMI,
[53982] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5081), 1,
anon_sym_SEMI,
[53989] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5083), 1,
aux_sym_record_component_association_list_token1,
[53996] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5085), 1,
aux_sym_if_expression_token1,
[54003] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5087), 1,
aux_sym_expression_token2,
[54010] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5089), 1,
aux_sym_if_expression_token1,
[54017] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5091), 1,
anon_sym_SEMI,
[54024] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5093), 1,
anon_sym_SEMI,
[54031] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5095), 1,
anon_sym_SEMI,
[54038] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5097), 1,
aux_sym__package_specification_token3,
[54045] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5099), 1,
anon_sym_SEMI,
[54052] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5101), 1,
anon_sym_EQ_GT,
[54059] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5103), 1,
anon_sym_SEMI,
[54066] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5105), 1,
anon_sym_SEMI,
[54073] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5107), 1,
aux_sym_if_expression_token1,
[54080] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5109), 1,
anon_sym_SEMI,
[54087] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5111), 1,
anon_sym_SEMI,
[54094] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5113), 1,
anon_sym_SEMI,
[54101] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5115), 1,
anon_sym_RBRACK,
[54108] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5117), 1,
anon_sym_RPAREN,
[54115] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5119), 1,
aux_sym_at_clause_token1,
[54122] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5121), 1,
sym_tick,
[54129] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5123), 1,
aux_sym_if_expression_token1,
[54136] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5125), 1,
anon_sym_SEMI,
[54143] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5127), 1,
anon_sym_RBRACK,
[54150] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5129), 1,
anon_sym_SEMI,
[54157] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5131), 1,
anon_sym_SEMI,
[54164] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5133), 1,
anon_sym_SEMI,
[54171] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5135), 1,
aux_sym_object_renaming_declaration_token1,
[54178] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5137), 1,
anon_sym_SEMI,
[54185] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5139), 1,
aux_sym_attribute_designator_token4,
[54192] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5141), 1,
aux_sym_object_renaming_declaration_token1,
[54199] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5143), 1,
aux_sym__package_specification_token2,
[54206] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5145), 1,
anon_sym_RPAREN,
[54213] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5147), 1,
aux_sym_subprogram_body_token1,
[54220] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5149), 1,
anon_sym_DOT_DOT,
[54227] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5151), 1,
aux_sym_primary_null_token1,
[54234] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5153), 1,
anon_sym_RPAREN,
[54241] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5155), 1,
anon_sym_SEMI,
[54248] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4557), 1,
anon_sym_SEMI,
[54255] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(344), 1,
aux_sym_private_type_declaration_token1,
[54262] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5157), 1,
anon_sym_SEMI,
[54269] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5159), 1,
aux_sym_primary_null_token1,
[54276] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3484), 1,
anon_sym_SEMI,
[54283] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5161), 1,
sym_tick,
[54290] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5163), 1,
aux_sym__package_specification_token2,
[54297] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5165), 1,
aux_sym__package_specification_token3,
[54304] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5167), 1,
anon_sym_SEMI,
[54311] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5169), 1,
anon_sym_SEMI,
[54318] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5171), 1,
anon_sym_SEMI,
[54325] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5173), 1,
anon_sym_SEMI,
[54332] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5175), 1,
anon_sym_SEMI,
[54339] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5177), 1,
anon_sym_EQ_GT,
[54346] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5179), 1,
aux_sym_case_expression_token1,
[54353] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5181), 1,
anon_sym_SEMI,
[54360] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5183), 1,
anon_sym_SEMI,
[54367] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5185), 1,
anon_sym_SEMI,
[54374] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5187), 1,
aux_sym_asynchronous_select_token1,
[54381] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5189), 1,
aux_sym_if_expression_token1,
[54388] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5191), 1,
anon_sym_COLON,
[54395] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5193), 1,
aux_sym_loop_statement_token1,
[54402] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5195), 1,
aux_sym_with_clause_token2,
[54409] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5197), 1,
aux_sym_loop_statement_token1,
[54416] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5199), 1,
anon_sym_SEMI,
[54423] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5201), 1,
aux_sym_compilation_unit_token1,
[54430] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5203), 1,
aux_sym_compilation_unit_token1,
[54437] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2309), 1,
anon_sym_DOT_DOT,
[54444] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5205), 1,
anon_sym_SEMI,
[54451] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5207), 1,
anon_sym_SEMI,
[54458] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5209), 1,
aux_sym_with_clause_token2,
[54465] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5211), 1,
anon_sym_SEMI,
[54472] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5213), 1,
anon_sym_SEMI,
[54479] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5215), 1,
aux_sym__package_specification_token3,
[54486] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5217), 1,
anon_sym_SEMI,
[54493] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5219), 1,
anon_sym_RPAREN,
[54500] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5221), 1,
aux_sym_chunk_specification_token1,
[54507] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5223), 1,
anon_sym_RPAREN,
[54514] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5225), 1,
aux_sym__package_specification_token2,
[54521] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5227), 1,
aux_sym_loop_statement_token1,
[54528] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(434), 1,
aux_sym_subprogram_body_token1,
[54535] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5229), 1,
aux_sym__package_specification_token2,
[54542] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5231), 1,
aux_sym__package_specification_token3,
[54549] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5233), 1,
anon_sym_SEMI,
[54556] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5235), 1,
aux_sym_asynchronous_select_token1,
[54563] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5237), 1,
anon_sym_SEMI,
[54570] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5239), 1,
anon_sym_SEMI,
[54577] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5241), 1,
anon_sym_COLON,
[54584] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5243), 1,
anon_sym_SEMI,
[54591] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5245), 1,
anon_sym_SEMI,
[54598] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5247), 1,
anon_sym_SEMI,
[54605] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5249), 1,
aux_sym_if_expression_token1,
[54612] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5251), 1,
anon_sym_RPAREN,
[54619] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5253), 1,
aux_sym_expression_token2,
[54626] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5255), 1,
anon_sym_SEMI,
[54633] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5257), 1,
aux_sym_asynchronous_select_token1,
[54640] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5259), 1,
anon_sym_RPAREN,
[54647] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5261), 1,
anon_sym_RPAREN,
[54654] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3441), 1,
anon_sym_SEMI,
[54661] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5263), 1,
anon_sym_SEMI,
[54668] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4338), 1,
anon_sym_SEMI,
[54675] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5265), 1,
anon_sym_SEMI,
[54682] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5267), 1,
anon_sym_SEMI,
[54689] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5269), 1,
aux_sym_expression_token2,
[54696] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4511), 1,
anon_sym_SEMI,
[54703] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5271), 1,
anon_sym_EQ_GT,
[54710] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4633), 1,
aux_sym__package_specification_token2,
[54717] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5273), 1,
anon_sym_SEMI,
[54724] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5275), 1,
aux_sym_with_clause_token2,
[54731] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5277), 1,
aux_sym_compilation_unit_token1,
[54738] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5279), 1,
aux_sym_compilation_unit_token1,
[54745] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5281), 1,
aux_sym__package_specification_token3,
[54752] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3934), 1,
anon_sym_SEMI,
[54759] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5283), 1,
anon_sym_SEMI,
[54766] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5285), 1,
anon_sym_SEMI,
[54773] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5287), 1,
aux_sym_if_expression_token1,
[54780] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5289), 1,
sym_identifier,
[54787] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5291), 1,
anon_sym_DOT_DOT,
[54794] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5293), 1,
anon_sym_SEMI,
[54801] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5295), 1,
anon_sym_SEMI,
[54808] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5297), 1,
anon_sym_SEMI,
[54815] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5299), 1,
anon_sym_SEMI,
[54822] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5301), 1,
anon_sym_SEMI,
[54829] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5303), 1,
anon_sym_EQ_GT,
[54836] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5305), 1,
anon_sym_SEMI,
[54843] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5307), 1,
aux_sym_expression_token2,
[54850] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5309), 1,
anon_sym_SEMI,
[54857] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5311), 1,
anon_sym_SEMI,
[54864] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5313), 1,
anon_sym_GT_GT,
[54871] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4008), 1,
anon_sym_RPAREN,
[54878] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5315), 1,
aux_sym_with_clause_token2,
[54885] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5317), 1,
aux_sym_if_expression_token1,
[54892] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5319), 1,
sym_identifier,
[54899] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5321), 1,
aux_sym_expression_token2,
[54906] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5323), 1,
aux_sym__package_specification_token3,
[54913] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5325), 1,
anon_sym_SEMI,
[54920] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5327), 1,
aux_sym_component_list_token1,
[54927] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5329), 1,
sym_identifier,
[54934] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5331), 1,
sym_identifier,
[54941] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5333), 1,
sym_identifier,
[54948] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5335), 1,
anon_sym_SEMI,
[54955] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5337), 1,
aux_sym_asynchronous_select_token1,
[54962] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5339), 1,
anon_sym_SEMI,
[54969] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5341), 1,
aux_sym__package_specification_token2,
[54976] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(430), 1,
aux_sym_subprogram_body_token1,
[54983] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5343), 1,
anon_sym_SEMI,
[54990] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5345), 1,
aux_sym__package_specification_token3,
[54997] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5347), 1,
aux_sym_compilation_unit_token1,
[55004] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5349), 1,
anon_sym_SEMI,
[55011] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5351), 1,
anon_sym_SEMI,
[55018] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5353), 1,
aux_sym_compilation_unit_token1,
[55025] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5355), 1,
aux_sym__package_specification_token3,
[55032] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5357), 1,
aux_sym_asynchronous_select_token1,
[55039] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5359), 1,
aux_sym_record_component_association_list_token1,
[55046] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5361), 1,
aux_sym_with_clause_token2,
[55053] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5363), 1,
sym_identifier,
[55060] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3894), 1,
anon_sym_RPAREN,
[55067] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5365), 1,
sym_identifier,
[55074] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5367), 1,
anon_sym_SEMI,
[55081] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5369), 1,
aux_sym_result_profile_token1,
[55088] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5371), 1,
anon_sym_SEMI,
[55095] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5373), 1,
aux_sym__package_specification_token2,
[55102] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5375), 1,
aux_sym_compilation_unit_token1,
[55109] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5377), 1,
anon_sym_COLON,
[55116] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5379), 1,
aux_sym_subprogram_body_token1,
[55123] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5381), 1,
aux_sym__package_specification_token3,
[55130] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5383), 1,
aux_sym__package_specification_token3,
[55137] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5385), 1,
aux_sym_if_expression_token1,
[55144] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(420), 1,
aux_sym_subprogram_body_token1,
[55151] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4214), 1,
anon_sym_SEMI,
[55158] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5387), 1,
sym_identifier,
[55165] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5389), 1,
aux_sym_if_expression_token1,
[55172] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5391), 1,
aux_sym__package_specification_token3,
[55179] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5393), 1,
aux_sym_if_expression_token1,
[55186] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5395), 1,
anon_sym_SEMI,
[55193] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5397), 1,
aux_sym_allocator_token1,
[55200] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5399), 1,
anon_sym_SEMI,
[55207] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3740), 1,
aux_sym_allocator_token1,
[55214] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5401), 1,
anon_sym_SEMI,
[55221] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5403), 1,
anon_sym_SEMI,
[55228] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5405), 1,
anon_sym_SEMI,
[55235] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5407), 1,
aux_sym_compilation_unit_token1,
[55242] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3546), 1,
anon_sym_SEMI,
[55249] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4042), 1,
anon_sym_SEMI,
[55256] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5409), 1,
aux_sym_with_clause_token2,
[55263] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5411), 1,
aux_sym_iterated_element_association_token2,
[55270] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5413), 1,
anon_sym_SEMI,
[55277] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5415), 1,
anon_sym_SEMI,
[55284] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5417), 1,
anon_sym_SEMI,
[55291] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5419), 1,
aux_sym_subunit_token1,
[55298] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5421), 1,
anon_sym_LT_GT,
[55305] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5423), 1,
anon_sym_SEMI,
[55312] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5425), 1,
anon_sym_LT_GT,
[55319] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5427), 1,
anon_sym_LT_GT,
[55326] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5429), 1,
anon_sym_SEMI,
[55333] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5431), 1,
anon_sym_SEMI,
[55340] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5433), 1,
anon_sym_LT_GT,
[55347] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5435), 1,
aux_sym_use_clause_token2,
[55354] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5437), 1,
anon_sym_SEMI,
[55361] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5439), 1,
aux_sym_loop_statement_token1,
[55368] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5441), 1,
aux_sym__package_specification_token3,
[55375] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5443), 1,
anon_sym_RPAREN,
[55382] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5445), 1,
anon_sym_LT_GT,
[55389] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5447), 1,
aux_sym__package_specification_token2,
[55396] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5449), 1,
aux_sym_allocator_token1,
[55403] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(418), 1,
aux_sym_subprogram_body_token1,
[55410] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5451), 1,
anon_sym_RBRACK,
[55417] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5453), 1,
anon_sym_SEMI,
[55424] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5455), 1,
anon_sym_SEMI,
[55431] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5457), 1,
anon_sym_SEMI,
[55438] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5459), 1,
aux_sym_compilation_unit_token1,
[55445] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4439), 1,
anon_sym_SEMI,
[55452] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5461), 1,
aux_sym_package_body_token1,
[55459] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5463), 1,
aux_sym__package_specification_token2,
[55466] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5465), 1,
anon_sym_SEMI,
[55473] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5467), 1,
anon_sym_DOT_DOT,
[55480] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5469), 1,
aux_sym__package_specification_token2,
[55487] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5471), 1,
aux_sym__package_specification_token3,
[55494] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5473), 1,
sym_identifier,
[55501] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4284), 1,
anon_sym_SEMI,
[55508] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5475), 1,
aux_sym_package_body_token1,
[55515] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5477), 1,
aux_sym_subprogram_body_token1,
[55522] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5479), 1,
aux_sym__package_specification_token3,
[55529] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5481), 1,
anon_sym_LT_GT,
[55536] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3341), 1,
aux_sym_loop_statement_token1,
[55543] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5483), 1,
aux_sym_package_body_token1,
[55550] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5485), 1,
aux_sym_with_clause_token2,
[55557] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5487), 1,
anon_sym_SEMI,
[55564] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5489), 1,
aux_sym_compilation_unit_token1,
[55571] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5491), 1,
anon_sym_COLON,
[55578] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5493), 1,
aux_sym_iterator_specification_token1,
[55585] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5495), 1,
anon_sym_COLON,
[55592] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5497), 1,
anon_sym_EQ_GT,
[55599] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5499), 1,
aux_sym_case_expression_token1,
[55606] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5501), 1,
anon_sym_SEMI,
[55613] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5503), 1,
anon_sym_SEMI,
[55620] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5505), 1,
anon_sym_SEMI,
[55627] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5507), 1,
sym_tick,
[55634] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5509), 1,
anon_sym_COLON,
[55641] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5511), 1,
anon_sym_EQ_GT,
[55648] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5513), 1,
anon_sym_RPAREN,
[55655] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5515), 1,
aux_sym_iterator_specification_token1,
[55662] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5517), 1,
ts_builtin_sym_end,
[55669] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(436), 1,
aux_sym_subprogram_body_token1,
[55676] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5519), 1,
aux_sym__package_specification_token2,
[55683] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5521), 1,
sym_identifier,
[55690] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5523), 1,
aux_sym__package_specification_token2,
[55697] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5525), 1,
aux_sym__package_specification_token3,
[55704] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4417), 1,
anon_sym_SEMI,
[55711] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4425), 1,
anon_sym_SEMI,
[55718] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5527), 1,
aux_sym__package_specification_token3,
[55725] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5529), 1,
sym_identifier,
[55732] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5531), 1,
aux_sym_record_component_association_list_token1,
[55739] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5533), 1,
aux_sym_with_clause_token2,
[55746] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5535), 1,
sym_identifier,
[55753] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5537), 1,
sym_identifier,
[55760] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5539), 1,
anon_sym_EQ_GT,
[55767] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5541), 1,
anon_sym_SEMI,
[55774] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5543), 1,
sym_identifier,
[55781] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5545), 1,
aux_sym_subprogram_body_token1,
[55788] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5547), 1,
aux_sym__package_specification_token3,
[55795] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3311), 1,
aux_sym_interface_type_definition_token2,
[55802] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4286), 1,
aux_sym__package_specification_token2,
[55809] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(416), 1,
aux_sym_subprogram_body_token1,
[55816] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4409), 1,
anon_sym_SEMI,
[55823] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5549), 1,
anon_sym_SEMI,
[55830] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5551), 1,
aux_sym__package_specification_token3,
[55837] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5553), 1,
anon_sym_SEMI,
[55844] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5555), 1,
aux_sym__package_specification_token3,
[55851] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4405), 1,
anon_sym_SEMI,
[55858] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5557), 1,
anon_sym_SEMI,
[55865] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5559), 1,
anon_sym_SEMI,
[55872] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5561), 1,
aux_sym__package_specification_token3,
[55879] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5563), 1,
aux_sym_global_mode_token1,
[55886] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5565), 1,
anon_sym_RPAREN,
[55893] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5567), 1,
anon_sym_LPAREN,
[55900] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5569), 1,
aux_sym_subprogram_body_token1,
[55907] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5571), 1,
aux_sym__package_specification_token3,
[55914] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5573), 1,
anon_sym_COLON,
[55921] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4401), 1,
anon_sym_SEMI,
[55928] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4395), 1,
anon_sym_SEMI,
[55935] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5575), 1,
anon_sym_SEMI,
[55942] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5577), 1,
anon_sym_RPAREN,
[55949] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5579), 1,
aux_sym_record_component_association_list_token1,
[55956] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5581), 1,
aux_sym__package_specification_token3,
[55963] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4387), 1,
anon_sym_SEMI,
[55970] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5583), 1,
aux_sym__package_specification_token2,
[55977] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5585), 1,
aux_sym__package_specification_token3,
[55984] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5587), 1,
sym_identifier,
[55991] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5589), 1,
aux_sym_range_attribute_designator_token1,
[55998] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5591), 1,
anon_sym_RPAREN,
[56005] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5593), 1,
anon_sym_SEMI,
[56012] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4375), 1,
anon_sym_SEMI,
[56019] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5595), 1,
anon_sym_SEMI,
[56026] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5597), 1,
anon_sym_SEMI,
[56033] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5599), 1,
anon_sym_EQ_GT,
[56040] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5601), 1,
aux_sym__package_specification_token3,
[56047] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4367), 1,
anon_sym_SEMI,
[56054] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5603), 1,
aux_sym__package_specification_token3,
[56061] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5605), 1,
anon_sym_EQ_GT,
[56068] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5608), 1,
sym_identifier,
[56075] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5610), 1,
anon_sym_SEMI,
[56082] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4355), 1,
anon_sym_SEMI,
[56089] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5612), 1,
anon_sym_SEMI,
[56096] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5614), 1,
anon_sym_SEMI,
[56103] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5616), 1,
anon_sym_RPAREN,
[56110] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4529), 1,
anon_sym_SEMI,
[56117] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5618), 1,
anon_sym_SEMI,
[56124] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5620), 1,
anon_sym_EQ_GT,
[56131] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5622), 1,
aux_sym_if_expression_token1,
[56138] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4455), 1,
anon_sym_SEMI,
[56145] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5624), 1,
sym_tick,
[56152] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4137), 1,
anon_sym_SEMI,
[56159] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5626), 1,
anon_sym_SEMI,
};
static const uint32_t ts_small_parse_table_map[] = {
[SMALL_STATE(110)] = 0,
[SMALL_STATE(111)] = 130,
[SMALL_STATE(112)] = 260,
[SMALL_STATE(113)] = 380,
[SMALL_STATE(114)] = 518,
[SMALL_STATE(115)] = 635,
[SMALL_STATE(116)] = 752,
[SMALL_STATE(117)] = 867,
[SMALL_STATE(118)] = 984,
[SMALL_STATE(119)] = 1101,
[SMALL_STATE(120)] = 1215,
[SMALL_STATE(121)] = 1329,
[SMALL_STATE(122)] = 1461,
[SMALL_STATE(123)] = 1575,
[SMALL_STATE(124)] = 1689,
[SMALL_STATE(125)] = 1803,
[SMALL_STATE(126)] = 1917,
[SMALL_STATE(127)] = 2037,
[SMALL_STATE(128)] = 2166,
[SMALL_STATE(129)] = 2295,
[SMALL_STATE(130)] = 2421,
[SMALL_STATE(131)] = 2547,
[SMALL_STATE(132)] = 2670,
[SMALL_STATE(133)] = 2781,
[SMALL_STATE(134)] = 2895,
[SMALL_STATE(135)] = 3009,
[SMALL_STATE(136)] = 3123,
[SMALL_STATE(137)] = 3235,
[SMALL_STATE(138)] = 3296,
[SMALL_STATE(139)] = 3357,
[SMALL_STATE(140)] = 3418,
[SMALL_STATE(141)] = 3479,
[SMALL_STATE(142)] = 3540,
[SMALL_STATE(143)] = 3651,
[SMALL_STATE(144)] = 3712,
[SMALL_STATE(145)] = 3773,
[SMALL_STATE(146)] = 3834,
[SMALL_STATE(147)] = 3895,
[SMALL_STATE(148)] = 3956,
[SMALL_STATE(149)] = 4017,
[SMALL_STATE(150)] = 4078,
[SMALL_STATE(151)] = 4139,
[SMALL_STATE(152)] = 4200,
[SMALL_STATE(153)] = 4261,
[SMALL_STATE(154)] = 4322,
[SMALL_STATE(155)] = 4383,
[SMALL_STATE(156)] = 4444,
[SMALL_STATE(157)] = 4505,
[SMALL_STATE(158)] = 4566,
[SMALL_STATE(159)] = 4627,
[SMALL_STATE(160)] = 4688,
[SMALL_STATE(161)] = 4749,
[SMALL_STATE(162)] = 4810,
[SMALL_STATE(163)] = 4871,
[SMALL_STATE(164)] = 4932,
[SMALL_STATE(165)] = 4993,
[SMALL_STATE(166)] = 5054,
[SMALL_STATE(167)] = 5115,
[SMALL_STATE(168)] = 5176,
[SMALL_STATE(169)] = 5237,
[SMALL_STATE(170)] = 5298,
[SMALL_STATE(171)] = 5359,
[SMALL_STATE(172)] = 5420,
[SMALL_STATE(173)] = 5481,
[SMALL_STATE(174)] = 5542,
[SMALL_STATE(175)] = 5603,
[SMALL_STATE(176)] = 5664,
[SMALL_STATE(177)] = 5725,
[SMALL_STATE(178)] = 5786,
[SMALL_STATE(179)] = 5847,
[SMALL_STATE(180)] = 5908,
[SMALL_STATE(181)] = 5969,
[SMALL_STATE(182)] = 6030,
[SMALL_STATE(183)] = 6091,
[SMALL_STATE(184)] = 6152,
[SMALL_STATE(185)] = 6213,
[SMALL_STATE(186)] = 6274,
[SMALL_STATE(187)] = 6335,
[SMALL_STATE(188)] = 6396,
[SMALL_STATE(189)] = 6457,
[SMALL_STATE(190)] = 6518,
[SMALL_STATE(191)] = 6579,
[SMALL_STATE(192)] = 6640,
[SMALL_STATE(193)] = 6701,
[SMALL_STATE(194)] = 6762,
[SMALL_STATE(195)] = 6823,
[SMALL_STATE(196)] = 6884,
[SMALL_STATE(197)] = 6945,
[SMALL_STATE(198)] = 7006,
[SMALL_STATE(199)] = 7067,
[SMALL_STATE(200)] = 7128,
[SMALL_STATE(201)] = 7189,
[SMALL_STATE(202)] = 7250,
[SMALL_STATE(203)] = 7311,
[SMALL_STATE(204)] = 7372,
[SMALL_STATE(205)] = 7433,
[SMALL_STATE(206)] = 7494,
[SMALL_STATE(207)] = 7555,
[SMALL_STATE(208)] = 7616,
[SMALL_STATE(209)] = 7677,
[SMALL_STATE(210)] = 7738,
[SMALL_STATE(211)] = 7846,
[SMALL_STATE(212)] = 7949,
[SMALL_STATE(213)] = 8054,
[SMALL_STATE(214)] = 8159,
[SMALL_STATE(215)] = 8262,
[SMALL_STATE(216)] = 8365,
[SMALL_STATE(217)] = 8469,
[SMALL_STATE(218)] = 8573,
[SMALL_STATE(219)] = 8673,
[SMALL_STATE(220)] = 8773,
[SMALL_STATE(221)] = 8877,
[SMALL_STATE(222)] = 8974,
[SMALL_STATE(223)] = 9071,
[SMALL_STATE(224)] = 9168,
[SMALL_STATE(225)] = 9265,
[SMALL_STATE(226)] = 9362,
[SMALL_STATE(227)] = 9459,
[SMALL_STATE(228)] = 9556,
[SMALL_STATE(229)] = 9655,
[SMALL_STATE(230)] = 9752,
[SMALL_STATE(231)] = 9849,
[SMALL_STATE(232)] = 9946,
[SMALL_STATE(233)] = 10043,
[SMALL_STATE(234)] = 10140,
[SMALL_STATE(235)] = 10234,
[SMALL_STATE(236)] = 10328,
[SMALL_STATE(237)] = 10422,
[SMALL_STATE(238)] = 10478,
[SMALL_STATE(239)] = 10572,
[SMALL_STATE(240)] = 10628,
[SMALL_STATE(241)] = 10722,
[SMALL_STATE(242)] = 10816,
[SMALL_STATE(243)] = 10910,
[SMALL_STATE(244)] = 11004,
[SMALL_STATE(245)] = 11060,
[SMALL_STATE(246)] = 11154,
[SMALL_STATE(247)] = 11248,
[SMALL_STATE(248)] = 11342,
[SMALL_STATE(249)] = 11436,
[SMALL_STATE(250)] = 11530,
[SMALL_STATE(251)] = 11624,
[SMALL_STATE(252)] = 11718,
[SMALL_STATE(253)] = 11816,
[SMALL_STATE(254)] = 11910,
[SMALL_STATE(255)] = 12004,
[SMALL_STATE(256)] = 12060,
[SMALL_STATE(257)] = 12154,
[SMALL_STATE(258)] = 12210,
[SMALL_STATE(259)] = 12304,
[SMALL_STATE(260)] = 12398,
[SMALL_STATE(261)] = 12492,
[SMALL_STATE(262)] = 12586,
[SMALL_STATE(263)] = 12680,
[SMALL_STATE(264)] = 12736,
[SMALL_STATE(265)] = 12830,
[SMALL_STATE(266)] = 12924,
[SMALL_STATE(267)] = 13018,
[SMALL_STATE(268)] = 13112,
[SMALL_STATE(269)] = 13168,
[SMALL_STATE(270)] = 13224,
[SMALL_STATE(271)] = 13318,
[SMALL_STATE(272)] = 13374,
[SMALL_STATE(273)] = 13468,
[SMALL_STATE(274)] = 13562,
[SMALL_STATE(275)] = 13656,
[SMALL_STATE(276)] = 13750,
[SMALL_STATE(277)] = 13844,
[SMALL_STATE(278)] = 13938,
[SMALL_STATE(279)] = 14032,
[SMALL_STATE(280)] = 14126,
[SMALL_STATE(281)] = 14220,
[SMALL_STATE(282)] = 14314,
[SMALL_STATE(283)] = 14408,
[SMALL_STATE(284)] = 14502,
[SMALL_STATE(285)] = 14596,
[SMALL_STATE(286)] = 14690,
[SMALL_STATE(287)] = 14784,
[SMALL_STATE(288)] = 14878,
[SMALL_STATE(289)] = 14972,
[SMALL_STATE(290)] = 15066,
[SMALL_STATE(291)] = 15121,
[SMALL_STATE(292)] = 15176,
[SMALL_STATE(293)] = 15231,
[SMALL_STATE(294)] = 15286,
[SMALL_STATE(295)] = 15341,
[SMALL_STATE(296)] = 15396,
[SMALL_STATE(297)] = 15451,
[SMALL_STATE(298)] = 15506,
[SMALL_STATE(299)] = 15561,
[SMALL_STATE(300)] = 15616,
[SMALL_STATE(301)] = 15671,
[SMALL_STATE(302)] = 15726,
[SMALL_STATE(303)] = 15781,
[SMALL_STATE(304)] = 15836,
[SMALL_STATE(305)] = 15927,
[SMALL_STATE(306)] = 15982,
[SMALL_STATE(307)] = 16037,
[SMALL_STATE(308)] = 16092,
[SMALL_STATE(309)] = 16147,
[SMALL_STATE(310)] = 16202,
[SMALL_STATE(311)] = 16257,
[SMALL_STATE(312)] = 16312,
[SMALL_STATE(313)] = 16367,
[SMALL_STATE(314)] = 16422,
[SMALL_STATE(315)] = 16477,
[SMALL_STATE(316)] = 16532,
[SMALL_STATE(317)] = 16627,
[SMALL_STATE(318)] = 16682,
[SMALL_STATE(319)] = 16737,
[SMALL_STATE(320)] = 16792,
[SMALL_STATE(321)] = 16847,
[SMALL_STATE(322)] = 16902,
[SMALL_STATE(323)] = 16957,
[SMALL_STATE(324)] = 17012,
[SMALL_STATE(325)] = 17067,
[SMALL_STATE(326)] = 17122,
[SMALL_STATE(327)] = 17177,
[SMALL_STATE(328)] = 17232,
[SMALL_STATE(329)] = 17287,
[SMALL_STATE(330)] = 17342,
[SMALL_STATE(331)] = 17397,
[SMALL_STATE(332)] = 17452,
[SMALL_STATE(333)] = 17507,
[SMALL_STATE(334)] = 17562,
[SMALL_STATE(335)] = 17657,
[SMALL_STATE(336)] = 17712,
[SMALL_STATE(337)] = 17767,
[SMALL_STATE(338)] = 17862,
[SMALL_STATE(339)] = 17917,
[SMALL_STATE(340)] = 17972,
[SMALL_STATE(341)] = 18027,
[SMALL_STATE(342)] = 18082,
[SMALL_STATE(343)] = 18137,
[SMALL_STATE(344)] = 18192,
[SMALL_STATE(345)] = 18247,
[SMALL_STATE(346)] = 18302,
[SMALL_STATE(347)] = 18357,
[SMALL_STATE(348)] = 18412,
[SMALL_STATE(349)] = 18467,
[SMALL_STATE(350)] = 18522,
[SMALL_STATE(351)] = 18577,
[SMALL_STATE(352)] = 18632,
[SMALL_STATE(353)] = 18687,
[SMALL_STATE(354)] = 18742,
[SMALL_STATE(355)] = 18797,
[SMALL_STATE(356)] = 18852,
[SMALL_STATE(357)] = 18907,
[SMALL_STATE(358)] = 18962,
[SMALL_STATE(359)] = 19017,
[SMALL_STATE(360)] = 19072,
[SMALL_STATE(361)] = 19127,
[SMALL_STATE(362)] = 19182,
[SMALL_STATE(363)] = 19237,
[SMALL_STATE(364)] = 19292,
[SMALL_STATE(365)] = 19347,
[SMALL_STATE(366)] = 19402,
[SMALL_STATE(367)] = 19457,
[SMALL_STATE(368)] = 19548,
[SMALL_STATE(369)] = 19639,
[SMALL_STATE(370)] = 19694,
[SMALL_STATE(371)] = 19749,
[SMALL_STATE(372)] = 19804,
[SMALL_STATE(373)] = 19859,
[SMALL_STATE(374)] = 19914,
[SMALL_STATE(375)] = 19969,
[SMALL_STATE(376)] = 20024,
[SMALL_STATE(377)] = 20079,
[SMALL_STATE(378)] = 20134,
[SMALL_STATE(379)] = 20189,
[SMALL_STATE(380)] = 20244,
[SMALL_STATE(381)] = 20299,
[SMALL_STATE(382)] = 20354,
[SMALL_STATE(383)] = 20409,
[SMALL_STATE(384)] = 20464,
[SMALL_STATE(385)] = 20519,
[SMALL_STATE(386)] = 20574,
[SMALL_STATE(387)] = 20629,
[SMALL_STATE(388)] = 20684,
[SMALL_STATE(389)] = 20739,
[SMALL_STATE(390)] = 20794,
[SMALL_STATE(391)] = 20849,
[SMALL_STATE(392)] = 20904,
[SMALL_STATE(393)] = 20959,
[SMALL_STATE(394)] = 21014,
[SMALL_STATE(395)] = 21069,
[SMALL_STATE(396)] = 21124,
[SMALL_STATE(397)] = 21179,
[SMALL_STATE(398)] = 21234,
[SMALL_STATE(399)] = 21289,
[SMALL_STATE(400)] = 21344,
[SMALL_STATE(401)] = 21399,
[SMALL_STATE(402)] = 21454,
[SMALL_STATE(403)] = 21509,
[SMALL_STATE(404)] = 21604,
[SMALL_STATE(405)] = 21659,
[SMALL_STATE(406)] = 21714,
[SMALL_STATE(407)] = 21769,
[SMALL_STATE(408)] = 21824,
[SMALL_STATE(409)] = 21879,
[SMALL_STATE(410)] = 21934,
[SMALL_STATE(411)] = 21989,
[SMALL_STATE(412)] = 22044,
[SMALL_STATE(413)] = 22099,
[SMALL_STATE(414)] = 22154,
[SMALL_STATE(415)] = 22209,
[SMALL_STATE(416)] = 22264,
[SMALL_STATE(417)] = 22319,
[SMALL_STATE(418)] = 22374,
[SMALL_STATE(419)] = 22429,
[SMALL_STATE(420)] = 22484,
[SMALL_STATE(421)] = 22539,
[SMALL_STATE(422)] = 22594,
[SMALL_STATE(423)] = 22649,
[SMALL_STATE(424)] = 22704,
[SMALL_STATE(425)] = 22759,
[SMALL_STATE(426)] = 22814,
[SMALL_STATE(427)] = 22869,
[SMALL_STATE(428)] = 22924,
[SMALL_STATE(429)] = 22979,
[SMALL_STATE(430)] = 23034,
[SMALL_STATE(431)] = 23089,
[SMALL_STATE(432)] = 23144,
[SMALL_STATE(433)] = 23199,
[SMALL_STATE(434)] = 23254,
[SMALL_STATE(435)] = 23309,
[SMALL_STATE(436)] = 23364,
[SMALL_STATE(437)] = 23419,
[SMALL_STATE(438)] = 23474,
[SMALL_STATE(439)] = 23529,
[SMALL_STATE(440)] = 23584,
[SMALL_STATE(441)] = 23639,
[SMALL_STATE(442)] = 23694,
[SMALL_STATE(443)] = 23749,
[SMALL_STATE(444)] = 23804,
[SMALL_STATE(445)] = 23859,
[SMALL_STATE(446)] = 23914,
[SMALL_STATE(447)] = 23969,
[SMALL_STATE(448)] = 24024,
[SMALL_STATE(449)] = 24119,
[SMALL_STATE(450)] = 24174,
[SMALL_STATE(451)] = 24229,
[SMALL_STATE(452)] = 24284,
[SMALL_STATE(453)] = 24339,
[SMALL_STATE(454)] = 24394,
[SMALL_STATE(455)] = 24449,
[SMALL_STATE(456)] = 24504,
[SMALL_STATE(457)] = 24559,
[SMALL_STATE(458)] = 24614,
[SMALL_STATE(459)] = 24669,
[SMALL_STATE(460)] = 24724,
[SMALL_STATE(461)] = 24779,
[SMALL_STATE(462)] = 24834,
[SMALL_STATE(463)] = 24889,
[SMALL_STATE(464)] = 24944,
[SMALL_STATE(465)] = 24999,
[SMALL_STATE(466)] = 25054,
[SMALL_STATE(467)] = 25109,
[SMALL_STATE(468)] = 25164,
[SMALL_STATE(469)] = 25219,
[SMALL_STATE(470)] = 25273,
[SMALL_STATE(471)] = 25327,
[SMALL_STATE(472)] = 25381,
[SMALL_STATE(473)] = 25435,
[SMALL_STATE(474)] = 25489,
[SMALL_STATE(475)] = 25543,
[SMALL_STATE(476)] = 25597,
[SMALL_STATE(477)] = 25651,
[SMALL_STATE(478)] = 25705,
[SMALL_STATE(479)] = 25759,
[SMALL_STATE(480)] = 25849,
[SMALL_STATE(481)] = 25903,
[SMALL_STATE(482)] = 25957,
[SMALL_STATE(483)] = 26011,
[SMALL_STATE(484)] = 26065,
[SMALL_STATE(485)] = 26119,
[SMALL_STATE(486)] = 26173,
[SMALL_STATE(487)] = 26227,
[SMALL_STATE(488)] = 26281,
[SMALL_STATE(489)] = 26335,
[SMALL_STATE(490)] = 26425,
[SMALL_STATE(491)] = 26479,
[SMALL_STATE(492)] = 26532,
[SMALL_STATE(493)] = 26585,
[SMALL_STATE(494)] = 26638,
[SMALL_STATE(495)] = 26725,
[SMALL_STATE(496)] = 26777,
[SMALL_STATE(497)] = 26829,
[SMALL_STATE(498)] = 26881,
[SMALL_STATE(499)] = 26933,
[SMALL_STATE(500)] = 26985,
[SMALL_STATE(501)] = 27037,
[SMALL_STATE(502)] = 27089,
[SMALL_STATE(503)] = 27141,
[SMALL_STATE(504)] = 27193,
[SMALL_STATE(505)] = 27279,
[SMALL_STATE(506)] = 27331,
[SMALL_STATE(507)] = 27383,
[SMALL_STATE(508)] = 27435,
[SMALL_STATE(509)] = 27487,
[SMALL_STATE(510)] = 27539,
[SMALL_STATE(511)] = 27591,
[SMALL_STATE(512)] = 27677,
[SMALL_STATE(513)] = 27729,
[SMALL_STATE(514)] = 27812,
[SMALL_STATE(515)] = 27895,
[SMALL_STATE(516)] = 27954,
[SMALL_STATE(517)] = 28005,
[SMALL_STATE(518)] = 28088,
[SMALL_STATE(519)] = 28153,
[SMALL_STATE(520)] = 28236,
[SMALL_STATE(521)] = 28295,
[SMALL_STATE(522)] = 28346,
[SMALL_STATE(523)] = 28405,
[SMALL_STATE(524)] = 28488,
[SMALL_STATE(525)] = 28571,
[SMALL_STATE(526)] = 28622,
[SMALL_STATE(527)] = 28705,
[SMALL_STATE(528)] = 28788,
[SMALL_STATE(529)] = 28871,
[SMALL_STATE(530)] = 28922,
[SMALL_STATE(531)] = 29005,
[SMALL_STATE(532)] = 29056,
[SMALL_STATE(533)] = 29107,
[SMALL_STATE(534)] = 29190,
[SMALL_STATE(535)] = 29241,
[SMALL_STATE(536)] = 29295,
[SMALL_STATE(537)] = 29351,
[SMALL_STATE(538)] = 29405,
[SMALL_STATE(539)] = 29462,
[SMALL_STATE(540)] = 29528,
[SMALL_STATE(541)] = 29584,
[SMALL_STATE(542)] = 29640,
[SMALL_STATE(543)] = 29696,
[SMALL_STATE(544)] = 29767,
[SMALL_STATE(545)] = 29814,
[SMALL_STATE(546)] = 29861,
[SMALL_STATE(547)] = 29908,
[SMALL_STATE(548)] = 29955,
[SMALL_STATE(549)] = 30002,
[SMALL_STATE(550)] = 30069,
[SMALL_STATE(551)] = 30118,
[SMALL_STATE(552)] = 30165,
[SMALL_STATE(553)] = 30236,
[SMALL_STATE(554)] = 30283,
[SMALL_STATE(555)] = 30330,
[SMALL_STATE(556)] = 30377,
[SMALL_STATE(557)] = 30424,
[SMALL_STATE(558)] = 30471,
[SMALL_STATE(559)] = 30518,
[SMALL_STATE(560)] = 30564,
[SMALL_STATE(561)] = 30610,
[SMALL_STATE(562)] = 30678,
[SMALL_STATE(563)] = 30724,
[SMALL_STATE(564)] = 30808,
[SMALL_STATE(565)] = 30854,
[SMALL_STATE(566)] = 30933,
[SMALL_STATE(567)] = 30985,
[SMALL_STATE(568)] = 31037,
[SMALL_STATE(569)] = 31089,
[SMALL_STATE(570)] = 31141,
[SMALL_STATE(571)] = 31199,
[SMALL_STATE(572)] = 31251,
[SMALL_STATE(573)] = 31332,
[SMALL_STATE(574)] = 31379,
[SMALL_STATE(575)] = 31460,
[SMALL_STATE(576)] = 31502,
[SMALL_STATE(577)] = 31543,
[SMALL_STATE(578)] = 31598,
[SMALL_STATE(579)] = 31654,
[SMALL_STATE(580)] = 31710,
[SMALL_STATE(581)] = 31766,
[SMALL_STATE(582)] = 31822,
[SMALL_STATE(583)] = 31865,
[SMALL_STATE(584)] = 31935,
[SMALL_STATE(585)] = 31985,
[SMALL_STATE(586)] = 32034,
[SMALL_STATE(587)] = 32079,
[SMALL_STATE(588)] = 32121,
[SMALL_STATE(589)] = 32176,
[SMALL_STATE(590)] = 32217,
[SMALL_STATE(591)] = 32253,
[SMALL_STATE(592)] = 32309,
[SMALL_STATE(593)] = 32365,
[SMALL_STATE(594)] = 32405,
[SMALL_STATE(595)] = 32461,
[SMALL_STATE(596)] = 32517,
[SMALL_STATE(597)] = 32573,
[SMALL_STATE(598)] = 32620,
[SMALL_STATE(599)] = 32657,
[SMALL_STATE(600)] = 32714,
[SMALL_STATE(601)] = 32771,
[SMALL_STATE(602)] = 32828,
[SMALL_STATE(603)] = 32885,
[SMALL_STATE(604)] = 32942,
[SMALL_STATE(605)] = 32976,
[SMALL_STATE(606)] = 33030,
[SMALL_STATE(607)] = 33084,
[SMALL_STATE(608)] = 33138,
[SMALL_STATE(609)] = 33192,
[SMALL_STATE(610)] = 33246,
[SMALL_STATE(611)] = 33286,
[SMALL_STATE(612)] = 33318,
[SMALL_STATE(613)] = 33368,
[SMALL_STATE(614)] = 33422,
[SMALL_STATE(615)] = 33480,
[SMALL_STATE(616)] = 33531,
[SMALL_STATE(617)] = 33572,
[SMALL_STATE(618)] = 33623,
[SMALL_STATE(619)] = 33674,
[SMALL_STATE(620)] = 33725,
[SMALL_STATE(621)] = 33780,
[SMALL_STATE(622)] = 33829,
[SMALL_STATE(623)] = 33858,
[SMALL_STATE(624)] = 33913,
[SMALL_STATE(625)] = 33964,
[SMALL_STATE(626)] = 33993,
[SMALL_STATE(627)] = 34044,
[SMALL_STATE(628)] = 34073,
[SMALL_STATE(629)] = 34128,
[SMALL_STATE(630)] = 34180,
[SMALL_STATE(631)] = 34232,
[SMALL_STATE(632)] = 34284,
[SMALL_STATE(633)] = 34315,
[SMALL_STATE(634)] = 34366,
[SMALL_STATE(635)] = 34407,
[SMALL_STATE(636)] = 34458,
[SMALL_STATE(637)] = 34501,
[SMALL_STATE(638)] = 34532,
[SMALL_STATE(639)] = 34581,
[SMALL_STATE(640)] = 34612,
[SMALL_STATE(641)] = 34663,
[SMALL_STATE(642)] = 34692,
[SMALL_STATE(643)] = 34741,
[SMALL_STATE(644)] = 34790,
[SMALL_STATE(645)] = 34839,
[SMALL_STATE(646)] = 34882,
[SMALL_STATE(647)] = 34929,
[SMALL_STATE(648)] = 34955,
[SMALL_STATE(649)] = 34999,
[SMALL_STATE(650)] = 35045,
[SMALL_STATE(651)] = 35073,
[SMALL_STATE(652)] = 35099,
[SMALL_STATE(653)] = 35125,
[SMALL_STATE(654)] = 35171,
[SMALL_STATE(655)] = 35199,
[SMALL_STATE(656)] = 35227,
[SMALL_STATE(657)] = 35255,
[SMALL_STATE(658)] = 35283,
[SMALL_STATE(659)] = 35311,
[SMALL_STATE(660)] = 35357,
[SMALL_STATE(661)] = 35385,
[SMALL_STATE(662)] = 35413,
[SMALL_STATE(663)] = 35439,
[SMALL_STATE(664)] = 35489,
[SMALL_STATE(665)] = 35515,
[SMALL_STATE(666)] = 35543,
[SMALL_STATE(667)] = 35571,
[SMALL_STATE(668)] = 35600,
[SMALL_STATE(669)] = 35629,
[SMALL_STATE(670)] = 35672,
[SMALL_STATE(671)] = 35707,
[SMALL_STATE(672)] = 35736,
[SMALL_STATE(673)] = 35777,
[SMALL_STATE(674)] = 35822,
[SMALL_STATE(675)] = 35865,
[SMALL_STATE(676)] = 35894,
[SMALL_STATE(677)] = 35939,
[SMALL_STATE(678)] = 35984,
[SMALL_STATE(679)] = 36021,
[SMALL_STATE(680)] = 36056,
[SMALL_STATE(681)] = 36101,
[SMALL_STATE(682)] = 36146,
[SMALL_STATE(683)] = 36175,
[SMALL_STATE(684)] = 36204,
[SMALL_STATE(685)] = 36249,
[SMALL_STATE(686)] = 36289,
[SMALL_STATE(687)] = 36331,
[SMALL_STATE(688)] = 36371,
[SMALL_STATE(689)] = 36409,
[SMALL_STATE(690)] = 36451,
[SMALL_STATE(691)] = 36475,
[SMALL_STATE(692)] = 36499,
[SMALL_STATE(693)] = 36539,
[SMALL_STATE(694)] = 36583,
[SMALL_STATE(695)] = 36625,
[SMALL_STATE(696)] = 36649,
[SMALL_STATE(697)] = 36689,
[SMALL_STATE(698)] = 36729,
[SMALL_STATE(699)] = 36753,
[SMALL_STATE(700)] = 36793,
[SMALL_STATE(701)] = 36817,
[SMALL_STATE(702)] = 36857,
[SMALL_STATE(703)] = 36897,
[SMALL_STATE(704)] = 36939,
[SMALL_STATE(705)] = 36979,
[SMALL_STATE(706)] = 37021,
[SMALL_STATE(707)] = 37060,
[SMALL_STATE(708)] = 37099,
[SMALL_STATE(709)] = 37136,
[SMALL_STATE(710)] = 37175,
[SMALL_STATE(711)] = 37212,
[SMALL_STATE(712)] = 37251,
[SMALL_STATE(713)] = 37290,
[SMALL_STATE(714)] = 37329,
[SMALL_STATE(715)] = 37368,
[SMALL_STATE(716)] = 37405,
[SMALL_STATE(717)] = 37444,
[SMALL_STATE(718)] = 37481,
[SMALL_STATE(719)] = 37520,
[SMALL_STATE(720)] = 37547,
[SMALL_STATE(721)] = 37586,
[SMALL_STATE(722)] = 37621,
[SMALL_STATE(723)] = 37660,
[SMALL_STATE(724)] = 37699,
[SMALL_STATE(725)] = 37734,
[SMALL_STATE(726)] = 37773,
[SMALL_STATE(727)] = 37808,
[SMALL_STATE(728)] = 37843,
[SMALL_STATE(729)] = 37870,
[SMALL_STATE(730)] = 37909,
[SMALL_STATE(731)] = 37943,
[SMALL_STATE(732)] = 37975,
[SMALL_STATE(733)] = 38007,
[SMALL_STATE(734)] = 38041,
[SMALL_STATE(735)] = 38075,
[SMALL_STATE(736)] = 38111,
[SMALL_STATE(737)] = 38151,
[SMALL_STATE(738)] = 38185,
[SMALL_STATE(739)] = 38221,
[SMALL_STATE(740)] = 38257,
[SMALL_STATE(741)] = 38293,
[SMALL_STATE(742)] = 38324,
[SMALL_STATE(743)] = 38353,
[SMALL_STATE(744)] = 38382,
[SMALL_STATE(745)] = 38403,
[SMALL_STATE(746)] = 38432,
[SMALL_STATE(747)] = 38461,
[SMALL_STATE(748)] = 38490,
[SMALL_STATE(749)] = 38519,
[SMALL_STATE(750)] = 38548,
[SMALL_STATE(751)] = 38577,
[SMALL_STATE(752)] = 38606,
[SMALL_STATE(753)] = 38635,
[SMALL_STATE(754)] = 38666,
[SMALL_STATE(755)] = 38695,
[SMALL_STATE(756)] = 38724,
[SMALL_STATE(757)] = 38753,
[SMALL_STATE(758)] = 38774,
[SMALL_STATE(759)] = 38803,
[SMALL_STATE(760)] = 38832,
[SMALL_STATE(761)] = 38861,
[SMALL_STATE(762)] = 38892,
[SMALL_STATE(763)] = 38921,
[SMALL_STATE(764)] = 38942,
[SMALL_STATE(765)] = 38963,
[SMALL_STATE(766)] = 38992,
[SMALL_STATE(767)] = 39023,
[SMALL_STATE(768)] = 39054,
[SMALL_STATE(769)] = 39083,
[SMALL_STATE(770)] = 39112,
[SMALL_STATE(771)] = 39141,
[SMALL_STATE(772)] = 39166,
[SMALL_STATE(773)] = 39195,
[SMALL_STATE(774)] = 39228,
[SMALL_STATE(775)] = 39257,
[SMALL_STATE(776)] = 39286,
[SMALL_STATE(777)] = 39315,
[SMALL_STATE(778)] = 39344,
[SMALL_STATE(779)] = 39373,
[SMALL_STATE(780)] = 39402,
[SMALL_STATE(781)] = 39431,
[SMALL_STATE(782)] = 39460,
[SMALL_STATE(783)] = 39489,
[SMALL_STATE(784)] = 39522,
[SMALL_STATE(785)] = 39551,
[SMALL_STATE(786)] = 39580,
[SMALL_STATE(787)] = 39609,
[SMALL_STATE(788)] = 39638,
[SMALL_STATE(789)] = 39669,
[SMALL_STATE(790)] = 39698,
[SMALL_STATE(791)] = 39727,
[SMALL_STATE(792)] = 39758,
[SMALL_STATE(793)] = 39779,
[SMALL_STATE(794)] = 39808,
[SMALL_STATE(795)] = 39837,
[SMALL_STATE(796)] = 39868,
[SMALL_STATE(797)] = 39899,
[SMALL_STATE(798)] = 39928,
[SMALL_STATE(799)] = 39957,
[SMALL_STATE(800)] = 39986,
[SMALL_STATE(801)] = 40015,
[SMALL_STATE(802)] = 40044,
[SMALL_STATE(803)] = 40073,
[SMALL_STATE(804)] = 40102,
[SMALL_STATE(805)] = 40131,
[SMALL_STATE(806)] = 40162,
[SMALL_STATE(807)] = 40191,
[SMALL_STATE(808)] = 40220,
[SMALL_STATE(809)] = 40249,
[SMALL_STATE(810)] = 40278,
[SMALL_STATE(811)] = 40304,
[SMALL_STATE(812)] = 40330,
[SMALL_STATE(813)] = 40358,
[SMALL_STATE(814)] = 40380,
[SMALL_STATE(815)] = 40406,
[SMALL_STATE(816)] = 40432,
[SMALL_STATE(817)] = 40464,
[SMALL_STATE(818)] = 40490,
[SMALL_STATE(819)] = 40516,
[SMALL_STATE(820)] = 40542,
[SMALL_STATE(821)] = 40568,
[SMALL_STATE(822)] = 40594,
[SMALL_STATE(823)] = 40620,
[SMALL_STATE(824)] = 40646,
[SMALL_STATE(825)] = 40674,
[SMALL_STATE(826)] = 40700,
[SMALL_STATE(827)] = 40726,
[SMALL_STATE(828)] = 40752,
[SMALL_STATE(829)] = 40774,
[SMALL_STATE(830)] = 40800,
[SMALL_STATE(831)] = 40828,
[SMALL_STATE(832)] = 40854,
[SMALL_STATE(833)] = 40880,
[SMALL_STATE(834)] = 40906,
[SMALL_STATE(835)] = 40932,
[SMALL_STATE(836)] = 40958,
[SMALL_STATE(837)] = 40984,
[SMALL_STATE(838)] = 41010,
[SMALL_STATE(839)] = 41036,
[SMALL_STATE(840)] = 41062,
[SMALL_STATE(841)] = 41090,
[SMALL_STATE(842)] = 41116,
[SMALL_STATE(843)] = 41144,
[SMALL_STATE(844)] = 41170,
[SMALL_STATE(845)] = 41196,
[SMALL_STATE(846)] = 41222,
[SMALL_STATE(847)] = 41248,
[SMALL_STATE(848)] = 41274,
[SMALL_STATE(849)] = 41300,
[SMALL_STATE(850)] = 41326,
[SMALL_STATE(851)] = 41352,
[SMALL_STATE(852)] = 41378,
[SMALL_STATE(853)] = 41404,
[SMALL_STATE(854)] = 41430,
[SMALL_STATE(855)] = 41456,
[SMALL_STATE(856)] = 41482,
[SMALL_STATE(857)] = 41508,
[SMALL_STATE(858)] = 41536,
[SMALL_STATE(859)] = 41562,
[SMALL_STATE(860)] = 41588,
[SMALL_STATE(861)] = 41614,
[SMALL_STATE(862)] = 41636,
[SMALL_STATE(863)] = 41662,
[SMALL_STATE(864)] = 41688,
[SMALL_STATE(865)] = 41716,
[SMALL_STATE(866)] = 41744,
[SMALL_STATE(867)] = 41770,
[SMALL_STATE(868)] = 41796,
[SMALL_STATE(869)] = 41822,
[SMALL_STATE(870)] = 41848,
[SMALL_STATE(871)] = 41874,
[SMALL_STATE(872)] = 41900,
[SMALL_STATE(873)] = 41935,
[SMALL_STATE(874)] = 41968,
[SMALL_STATE(875)] = 42001,
[SMALL_STATE(876)] = 42024,
[SMALL_STATE(877)] = 42047,
[SMALL_STATE(878)] = 42070,
[SMALL_STATE(879)] = 42103,
[SMALL_STATE(880)] = 42125,
[SMALL_STATE(881)] = 42145,
[SMALL_STATE(882)] = 42167,
[SMALL_STATE(883)] = 42187,
[SMALL_STATE(884)] = 42207,
[SMALL_STATE(885)] = 42225,
[SMALL_STATE(886)] = 42247,
[SMALL_STATE(887)] = 42267,
[SMALL_STATE(888)] = 42286,
[SMALL_STATE(889)] = 42315,
[SMALL_STATE(890)] = 42344,
[SMALL_STATE(891)] = 42363,
[SMALL_STATE(892)] = 42382,
[SMALL_STATE(893)] = 42398,
[SMALL_STATE(894)] = 42430,
[SMALL_STATE(895)] = 42462,
[SMALL_STATE(896)] = 42494,
[SMALL_STATE(897)] = 42510,
[SMALL_STATE(898)] = 42542,
[SMALL_STATE(899)] = 42558,
[SMALL_STATE(900)] = 42590,
[SMALL_STATE(901)] = 42606,
[SMALL_STATE(902)] = 42622,
[SMALL_STATE(903)] = 42654,
[SMALL_STATE(904)] = 42681,
[SMALL_STATE(905)] = 42708,
[SMALL_STATE(906)] = 42735,
[SMALL_STATE(907)] = 42764,
[SMALL_STATE(908)] = 42795,
[SMALL_STATE(909)] = 42822,
[SMALL_STATE(910)] = 42853,
[SMALL_STATE(911)] = 42880,
[SMALL_STATE(912)] = 42907,
[SMALL_STATE(913)] = 42932,
[SMALL_STATE(914)] = 42959,
[SMALL_STATE(915)] = 42986,
[SMALL_STATE(916)] = 43013,
[SMALL_STATE(917)] = 43042,
[SMALL_STATE(918)] = 43073,
[SMALL_STATE(919)] = 43097,
[SMALL_STATE(920)] = 43113,
[SMALL_STATE(921)] = 43139,
[SMALL_STATE(922)] = 43155,
[SMALL_STATE(923)] = 43171,
[SMALL_STATE(924)] = 43187,
[SMALL_STATE(925)] = 43203,
[SMALL_STATE(926)] = 43219,
[SMALL_STATE(927)] = 43235,
[SMALL_STATE(928)] = 43251,
[SMALL_STATE(929)] = 43267,
[SMALL_STATE(930)] = 43283,
[SMALL_STATE(931)] = 43305,
[SMALL_STATE(932)] = 43321,
[SMALL_STATE(933)] = 43343,
[SMALL_STATE(934)] = 43359,
[SMALL_STATE(935)] = 43375,
[SMALL_STATE(936)] = 43401,
[SMALL_STATE(937)] = 43417,
[SMALL_STATE(938)] = 43433,
[SMALL_STATE(939)] = 43459,
[SMALL_STATE(940)] = 43475,
[SMALL_STATE(941)] = 43491,
[SMALL_STATE(942)] = 43507,
[SMALL_STATE(943)] = 43523,
[SMALL_STATE(944)] = 43547,
[SMALL_STATE(945)] = 43563,
[SMALL_STATE(946)] = 43579,
[SMALL_STATE(947)] = 43595,
[SMALL_STATE(948)] = 43623,
[SMALL_STATE(949)] = 43639,
[SMALL_STATE(950)] = 43655,
[SMALL_STATE(951)] = 43681,
[SMALL_STATE(952)] = 43697,
[SMALL_STATE(953)] = 43713,
[SMALL_STATE(954)] = 43729,
[SMALL_STATE(955)] = 43745,
[SMALL_STATE(956)] = 43761,
[SMALL_STATE(957)] = 43777,
[SMALL_STATE(958)] = 43793,
[SMALL_STATE(959)] = 43809,
[SMALL_STATE(960)] = 43825,
[SMALL_STATE(961)] = 43841,
[SMALL_STATE(962)] = 43857,
[SMALL_STATE(963)] = 43873,
[SMALL_STATE(964)] = 43889,
[SMALL_STATE(965)] = 43905,
[SMALL_STATE(966)] = 43921,
[SMALL_STATE(967)] = 43934,
[SMALL_STATE(968)] = 43959,
[SMALL_STATE(969)] = 43974,
[SMALL_STATE(970)] = 43991,
[SMALL_STATE(971)] = 44016,
[SMALL_STATE(972)] = 44031,
[SMALL_STATE(973)] = 44046,
[SMALL_STATE(974)] = 44067,
[SMALL_STATE(975)] = 44092,
[SMALL_STATE(976)] = 44113,
[SMALL_STATE(977)] = 44138,
[SMALL_STATE(978)] = 44163,
[SMALL_STATE(979)] = 44188,
[SMALL_STATE(980)] = 44213,
[SMALL_STATE(981)] = 44226,
[SMALL_STATE(982)] = 44243,
[SMALL_STATE(983)] = 44258,
[SMALL_STATE(984)] = 44273,
[SMALL_STATE(985)] = 44298,
[SMALL_STATE(986)] = 44313,
[SMALL_STATE(987)] = 44326,
[SMALL_STATE(988)] = 44351,
[SMALL_STATE(989)] = 44376,
[SMALL_STATE(990)] = 44389,
[SMALL_STATE(991)] = 44414,
[SMALL_STATE(992)] = 44439,
[SMALL_STATE(993)] = 44460,
[SMALL_STATE(994)] = 44485,
[SMALL_STATE(995)] = 44510,
[SMALL_STATE(996)] = 44523,
[SMALL_STATE(997)] = 44548,
[SMALL_STATE(998)] = 44573,
[SMALL_STATE(999)] = 44586,
[SMALL_STATE(1000)] = 44611,
[SMALL_STATE(1001)] = 44624,
[SMALL_STATE(1002)] = 44637,
[SMALL_STATE(1003)] = 44650,
[SMALL_STATE(1004)] = 44663,
[SMALL_STATE(1005)] = 44676,
[SMALL_STATE(1006)] = 44689,
[SMALL_STATE(1007)] = 44702,
[SMALL_STATE(1008)] = 44715,
[SMALL_STATE(1009)] = 44728,
[SMALL_STATE(1010)] = 44741,
[SMALL_STATE(1011)] = 44754,
[SMALL_STATE(1012)] = 44777,
[SMALL_STATE(1013)] = 44794,
[SMALL_STATE(1014)] = 44819,
[SMALL_STATE(1015)] = 44844,
[SMALL_STATE(1016)] = 44869,
[SMALL_STATE(1017)] = 44891,
[SMALL_STATE(1018)] = 44911,
[SMALL_STATE(1019)] = 44931,
[SMALL_STATE(1020)] = 44951,
[SMALL_STATE(1021)] = 44973,
[SMALL_STATE(1022)] = 44995,
[SMALL_STATE(1023)] = 45017,
[SMALL_STATE(1024)] = 45033,
[SMALL_STATE(1025)] = 45051,
[SMALL_STATE(1026)] = 45073,
[SMALL_STATE(1027)] = 45095,
[SMALL_STATE(1028)] = 45115,
[SMALL_STATE(1029)] = 45127,
[SMALL_STATE(1030)] = 45139,
[SMALL_STATE(1031)] = 45161,
[SMALL_STATE(1032)] = 45181,
[SMALL_STATE(1033)] = 45201,
[SMALL_STATE(1034)] = 45213,
[SMALL_STATE(1035)] = 45231,
[SMALL_STATE(1036)] = 45245,
[SMALL_STATE(1037)] = 45257,
[SMALL_STATE(1038)] = 45277,
[SMALL_STATE(1039)] = 45297,
[SMALL_STATE(1040)] = 45319,
[SMALL_STATE(1041)] = 45337,
[SMALL_STATE(1042)] = 45357,
[SMALL_STATE(1043)] = 45379,
[SMALL_STATE(1044)] = 45391,
[SMALL_STATE(1045)] = 45413,
[SMALL_STATE(1046)] = 45433,
[SMALL_STATE(1047)] = 45455,
[SMALL_STATE(1048)] = 45477,
[SMALL_STATE(1049)] = 45499,
[SMALL_STATE(1050)] = 45521,
[SMALL_STATE(1051)] = 45541,
[SMALL_STATE(1052)] = 45560,
[SMALL_STATE(1053)] = 45579,
[SMALL_STATE(1054)] = 45598,
[SMALL_STATE(1055)] = 45617,
[SMALL_STATE(1056)] = 45634,
[SMALL_STATE(1057)] = 45653,
[SMALL_STATE(1058)] = 45672,
[SMALL_STATE(1059)] = 45689,
[SMALL_STATE(1060)] = 45708,
[SMALL_STATE(1061)] = 45727,
[SMALL_STATE(1062)] = 45746,
[SMALL_STATE(1063)] = 45765,
[SMALL_STATE(1064)] = 45782,
[SMALL_STATE(1065)] = 45801,
[SMALL_STATE(1066)] = 45820,
[SMALL_STATE(1067)] = 45839,
[SMALL_STATE(1068)] = 45858,
[SMALL_STATE(1069)] = 45877,
[SMALL_STATE(1070)] = 45892,
[SMALL_STATE(1071)] = 45911,
[SMALL_STATE(1072)] = 45930,
[SMALL_STATE(1073)] = 45949,
[SMALL_STATE(1074)] = 45964,
[SMALL_STATE(1075)] = 45983,
[SMALL_STATE(1076)] = 46002,
[SMALL_STATE(1077)] = 46015,
[SMALL_STATE(1078)] = 46028,
[SMALL_STATE(1079)] = 46047,
[SMALL_STATE(1080)] = 46066,
[SMALL_STATE(1081)] = 46085,
[SMALL_STATE(1082)] = 46100,
[SMALL_STATE(1083)] = 46115,
[SMALL_STATE(1084)] = 46126,
[SMALL_STATE(1085)] = 46145,
[SMALL_STATE(1086)] = 46156,
[SMALL_STATE(1087)] = 46175,
[SMALL_STATE(1088)] = 46192,
[SMALL_STATE(1089)] = 46207,
[SMALL_STATE(1090)] = 46226,
[SMALL_STATE(1091)] = 46245,
[SMALL_STATE(1092)] = 46264,
[SMALL_STATE(1093)] = 46283,
[SMALL_STATE(1094)] = 46302,
[SMALL_STATE(1095)] = 46321,
[SMALL_STATE(1096)] = 46340,
[SMALL_STATE(1097)] = 46359,
[SMALL_STATE(1098)] = 46378,
[SMALL_STATE(1099)] = 46397,
[SMALL_STATE(1100)] = 46414,
[SMALL_STATE(1101)] = 46433,
[SMALL_STATE(1102)] = 46448,
[SMALL_STATE(1103)] = 46467,
[SMALL_STATE(1104)] = 46486,
[SMALL_STATE(1105)] = 46503,
[SMALL_STATE(1106)] = 46522,
[SMALL_STATE(1107)] = 46541,
[SMALL_STATE(1108)] = 46560,
[SMALL_STATE(1109)] = 46579,
[SMALL_STATE(1110)] = 46594,
[SMALL_STATE(1111)] = 46613,
[SMALL_STATE(1112)] = 46630,
[SMALL_STATE(1113)] = 46647,
[SMALL_STATE(1114)] = 46662,
[SMALL_STATE(1115)] = 46681,
[SMALL_STATE(1116)] = 46698,
[SMALL_STATE(1117)] = 46713,
[SMALL_STATE(1118)] = 46732,
[SMALL_STATE(1119)] = 46751,
[SMALL_STATE(1120)] = 46770,
[SMALL_STATE(1121)] = 46789,
[SMALL_STATE(1122)] = 46808,
[SMALL_STATE(1123)] = 46827,
[SMALL_STATE(1124)] = 46844,
[SMALL_STATE(1125)] = 46863,
[SMALL_STATE(1126)] = 46882,
[SMALL_STATE(1127)] = 46901,
[SMALL_STATE(1128)] = 46916,
[SMALL_STATE(1129)] = 46935,
[SMALL_STATE(1130)] = 46954,
[SMALL_STATE(1131)] = 46973,
[SMALL_STATE(1132)] = 46992,
[SMALL_STATE(1133)] = 47005,
[SMALL_STATE(1134)] = 47024,
[SMALL_STATE(1135)] = 47043,
[SMALL_STATE(1136)] = 47057,
[SMALL_STATE(1137)] = 47071,
[SMALL_STATE(1138)] = 47081,
[SMALL_STATE(1139)] = 47095,
[SMALL_STATE(1140)] = 47105,
[SMALL_STATE(1141)] = 47121,
[SMALL_STATE(1142)] = 47135,
[SMALL_STATE(1143)] = 47151,
[SMALL_STATE(1144)] = 47167,
[SMALL_STATE(1145)] = 47183,
[SMALL_STATE(1146)] = 47195,
[SMALL_STATE(1147)] = 47209,
[SMALL_STATE(1148)] = 47225,
[SMALL_STATE(1149)] = 47237,
[SMALL_STATE(1150)] = 47253,
[SMALL_STATE(1151)] = 47269,
[SMALL_STATE(1152)] = 47283,
[SMALL_STATE(1153)] = 47297,
[SMALL_STATE(1154)] = 47311,
[SMALL_STATE(1155)] = 47327,
[SMALL_STATE(1156)] = 47341,
[SMALL_STATE(1157)] = 47351,
[SMALL_STATE(1158)] = 47361,
[SMALL_STATE(1159)] = 47375,
[SMALL_STATE(1160)] = 47391,
[SMALL_STATE(1161)] = 47405,
[SMALL_STATE(1162)] = 47421,
[SMALL_STATE(1163)] = 47437,
[SMALL_STATE(1164)] = 47453,
[SMALL_STATE(1165)] = 47469,
[SMALL_STATE(1166)] = 47483,
[SMALL_STATE(1167)] = 47495,
[SMALL_STATE(1168)] = 47507,
[SMALL_STATE(1169)] = 47523,
[SMALL_STATE(1170)] = 47537,
[SMALL_STATE(1171)] = 47547,
[SMALL_STATE(1172)] = 47561,
[SMALL_STATE(1173)] = 47577,
[SMALL_STATE(1174)] = 47591,
[SMALL_STATE(1175)] = 47605,
[SMALL_STATE(1176)] = 47621,
[SMALL_STATE(1177)] = 47637,
[SMALL_STATE(1178)] = 47649,
[SMALL_STATE(1179)] = 47661,
[SMALL_STATE(1180)] = 47675,
[SMALL_STATE(1181)] = 47689,
[SMALL_STATE(1182)] = 47699,
[SMALL_STATE(1183)] = 47713,
[SMALL_STATE(1184)] = 47725,
[SMALL_STATE(1185)] = 47741,
[SMALL_STATE(1186)] = 47757,
[SMALL_STATE(1187)] = 47767,
[SMALL_STATE(1188)] = 47783,
[SMALL_STATE(1189)] = 47797,
[SMALL_STATE(1190)] = 47813,
[SMALL_STATE(1191)] = 47829,
[SMALL_STATE(1192)] = 47843,
[SMALL_STATE(1193)] = 47859,
[SMALL_STATE(1194)] = 47875,
[SMALL_STATE(1195)] = 47889,
[SMALL_STATE(1196)] = 47901,
[SMALL_STATE(1197)] = 47917,
[SMALL_STATE(1198)] = 47931,
[SMALL_STATE(1199)] = 47947,
[SMALL_STATE(1200)] = 47963,
[SMALL_STATE(1201)] = 47979,
[SMALL_STATE(1202)] = 47995,
[SMALL_STATE(1203)] = 48009,
[SMALL_STATE(1204)] = 48019,
[SMALL_STATE(1205)] = 48035,
[SMALL_STATE(1206)] = 48049,
[SMALL_STATE(1207)] = 48059,
[SMALL_STATE(1208)] = 48073,
[SMALL_STATE(1209)] = 48089,
[SMALL_STATE(1210)] = 48105,
[SMALL_STATE(1211)] = 48115,
[SMALL_STATE(1212)] = 48129,
[SMALL_STATE(1213)] = 48145,
[SMALL_STATE(1214)] = 48159,
[SMALL_STATE(1215)] = 48173,
[SMALL_STATE(1216)] = 48189,
[SMALL_STATE(1217)] = 48203,
[SMALL_STATE(1218)] = 48217,
[SMALL_STATE(1219)] = 48229,
[SMALL_STATE(1220)] = 48245,
[SMALL_STATE(1221)] = 48261,
[SMALL_STATE(1222)] = 48277,
[SMALL_STATE(1223)] = 48291,
[SMALL_STATE(1224)] = 48307,
[SMALL_STATE(1225)] = 48317,
[SMALL_STATE(1226)] = 48333,
[SMALL_STATE(1227)] = 48349,
[SMALL_STATE(1228)] = 48365,
[SMALL_STATE(1229)] = 48381,
[SMALL_STATE(1230)] = 48397,
[SMALL_STATE(1231)] = 48413,
[SMALL_STATE(1232)] = 48429,
[SMALL_STATE(1233)] = 48445,
[SMALL_STATE(1234)] = 48461,
[SMALL_STATE(1235)] = 48477,
[SMALL_STATE(1236)] = 48489,
[SMALL_STATE(1237)] = 48503,
[SMALL_STATE(1238)] = 48517,
[SMALL_STATE(1239)] = 48530,
[SMALL_STATE(1240)] = 48543,
[SMALL_STATE(1241)] = 48556,
[SMALL_STATE(1242)] = 48569,
[SMALL_STATE(1243)] = 48580,
[SMALL_STATE(1244)] = 48589,
[SMALL_STATE(1245)] = 48602,
[SMALL_STATE(1246)] = 48615,
[SMALL_STATE(1247)] = 48628,
[SMALL_STATE(1248)] = 48637,
[SMALL_STATE(1249)] = 48646,
[SMALL_STATE(1250)] = 48659,
[SMALL_STATE(1251)] = 48672,
[SMALL_STATE(1252)] = 48685,
[SMALL_STATE(1253)] = 48698,
[SMALL_STATE(1254)] = 48711,
[SMALL_STATE(1255)] = 48720,
[SMALL_STATE(1256)] = 48729,
[SMALL_STATE(1257)] = 48738,
[SMALL_STATE(1258)] = 48751,
[SMALL_STATE(1259)] = 48764,
[SMALL_STATE(1260)] = 48773,
[SMALL_STATE(1261)] = 48786,
[SMALL_STATE(1262)] = 48799,
[SMALL_STATE(1263)] = 48812,
[SMALL_STATE(1264)] = 48821,
[SMALL_STATE(1265)] = 48834,
[SMALL_STATE(1266)] = 48847,
[SMALL_STATE(1267)] = 48860,
[SMALL_STATE(1268)] = 48873,
[SMALL_STATE(1269)] = 48886,
[SMALL_STATE(1270)] = 48895,
[SMALL_STATE(1271)] = 48908,
[SMALL_STATE(1272)] = 48917,
[SMALL_STATE(1273)] = 48930,
[SMALL_STATE(1274)] = 48943,
[SMALL_STATE(1275)] = 48956,
[SMALL_STATE(1276)] = 48969,
[SMALL_STATE(1277)] = 48982,
[SMALL_STATE(1278)] = 48995,
[SMALL_STATE(1279)] = 49006,
[SMALL_STATE(1280)] = 49019,
[SMALL_STATE(1281)] = 49030,
[SMALL_STATE(1282)] = 49043,
[SMALL_STATE(1283)] = 49052,
[SMALL_STATE(1284)] = 49065,
[SMALL_STATE(1285)] = 49078,
[SMALL_STATE(1286)] = 49091,
[SMALL_STATE(1287)] = 49104,
[SMALL_STATE(1288)] = 49117,
[SMALL_STATE(1289)] = 49130,
[SMALL_STATE(1290)] = 49143,
[SMALL_STATE(1291)] = 49156,
[SMALL_STATE(1292)] = 49169,
[SMALL_STATE(1293)] = 49178,
[SMALL_STATE(1294)] = 49191,
[SMALL_STATE(1295)] = 49204,
[SMALL_STATE(1296)] = 49217,
[SMALL_STATE(1297)] = 49230,
[SMALL_STATE(1298)] = 49239,
[SMALL_STATE(1299)] = 49250,
[SMALL_STATE(1300)] = 49259,
[SMALL_STATE(1301)] = 49272,
[SMALL_STATE(1302)] = 49281,
[SMALL_STATE(1303)] = 49294,
[SMALL_STATE(1304)] = 49303,
[SMALL_STATE(1305)] = 49316,
[SMALL_STATE(1306)] = 49325,
[SMALL_STATE(1307)] = 49334,
[SMALL_STATE(1308)] = 49347,
[SMALL_STATE(1309)] = 49360,
[SMALL_STATE(1310)] = 49373,
[SMALL_STATE(1311)] = 49386,
[SMALL_STATE(1312)] = 49395,
[SMALL_STATE(1313)] = 49408,
[SMALL_STATE(1314)] = 49417,
[SMALL_STATE(1315)] = 49426,
[SMALL_STATE(1316)] = 49439,
[SMALL_STATE(1317)] = 49448,
[SMALL_STATE(1318)] = 49461,
[SMALL_STATE(1319)] = 49474,
[SMALL_STATE(1320)] = 49487,
[SMALL_STATE(1321)] = 49496,
[SMALL_STATE(1322)] = 49505,
[SMALL_STATE(1323)] = 49514,
[SMALL_STATE(1324)] = 49527,
[SMALL_STATE(1325)] = 49536,
[SMALL_STATE(1326)] = 49545,
[SMALL_STATE(1327)] = 49558,
[SMALL_STATE(1328)] = 49571,
[SMALL_STATE(1329)] = 49584,
[SMALL_STATE(1330)] = 49597,
[SMALL_STATE(1331)] = 49610,
[SMALL_STATE(1332)] = 49623,
[SMALL_STATE(1333)] = 49636,
[SMALL_STATE(1334)] = 49649,
[SMALL_STATE(1335)] = 49662,
[SMALL_STATE(1336)] = 49671,
[SMALL_STATE(1337)] = 49684,
[SMALL_STATE(1338)] = 49697,
[SMALL_STATE(1339)] = 49710,
[SMALL_STATE(1340)] = 49723,
[SMALL_STATE(1341)] = 49736,
[SMALL_STATE(1342)] = 49749,
[SMALL_STATE(1343)] = 49762,
[SMALL_STATE(1344)] = 49775,
[SMALL_STATE(1345)] = 49784,
[SMALL_STATE(1346)] = 49797,
[SMALL_STATE(1347)] = 49808,
[SMALL_STATE(1348)] = 49821,
[SMALL_STATE(1349)] = 49834,
[SMALL_STATE(1350)] = 49847,
[SMALL_STATE(1351)] = 49860,
[SMALL_STATE(1352)] = 49873,
[SMALL_STATE(1353)] = 49886,
[SMALL_STATE(1354)] = 49899,
[SMALL_STATE(1355)] = 49912,
[SMALL_STATE(1356)] = 49925,
[SMALL_STATE(1357)] = 49934,
[SMALL_STATE(1358)] = 49947,
[SMALL_STATE(1359)] = 49960,
[SMALL_STATE(1360)] = 49973,
[SMALL_STATE(1361)] = 49986,
[SMALL_STATE(1362)] = 49999,
[SMALL_STATE(1363)] = 50012,
[SMALL_STATE(1364)] = 50025,
[SMALL_STATE(1365)] = 50038,
[SMALL_STATE(1366)] = 50051,
[SMALL_STATE(1367)] = 50064,
[SMALL_STATE(1368)] = 50075,
[SMALL_STATE(1369)] = 50084,
[SMALL_STATE(1370)] = 50093,
[SMALL_STATE(1371)] = 50106,
[SMALL_STATE(1372)] = 50119,
[SMALL_STATE(1373)] = 50128,
[SMALL_STATE(1374)] = 50141,
[SMALL_STATE(1375)] = 50154,
[SMALL_STATE(1376)] = 50167,
[SMALL_STATE(1377)] = 50176,
[SMALL_STATE(1378)] = 50189,
[SMALL_STATE(1379)] = 50202,
[SMALL_STATE(1380)] = 50211,
[SMALL_STATE(1381)] = 50220,
[SMALL_STATE(1382)] = 50229,
[SMALL_STATE(1383)] = 50242,
[SMALL_STATE(1384)] = 50255,
[SMALL_STATE(1385)] = 50266,
[SMALL_STATE(1386)] = 50277,
[SMALL_STATE(1387)] = 50288,
[SMALL_STATE(1388)] = 50301,
[SMALL_STATE(1389)] = 50310,
[SMALL_STATE(1390)] = 50323,
[SMALL_STATE(1391)] = 50336,
[SMALL_STATE(1392)] = 50345,
[SMALL_STATE(1393)] = 50358,
[SMALL_STATE(1394)] = 50367,
[SMALL_STATE(1395)] = 50376,
[SMALL_STATE(1396)] = 50389,
[SMALL_STATE(1397)] = 50402,
[SMALL_STATE(1398)] = 50415,
[SMALL_STATE(1399)] = 50424,
[SMALL_STATE(1400)] = 50437,
[SMALL_STATE(1401)] = 50450,
[SMALL_STATE(1402)] = 50463,
[SMALL_STATE(1403)] = 50476,
[SMALL_STATE(1404)] = 50485,
[SMALL_STATE(1405)] = 50498,
[SMALL_STATE(1406)] = 50511,
[SMALL_STATE(1407)] = 50524,
[SMALL_STATE(1408)] = 50537,
[SMALL_STATE(1409)] = 50550,
[SMALL_STATE(1410)] = 50563,
[SMALL_STATE(1411)] = 50572,
[SMALL_STATE(1412)] = 50585,
[SMALL_STATE(1413)] = 50598,
[SMALL_STATE(1414)] = 50607,
[SMALL_STATE(1415)] = 50620,
[SMALL_STATE(1416)] = 50633,
[SMALL_STATE(1417)] = 50644,
[SMALL_STATE(1418)] = 50657,
[SMALL_STATE(1419)] = 50666,
[SMALL_STATE(1420)] = 50679,
[SMALL_STATE(1421)] = 50692,
[SMALL_STATE(1422)] = 50701,
[SMALL_STATE(1423)] = 50710,
[SMALL_STATE(1424)] = 50723,
[SMALL_STATE(1425)] = 50732,
[SMALL_STATE(1426)] = 50745,
[SMALL_STATE(1427)] = 50754,
[SMALL_STATE(1428)] = 50767,
[SMALL_STATE(1429)] = 50776,
[SMALL_STATE(1430)] = 50789,
[SMALL_STATE(1431)] = 50802,
[SMALL_STATE(1432)] = 50811,
[SMALL_STATE(1433)] = 50820,
[SMALL_STATE(1434)] = 50833,
[SMALL_STATE(1435)] = 50844,
[SMALL_STATE(1436)] = 50857,
[SMALL_STATE(1437)] = 50870,
[SMALL_STATE(1438)] = 50880,
[SMALL_STATE(1439)] = 50888,
[SMALL_STATE(1440)] = 50898,
[SMALL_STATE(1441)] = 50908,
[SMALL_STATE(1442)] = 50916,
[SMALL_STATE(1443)] = 50926,
[SMALL_STATE(1444)] = 50936,
[SMALL_STATE(1445)] = 50944,
[SMALL_STATE(1446)] = 50954,
[SMALL_STATE(1447)] = 50964,
[SMALL_STATE(1448)] = 50974,
[SMALL_STATE(1449)] = 50984,
[SMALL_STATE(1450)] = 50994,
[SMALL_STATE(1451)] = 51004,
[SMALL_STATE(1452)] = 51014,
[SMALL_STATE(1453)] = 51024,
[SMALL_STATE(1454)] = 51034,
[SMALL_STATE(1455)] = 51044,
[SMALL_STATE(1456)] = 51054,
[SMALL_STATE(1457)] = 51062,
[SMALL_STATE(1458)] = 51072,
[SMALL_STATE(1459)] = 51080,
[SMALL_STATE(1460)] = 51090,
[SMALL_STATE(1461)] = 51100,
[SMALL_STATE(1462)] = 51108,
[SMALL_STATE(1463)] = 51116,
[SMALL_STATE(1464)] = 51126,
[SMALL_STATE(1465)] = 51136,
[SMALL_STATE(1466)] = 51146,
[SMALL_STATE(1467)] = 51156,
[SMALL_STATE(1468)] = 51164,
[SMALL_STATE(1469)] = 51174,
[SMALL_STATE(1470)] = 51182,
[SMALL_STATE(1471)] = 51190,
[SMALL_STATE(1472)] = 51200,
[SMALL_STATE(1473)] = 51208,
[SMALL_STATE(1474)] = 51216,
[SMALL_STATE(1475)] = 51226,
[SMALL_STATE(1476)] = 51236,
[SMALL_STATE(1477)] = 51246,
[SMALL_STATE(1478)] = 51256,
[SMALL_STATE(1479)] = 51264,
[SMALL_STATE(1480)] = 51272,
[SMALL_STATE(1481)] = 51280,
[SMALL_STATE(1482)] = 51288,
[SMALL_STATE(1483)] = 51296,
[SMALL_STATE(1484)] = 51306,
[SMALL_STATE(1485)] = 51314,
[SMALL_STATE(1486)] = 51324,
[SMALL_STATE(1487)] = 51334,
[SMALL_STATE(1488)] = 51344,
[SMALL_STATE(1489)] = 51352,
[SMALL_STATE(1490)] = 51360,
[SMALL_STATE(1491)] = 51368,
[SMALL_STATE(1492)] = 51376,
[SMALL_STATE(1493)] = 51384,
[SMALL_STATE(1494)] = 51394,
[SMALL_STATE(1495)] = 51402,
[SMALL_STATE(1496)] = 51410,
[SMALL_STATE(1497)] = 51420,
[SMALL_STATE(1498)] = 51430,
[SMALL_STATE(1499)] = 51440,
[SMALL_STATE(1500)] = 51448,
[SMALL_STATE(1501)] = 51458,
[SMALL_STATE(1502)] = 51468,
[SMALL_STATE(1503)] = 51476,
[SMALL_STATE(1504)] = 51486,
[SMALL_STATE(1505)] = 51496,
[SMALL_STATE(1506)] = 51506,
[SMALL_STATE(1507)] = 51514,
[SMALL_STATE(1508)] = 51524,
[SMALL_STATE(1509)] = 51532,
[SMALL_STATE(1510)] = 51542,
[SMALL_STATE(1511)] = 51550,
[SMALL_STATE(1512)] = 51558,
[SMALL_STATE(1513)] = 51566,
[SMALL_STATE(1514)] = 51574,
[SMALL_STATE(1515)] = 51582,
[SMALL_STATE(1516)] = 51592,
[SMALL_STATE(1517)] = 51600,
[SMALL_STATE(1518)] = 51608,
[SMALL_STATE(1519)] = 51618,
[SMALL_STATE(1520)] = 51626,
[SMALL_STATE(1521)] = 51636,
[SMALL_STATE(1522)] = 51646,
[SMALL_STATE(1523)] = 51654,
[SMALL_STATE(1524)] = 51664,
[SMALL_STATE(1525)] = 51674,
[SMALL_STATE(1526)] = 51684,
[SMALL_STATE(1527)] = 51692,
[SMALL_STATE(1528)] = 51700,
[SMALL_STATE(1529)] = 51708,
[SMALL_STATE(1530)] = 51718,
[SMALL_STATE(1531)] = 51726,
[SMALL_STATE(1532)] = 51734,
[SMALL_STATE(1533)] = 51744,
[SMALL_STATE(1534)] = 51752,
[SMALL_STATE(1535)] = 51762,
[SMALL_STATE(1536)] = 51770,
[SMALL_STATE(1537)] = 51780,
[SMALL_STATE(1538)] = 51788,
[SMALL_STATE(1539)] = 51796,
[SMALL_STATE(1540)] = 51806,
[SMALL_STATE(1541)] = 51814,
[SMALL_STATE(1542)] = 51824,
[SMALL_STATE(1543)] = 51834,
[SMALL_STATE(1544)] = 51844,
[SMALL_STATE(1545)] = 51852,
[SMALL_STATE(1546)] = 51862,
[SMALL_STATE(1547)] = 51870,
[SMALL_STATE(1548)] = 51878,
[SMALL_STATE(1549)] = 51886,
[SMALL_STATE(1550)] = 51896,
[SMALL_STATE(1551)] = 51906,
[SMALL_STATE(1552)] = 51916,
[SMALL_STATE(1553)] = 51926,
[SMALL_STATE(1554)] = 51934,
[SMALL_STATE(1555)] = 51942,
[SMALL_STATE(1556)] = 51950,
[SMALL_STATE(1557)] = 51958,
[SMALL_STATE(1558)] = 51966,
[SMALL_STATE(1559)] = 51974,
[SMALL_STATE(1560)] = 51982,
[SMALL_STATE(1561)] = 51992,
[SMALL_STATE(1562)] = 52000,
[SMALL_STATE(1563)] = 52008,
[SMALL_STATE(1564)] = 52016,
[SMALL_STATE(1565)] = 52024,
[SMALL_STATE(1566)] = 52032,
[SMALL_STATE(1567)] = 52040,
[SMALL_STATE(1568)] = 52050,
[SMALL_STATE(1569)] = 52060,
[SMALL_STATE(1570)] = 52070,
[SMALL_STATE(1571)] = 52078,
[SMALL_STATE(1572)] = 52086,
[SMALL_STATE(1573)] = 52096,
[SMALL_STATE(1574)] = 52104,
[SMALL_STATE(1575)] = 52112,
[SMALL_STATE(1576)] = 52120,
[SMALL_STATE(1577)] = 52130,
[SMALL_STATE(1578)] = 52140,
[SMALL_STATE(1579)] = 52148,
[SMALL_STATE(1580)] = 52158,
[SMALL_STATE(1581)] = 52166,
[SMALL_STATE(1582)] = 52176,
[SMALL_STATE(1583)] = 52186,
[SMALL_STATE(1584)] = 52194,
[SMALL_STATE(1585)] = 52204,
[SMALL_STATE(1586)] = 52212,
[SMALL_STATE(1587)] = 52220,
[SMALL_STATE(1588)] = 52230,
[SMALL_STATE(1589)] = 52238,
[SMALL_STATE(1590)] = 52248,
[SMALL_STATE(1591)] = 52258,
[SMALL_STATE(1592)] = 52268,
[SMALL_STATE(1593)] = 52276,
[SMALL_STATE(1594)] = 52284,
[SMALL_STATE(1595)] = 52292,
[SMALL_STATE(1596)] = 52302,
[SMALL_STATE(1597)] = 52310,
[SMALL_STATE(1598)] = 52320,
[SMALL_STATE(1599)] = 52330,
[SMALL_STATE(1600)] = 52340,
[SMALL_STATE(1601)] = 52348,
[SMALL_STATE(1602)] = 52356,
[SMALL_STATE(1603)] = 52364,
[SMALL_STATE(1604)] = 52374,
[SMALL_STATE(1605)] = 52382,
[SMALL_STATE(1606)] = 52390,
[SMALL_STATE(1607)] = 52398,
[SMALL_STATE(1608)] = 52408,
[SMALL_STATE(1609)] = 52418,
[SMALL_STATE(1610)] = 52428,
[SMALL_STATE(1611)] = 52436,
[SMALL_STATE(1612)] = 52444,
[SMALL_STATE(1613)] = 52452,
[SMALL_STATE(1614)] = 52462,
[SMALL_STATE(1615)] = 52470,
[SMALL_STATE(1616)] = 52477,
[SMALL_STATE(1617)] = 52484,
[SMALL_STATE(1618)] = 52491,
[SMALL_STATE(1619)] = 52498,
[SMALL_STATE(1620)] = 52505,
[SMALL_STATE(1621)] = 52512,
[SMALL_STATE(1622)] = 52519,
[SMALL_STATE(1623)] = 52526,
[SMALL_STATE(1624)] = 52533,
[SMALL_STATE(1625)] = 52540,
[SMALL_STATE(1626)] = 52547,
[SMALL_STATE(1627)] = 52554,
[SMALL_STATE(1628)] = 52561,
[SMALL_STATE(1629)] = 52568,
[SMALL_STATE(1630)] = 52575,
[SMALL_STATE(1631)] = 52582,
[SMALL_STATE(1632)] = 52589,
[SMALL_STATE(1633)] = 52596,
[SMALL_STATE(1634)] = 52603,
[SMALL_STATE(1635)] = 52610,
[SMALL_STATE(1636)] = 52617,
[SMALL_STATE(1637)] = 52624,
[SMALL_STATE(1638)] = 52631,
[SMALL_STATE(1639)] = 52638,
[SMALL_STATE(1640)] = 52645,
[SMALL_STATE(1641)] = 52652,
[SMALL_STATE(1642)] = 52659,
[SMALL_STATE(1643)] = 52666,
[SMALL_STATE(1644)] = 52673,
[SMALL_STATE(1645)] = 52680,
[SMALL_STATE(1646)] = 52687,
[SMALL_STATE(1647)] = 52694,
[SMALL_STATE(1648)] = 52701,
[SMALL_STATE(1649)] = 52708,
[SMALL_STATE(1650)] = 52715,
[SMALL_STATE(1651)] = 52722,
[SMALL_STATE(1652)] = 52729,
[SMALL_STATE(1653)] = 52736,
[SMALL_STATE(1654)] = 52743,
[SMALL_STATE(1655)] = 52750,
[SMALL_STATE(1656)] = 52757,
[SMALL_STATE(1657)] = 52764,
[SMALL_STATE(1658)] = 52771,
[SMALL_STATE(1659)] = 52778,
[SMALL_STATE(1660)] = 52785,
[SMALL_STATE(1661)] = 52792,
[SMALL_STATE(1662)] = 52799,
[SMALL_STATE(1663)] = 52806,
[SMALL_STATE(1664)] = 52813,
[SMALL_STATE(1665)] = 52820,
[SMALL_STATE(1666)] = 52827,
[SMALL_STATE(1667)] = 52834,
[SMALL_STATE(1668)] = 52841,
[SMALL_STATE(1669)] = 52848,
[SMALL_STATE(1670)] = 52855,
[SMALL_STATE(1671)] = 52862,
[SMALL_STATE(1672)] = 52869,
[SMALL_STATE(1673)] = 52876,
[SMALL_STATE(1674)] = 52883,
[SMALL_STATE(1675)] = 52890,
[SMALL_STATE(1676)] = 52897,
[SMALL_STATE(1677)] = 52904,
[SMALL_STATE(1678)] = 52911,
[SMALL_STATE(1679)] = 52918,
[SMALL_STATE(1680)] = 52925,
[SMALL_STATE(1681)] = 52932,
[SMALL_STATE(1682)] = 52939,
[SMALL_STATE(1683)] = 52946,
[SMALL_STATE(1684)] = 52953,
[SMALL_STATE(1685)] = 52960,
[SMALL_STATE(1686)] = 52967,
[SMALL_STATE(1687)] = 52974,
[SMALL_STATE(1688)] = 52981,
[SMALL_STATE(1689)] = 52988,
[SMALL_STATE(1690)] = 52995,
[SMALL_STATE(1691)] = 53002,
[SMALL_STATE(1692)] = 53009,
[SMALL_STATE(1693)] = 53016,
[SMALL_STATE(1694)] = 53023,
[SMALL_STATE(1695)] = 53030,
[SMALL_STATE(1696)] = 53037,
[SMALL_STATE(1697)] = 53044,
[SMALL_STATE(1698)] = 53051,
[SMALL_STATE(1699)] = 53058,
[SMALL_STATE(1700)] = 53065,
[SMALL_STATE(1701)] = 53072,
[SMALL_STATE(1702)] = 53079,
[SMALL_STATE(1703)] = 53086,
[SMALL_STATE(1704)] = 53093,
[SMALL_STATE(1705)] = 53100,
[SMALL_STATE(1706)] = 53107,
[SMALL_STATE(1707)] = 53114,
[SMALL_STATE(1708)] = 53121,
[SMALL_STATE(1709)] = 53128,
[SMALL_STATE(1710)] = 53135,
[SMALL_STATE(1711)] = 53142,
[SMALL_STATE(1712)] = 53149,
[SMALL_STATE(1713)] = 53156,
[SMALL_STATE(1714)] = 53163,
[SMALL_STATE(1715)] = 53170,
[SMALL_STATE(1716)] = 53177,
[SMALL_STATE(1717)] = 53184,
[SMALL_STATE(1718)] = 53191,
[SMALL_STATE(1719)] = 53198,
[SMALL_STATE(1720)] = 53205,
[SMALL_STATE(1721)] = 53212,
[SMALL_STATE(1722)] = 53219,
[SMALL_STATE(1723)] = 53226,
[SMALL_STATE(1724)] = 53233,
[SMALL_STATE(1725)] = 53240,
[SMALL_STATE(1726)] = 53247,
[SMALL_STATE(1727)] = 53254,
[SMALL_STATE(1728)] = 53261,
[SMALL_STATE(1729)] = 53268,
[SMALL_STATE(1730)] = 53275,
[SMALL_STATE(1731)] = 53282,
[SMALL_STATE(1732)] = 53289,
[SMALL_STATE(1733)] = 53296,
[SMALL_STATE(1734)] = 53303,
[SMALL_STATE(1735)] = 53310,
[SMALL_STATE(1736)] = 53317,
[SMALL_STATE(1737)] = 53324,
[SMALL_STATE(1738)] = 53331,
[SMALL_STATE(1739)] = 53338,
[SMALL_STATE(1740)] = 53345,
[SMALL_STATE(1741)] = 53352,
[SMALL_STATE(1742)] = 53359,
[SMALL_STATE(1743)] = 53366,
[SMALL_STATE(1744)] = 53373,
[SMALL_STATE(1745)] = 53380,
[SMALL_STATE(1746)] = 53387,
[SMALL_STATE(1747)] = 53394,
[SMALL_STATE(1748)] = 53401,
[SMALL_STATE(1749)] = 53408,
[SMALL_STATE(1750)] = 53415,
[SMALL_STATE(1751)] = 53422,
[SMALL_STATE(1752)] = 53429,
[SMALL_STATE(1753)] = 53436,
[SMALL_STATE(1754)] = 53443,
[SMALL_STATE(1755)] = 53450,
[SMALL_STATE(1756)] = 53457,
[SMALL_STATE(1757)] = 53464,
[SMALL_STATE(1758)] = 53471,
[SMALL_STATE(1759)] = 53478,
[SMALL_STATE(1760)] = 53485,
[SMALL_STATE(1761)] = 53492,
[SMALL_STATE(1762)] = 53499,
[SMALL_STATE(1763)] = 53506,
[SMALL_STATE(1764)] = 53513,
[SMALL_STATE(1765)] = 53520,
[SMALL_STATE(1766)] = 53527,
[SMALL_STATE(1767)] = 53534,
[SMALL_STATE(1768)] = 53541,
[SMALL_STATE(1769)] = 53548,
[SMALL_STATE(1770)] = 53555,
[SMALL_STATE(1771)] = 53562,
[SMALL_STATE(1772)] = 53569,
[SMALL_STATE(1773)] = 53576,
[SMALL_STATE(1774)] = 53583,
[SMALL_STATE(1775)] = 53590,
[SMALL_STATE(1776)] = 53597,
[SMALL_STATE(1777)] = 53604,
[SMALL_STATE(1778)] = 53611,
[SMALL_STATE(1779)] = 53618,
[SMALL_STATE(1780)] = 53625,
[SMALL_STATE(1781)] = 53632,
[SMALL_STATE(1782)] = 53639,
[SMALL_STATE(1783)] = 53646,
[SMALL_STATE(1784)] = 53653,
[SMALL_STATE(1785)] = 53660,
[SMALL_STATE(1786)] = 53667,
[SMALL_STATE(1787)] = 53674,
[SMALL_STATE(1788)] = 53681,
[SMALL_STATE(1789)] = 53688,
[SMALL_STATE(1790)] = 53695,
[SMALL_STATE(1791)] = 53702,
[SMALL_STATE(1792)] = 53709,
[SMALL_STATE(1793)] = 53716,
[SMALL_STATE(1794)] = 53723,
[SMALL_STATE(1795)] = 53730,
[SMALL_STATE(1796)] = 53737,
[SMALL_STATE(1797)] = 53744,
[SMALL_STATE(1798)] = 53751,
[SMALL_STATE(1799)] = 53758,
[SMALL_STATE(1800)] = 53765,
[SMALL_STATE(1801)] = 53772,
[SMALL_STATE(1802)] = 53779,
[SMALL_STATE(1803)] = 53786,
[SMALL_STATE(1804)] = 53793,
[SMALL_STATE(1805)] = 53800,
[SMALL_STATE(1806)] = 53807,
[SMALL_STATE(1807)] = 53814,
[SMALL_STATE(1808)] = 53821,
[SMALL_STATE(1809)] = 53828,
[SMALL_STATE(1810)] = 53835,
[SMALL_STATE(1811)] = 53842,
[SMALL_STATE(1812)] = 53849,
[SMALL_STATE(1813)] = 53856,
[SMALL_STATE(1814)] = 53863,
[SMALL_STATE(1815)] = 53870,
[SMALL_STATE(1816)] = 53877,
[SMALL_STATE(1817)] = 53884,
[SMALL_STATE(1818)] = 53891,
[SMALL_STATE(1819)] = 53898,
[SMALL_STATE(1820)] = 53905,
[SMALL_STATE(1821)] = 53912,
[SMALL_STATE(1822)] = 53919,
[SMALL_STATE(1823)] = 53926,
[SMALL_STATE(1824)] = 53933,
[SMALL_STATE(1825)] = 53940,
[SMALL_STATE(1826)] = 53947,
[SMALL_STATE(1827)] = 53954,
[SMALL_STATE(1828)] = 53961,
[SMALL_STATE(1829)] = 53968,
[SMALL_STATE(1830)] = 53975,
[SMALL_STATE(1831)] = 53982,
[SMALL_STATE(1832)] = 53989,
[SMALL_STATE(1833)] = 53996,
[SMALL_STATE(1834)] = 54003,
[SMALL_STATE(1835)] = 54010,
[SMALL_STATE(1836)] = 54017,
[SMALL_STATE(1837)] = 54024,
[SMALL_STATE(1838)] = 54031,
[SMALL_STATE(1839)] = 54038,
[SMALL_STATE(1840)] = 54045,
[SMALL_STATE(1841)] = 54052,
[SMALL_STATE(1842)] = 54059,
[SMALL_STATE(1843)] = 54066,
[SMALL_STATE(1844)] = 54073,
[SMALL_STATE(1845)] = 54080,
[SMALL_STATE(1846)] = 54087,
[SMALL_STATE(1847)] = 54094,
[SMALL_STATE(1848)] = 54101,
[SMALL_STATE(1849)] = 54108,
[SMALL_STATE(1850)] = 54115,
[SMALL_STATE(1851)] = 54122,
[SMALL_STATE(1852)] = 54129,
[SMALL_STATE(1853)] = 54136,
[SMALL_STATE(1854)] = 54143,
[SMALL_STATE(1855)] = 54150,
[SMALL_STATE(1856)] = 54157,
[SMALL_STATE(1857)] = 54164,
[SMALL_STATE(1858)] = 54171,
[SMALL_STATE(1859)] = 54178,
[SMALL_STATE(1860)] = 54185,
[SMALL_STATE(1861)] = 54192,
[SMALL_STATE(1862)] = 54199,
[SMALL_STATE(1863)] = 54206,
[SMALL_STATE(1864)] = 54213,
[SMALL_STATE(1865)] = 54220,
[SMALL_STATE(1866)] = 54227,
[SMALL_STATE(1867)] = 54234,
[SMALL_STATE(1868)] = 54241,
[SMALL_STATE(1869)] = 54248,
[SMALL_STATE(1870)] = 54255,
[SMALL_STATE(1871)] = 54262,
[SMALL_STATE(1872)] = 54269,
[SMALL_STATE(1873)] = 54276,
[SMALL_STATE(1874)] = 54283,
[SMALL_STATE(1875)] = 54290,
[SMALL_STATE(1876)] = 54297,
[SMALL_STATE(1877)] = 54304,
[SMALL_STATE(1878)] = 54311,
[SMALL_STATE(1879)] = 54318,
[SMALL_STATE(1880)] = 54325,
[SMALL_STATE(1881)] = 54332,
[SMALL_STATE(1882)] = 54339,
[SMALL_STATE(1883)] = 54346,
[SMALL_STATE(1884)] = 54353,
[SMALL_STATE(1885)] = 54360,
[SMALL_STATE(1886)] = 54367,
[SMALL_STATE(1887)] = 54374,
[SMALL_STATE(1888)] = 54381,
[SMALL_STATE(1889)] = 54388,
[SMALL_STATE(1890)] = 54395,
[SMALL_STATE(1891)] = 54402,
[SMALL_STATE(1892)] = 54409,
[SMALL_STATE(1893)] = 54416,
[SMALL_STATE(1894)] = 54423,
[SMALL_STATE(1895)] = 54430,
[SMALL_STATE(1896)] = 54437,
[SMALL_STATE(1897)] = 54444,
[SMALL_STATE(1898)] = 54451,
[SMALL_STATE(1899)] = 54458,
[SMALL_STATE(1900)] = 54465,
[SMALL_STATE(1901)] = 54472,
[SMALL_STATE(1902)] = 54479,
[SMALL_STATE(1903)] = 54486,
[SMALL_STATE(1904)] = 54493,
[SMALL_STATE(1905)] = 54500,
[SMALL_STATE(1906)] = 54507,
[SMALL_STATE(1907)] = 54514,
[SMALL_STATE(1908)] = 54521,
[SMALL_STATE(1909)] = 54528,
[SMALL_STATE(1910)] = 54535,
[SMALL_STATE(1911)] = 54542,
[SMALL_STATE(1912)] = 54549,
[SMALL_STATE(1913)] = 54556,
[SMALL_STATE(1914)] = 54563,
[SMALL_STATE(1915)] = 54570,
[SMALL_STATE(1916)] = 54577,
[SMALL_STATE(1917)] = 54584,
[SMALL_STATE(1918)] = 54591,
[SMALL_STATE(1919)] = 54598,
[SMALL_STATE(1920)] = 54605,
[SMALL_STATE(1921)] = 54612,
[SMALL_STATE(1922)] = 54619,
[SMALL_STATE(1923)] = 54626,
[SMALL_STATE(1924)] = 54633,
[SMALL_STATE(1925)] = 54640,
[SMALL_STATE(1926)] = 54647,
[SMALL_STATE(1927)] = 54654,
[SMALL_STATE(1928)] = 54661,
[SMALL_STATE(1929)] = 54668,
[SMALL_STATE(1930)] = 54675,
[SMALL_STATE(1931)] = 54682,
[SMALL_STATE(1932)] = 54689,
[SMALL_STATE(1933)] = 54696,
[SMALL_STATE(1934)] = 54703,
[SMALL_STATE(1935)] = 54710,
[SMALL_STATE(1936)] = 54717,
[SMALL_STATE(1937)] = 54724,
[SMALL_STATE(1938)] = 54731,
[SMALL_STATE(1939)] = 54738,
[SMALL_STATE(1940)] = 54745,
[SMALL_STATE(1941)] = 54752,
[SMALL_STATE(1942)] = 54759,
[SMALL_STATE(1943)] = 54766,
[SMALL_STATE(1944)] = 54773,
[SMALL_STATE(1945)] = 54780,
[SMALL_STATE(1946)] = 54787,
[SMALL_STATE(1947)] = 54794,
[SMALL_STATE(1948)] = 54801,
[SMALL_STATE(1949)] = 54808,
[SMALL_STATE(1950)] = 54815,
[SMALL_STATE(1951)] = 54822,
[SMALL_STATE(1952)] = 54829,
[SMALL_STATE(1953)] = 54836,
[SMALL_STATE(1954)] = 54843,
[SMALL_STATE(1955)] = 54850,
[SMALL_STATE(1956)] = 54857,
[SMALL_STATE(1957)] = 54864,
[SMALL_STATE(1958)] = 54871,
[SMALL_STATE(1959)] = 54878,
[SMALL_STATE(1960)] = 54885,
[SMALL_STATE(1961)] = 54892,
[SMALL_STATE(1962)] = 54899,
[SMALL_STATE(1963)] = 54906,
[SMALL_STATE(1964)] = 54913,
[SMALL_STATE(1965)] = 54920,
[SMALL_STATE(1966)] = 54927,
[SMALL_STATE(1967)] = 54934,
[SMALL_STATE(1968)] = 54941,
[SMALL_STATE(1969)] = 54948,
[SMALL_STATE(1970)] = 54955,
[SMALL_STATE(1971)] = 54962,
[SMALL_STATE(1972)] = 54969,
[SMALL_STATE(1973)] = 54976,
[SMALL_STATE(1974)] = 54983,
[SMALL_STATE(1975)] = 54990,
[SMALL_STATE(1976)] = 54997,
[SMALL_STATE(1977)] = 55004,
[SMALL_STATE(1978)] = 55011,
[SMALL_STATE(1979)] = 55018,
[SMALL_STATE(1980)] = 55025,
[SMALL_STATE(1981)] = 55032,
[SMALL_STATE(1982)] = 55039,
[SMALL_STATE(1983)] = 55046,
[SMALL_STATE(1984)] = 55053,
[SMALL_STATE(1985)] = 55060,
[SMALL_STATE(1986)] = 55067,
[SMALL_STATE(1987)] = 55074,
[SMALL_STATE(1988)] = 55081,
[SMALL_STATE(1989)] = 55088,
[SMALL_STATE(1990)] = 55095,
[SMALL_STATE(1991)] = 55102,
[SMALL_STATE(1992)] = 55109,
[SMALL_STATE(1993)] = 55116,
[SMALL_STATE(1994)] = 55123,
[SMALL_STATE(1995)] = 55130,
[SMALL_STATE(1996)] = 55137,
[SMALL_STATE(1997)] = 55144,
[SMALL_STATE(1998)] = 55151,
[SMALL_STATE(1999)] = 55158,
[SMALL_STATE(2000)] = 55165,
[SMALL_STATE(2001)] = 55172,
[SMALL_STATE(2002)] = 55179,
[SMALL_STATE(2003)] = 55186,
[SMALL_STATE(2004)] = 55193,
[SMALL_STATE(2005)] = 55200,
[SMALL_STATE(2006)] = 55207,
[SMALL_STATE(2007)] = 55214,
[SMALL_STATE(2008)] = 55221,
[SMALL_STATE(2009)] = 55228,
[SMALL_STATE(2010)] = 55235,
[SMALL_STATE(2011)] = 55242,
[SMALL_STATE(2012)] = 55249,
[SMALL_STATE(2013)] = 55256,
[SMALL_STATE(2014)] = 55263,
[SMALL_STATE(2015)] = 55270,
[SMALL_STATE(2016)] = 55277,
[SMALL_STATE(2017)] = 55284,
[SMALL_STATE(2018)] = 55291,
[SMALL_STATE(2019)] = 55298,
[SMALL_STATE(2020)] = 55305,
[SMALL_STATE(2021)] = 55312,
[SMALL_STATE(2022)] = 55319,
[SMALL_STATE(2023)] = 55326,
[SMALL_STATE(2024)] = 55333,
[SMALL_STATE(2025)] = 55340,
[SMALL_STATE(2026)] = 55347,
[SMALL_STATE(2027)] = 55354,
[SMALL_STATE(2028)] = 55361,
[SMALL_STATE(2029)] = 55368,
[SMALL_STATE(2030)] = 55375,
[SMALL_STATE(2031)] = 55382,
[SMALL_STATE(2032)] = 55389,
[SMALL_STATE(2033)] = 55396,
[SMALL_STATE(2034)] = 55403,
[SMALL_STATE(2035)] = 55410,
[SMALL_STATE(2036)] = 55417,
[SMALL_STATE(2037)] = 55424,
[SMALL_STATE(2038)] = 55431,
[SMALL_STATE(2039)] = 55438,
[SMALL_STATE(2040)] = 55445,
[SMALL_STATE(2041)] = 55452,
[SMALL_STATE(2042)] = 55459,
[SMALL_STATE(2043)] = 55466,
[SMALL_STATE(2044)] = 55473,
[SMALL_STATE(2045)] = 55480,
[SMALL_STATE(2046)] = 55487,
[SMALL_STATE(2047)] = 55494,
[SMALL_STATE(2048)] = 55501,
[SMALL_STATE(2049)] = 55508,
[SMALL_STATE(2050)] = 55515,
[SMALL_STATE(2051)] = 55522,
[SMALL_STATE(2052)] = 55529,
[SMALL_STATE(2053)] = 55536,
[SMALL_STATE(2054)] = 55543,
[SMALL_STATE(2055)] = 55550,
[SMALL_STATE(2056)] = 55557,
[SMALL_STATE(2057)] = 55564,
[SMALL_STATE(2058)] = 55571,
[SMALL_STATE(2059)] = 55578,
[SMALL_STATE(2060)] = 55585,
[SMALL_STATE(2061)] = 55592,
[SMALL_STATE(2062)] = 55599,
[SMALL_STATE(2063)] = 55606,
[SMALL_STATE(2064)] = 55613,
[SMALL_STATE(2065)] = 55620,
[SMALL_STATE(2066)] = 55627,
[SMALL_STATE(2067)] = 55634,
[SMALL_STATE(2068)] = 55641,
[SMALL_STATE(2069)] = 55648,
[SMALL_STATE(2070)] = 55655,
[SMALL_STATE(2071)] = 55662,
[SMALL_STATE(2072)] = 55669,
[SMALL_STATE(2073)] = 55676,
[SMALL_STATE(2074)] = 55683,
[SMALL_STATE(2075)] = 55690,
[SMALL_STATE(2076)] = 55697,
[SMALL_STATE(2077)] = 55704,
[SMALL_STATE(2078)] = 55711,
[SMALL_STATE(2079)] = 55718,
[SMALL_STATE(2080)] = 55725,
[SMALL_STATE(2081)] = 55732,
[SMALL_STATE(2082)] = 55739,
[SMALL_STATE(2083)] = 55746,
[SMALL_STATE(2084)] = 55753,
[SMALL_STATE(2085)] = 55760,
[SMALL_STATE(2086)] = 55767,
[SMALL_STATE(2087)] = 55774,
[SMALL_STATE(2088)] = 55781,
[SMALL_STATE(2089)] = 55788,
[SMALL_STATE(2090)] = 55795,
[SMALL_STATE(2091)] = 55802,
[SMALL_STATE(2092)] = 55809,
[SMALL_STATE(2093)] = 55816,
[SMALL_STATE(2094)] = 55823,
[SMALL_STATE(2095)] = 55830,
[SMALL_STATE(2096)] = 55837,
[SMALL_STATE(2097)] = 55844,
[SMALL_STATE(2098)] = 55851,
[SMALL_STATE(2099)] = 55858,
[SMALL_STATE(2100)] = 55865,
[SMALL_STATE(2101)] = 55872,
[SMALL_STATE(2102)] = 55879,
[SMALL_STATE(2103)] = 55886,
[SMALL_STATE(2104)] = 55893,
[SMALL_STATE(2105)] = 55900,
[SMALL_STATE(2106)] = 55907,
[SMALL_STATE(2107)] = 55914,
[SMALL_STATE(2108)] = 55921,
[SMALL_STATE(2109)] = 55928,
[SMALL_STATE(2110)] = 55935,
[SMALL_STATE(2111)] = 55942,
[SMALL_STATE(2112)] = 55949,
[SMALL_STATE(2113)] = 55956,
[SMALL_STATE(2114)] = 55963,
[SMALL_STATE(2115)] = 55970,
[SMALL_STATE(2116)] = 55977,
[SMALL_STATE(2117)] = 55984,
[SMALL_STATE(2118)] = 55991,
[SMALL_STATE(2119)] = 55998,
[SMALL_STATE(2120)] = 56005,
[SMALL_STATE(2121)] = 56012,
[SMALL_STATE(2122)] = 56019,
[SMALL_STATE(2123)] = 56026,
[SMALL_STATE(2124)] = 56033,
[SMALL_STATE(2125)] = 56040,
[SMALL_STATE(2126)] = 56047,
[SMALL_STATE(2127)] = 56054,
[SMALL_STATE(2128)] = 56061,
[SMALL_STATE(2129)] = 56068,
[SMALL_STATE(2130)] = 56075,
[SMALL_STATE(2131)] = 56082,
[SMALL_STATE(2132)] = 56089,
[SMALL_STATE(2133)] = 56096,
[SMALL_STATE(2134)] = 56103,
[SMALL_STATE(2135)] = 56110,
[SMALL_STATE(2136)] = 56117,
[SMALL_STATE(2137)] = 56124,
[SMALL_STATE(2138)] = 56131,
[SMALL_STATE(2139)] = 56138,
[SMALL_STATE(2140)] = 56145,
[SMALL_STATE(2141)] = 56152,
[SMALL_STATE(2142)] = 56159,
};
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(912),
[9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077),
[11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436),
[13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732),
[15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708),
[17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107),
[19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753),
[21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440),
[23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755),
[25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117),
[27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104),
[29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78),
[31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102),
[33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768),
[35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100),
[37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404),
[39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862),
[41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858),
[43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20),
[45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275),
[47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400),
[49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087),
[51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646),
[53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372),
[55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084),
[57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083),
[59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264),
[61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219),
[63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583),
[65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823),
[67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822),
[69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080),
[71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259),
[73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737),
[75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819),
[77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229),
[79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91),
[81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254),
[83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074),
[85] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2),
[87] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(912),
[90] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1077),
[93] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1436),
[96] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(732),
[99] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(708),
[102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(107),
[105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(753),
[108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1440),
[111] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(755),
[114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2117),
[117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2104),
[120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(78),
[123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2102),
[126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(768),
[129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2100),
[132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1404),
[135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(862),
[138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(858),
[141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(20),
[144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(275),
[147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1400),
[150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2087),
[153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(646),
[156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1372),
[159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2084),
[162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2083),
[165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(264),
[168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(219),
[171] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(583),
[174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(823),
[177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(822),
[180] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2080),
[183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(259),
[186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(737),
[189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(819),
[192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(229),
[195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(91),
[198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(254),
[201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2074),
[204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compilation, 1),
[206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1192),
[209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(812),
[212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(708),
[215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(753),
[218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2),
[220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(2117),
[223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(2102),
[226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1404),
[229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(862),
[232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(858),
[235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1400),
[238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(646),
[241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1372),
[244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(2083),
[247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(236),
[250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(2074),
[253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1023),
[256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1077),
[259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1436),
[262] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1298),
[265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2),
[267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(78),
[270] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(768),
[273] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(2100),
[276] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(20),
[279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(275),
[282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(2084),
[285] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(2083),
[288] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(264),
[291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(219),
[294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(583),
[297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(823),
[300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(822),
[303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(2080),
[306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(259),
[309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(737),
[312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(819),
[315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(229),
[318] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(91),
[321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(254),
[324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1192),
[326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812),
[328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236),
[330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276),
[332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36),
[334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693),
[336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39),
[338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138),
[340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329),
[342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68),
[344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333),
[346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363),
[348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79),
[350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364),
[352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341),
[354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73),
[356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(539),
[358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518),
[360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539),
[362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550),
[364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886),
[366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886),
[368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62),
[370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121),
[372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771),
[374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040),
[376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579),
[378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871),
[380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580),
[382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590),
[384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663),
[386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878),
[388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235),
[390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607),
[392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880),
[394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861),
[396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262),
[398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747),
[400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70),
[402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778),
[404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58),
[406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnatprep_declarative_if_statement_repeat1, 4, .production_id = 5),
[408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnatprep_declarative_if_statement_repeat1, 3, .production_id = 5),
[410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81),
[412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66),
[414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56),
[416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63),
[418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53),
[420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59),
[422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1023),
[424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298),
[426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__sequence_of_statements, 1),
[428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_declarative_part, 1),
[430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76),
[432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67),
[434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80),
[436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77),
[438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83),
[440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54),
[442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784),
[444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835),
[446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779),
[448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780),
[450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920),
[452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810),
[454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_alternative, 1),
[456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_triggering_alternative, 1),
[458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__sequence_of_statements, 2),
[460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_alternative, 1),
[462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253),
[464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94),
[466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960),
[468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_call_alternative, 1),
[470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98),
[472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704),
[474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnatprep_if_statement_repeat1, 4, .production_id = 5),
[476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnatprep_if_statement_repeat1, 3, .production_id = 5),
[478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996),
[480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844),
[482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888),
[484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664),
[486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669),
[488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665),
[490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801),
[492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(584),
[494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538),
[496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587),
[498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280),
[500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581),
[502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556),
[504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1610),
[506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650),
[508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(587),
[510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(549),
[512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570),
[514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549),
[516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125),
[518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817),
[520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803),
[522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815),
[524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477),
[526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466),
[528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346),
[530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120),
[532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782),
[534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123),
[536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743),
[538] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(1192),
[541] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(812),
[544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(708),
[547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2),
[549] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(817),
[552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(2117),
[555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(2102),
[558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(1477),
[561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(862),
[564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(858),
[567] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(1466),
[570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(646),
[573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(1372),
[576] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(2083),
[579] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(2074),
[582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518),
[584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347),
[586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474),
[588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580),
[590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804),
[592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756),
[594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(598),
[596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520),
[598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520),
[600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12),
[602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113),
[604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 8, .production_id = 107),
[606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 8, .production_id = 107),
[608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 5, .production_id = 55),
[610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 5, .production_id = 55),
[612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selective_accept, 9),
[614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selective_accept, 9),
[616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 7, .production_id = 91),
[618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 7, .production_id = 91),
[620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 9, .production_id = 116),
[622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 9, .production_id = 116),
[624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requeue_statement, 3, .production_id = 3),
[626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requeue_statement, 3, .production_id = 3),
[628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 9, .production_id = 92),
[630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 9, .production_id = 92),
[632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 7, .production_id = 31),
[634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 7, .production_id = 31),
[636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_g, 6),
[638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pragma_g, 6),
[640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 9, .production_id = 107),
[642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 9, .production_id = 107),
[644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 9, .production_id = 5),
[646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 9, .production_id = 5),
[648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abort_statement, 3),
[650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abort_statement, 3),
[652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_return_statement, 2),
[654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_return_statement, 2),
[656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selective_accept, 6),
[658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selective_accept, 6),
[660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 7, .production_id = 5),
[662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 7, .production_id = 5),
[664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 6, .production_id = 75),
[666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 6, .production_id = 75),
[668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 7, .production_id = 92),
[670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 7, .production_id = 92),
[672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 5, .production_id = 3),
[674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raise_statement, 5, .production_id = 3),
[676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 2),
[678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 2),
[680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 5),
[682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_statement, 5),
[684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 6, .production_id = 15),
[686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 6, .production_id = 15),
[688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_statement, 3),
[690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extended_return_statement, 3),
[692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_return_statement, 3),
[694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_return_statement, 3),
[696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_g, 3),
[698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pragma_g, 3),
[700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 7, .production_id = 78),
[702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 7, .production_id = 78),
[704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 7, .production_id = 93),
[706] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 7, .production_id = 93),
[708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 6, .production_id = 5),
[710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 6, .production_id = 5),
[712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selective_accept, 5),
[714] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selective_accept, 5),
[716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 3, .production_id = 15),
[718] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 3, .production_id = 15),
[720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requeue_statement, 5, .production_id = 3),
[722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requeue_statement, 5, .production_id = 3),
[724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 5, .production_id = 54),
[726] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 5, .production_id = 54),
[728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 9, .production_id = 75),
[730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 9, .production_id = 75),
[732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 11, .production_id = 127),
[734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 11, .production_id = 127),
[736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 7, .production_id = 90),
[738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 7, .production_id = 90),
[740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 6, .production_id = 55),
[742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 6, .production_id = 55),
[744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 3, .production_id = 3),
[746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raise_statement, 3, .production_id = 3),
[748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_call_statement, 2, .production_id = 2),
[750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_call_statement, 2, .production_id = 2),
[752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 6, .production_id = 78),
[754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 6, .production_id = 78),
[756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 4),
[758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_statement, 4),
[760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 3, .production_id = 16),
[762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 3, .production_id = 16),
[764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, .production_id = 17),
[766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, .production_id = 17),
[768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 6),
[770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_statement, 6),
[772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abort_statement, 4),
[774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abort_statement, 4),
[776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selective_accept, 7),
[778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selective_accept, 7),
[780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_relative_statement, 3),
[782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delay_relative_statement, 3),
[784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_entry_call, 7),
[786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_entry_call, 7),
[788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_timed_entry_call, 7),
[790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_timed_entry_call, 7),
[792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 4, .production_id = 31),
[794] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 4, .production_id = 31),
[796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_statement, 7),
[798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extended_return_statement, 7),
[800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, .production_id = 89),
[802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, .production_id = 89),
[804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 4, .production_id = 32),
[806] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 4, .production_id = 32),
[808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_until_statement, 4),
[810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delay_until_statement, 4),
[812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_statement, 2),
[814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_statement, 2),
[816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_g, 7),
[818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pragma_g, 7),
[820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 2),
[822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raise_statement, 2),
[824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_call_statement, 3, .production_id = 2),
[826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_call_statement, 3, .production_id = 2),
[828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_statement, 3, .production_id = 20),
[830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_statement, 3, .production_id = 20),
[832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 2),
[834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 2),
[836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 8, .production_id = 89),
[838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 8, .production_id = 89),
[840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_asynchronous_select, 8, .production_id = 105),
[842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_asynchronous_select, 8, .production_id = 105),
[844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selective_accept, 8),
[846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selective_accept, 8),
[848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 7),
[850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 7),
[852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 8, .production_id = 106),
[854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 8, .production_id = 106),
[856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 8, .production_id = 5),
[858] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 8, .production_id = 5),
[860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 8, .production_id = 92),
[862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 8, .production_id = 92),
[864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 10, .production_id = 122),
[866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 10, .production_id = 122),
[868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 10, .production_id = 123),
[870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 10, .production_id = 123),
[872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 7),
[874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_statement, 7),
[876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 10, .production_id = 90),
[878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 10, .production_id = 90),
[880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 8, .production_id = 93),
[882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 8, .production_id = 93),
[884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 8),
[886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_statement, 8),
[888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 10, .production_id = 107),
[890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 10, .production_id = 107),
[892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128),
[894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(593),
[896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(588),
[898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577),
[900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(597),
[902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597),
[904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(604),
[906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150),
[908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753),
[910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796),
[912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085),
[914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381),
[916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797),
[918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1952),
[920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124),
[922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(589),
[924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589),
[926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277),
[928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513),
[930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651),
[932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456),
[934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772),
[936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 7, .production_id = 41),
[938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 7, .production_id = 41),
[940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_definition_clause, 7, .production_id = 41),
[942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_definition_clause, 7, .production_id = 41),
[944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_representation_clause, 5, .production_id = 41),
[946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumeration_representation_clause, 5, .production_id = 41),
[948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448),
[950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 9, .production_id = 41),
[952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 9, .production_id = 41),
[954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_at_clause, 6),
[956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_at_clause, 6),
[958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 9, .production_id = 110),
[960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 9, .production_id = 110),
[962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368),
[964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367),
[966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 8, .production_id = 41),
[968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 8, .production_id = 41),
[970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 8, .production_id = 98),
[972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 8, .production_id = 98),
[974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 10, .production_id = 118),
[976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 10, .production_id = 118),
[978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_clause, 3),
[980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_clause, 3),
[982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 4),
[984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 4),
[986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 113),
[988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 113),
[990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 11, .production_id = 125),
[992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 11, .production_id = 125),
[994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 8, .production_id = 65),
[996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 8, .production_id = 65),
[998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body_stub, 6),
[1000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body_stub, 6),
[1002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 6, .production_id = 65),
[1004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 6, .production_id = 65),
[1006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_renaming_declaration, 4, .production_id = 37),
[1008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_renaming_declaration, 4, .production_id = 37),
[1010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 10, .production_id = 124),
[1012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 10, .production_id = 124),
[1014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_instantiation, 6, .production_id = 67),
[1016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_instantiation, 6, .production_id = 67),
[1018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_renaming_declaration, 6, .production_id = 44),
[1020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_renaming_declaration, 6, .production_id = 44),
[1022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 4, .production_id = 36),
[1024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 4, .production_id = 36),
[1026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body_stub, 4),
[1028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body_stub, 4),
[1030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_procedure_declaration, 4),
[1032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_procedure_declaration, 4),
[1034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 4),
[1036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 4),
[1038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 6),
[1040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 6),
[1042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body, 10),
[1044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body, 10),
[1046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_type_declaration, 6),
[1048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_type_declaration, 6),
[1050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_incomplete_type_declaration, 6),
[1052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_incomplete_type_declaration, 6),
[1054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 10),
[1056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 10),
[1058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_subprogram_declaration, 4),
[1060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_subprogram_declaration, 4),
[1062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_function_declaration, 4),
[1064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_function_declaration, 4),
[1066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 4, .production_id = 2),
[1068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 4, .production_id = 2),
[1070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 4, .production_id = 34),
[1072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 4, .production_id = 34),
[1074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_declaration, 4),
[1076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exception_declaration, 4),
[1078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(577),
[1080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_protected_declaration, 6),
[1082] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_protected_declaration, 6),
[1084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 10),
[1086] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 10),
[1088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 3),
[1090] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 3),
[1092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 6),
[1094] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 6),
[1096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 10),
[1098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 10),
[1100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 113),
[1102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 113),
[1104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 8, .production_id = 79),
[1106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 8, .production_id = 79),
[1108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body, 6),
[1110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body, 6),
[1112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 120),
[1114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 120),
[1116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 7, .production_id = 96),
[1118] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 7, .production_id = 96),
[1120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body_stub, 6),
[1122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body_stub, 6),
[1124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 7),
[1126] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 7),
[1128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_instantiation, 7, .production_id = 94),
[1130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_instantiation, 7, .production_id = 94),
[1132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_protected_declaration, 8),
[1134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_protected_declaration, 8),
[1136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 8),
[1138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 8),
[1140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 7, .production_id = 56),
[1142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 7, .production_id = 56),
[1144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 74),
[1146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 74),
[1148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 120),
[1150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 120),
[1152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 74),
[1154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 74),
[1156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 10, .production_id = 65),
[1158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 10, .production_id = 65),
[1160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 8),
[1162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 8),
[1164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 7, .production_id = 77),
[1166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 7, .production_id = 77),
[1168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 6, .production_id = 62),
[1170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 6, .production_id = 62),
[1172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 6, .production_id = 61),
[1174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 6, .production_id = 61),
[1176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_renaming_declaration, 6, .production_id = 60),
[1178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exception_renaming_declaration, 6, .production_id = 60),
[1180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 7, .production_id = 2),
[1182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 7, .production_id = 2),
[1184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_renaming_declaration, 5, .production_id = 37),
[1186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_renaming_declaration, 5, .production_id = 37),
[1188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 10, .production_id = 119),
[1190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 10, .production_id = 119),
[1192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 14, .production_id = 126),
[1194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 14, .production_id = 126),
[1196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 126),
[1198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 126),
[1200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 8, .production_id = 74),
[1202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 8, .production_id = 74),
[1204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 9),
[1206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 9),
[1208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 11),
[1210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 11),
[1212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_clause, 5, .production_id = 42),
[1214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_clause, 5, .production_id = 42),
[1216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 5, .production_id = 22),
[1218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 5, .production_id = 22),
[1220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 8, .production_id = 99),
[1222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 8, .production_id = 99),
[1224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 4),
[1226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 4),
[1228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 6),
[1230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 6),
[1232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body, 8),
[1234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body, 8),
[1236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body, 8),
[1238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body, 8),
[1240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 6),
[1242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 6),
[1244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 5, .production_id = 36),
[1246] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 5, .production_id = 36),
[1248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 11),
[1250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 11),
[1252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body_stub, 6),
[1254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body_stub, 6),
[1256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 70),
[1258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 70),
[1260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 8),
[1262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 8),
[1264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_renaming_declaration, 5, .production_id = 59),
[1266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_renaming_declaration, 5, .production_id = 59),
[1268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body, 11),
[1270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body, 11),
[1272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body, 9),
[1274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body, 9),
[1276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 8),
[1278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 8),
[1280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 5, .production_id = 58),
[1282] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 5, .production_id = 58),
[1284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body_stub, 5),
[1286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body_stub, 5),
[1288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 71),
[1290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 71),
[1292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 9),
[1294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 9),
[1296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_package_declaration, 2),
[1298] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_package_declaration, 2),
[1300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 113),
[1302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 113),
[1304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_incomplete_type_declaration, 3),
[1306] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_incomplete_type_declaration, 3),
[1308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 72),
[1310] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 72),
[1312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 9),
[1314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 9),
[1316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 72),
[1318] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 72),
[1320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 71),
[1322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 71),
[1324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_protected_declaration, 5),
[1326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_protected_declaration, 5),
[1328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 1),
[1330] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 1),
[1332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body, 9),
[1334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body, 9),
[1336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 9),
[1338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 9),
[1340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_protected_declaration, 9),
[1342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_protected_declaration, 9),
[1344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_renaming_declaration, 5, .production_id = 44),
[1346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_renaming_declaration, 5, .production_id = 44),
[1348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_procedure_declaration, 5),
[1350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_procedure_declaration, 5),
[1352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_type_declaration, 1),
[1354] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_type_declaration, 1),
[1356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 70),
[1358] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 70),
[1360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_declaration, 2, .production_id = 6),
[1362] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_declaration, 2, .production_id = 6),
[1364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_declaration, 6, .production_id = 40),
[1366] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subtype_declaration, 6, .production_id = 40),
[1368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 6, .production_id = 56),
[1370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 6, .production_id = 56),
[1372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 6, .production_id = 2),
[1374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 6, .production_id = 2),
[1376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body_stub, 7),
[1378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body_stub, 7),
[1380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_subprogram_declaration, 3),
[1382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_subprogram_declaration, 3),
[1384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 7),
[1386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 7),
[1388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_function_declaration, 5),
[1390] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_function_declaration, 5),
[1392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 6, .production_id = 77),
[1394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 6, .production_id = 77),
[1396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 6, .production_id = 34),
[1398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 6, .production_id = 34),
[1400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 5, .production_id = 34),
[1402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 5, .production_id = 34),
[1404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 13, .production_id = 126),
[1406] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 13, .production_id = 126),
[1408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 3),
[1410] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 3),
[1412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 5),
[1414] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 5),
[1416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_declaration, 5),
[1418] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exception_declaration, 5),
[1420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 9, .production_id = 117),
[1422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 9, .production_id = 117),
[1424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_function_declaration, 6),
[1426] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_function_declaration, 6),
[1428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 5, .production_id = 56),
[1430] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 5, .production_id = 56),
[1432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_procedure_declaration, 6),
[1434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_procedure_declaration, 6),
[1436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_incomplete_type_declaration, 4),
[1438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_incomplete_type_declaration, 4),
[1440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body_stub, 6),
[1442] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body_stub, 6),
[1444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number_declaration, 5),
[1446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number_declaration, 5),
[1448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 6, .production_id = 58),
[1450] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 6, .production_id = 58),
[1452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 5),
[1454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 5),
[1456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_renaming_declaration, 6, .production_id = 59),
[1458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_renaming_declaration, 6, .production_id = 59),
[1460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 8, .production_id = 77),
[1462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 8, .production_id = 77),
[1464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 8, .production_id = 2),
[1466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 8, .production_id = 2),
[1468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 9, .production_id = 113),
[1470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 9, .production_id = 113),
[1472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 6),
[1474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 6),
[1476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_instantiation, 8, .production_id = 94),
[1478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_instantiation, 8, .production_id = 94),
[1480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 5, .production_id = 2),
[1482] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 5, .production_id = 2),
[1484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_renaming_declaration, 7, .production_id = 60),
[1486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exception_renaming_declaration, 7, .production_id = 60),
[1488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 61),
[1490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 61),
[1492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 13, .production_id = 120),
[1494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 13, .production_id = 120),
[1496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 62),
[1498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 62),
[1500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 79),
[1502] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 79),
[1504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 9),
[1506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 9),
[1508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 4, .production_id = 22),
[1510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 4, .production_id = 22),
[1512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 9, .production_id = 74),
[1514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 9, .production_id = 74),
[1516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_type_declaration, 5),
[1518] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_type_declaration, 5),
[1520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_declaration, 5, .production_id = 40),
[1522] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subtype_declaration, 5, .production_id = 40),
[1524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body_stub, 7),
[1526] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body_stub, 7),
[1528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 7, .production_id = 81),
[1530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 7, .production_id = 81),
[1532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 8, .production_id = 109),
[1534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 8, .production_id = 109),
[1536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 8),
[1538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 8),
[1540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 5),
[1542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 5),
[1544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body_stub, 7),
[1546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body_stub, 7),
[1548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body, 7),
[1550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body, 7),
[1552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_incomplete_type_declaration, 5),
[1554] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_incomplete_type_declaration, 5),
[1556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 7),
[1558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 7),
[1560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 7, .production_id = 65),
[1562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 7, .production_id = 65),
[1564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_body_stub, 1),
[1566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_body_stub, 1),
[1568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_type_declaration, 7),
[1570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_type_declaration, 7),
[1572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 9, .production_id = 65),
[1574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 9, .production_id = 65),
[1576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_instantiation, 7, .production_id = 67),
[1578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_instantiation, 7, .production_id = 67),
[1580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 120),
[1582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 120),
[1584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 2),
[1586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 2),
[1588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 9, .production_id = 111),
[1590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 9, .production_id = 111),
[1592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_clause, 4, .production_id = 26),
[1594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_clause, 4, .production_id = 26),
[1596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 7),
[1598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 7),
[1600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 126),
[1602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 126),
[1604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_aggregate, 3),
[1606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_aggregate, 3),
[1608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_delta_aggregate, 6),
[1610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_delta_aggregate, 6),
[1612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 7),
[1614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 7),
[1616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__reduction_attribute_reference, 3),
[1618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__reduction_attribute_reference, 3),
[1620] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 4),
[1622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 4),
[1624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_array_aggregate, 2),
[1626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_array_aggregate, 2),
[1628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 8),
[1630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 8),
[1632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_designator, 1),
[1634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_designator, 1),
[1636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_named_array_aggregate, 3),
[1638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_array_aggregate, 3),
[1640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__attribute_reference, 3),
[1642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attribute_reference, 3),
[1644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538),
[1646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_expression, 3, .production_id = 18),
[1648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_expression, 3, .production_id = 18),
[1650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parenthesized_expression, 3),
[1652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parenthesized_expression, 3),
[1654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extension_aggregate, 5),
[1656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extension_aggregate, 5),
[1658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selected_component, 3, .production_id = 19),
[1660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_component, 3, .production_id = 19),
[1662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 3),
[1664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 3),
[1666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_delta_aggregate, 6),
[1668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_delta_aggregate, 6),
[1670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reduction_attribute_designator, 4),
[1672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reduction_attribute_designator, 4),
[1674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice, 4, .production_id = 33),
[1676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4, .production_id = 33),
[1678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 5),
[1680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 5),
[1682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 6),
[1684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 6),
[1686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_actual_parameter_part, 3),
[1688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_actual_parameter_part, 3),
[1690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_actual_parameter_part, 4),
[1692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_actual_parameter_part, 4),
[1694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 2, .production_id = 2),
[1696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 2, .production_id = 2),
[1698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 4, .production_id = 13),
[1700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 4, .production_id = 13),
[1702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 3, .production_id = 13),
[1704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 3, .production_id = 13),
[1706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 7, .production_id = 86),
[1708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 7, .production_id = 86),
[1710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 5, .production_id = 30),
[1712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 5, .production_id = 30),
[1714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 5, .production_id = 57),
[1716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 5, .production_id = 57),
[1718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 8, .production_id = 86),
[1720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 8, .production_id = 86),
[1722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 5, .production_id = 35),
[1724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 5, .production_id = 35),
[1726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 7, .production_id = 69),
[1728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 7, .production_id = 69),
[1730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 4, .production_id = 30),
[1732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 4, .production_id = 30),
[1734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(876),
[1736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 9, .production_id = 108),
[1738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 9, .production_id = 108),
[1740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 4, .production_id = 35),
[1742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 4, .production_id = 35),
[1744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 6, .production_id = 69),
[1746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 6, .production_id = 69),
[1748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 8, .production_id = 108),
[1750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 8, .production_id = 108),
[1752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 7, .production_id = 95),
[1754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 7, .production_id = 95),
[1756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 6, .production_id = 57),
[1758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 6, .production_id = 57),
[1760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 8, .production_id = 95),
[1762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 8, .production_id = 95),
[1764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__subtype_indication_paren_constraint, 1, .production_id = 7),
[1766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication_paren_constraint, 1, .production_id = 7),
[1768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111),
[1770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subunit, 5, .production_id = 46),
[1772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subunit, 5, .production_id = 46),
[1774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__name, 1),
[1776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name, 1),
[1778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(111),
[1781] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), REDUCE(sym__subtype_indication, 1, .production_id = 7),
[1784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533),
[1786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524),
[1788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511),
[1790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary, 1, .production_id = 2),
[1792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary, 1, .production_id = 2),
[1794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679),
[1796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1282),
[1798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110),
[1800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 28),
[1802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 28),
[1804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__subtype_indication_paren_constraint, 2, .production_id = 21),
[1806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication_paren_constraint, 2, .production_id = 21),
[1808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 45),
[1810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 45),
[1812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 27),
[1814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 27),
[1816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compilation_unit, 1),
[1818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compilation_unit, 1),
[1820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 3),
[1822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 3),
[1824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compilation_unit, 2),
[1826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compilation_unit, 2),
[1828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_allocator, 3),
[1830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_allocator, 3),
[1832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__subtype_mark, 1),
[1834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_mark, 1),
[1836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), REDUCE(sym__subtype_mark, 1),
[1839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_allocator, 2),
[1841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_allocator, 2),
[1843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634),
[1845] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__name, 1), REDUCE(sym__subtype_indication, 1, .production_id = 7), REDUCE(sym_component_choice_list, 1, .dynamic_precedence = 1),
[1849] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__name, 1), REDUCE(sym__subtype_indication, 1, .production_id = 7), SHIFT(1489),
[1853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_term, 1, .production_id = 4),
[1855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_term, 1, .production_id = 4),
[1857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882),
[1859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(882),
[1861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 12),
[1863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 12),
[1865] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 12), SHIFT_REPEAT(882),
[1868] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 12), SHIFT_REPEAT(882),
[1871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_term, 2, .production_id = 12),
[1873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_term, 2, .production_id = 12),
[1875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_discriminant_constraint, 3),
[1877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_constraint, 3),
[1879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_discriminant_constraint, 4),
[1881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_constraint, 4),
[1883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_allocator, 3, .production_id = 25),
[1885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_allocator, 3, .production_id = 25),
[1887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_allocator, 2, .production_id = 11),
[1889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_allocator, 2, .production_id = 11),
[1891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_constraint, 4, .production_id = 83),
[1893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_constraint, 4, .production_id = 83),
[1895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243),
[1897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611),
[1899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__factor, 1, .production_id = 4),
[1901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__factor, 1, .production_id = 4),
[1903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578),
[1905] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_constraint, 3, .production_id = 11),
[1907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_constraint, 3, .production_id = 11),
[1909] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_discriminant_constraint, 1),
[1911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_constraint, 1),
[1913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__subtype_indication_paren_constraint, 3, .dynamic_precedence = 1, .production_id = 21),
[1915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication_paren_constraint, 3, .dynamic_precedence = 1, .production_id = 21),
[1917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__subtype_indication_paren_constraint, 3, .production_id = 21),
[1919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication_paren_constraint, 3, .production_id = 21),
[1921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_null, 1),
[1923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_null, 1),
[1925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__subtype_indication_paren_constraint, 2, .dynamic_precedence = 1, .production_id = 7),
[1927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication_paren_constraint, 2, .dynamic_precedence = 1, .production_id = 7),
[1929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__subtype_indication_paren_constraint, 2, .production_id = 7),
[1931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication_paren_constraint, 2, .production_id = 7),
[1933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_factor_abs, 2, .production_id = 9),
[1935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_factor_abs, 2, .production_id = 9),
[1937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 9),
[1939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 9),
[1941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_factor_power, 3, .production_id = 29),
[1943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_factor_power, 3, .production_id = 29),
[1945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141),
[1947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623),
[1949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240),
[1951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241),
[1953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242),
[1955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429),
[1957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020),
[1959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527),
[1961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866),
[1963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081),
[1965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714),
[1967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090),
[1969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723),
[1971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143),
[1973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021),
[1975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450),
[1977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628),
[1979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145),
[1981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_factor_not, 2, .production_id = 9),
[1983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_factor_not, 2, .production_id = 9),
[1985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060),
[1987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729),
[1989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338),
[1991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184),
[1993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_expression, 3),
[1995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_expression, 3),
[1997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883),
[1999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(883),
[2001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__simple_expression_repeat1, 2),
[2003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__simple_expression_repeat1, 2),
[2005] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__simple_expression_repeat1, 2), SHIFT_REPEAT(883),
[2008] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__simple_expression_repeat1, 2), SHIFT_REPEAT(883),
[2011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_expression, 1),
[2013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_expression, 1),
[2015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_expression, 2),
[2017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_expression, 2),
[2019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031),
[2021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025),
[2023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022),
[2025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021),
[2027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325),
[2029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318),
[2031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019),
[2033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835),
[2035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197),
[2037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190),
[2039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487),
[2041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__sequence_of_statements_repeat2, 2),
[2043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat2, 2),
[2045] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat2, 2), SHIFT_REPEAT(2084),
[2048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199),
[2050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_label, 3, .production_id = 14),
[2052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label, 3, .production_id = 14),
[2054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 1, .production_id = 7),
[2056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562),
[2058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564),
[2060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582),
[2062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559),
[2064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_exclusion, 2),
[2066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_exclusion, 2),
[2068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077),
[2070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289),
[2072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949),
[2074] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(2047),
[2077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_choice_list, 1, .dynamic_precedence = 1),
[2079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__defining_identifier_list, 1),
[2081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489),
[2083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 2, .production_id = 21),
[2085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813),
[2087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813),
[2089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__relation, 1),
[2091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479),
[2093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708),
[2095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047),
[2097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985),
[2099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1264),
[2101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437),
[2103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821),
[2105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820),
[2107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468),
[2109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589),
[2111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(1264),
[2114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(812),
[2117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2),
[2119] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(2102),
[2122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(821),
[2125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(820),
[2128] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(2087),
[2131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(1372),
[2134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(2083),
[2137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(511),
[2140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1820),
[2143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__aspect_mark, 1),
[2145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592),
[2147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451),
[2149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789),
[2151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772),
[2153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759),
[2155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802),
[2157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762),
[2159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630),
[2161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445),
[2163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420),
[2165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129),
[2167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282),
[2169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_expression, 2, .production_id = 10),
[2171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514),
[2173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_attribute_designator, 1),
[2175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251),
[2177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1108),
[2179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108),
[2181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_label, 2, .production_id = 1),
[2183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704),
[2185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861),
[2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620),
[2189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629),
[2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295),
[2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599),
[2195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1),
[2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266),
[2199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267),
[2201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304),
[2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534),
[2205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594),
[2207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(812),
[2210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2),
[2212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(2102),
[2215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(821),
[2218] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(820),
[2221] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(2129),
[2224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(1372),
[2227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256),
[2229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(812),
[2232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2),
[2234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(2102),
[2237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(821),
[2240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(820),
[2243] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(2087),
[2246] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(1372),
[2249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(2083),
[2252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_g, 3),
[2254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968),
[2256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515),
[2258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069),
[2260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063),
[2262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_attribute_designator, 4),
[2264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_g, 3, .production_id = 48),
[2266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644),
[2268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638),
[2270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659),
[2272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643),
[2274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894),
[2276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894),
[2278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674),
[2280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_membership_choice_list_repeat1, 2),
[2282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_membership_choice_list_repeat1, 2), SHIFT_REPEAT(494),
[2285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676),
[2287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(476),
[2289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127),
[2291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476),
[2293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611),
[2295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_formal_part, 2),
[2297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034),
[2299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961),
[2301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_membership_choice_list, 2),
[2303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494),
[2305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_membership_choice_list, 1),
[2307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__membership_choice, 1),
[2309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517),
[2311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(917),
[2313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917),
[2315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649),
[2317] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(1264),
[2320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(708),
[2323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2),
[2325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(1034),
[2328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(1961),
[2331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(2083),
[2334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generic_formal_part, 1), SHIFT(844),
[2337] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generic_formal_part, 1), SHIFT(849),
[2340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generic_formal_part, 1), SHIFT(847),
[2343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relation_membership, 3),
[2345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1045),
[2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045),
[2349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933),
[2351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162),
[2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478),
[2355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 8, .production_id = 107),
[2357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 8, .production_id = 107),
[2359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relation_membership, 4),
[2361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 9, .production_id = 92),
[2363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 9, .production_id = 92),
[2365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 8, .production_id = 5),
[2367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 8, .production_id = 5),
[2369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 7, .production_id = 92),
[2371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 7, .production_id = 92),
[2373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 9, .production_id = 107),
[2375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 9, .production_id = 107),
[2377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 7, .production_id = 5),
[2379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 7, .production_id = 5),
[2381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 9, .production_id = 5),
[2383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 9, .production_id = 5),
[2385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 8, .production_id = 92),
[2387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 8, .production_id = 92),
[2389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_expression, 4, .production_id = 10),
[2391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536),
[2393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220),
[2395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845),
[2397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__relation, 3),
[2399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 10, .production_id = 107),
[2401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 10, .production_id = 107),
[2403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 6, .production_id = 5),
[2405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 6, .production_id = 5),
[2407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat1, 2),
[2409] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_repeat1, 2), SHIFT_REPEAT(266),
[2412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 2),
[2414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1106),
[2416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106),
[2418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982),
[2420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860),
[2422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738),
[2424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608),
[2426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777),
[2428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(902),
[2430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902),
[2432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774),
[2434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781),
[2436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785),
[2438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat3, 2),
[2440] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_repeat3, 2), SHIFT_REPEAT(304),
[2443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat2, 2),
[2445] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_repeat2, 2), SHIFT_REPEAT(267),
[2448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780),
[2450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 3, .production_id = 24),
[2452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258),
[2454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648),
[2456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035),
[2458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032),
[2460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470),
[2462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(824),
[2464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824),
[2466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(842),
[2468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842),
[2470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543),
[2472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885),
[2474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123),
[2476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863),
[2478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat1, 3),
[2480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 4, .production_id = 39),
[2482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat2, 3),
[2484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893),
[2486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893),
[2488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(909),
[2490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909),
[2492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(840),
[2494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840),
[2496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550),
[2498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881),
[2500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099),
[2502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841),
[2504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(977),
[2506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977),
[2508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026),
[2510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745),
[2512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(812),
[2515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2),
[2517] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(2102),
[2520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(2087),
[2523] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(1372),
[2526] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(2083),
[2529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032),
[2531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_list, 1),
[2533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967),
[2535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965),
[2537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_digits_constraint, 2),
[2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740),
[2541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471),
[2543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832),
[2545] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), SHIFT_REPEAT(1106),
[2548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), SHIFT_REPEAT(1106),
[2551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), SHIFT_REPEAT(1436),
[2554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2),
[2556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112),
[2558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delta_constraint, 2),
[2560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(897),
[2562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897),
[2564] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_component_list_repeat1, 2), SHIFT_REPEAT(1264),
[2567] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_list_repeat1, 2), SHIFT_REPEAT(812),
[2570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_component_list_repeat1, 2),
[2572] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_list_repeat1, 2), SHIFT_REPEAT(2083),
[2575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973),
[2577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057),
[2579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1609),
[2581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041),
[2583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049),
[2585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054),
[2587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1042),
[2589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042),
[2591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279),
[2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156),
[2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587),
[2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697),
[2599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062),
[2601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294),
[2603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134),
[2605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 6, .production_id = 3),
[2607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_constraint, 2),
[2609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102),
[2611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447),
[2613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133),
[2615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456),
[2617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913),
[2619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074),
[2621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(947),
[2623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947),
[2625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857),
[2627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090),
[2629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 8, .production_id = 3),
[2631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_digits_constraint, 3),
[2633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131),
[2635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237),
[2637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091),
[2639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459),
[2641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 3, .production_id = 21),
[2643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delta_constraint, 3),
[2645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(910),
[2647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910),
[2649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869),
[2651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(908),
[2653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908),
[2655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870),
[2657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016),
[2659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192),
[2661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_non_empty_mode, 1),
[2663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_mode, 1),
[2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828),
[2667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585),
[2669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585),
[2671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120),
[2673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296),
[2675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093),
[2677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255),
[2679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125),
[2681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 5, .production_id = 3),
[2683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536),
[2685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126),
[2687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430),
[2689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1107),
[2691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107),
[2693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100),
[2695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356),
[2697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(914),
[2699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914),
[2701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826),
[2703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 2, .production_id = 7),
[2705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(907),
[2707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907),
[2709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(830),
[2711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830),
[2713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103),
[2715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098),
[2717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 4, .production_id = 3),
[2719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066),
[2721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 7, .production_id = 3),
[2723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899),
[2725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899),
[2727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051),
[2729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328),
[2731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011),
[2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110),
[2735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342),
[2737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061),
[2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268),
[2741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997),
[2743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994),
[2745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148),
[2747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_relational_operator, 1),
[2749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relational_operator, 1),
[2751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911),
[2753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979),
[2755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052),
[2757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978),
[2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065),
[2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935),
[2763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918),
[2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044),
[2767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967),
[2769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_profile, 2, .production_id = 21),
[2771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999),
[2773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915),
[2775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990),
[2777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_non_empty_mode, 2),
[2779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_mode, 2),
[2781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930),
[2783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_profile, 3, .production_id = 38),
[2785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130),
[2787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920),
[2789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070),
[2791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950),
[2793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084),
[2795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014),
[2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987),
[2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988),
[2801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 2, .production_id = 21),
[2803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 3, .production_id = 38),
[2805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991),
[2807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056),
[2809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092),
[2811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984),
[2813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096),
[2815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976),
[2817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086),
[2819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992),
[2821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015),
[2823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916),
[2825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013),
[2827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970),
[2829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078),
[2831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996),
[2833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132),
[2835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906),
[2837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938),
[2839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122),
[2841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905),
[2843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865),
[2845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 4, .production_id = 63),
[2847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974),
[2849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895),
[2851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993),
[2853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904),
[2855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903),
[2857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610),
[2859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1161),
[2861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285),
[2863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945),
[2865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670),
[2867] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1161),
[2870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2),
[2872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1945),
[2875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1670),
[2878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(2083),
[2881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334),
[2883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282),
[2885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150),
[2887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 4),
[2889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_mode, 1),
[2891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_mode, 1),
[2893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 2),
[2895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multiplying_operator, 1),
[2897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiplying_operator, 1),
[2899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_adding_operator, 1),
[2901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_adding_operator, 1),
[2903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_part, 3),
[2905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 3),
[2907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_adding_operator, 1),
[2909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_adding_operator, 1),
[2911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_declaration, 4),
[2913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 4),
[2915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_declaration, 6),
[2917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 6),
[2919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_declaration, 5),
[2921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 5),
[2923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_profile, 2),
[2925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 3, .production_id = 38),
[2927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 3, .production_id = 38),
[2929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 114),
[2931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 101),
[2933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_and_result_profile, 2),
[2935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4, .production_id = 63),
[2937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 5),
[2939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 4, .production_id = 63),
[2941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 6, .production_id = 80),
[2943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109),
[2945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 2, .production_id = 3),
[2947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_procedure_specification, 2, .production_id = 3), SHIFT(1785),
[2950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785),
[2952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696),
[2954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946),
[2956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 5, .production_id = 64),
[2958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957),
[2960] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_procedure_specification, 2, .production_id = 3), SHIFT(1771),
[2963] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(612),
[2966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174),
[2968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846),
[2970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_list, 1),
[2972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829),
[2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771),
[2976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922),
[2978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 73),
[2980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 73),
[2982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 3, .production_id = 38),
[2984] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 3, .production_id = 38), SHIFT(1814),
[2987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765),
[2989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 8, .production_id = 88),
[2991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 8, .production_id = 88),
[2993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 4, .production_id = 52),
[2995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 4, .production_id = 52),
[2997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 6),
[2999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 6),
[3001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_abstract_subprogram_declaration, 6),
[3003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_abstract_subprogram_declaration, 6),
[3005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6),
[3007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6),
[3009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 4),
[3011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 4),
[3013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 115),
[3015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 115),
[3017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 52),
[3019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 52),
[3021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 5),
[3023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 5),
[3025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interface_list_repeat1, 2),
[3027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 88),
[3029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 88),
[3031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129),
[3033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128),
[3035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672),
[3037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_abstract_subprogram_declaration, 5),
[3039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_abstract_subprogram_declaration, 5),
[3041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 9, .production_id = 121),
[3043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 9, .production_id = 121),
[3045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 5),
[3047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 5),
[3049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 7),
[3051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 7),
[3053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 63),
[3055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 63), SHIFT(1939),
[3058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786),
[3060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 121),
[3062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 121),
[3064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_subprogram_declaration, 1),
[3066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_subprogram_declaration, 1),
[3068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 4),
[3070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 4),
[3072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 3),
[3074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 3),
[3076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827),
[3078] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 7, .production_id = 104),
[3080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 7, .production_id = 104),
[3082] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 3),
[3084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 3),
[3086] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 88),
[3088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 88),
[3090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112),
[3092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853),
[3094] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 8, .production_id = 115),
[3096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 8, .production_id = 115),
[3098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 10, .production_id = 121),
[3100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 10, .production_id = 121),
[3102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 2, .production_id = 21),
[3104] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 2, .production_id = 21), SHIFT(1622),
[3107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770),
[3109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_abstract_subprogram_declaration, 7),
[3111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_abstract_subprogram_declaration, 7),
[3113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_package_declaration, 7, .production_id = 103),
[3115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_package_declaration, 7, .production_id = 103),
[3117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 4),
[3119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 4),
[3121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 6),
[3123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 6),
[3125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 6, .production_id = 87),
[3127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 6, .production_id = 87),
[3129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 7),
[3131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 7),
[3133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 73),
[3135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 73),
[3137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 5),
[3139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 5),
[3141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 52),
[3143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 52),
[3145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820),
[3147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 6),
[3149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 6),
[3151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 73),
[3153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 73),
[3155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_package_declaration, 8, .production_id = 103),
[3157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_package_declaration, 8, .production_id = 103),
[3159] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 5),
[3161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 5),
[3163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 8, .production_id = 115),
[3165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 8, .production_id = 115),
[3167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 9, .production_id = 129),
[3169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850),
[3171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149),
[3173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_general_access_modifier, 1),
[3175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_general_access_modifier, 1),
[3177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409),
[3179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_mark_list, 1),
[3181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371),
[3183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_association, 1),
[3185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132),
[3187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_clause, 4),
[3189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_clause, 4),
[3191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252),
[3193] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1850),
[3196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653),
[3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791),
[3200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948),
[3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052),
[3204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942),
[3206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574),
[3208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661),
[3210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373),
[3212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name_list, 1),
[3214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297),
[3216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299),
[3218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__aspect_mark, 3),
[3220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_aspect_mark_list_repeat1, 2), SHIFT_REPEAT(1409),
[3223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_aspect_mark_list_repeat1, 2),
[3225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_clause, 8, .production_id = 128),
[3227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_clause, 8, .production_id = 128),
[3229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440),
[3231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subpool_specification, 3, .production_id = 49),
[3233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subpool_specification, 3, .production_id = 49),
[3235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 8),
[3237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347),
[3239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348),
[3241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition, 1, .production_id = 8),
[3243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117),
[3245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952),
[3247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__name_list_repeat1, 2),
[3249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437),
[3251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939),
[3253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 9),
[3255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379),
[3257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384),
[3259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 10),
[3261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330),
[3263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 10, .production_id = 129),
[3265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 11),
[3267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 11, .production_id = 129),
[3269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 12),
[3271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 12, .production_id = 130),
[3273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 12, .production_id = 129),
[3275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 13),
[3277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 13, .production_id = 130),
[3279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 14),
[3281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 14, .production_id = 130),
[3283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 15, .production_id = 130),
[3285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_mark_list, 2),
[3287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393),
[3289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346),
[3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15),
[3293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173),
[3295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246),
[3297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223),
[3299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484),
[3301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice, 1, .dynamic_precedence = 1),
[3303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706),
[3305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 4, .production_id = 40),
[3307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258),
[3309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707),
[3311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235),
[3313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452),
[3315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201),
[3317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486),
[3319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712),
[3321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191),
[3323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334),
[3325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006),
[3327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1083),
[3329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768),
[3331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761),
[3333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 5, .production_id = 74),
[3335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_definition, 1),
[3337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_association, 3),
[3339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29),
[3341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104),
[3343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 3, .production_id = 25),
[3345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice, 1, .production_id = 47),
[3347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691),
[3349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_choice_parameter_specification, 1),
[3351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_definition, 4),
[3353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 3),
[3355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383),
[3357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563),
[3359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814),
[3361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852),
[3363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1290),
[3365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999),
[3367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212),
[3369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481),
[3371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136),
[3373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247),
[3375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177),
[3377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_definition, 3),
[3379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143),
[3381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660),
[3383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_default, 1, .production_id = 51),
[3385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025),
[3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278),
[3389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149),
[3391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291),
[3393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681),
[3395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 3),
[3397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446),
[3399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264),
[3401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103),
[3403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216),
[3405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506),
[3407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852),
[3409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90),
[3411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260),
[3413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854),
[3415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670),
[3417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932),
[3419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 5, .production_id = 5),
[3421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248),
[3423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281),
[3425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507),
[3427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713),
[3429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263),
[3431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464),
[3433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439),
[3435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178),
[3437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 8, .production_id = 100),
[3439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407),
[3441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401),
[3443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_subprogram_definition, 2),
[3445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955),
[3447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432),
[3449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1412),
[3451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412),
[3453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_list, 2),
[3455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245),
[3457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419),
[3459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193),
[3461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934),
[3463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462),
[3465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8),
[3467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818),
[3469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601),
[3471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_expression_repeat1, 2),
[3473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_expression_repeat1, 2), SHIFT_REPEAT(281),
[3476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736),
[3478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_specification, 2),
[3480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856),
[3482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_subprogram_definition, 3),
[3484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414),
[3486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9),
[3488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848),
[3490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 9, .production_id = 112),
[3492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352),
[3494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985),
[3496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271),
[3498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824),
[3500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870),
[3502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810),
[3504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313),
[3506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 5, .production_id = 43),
[3508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298),
[3510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417),
[3512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002),
[3514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86),
[3516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220),
[3518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496),
[3520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286),
[3522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868),
[3524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838),
[3526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2),
[3528] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(260),
[3531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293),
[3533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 4, .production_id = 5),
[3535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287),
[3537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 3, .production_id = 25),
[3539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941),
[3541] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interface_list_repeat1, 2), SHIFT_REPEAT(829),
[3544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887),
[3546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958),
[3548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445),
[3550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509),
[3552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965),
[3554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314),
[3556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 6, .production_id = 66),
[3558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326),
[3560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 4, .production_id = 40),
[3562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354),
[3564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185),
[3566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944),
[3568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269),
[3570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(2018),
[3573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360),
[3575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 7, .production_id = 82),
[3577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135),
[3579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062),
[3581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 2),
[3583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 2), SHIFT_REPEAT(872),
[3586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_definition, 6),
[3588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227),
[3590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_definition, 6, .production_id = 25),
[3592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42),
[3594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688),
[3596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281),
[3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13),
[3600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004),
[3602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129),
[3604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213),
[3606] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_record_component_association_list, 3), SHIFT(488),
[3609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 1),
[3611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787),
[3613] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_positional_array_aggregate_repeat1, 2), SHIFT_REPEAT(272),
[3616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_positional_array_aggregate_repeat1, 2),
[3618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4, .production_id = 38),
[3620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4),
[3622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decimal_fixed_point_definition, 4),
[3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513),
[3626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288),
[3628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133),
[3630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 1, .production_id = 8),
[3632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 1),
[3634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_component_association_list_repeat1, 2), SHIFT_REPEAT(131),
[3637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__array_component_association_list_repeat1, 2),
[3639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 40),
[3641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 40), SHIFT(1200),
[3644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751),
[3646] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__name_list_repeat1, 2), SHIFT_REPEAT(850),
[3649] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(685),
[3652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960),
[3654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272),
[3656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 25),
[3658] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 25), SHIFT(1378),
[3661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749),
[3663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692),
[3665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_handled_sequence_of_statements, 3),
[3667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subprogram_specification, 1),
[3669] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(1754),
[3672] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__attribute_reference, 3), SHIFT(238),
[3675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variant_list_repeat1, 2), SHIFT_REPEAT(133),
[3678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variant_list_repeat1, 2),
[3680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_known_discriminant_part, 3),
[3682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 5, .production_id = 40),
[3684] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 25), SHIFT(1154),
[3687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799),
[3689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_handled_sequence_of_statements_repeat1, 2), SHIFT_REPEAT(692),
[3692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_handled_sequence_of_statements_repeat1, 2),
[3694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392),
[3696] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(875),
[3699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(877),
[3702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(135),
[3705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2),
[3707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 4, .production_id = 38),
[3709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 3, .production_id = 3),
[3711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 4),
[3713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(1872),
[3716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317),
[3718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383),
[3720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 3, .production_id = 3),
[3722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332),
[3724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 63),
[3726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954),
[3728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632),
[3730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322),
[3732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961),
[3734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758),
[3736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631),
[3738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666),
[3740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706),
[3742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577),
[3744] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(669),
[3747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 40), SHIFT(1378),
[3750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793),
[3752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131),
[3754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_component_association_list, 2),
[3756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621),
[3758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_ordinary_fixed_point_definition, 2),
[3760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 11),
[3762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 11), SHIFT(1378),
[3765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797),
[3767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749),
[3769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832),
[3771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582),
[3773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377),
[3775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929),
[3777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696),
[3779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336),
[3781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_component_association_list, 1),
[3783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 2),
[3785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425),
[3787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680),
[3789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 7, .production_id = 114),
[3791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 2, .production_id = 11),
[3793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_list, 1),
[3795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370),
[3797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assign_value, 2),
[3799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 4, .production_id = 25),
[3801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964),
[3803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770),
[3805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 5, .production_id = 63),
[3807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 6, .production_id = 74),
[3809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319),
[3811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684),
[3813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215),
[3815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__record_component_association_list_or_expression, 1),
[3817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 101),
[3819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_alternative, 2),
[3821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_triggering_alternative, 2),
[3823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685),
[3825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872),
[3827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100),
[3829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671),
[3831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85),
[3833] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnatprep_if_statement_repeat1, 2, .production_id = 53), SHIFT_REPEAT(253),
[3836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnatprep_if_statement_repeat1, 2, .production_id = 53),
[3838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106),
[3840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000),
[3842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__return_subtype_indication, 1, .production_id = 8),
[3844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 11), SHIFT(1175),
[3847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776),
[3849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97),
[3851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944),
[3853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214),
[3855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166),
[3857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71),
[3859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10),
[3861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945),
[3863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688),
[3865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153),
[3867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74),
[3869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38),
[3871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815),
[3873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970),
[3875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87),
[3877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 2),
[3879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748),
[3881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_floating_point_definition, 2),
[3883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnatprep_declarative_if_statement_repeat1, 2, .production_id = 53), SHIFT_REPEAT(276),
[3886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnatprep_declarative_if_statement_repeat1, 2, .production_id = 53),
[3888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice_list, 1),
[3890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142),
[3892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072),
[3894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 2),
[3896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443),
[3898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403),
[3900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition_list, 1, .production_id = 8),
[3902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_object_definition, 2, .production_id = 11),
[3904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250),
[3906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11),
[3908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 7, .production_id = 80),
[3910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049),
[3912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036),
[3914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400),
[3916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_actual_parameter_part_repeat1, 2), SHIFT_REPEAT(210),
[3919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_actual_parameter_part_repeat1, 2),
[3921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503),
[3923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parameter_specification_list_repeat1, 2),
[3925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameter_specification_list_repeat1, 2), SHIFT_REPEAT(1423),
[3928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_alternative, 1),
[3930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 5, .production_id = 38),
[3932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508),
[3934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306),
[3936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_terminate_alternative, 2),
[3938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288),
[3940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__index_subtype_definition_list_repeat1, 2), SHIFT_REPEAT(800),
[3943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__index_subtype_definition_list_repeat1, 2),
[3945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228),
[3947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545),
[3949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guard, 3, .production_id = 5),
[3951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337),
[3953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548),
[3955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218),
[3957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005),
[3959] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 76), SHIFT_REPEAT(403),
[3962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 76),
[3964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567),
[3966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 4),
[3968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 3),
[3970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891),
[3972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_alternative, 2),
[3974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292),
[3976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800),
[3978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__index_subtype_definition_list, 1),
[3980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211),
[3982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 4),
[3984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272),
[3986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490),
[3988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926),
[3990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572),
[3992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014),
[3994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409),
[3996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_call_alternative, 2),
[3998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180),
[4000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384),
[4002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enumeration_literal_list, 1),
[4004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483),
[4006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210),
[4008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491),
[4010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404),
[4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931),
[4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339),
[4016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354),
[4018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455),
[4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602),
[4022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice_list, 2),
[4024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733),
[4026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overriding_indicator, 2),
[4028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411),
[4030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807),
[4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315),
[4034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 3),
[4036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290),
[4038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_expression_item, 4, .production_id = 5),
[4040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_discrete_type_definition, 3),
[4042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959),
[4044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 6, .production_id = 21),
[4046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
[4048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 6, .production_id = 63),
[4050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__access_type_definition, 2),
[4052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226),
[4054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473),
[4056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312),
[4058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497),
[4060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544),
[4062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_interface_type_definition, 1),
[4064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice_list, 2),
[4066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_array_type_definition, 1),
[4068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_access_type_definition, 1),
[4070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924),
[4072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 1),
[4074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_floating_point_definition, 2),
[4076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_modular_type_definition, 2),
[4078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 2),
[4080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429),
[4082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_signed_integer_type_definition, 2),
[4084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 1),
[4086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438),
[4088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303),
[4090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936),
[4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302),
[4094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2), SHIFT_REPEAT(211),
[4097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2),
[4099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325),
[4101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461),
[4103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301),
[4105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309),
[4107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750),
[4109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_component_association, 1),
[4111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329),
[4113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492),
[4115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744),
[4117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198),
[4119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 5),
[4121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 76), SHIFT_REPEAT(337),
[4124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 76),
[4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370),
[4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463),
[4130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discriminant_constraint_repeat1, 2), SHIFT_REPEAT(228),
[4133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discriminant_constraint_repeat1, 2),
[4135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 3),
[4137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308),
[4139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504),
[4141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962),
[4143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925),
[4145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_index_specification, 4, .production_id = 40),
[4147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discriminant_association_repeat1, 2),
[4149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discriminant_association_repeat1, 2), SHIFT_REPEAT(1611),
[4152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__defining_identifier_list, 2),
[4154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18),
[4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466),
[4158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pragma_g_repeat1, 2), SHIFT_REPEAT(218),
[4161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pragma_g_repeat1, 2),
[4163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 7, .production_id = 38),
[4165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice_list, 1),
[4167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499),
[4169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406),
[4171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394),
[4173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609),
[4175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_expression_repeat1, 2), SHIFT_REPEAT(1567),
[4178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_expression_repeat1, 2),
[4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378),
[4182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377),
[4184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412),
[4186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 8, .production_id = 63),
[4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340),
[4190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discrete_choice_list_repeat1, 2),
[4192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discrete_choice_list_repeat1, 2), SHIFT_REPEAT(142),
[4195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overriding_indicator, 1),
[4197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_exception_choice_list_repeat1, 2),
[4199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_exception_choice_list_repeat1, 2), SHIFT_REPEAT(733),
[4202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26),
[4204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626),
[4206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unknown_discriminant_part, 3),
[4208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_object_definition, 3, .production_id = 25),
[4210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_component_association, 3),
[4212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enumeration_literal_list, 2),
[4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343),
[4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472),
[4218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1586),
[4220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 4),
[4222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_choice_list, 2, .dynamic_precedence = 1),
[4224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_decimal_fixed_point_definition, 4),
[4226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discriminant_specification_list_repeat1, 2),
[4228] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discriminant_specification_list_repeat1, 2), SHIFT_REPEAT(1366),
[4231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_aspect_definition_repeat1, 2), SHIFT_REPEAT(1049),
[4234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_aspect_definition_repeat1, 2),
[4236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 21),
[4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355),
[4240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 4),
[4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295),
[4244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__defining_identifier_list_repeat1, 2), SHIFT_REPEAT(2047),
[4247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__defining_identifier_list_repeat1, 2),
[4249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_specification_list, 1),
[4251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423),
[4253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_subprogram_definition, 4),
[4255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__enumeration_literal_list_repeat1, 2), SHIFT_REPEAT(1384),
[4258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__enumeration_literal_list_repeat1, 2),
[4260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1215),
[4262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968),
[4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966),
[4266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition_list, 2, .production_id = 76),
[4268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification_list, 2),
[4270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366),
[4272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 4),
[4274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1289),
[4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986),
[4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984),
[4280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__index_subtype_definition_list, 2),
[4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344),
[4284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349),
[4286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600),
[4288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_statement_item, 4, .production_id = 89),
[4290] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat2, 2), SHIFT_REPEAT(1072),
[4293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat2, 2),
[4295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterated_element_association, 4),
[4297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 3),
[4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442),
[4301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name_list, 2),
[4303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 4, .production_id = 24),
[4305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043),
[4307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327),
[4309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 4, .production_id = 25),
[4311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_filter, 2, .production_id = 5),
[4313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterated_element_association, 6),
[4315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_specification_list, 2),
[4317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 6, .production_id = 64),
[4319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_component_choice_list_repeat1, 2),
[4321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_choice_list_repeat1, 2), SHIFT_REPEAT(1489),
[4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449),
[4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488),
[4328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 5, .production_id = 40),
[4330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 5, .production_id = 39),
[4332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification_list, 1),
[4334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551),
[4336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755),
[4338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 4),
[4340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 6, .production_id = 40),
[4342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_association, 1),
[4344] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_discriminant_association, 1), SHIFT(481),
[4347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959),
[4349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754),
[4351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_component_choice_list_repeat1, 2, .dynamic_precedence = 1),
[4353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136),
[4355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009),
[4357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134),
[4359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 1),
[4361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709),
[4363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324),
[4365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131),
[4367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007),
[4369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683),
[4371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205),
[4373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130),
[4375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006),
[4377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078),
[4379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 1),
[4381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126),
[4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004),
[4385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121),
[4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003),
[4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684),
[4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163),
[4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120),
[4395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002),
[4397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__named_record_component_association, 3),
[4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114),
[4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001),
[4403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109),
[4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000),
[4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108),
[4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998),
[4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2098),
[4413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966),
[4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093),
[4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995),
[4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171),
[4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69),
[4423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726),
[4425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 2),
[4427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice, 1),
[4429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634),
[4431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 2),
[4433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 8, .production_id = 114),
[4435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077),
[4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986),
[4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365),
[4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677),
[4443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_default, 1),
[4445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_part, 7),
[4447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 25),
[4449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant, 4),
[4451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signed_integer_type_definition, 4),
[4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135),
[4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157),
[4457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_extension_part, 2),
[4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209),
[4461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_range, 1, .production_id = 8),
[4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441),
[4465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 7, .production_id = 101),
[4467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_handled_sequence_of_statements, 1),
[4469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367),
[4471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 4),
[4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742),
[4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750),
[4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378),
[4479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 7, .production_id = 40),
[4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964),
[4483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158),
[4485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659),
[4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145),
[4489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 2),
[4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126),
[4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161),
[4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020),
[4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206),
[4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159),
[4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60),
[4503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 2),
[4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101),
[4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89),
[4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009),
[4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307),
[4513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_modular_type_definition, 2),
[4515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_handler, 4),
[4517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_association, 3),
[4519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression_alternative, 4),
[4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088),
[4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087),
[4525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 63),
[4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686),
[4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179),
[4531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_handler, 6),
[4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699),
[4535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__loop_parameter_subtype_indication, 1, .production_id = 8),
[4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766),
[4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767),
[4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123),
[4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175),
[4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187),
[4547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 6, .production_id = 25),
[4549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_real_range_specification, 4),
[4551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 5, .production_id = 25),
[4553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 6, .production_id = 63),
[4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769),
[4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364),
[4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274),
[4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270),
[4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950),
[4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169),
[4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879),
[4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115),
[4571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 7, .production_id = 74),
[4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742),
[4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72),
[4577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_type_definition, 3),
[4579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordinary_fixed_point_definition, 3),
[4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421),
[4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022),
[4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933),
[4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375),
[4589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discriminant_part, 1),
[4591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__discriminant_part, 1), SHIFT(565),
[4594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_association, 3),
[4596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_argument_association, 3),
[4598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_floating_point_definition, 3),
[4600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139),
[4602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176),
[4604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 11),
[4606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 11),
[4608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_list, 2),
[4610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_association, 4),
[4612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 3),
[4614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231),
[4616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5),
[4618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 38),
[4620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991),
[4622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798),
[4624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2), REDUCE(aux_sym_positional_array_aggregate_repeat1, 2),
[4627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976),
[4629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice, 1, .production_id = 8),
[4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305),
[4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21),
[4635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice, 1),
[4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297),
[4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626),
[4641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement_alternative, 4),
[4643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895),
[4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794),
[4647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 5, .production_id = 40),
[4649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 5),
[4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799),
[4653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 4),
[4655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 5, .production_id = 11),
[4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929),
[4659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 3),
[4661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163),
[4663] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array_component_association, 1), SHIFT(1851),
[4666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decimal_fixed_point_definition, 5),
[4668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 5),
[4670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805),
[4672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363),
[4674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 5, .production_id = 38),
[4676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942),
[4678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138),
[4680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361),
[4682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673),
[4684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869),
[4686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451),
[4688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_element, 2, .production_id = 97),
[4690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_argument_association, 1),
[4692] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_component_choice_list, 1), REDUCE(sym_discrete_choice, 1),
[4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056),
[4697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 1),
[4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746),
[4701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 3),
[4703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_association, 1),
[4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554),
[4707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_subtype_definition, 3, .production_id = 7),
[4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185),
[4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65),
[4713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 11),
[4715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 6, .production_id = 5),
[4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422),
[4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64),
[4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951),
[4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595),
[4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402),
[4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388),
[4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391),
[4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405),
[4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415),
[4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403),
[4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703),
[4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217),
[4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686),
[4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24),
[4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855),
[4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811),
[4749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956),
[4751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 3, .production_id = 68),
[4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230),
[4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059),
[4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498),
[4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199),
[4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919),
[4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937),
[4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033),
[4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470),
[4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485),
[4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830),
[4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487),
[4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196),
[4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833),
[4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953),
[4781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_choice_list, 1),
[4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222),
[4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197),
[4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198),
[4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1597),
[4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837),
[4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542),
[4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189),
[4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188),
[4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200),
[4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698),
[4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833),
[4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201),
[4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842),
[4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843),
[4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725),
[4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137),
[4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202),
[4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847),
[4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215),
[4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692),
[4823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273),
[4825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99),
[4827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_expression, 4),
[4829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988),
[4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887),
[4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981),
[4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427),
[4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428),
[4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263),
[4841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reduction_specification, 3),
[4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208),
[4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207),
[4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977),
[4849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431),
[4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809),
[4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512),
[4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666),
[4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641),
[4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165),
[4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838),
[4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790),
[4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17),
[4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860),
[4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167),
[4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752),
[4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495),
[4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232),
[4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500),
[4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500),
[4881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947),
[4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450),
[4885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130),
[4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168),
[4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489),
[4891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396),
[4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454),
[4895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477),
[4897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808),
[4899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607),
[4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606),
[4903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551),
[4905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923),
[4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423),
[4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376),
[4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311),
[4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416),
[4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82),
[4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705),
[4919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441),
[4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747),
[4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224),
[4925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883),
[4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413),
[4929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374),
[4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375),
[4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301),
[4935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372),
[4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458),
[4939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331),
[4941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469),
[4943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716),
[4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894),
[4947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 4, .production_id = 85),
[4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524),
[4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232),
[4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859),
[4955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890),
[4957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471),
[4959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360),
[4961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 5),
[4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392),
[4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391),
[4967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608),
[4969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7),
[4971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905),
[4973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047),
[4975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_barrier, 2, .production_id = 5),
[4977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31),
[4979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19),
[4981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054),
[4983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390),
[4985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866),
[4987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825),
[4989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483),
[4991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625),
[4993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501),
[4995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387),
[4997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655),
[4999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918),
[5001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919),
[5003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184),
[5005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650),
[5007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661),
[5009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923),
[5011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249),
[5013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386),
[5015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quantified_expression, 5, .production_id = 84),
[5017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155),
[5019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155),
[5021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284),
[5023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386),
[5025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928),
[5027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603),
[5029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475),
[5031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 5, .production_id = 102),
[5033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385),
[5035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380),
[5037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694),
[5039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283),
[5041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191),
[5043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509),
[5045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656),
[5047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783),
[5049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963),
[5051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256),
[5053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782),
[5055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187),
[5057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938),
[5059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784),
[5061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366),
[5063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980),
[5065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121),
[5067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521),
[5069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118),
[5071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460),
[5073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350),
[5075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645),
[5077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921),
[5079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141),
[5081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444),
[5083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809),
[5085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948),
[5087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105),
[5089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778),
[5091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529),
[5093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139),
[5095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658),
[5097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504),
[5099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359),
[5101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261),
[5103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148),
[5105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147),
[5107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955),
[5109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465),
[5111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239),
[5113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144),
[5115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140),
[5117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chunk_specification, 3, .production_id = 25),
[5119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265),
[5121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_sequence, 3),
[5123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647),
[5125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436),
[5127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874),
[5129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434),
[5131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257),
[5133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505),
[5135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837),
[5137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433),
[5139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280),
[5141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839),
[5143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443),
[5145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541),
[5147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55),
[5149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528),
[5151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983),
[5153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chunk_specification, 1),
[5155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426),
[5157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424),
[5159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327),
[5161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_sequence, 4, .production_id = 23),
[5163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34),
[5165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806),
[5167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341),
[5169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502),
[5171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186),
[5173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300),
[5175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420),
[5177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718),
[5179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971),
[5181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418),
[5183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510),
[5185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890),
[5187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781),
[5189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668),
[5191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642),
[5193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454),
[5195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979),
[5197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102),
[5199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322),
[5201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286),
[5203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287),
[5205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321),
[5207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332),
[5209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613),
[5211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183),
[5213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194),
[5215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447),
[5217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318),
[5219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547),
[5221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316),
[5223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486),
[5225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711),
[5227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iteration_scheme, 2, .production_id = 5),
[5229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25),
[5231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654),
[5233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182),
[5235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652),
[5237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331),
[5239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410),
[5241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628),
[5243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408),
[5245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660),
[5247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657),
[5249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003),
[5251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070),
[5253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49),
[5255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654),
[5257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653),
[5259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059),
[5261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 7, .production_id = 5),
[5263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399),
[5265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310),
[5267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181),
[5269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674),
[5271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88),
[5273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398),
[5275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010),
[5277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303),
[5279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305),
[5281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655),
[5283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172),
[5285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927),
[5287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016),
[5289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289),
[5291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526),
[5293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164),
[5295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203),
[5297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259),
[5299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204),
[5301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_aggregate, 1),
[5303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225),
[5305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160),
[5307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92),
[5309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209),
[5311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244),
[5313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576),
[5315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769),
[5317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989),
[5319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975),
[5321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51),
[5323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501),
[5325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140),
[5327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563),
[5329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246),
[5331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789),
[5333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048),
[5335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335),
[5337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931),
[5339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479),
[5341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242),
[5343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336),
[5345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924),
[5347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326),
[5349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151),
[5351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338),
[5353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342),
[5355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913),
[5357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900),
[5359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758),
[5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039),
[5363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361),
[5365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080),
[5367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357),
[5369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879),
[5371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152),
[5373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30),
[5375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323),
[5377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635),
[5379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52),
[5381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474),
[5383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787),
[5385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663),
[5387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quantifier, 1),
[5389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667),
[5391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560),
[5393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816),
[5395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665),
[5397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709),
[5399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146),
[5401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369),
[5403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532),
[5405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374),
[5407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356),
[5409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057),
[5411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831),
[5413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358),
[5415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154),
[5417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949),
[5419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395),
[5421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324),
[5423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170),
[5425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321),
[5427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320),
[5429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290),
[5431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982),
[5433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195),
[5435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775),
[5437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382),
[5439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iteration_scheme, 2),
[5441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518),
[5443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884),
[5445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736),
[5447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14),
[5449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843),
[5451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851),
[5453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467),
[5455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351),
[5457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468),
[5459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365),
[5461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851),
[5463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32),
[5465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362),
[5467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530),
[5469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33),
[5471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464),
[5473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533),
[5475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735),
[5477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61),
[5479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463),
[5481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612),
[5483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733),
[5485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689),
[5487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 2, .production_id = 50),
[5489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369),
[5491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631),
[5493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633),
[5495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715),
[5497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84),
[5499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638),
[5501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453),
[5503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397),
[5505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435),
[5507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520),
[5509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614),
[5511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95),
[5513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_index_specification, 5, .production_id = 40),
[5515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640),
[5517] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
[5519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23),
[5521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907),
[5523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615),
[5525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460),
[5527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459),
[5529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228),
[5531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502),
[5533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605),
[5535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503),
[5537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957),
[5539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221),
[5541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353),
[5543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105),
[5545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75),
[5547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457),
[5549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317),
[5551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760),
[5553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333),
[5555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455),
[5557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525),
[5559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190),
[5561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453),
[5563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292),
[5565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376),
[5567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836),
[5569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57),
[5571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452),
[5573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701),
[5575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320),
[5577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170),
[5579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779),
[5581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448),
[5583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599),
[5585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446),
[5587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038),
[5589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519),
[5591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482),
[5593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005),
[5595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972),
[5597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162),
[5599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233),
[5601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442),
[5603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746),
[5605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_component_choice_list, 1), SHIFT(233),
[5608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046),
[5610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008),
[5612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388),
[5614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345),
[5616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_expression, 3),
[5618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010),
[5620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234),
[5622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690),
[5624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_sequence, 7, .production_id = 23),
[5626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323),
};
#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