tree-sitter-ada/src/parser.c
2024-01-05 08:21:59 +01:00

67102 lines
2.1 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 2067
#define LARGE_STATE_COUNT 98
#define SYMBOL_COUNT 457
#define ALIAS_COUNT 0
#define TOKEN_COUNT 122
#define EXTERNAL_TOKEN_COUNT 0
#define FIELD_COUNT 48
#define MAX_ALIAS_SEQUENCE_LENGTH 14
#define PRODUCTION_ID_COUNT 126
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_selected_component = 128,
sym__name_list = 129,
sym__defining_identifier_list = 130,
sym_slice = 131,
sym__attribute_reference = 132,
sym__reduction_attribute_reference = 133,
sym_reduction_attribute_designator = 134,
sym_reduction_specification = 135,
sym_value_sequence = 136,
sym_chunk_specification = 137,
sym_iterated_element_association = 138,
sym__discrete_subtype_definition = 139,
sym_loop_parameter_specification = 140,
sym__loop_parameter_subtype_indication = 141,
sym_iterator_filter = 142,
sym_iterator_specification = 143,
sym_attribute_designator = 144,
sym_qualified_expression = 145,
sym_compilation_unit = 146,
sym__declarative_item = 147,
sym__basic_declarative_item = 148,
sym__basic_declaration = 149,
sym_package_declaration = 150,
sym__package_specification = 151,
sym_with_clause = 152,
sym_use_clause = 153,
sym_subunit = 154,
sym__proper_body = 155,
sym_subprogram_body = 156,
sym_package_body = 157,
sym__subtype_indication = 158,
sym_discriminant_constraint = 159,
sym_discriminant_association = 160,
sym__constraint = 161,
sym__scalar_constraint = 162,
sym_range_g = 163,
sym_range_attribute_designator = 164,
sym_range_constraint = 165,
sym_expression = 166,
sym__relation = 167,
sym_relation_membership = 168,
sym_raise_expression = 169,
sym_membership_choice_list = 170,
sym__membership_choice = 171,
sym__simple_expression = 172,
sym_term = 173,
sym__factor = 174,
sym_factor_power = 175,
sym_factor_abs = 176,
sym_factor_not = 177,
sym__parenthesized_expression = 178,
sym__primary = 179,
sym_primary_null = 180,
sym_allocator = 181,
sym__subtype_indication_paren_constraint = 182,
sym_subpool_specification = 183,
sym__access_type_definition = 184,
sym_access_to_subprogram_definition = 185,
sym_access_to_object_definition = 186,
sym_general_access_modifier = 187,
sym_access_definition = 188,
sym_actual_parameter_part = 189,
sym_parameter_association = 190,
sym__conditional_expression = 191,
sym__conditional_quantified_declare_expression = 192,
sym_quantified_expression = 193,
sym_declare_expression = 194,
sym__declare_item = 195,
sym_quantifier = 196,
sym_case_expression = 197,
sym_case_expression_alternative = 198,
sym_component_choice_list = 199,
sym__aggregate = 200,
sym__delta_aggregate = 201,
sym_extension_aggregate = 202,
sym_record_delta_aggregate = 203,
sym_array_delta_aggregate = 204,
sym_record_aggregate = 205,
sym_record_component_association_list = 206,
sym__record_component_association_list_or_expression = 207,
sym__named_record_component_association = 208,
sym_null_exclusion = 209,
sym_index_constraint = 210,
sym_digits_constraint = 211,
sym_delta_constraint = 212,
sym__basic_declarative_item_pragma = 213,
sym__type_declaration = 214,
sym_full_type_declaration = 215,
sym_private_type_declaration = 216,
sym_private_extension_declaration = 217,
sym__discriminant_part = 218,
sym_unknown_discriminant_part = 219,
sym_known_discriminant_part = 220,
sym_incomplete_type_declaration = 221,
sym_discriminant_specification_list = 222,
sym_discriminant_specification = 223,
sym__type_definition = 224,
sym_array_type_definition = 225,
sym__discrete_subtype_definition_list = 226,
sym__discrete_range = 227,
sym__index_subtype_definition_list = 228,
sym_index_subtype_definition = 229,
sym_enumeration_type_definition = 230,
sym__enumeration_literal_list = 231,
sym__enumeration_literal_specification = 232,
sym__integer_type_definition = 233,
sym_modular_type_definition = 234,
sym__real_type_definition = 235,
sym_floating_point_definition = 236,
sym_real_range_specification = 237,
sym__fixed_point_definition = 238,
sym_decimal_fixed_point_definition = 239,
sym_ordinary_fixed_point_definition = 240,
sym_signed_integer_type_definition = 241,
sym_derived_type_definition = 242,
sym_interface_type_definition = 243,
sym__interface_list = 244,
sym_record_extension_part = 245,
sym_record_type_definition = 246,
sym_record_definition = 247,
sym_component_list = 248,
sym__component_item = 249,
sym_component_declaration = 250,
sym_component_definition = 251,
sym__array_aggregate = 252,
sym_positional_array_aggregate = 253,
sym_null_array_aggregate = 254,
sym_named_array_aggregate = 255,
sym__array_component_association_list = 256,
sym_array_component_association = 257,
sym_discrete_choice_list = 258,
sym_discrete_choice = 259,
sym_aspect_association = 260,
sym__aspect_clause = 261,
sym__aspect_definition = 262,
sym__aspect_mark = 263,
sym_aspect_mark_list = 264,
sym_aspect_specification = 265,
sym__assign_value = 266,
sym_at_clause = 267,
sym_attribute_definition_clause = 268,
sym_body_stub = 269,
sym_subprogram_body_stub = 270,
sym_package_body_stub = 271,
sym_task_body = 272,
sym_task_body_stub = 273,
sym__protected_operation_declaration = 274,
sym__protected_element_declaration = 275,
sym__protected_operation_item = 276,
sym_protected_definition = 277,
sym_protected_type_declaration = 278,
sym_single_protected_declaration = 279,
sym_protected_body = 280,
sym_protected_body_stub = 281,
sym_choice_parameter_specification = 282,
sym_component_clause = 283,
sym__declarative_item_pragma = 284,
sym_non_empty_declarative_part = 285,
sym_entry_declaration = 286,
sym_entry_body = 287,
sym_entry_barrier = 288,
sym_entry_index_specification = 289,
sym_enumeration_aggregate = 290,
sym_enumeration_representation_clause = 291,
sym_exception_choice_list = 292,
sym_exception_choice = 293,
sym_exception_declaration = 294,
sym_exception_handler = 295,
sym_formal_part = 296,
sym_function_specification = 297,
sym__generic_declaration = 298,
sym_generic_formal_part = 299,
sym__generic_formal_parameter_declaration = 300,
sym_generic_subprogram_declaration = 301,
sym_generic_package_declaration = 302,
sym_generic_instantiation = 303,
sym_formal_object_declaration = 304,
sym__formal_type_declaration = 305,
sym_formal_complete_type_declaration = 306,
sym_formal_incomplete_type_declaration = 307,
sym__formal_type_definition = 308,
sym_formal_private_type_definition = 309,
sym_formal_derived_type_definition = 310,
sym_formal_discrete_type_definition = 311,
sym_formal_signed_integer_type_definition = 312,
sym_formal_modular_type_definition = 313,
sym_formal_floating_point_definition = 314,
sym_formal_ordinary_fixed_point_definition = 315,
sym_formal_decimal_fixed_point_definition = 316,
sym_formal_array_type_definition = 317,
sym_formal_access_type_definition = 318,
sym_formal_interface_type_definition = 319,
sym_formal_subprogram_declaration = 320,
sym_formal_concrete_subprogram_declaration = 321,
sym_formal_abstract_subprogram_declaration = 322,
sym_subprogram_default = 323,
sym_formal_package_declaration = 324,
sym_global_aspect_definition = 325,
sym_global_aspect_element = 326,
sym_global_mode = 327,
sym_handled_sequence_of_statements = 328,
sym_loop_label = 329,
sym_label = 330,
sym_mod_clause = 331,
sym_non_empty_mode = 332,
sym_null_procedure_declaration = 333,
sym_null_statement = 334,
sym_number_declaration = 335,
sym_object_declaration = 336,
sym_single_task_declaration = 337,
sym_task_type_declaration = 338,
sym_non_empty_entry_body_formal_part = 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_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_non_empty_entry_body_formal_part] = "non_empty_entry_body_formal_part",
[sym__task_item] = "_task_item",
[sym_task_definition] = "task_definition",
[sym_overriding_indicator] = "overriding_indicator",
[sym__parameter_and_result_profile] = "_parameter_and_result_profile",
[sym_parameter_specification] = "parameter_specification",
[sym__parameter_specification_list] = "_parameter_specification_list",
[sym_pragma_g] = "pragma_g",
[sym_pragma_argument_association] = "pragma_argument_association",
[sym_if_expression] = "if_expression",
[sym_elsif_expression_item] = "elsif_expression_item",
[sym_procedure_specification] = "procedure_specification",
[sym_record_representation_clause] = "record_representation_clause",
[sym__renaming_declaration] = "_renaming_declaration",
[sym_object_renaming_declaration] = "object_renaming_declaration",
[sym_exception_renaming_declaration] = "exception_renaming_declaration",
[sym_package_renaming_declaration] = "package_renaming_declaration",
[sym_subprogram_renaming_declaration] = "subprogram_renaming_declaration",
[sym_generic_renaming_declaration] = "generic_renaming_declaration",
[sym_result_profile] = "result_profile",
[sym__sequence_of_statements] = "_sequence_of_statements",
[sym__simple_statement] = "_simple_statement",
[sym__statement] = "_statement",
[sym__compound_statement] = "_compound_statement",
[sym__select_statement] = "_select_statement",
[sym_entry_call_alternative] = "entry_call_alternative",
[sym_asynchronous_select] = "asynchronous_select",
[sym_triggering_alternative] = "triggering_alternative",
[sym_conditional_entry_call] = "conditional_entry_call",
[sym_delay_alternative] = "delay_alternative",
[sym_timed_entry_call] = "timed_entry_call",
[sym_guard] = "guard",
[sym_select_alternative] = "select_alternative",
[sym_accept_alternative] = "accept_alternative",
[sym_terminate_alternative] = "terminate_alternative",
[sym_selective_accept] = "selective_accept",
[sym_abort_statement] = "abort_statement",
[sym_requeue_statement] = "requeue_statement",
[sym_accept_statement] = "accept_statement",
[sym_case_statement_alternative] = "case_statement_alternative",
[sym_case_statement] = "case_statement",
[sym_block_statement] = "block_statement",
[sym_if_statement] = "if_statement",
[sym_elsif_statement_item] = "elsif_statement_item",
[sym_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_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_non_empty_entry_body_formal_part] = sym_non_empty_entry_body_formal_part,
[sym__task_item] = sym__task_item,
[sym_task_definition] = sym_task_definition,
[sym_overriding_indicator] = sym_overriding_indicator,
[sym__parameter_and_result_profile] = sym__parameter_and_result_profile,
[sym_parameter_specification] = sym_parameter_specification,
[sym__parameter_specification_list] = sym__parameter_specification_list,
[sym_pragma_g] = sym_pragma_g,
[sym_pragma_argument_association] = sym_pragma_argument_association,
[sym_if_expression] = sym_if_expression,
[sym_elsif_expression_item] = sym_elsif_expression_item,
[sym_procedure_specification] = sym_procedure_specification,
[sym_record_representation_clause] = sym_record_representation_clause,
[sym__renaming_declaration] = sym__renaming_declaration,
[sym_object_renaming_declaration] = sym_object_renaming_declaration,
[sym_exception_renaming_declaration] = sym_exception_renaming_declaration,
[sym_package_renaming_declaration] = sym_package_renaming_declaration,
[sym_subprogram_renaming_declaration] = sym_subprogram_renaming_declaration,
[sym_generic_renaming_declaration] = sym_generic_renaming_declaration,
[sym_result_profile] = sym_result_profile,
[sym__sequence_of_statements] = sym__sequence_of_statements,
[sym__simple_statement] = sym__simple_statement,
[sym__statement] = sym__statement,
[sym__compound_statement] = sym__compound_statement,
[sym__select_statement] = sym__select_statement,
[sym_entry_call_alternative] = sym_entry_call_alternative,
[sym_asynchronous_select] = sym_asynchronous_select,
[sym_triggering_alternative] = sym_triggering_alternative,
[sym_conditional_entry_call] = sym_conditional_entry_call,
[sym_delay_alternative] = sym_delay_alternative,
[sym_timed_entry_call] = sym_timed_entry_call,
[sym_guard] = sym_guard,
[sym_select_alternative] = sym_select_alternative,
[sym_accept_alternative] = sym_accept_alternative,
[sym_terminate_alternative] = sym_terminate_alternative,
[sym_selective_accept] = sym_selective_accept,
[sym_abort_statement] = sym_abort_statement,
[sym_requeue_statement] = sym_requeue_statement,
[sym_accept_statement] = sym_accept_statement,
[sym_case_statement_alternative] = sym_case_statement_alternative,
[sym_case_statement] = sym_case_statement,
[sym_block_statement] = sym_block_statement,
[sym_if_statement] = sym_if_statement,
[sym_elsif_statement_item] = sym_elsif_statement_item,
[sym_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_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_non_empty_entry_body_formal_part] = {
.visible = true,
.named = true,
},
[sym__task_item] = {
.visible = false,
.named = true,
},
[sym_task_definition] = {
.visible = true,
.named = true,
},
[sym_overriding_indicator] = {
.visible = true,
.named = true,
},
[sym__parameter_and_result_profile] = {
.visible = false,
.named = true,
},
[sym_parameter_specification] = {
.visible = true,
.named = true,
},
[sym__parameter_specification_list] = {
.visible = false,
.named = true,
},
[sym_pragma_g] = {
.visible = true,
.named = true,
},
[sym_pragma_argument_association] = {
.visible = true,
.named = true,
},
[sym_if_expression] = {
.visible = true,
.named = true,
},
[sym_elsif_expression_item] = {
.visible = true,
.named = true,
},
[sym_procedure_specification] = {
.visible = true,
.named = true,
},
[sym_record_representation_clause] = {
.visible = true,
.named = true,
},
[sym__renaming_declaration] = {
.visible = false,
.named = true,
},
[sym_object_renaming_declaration] = {
.visible = true,
.named = true,
},
[sym_exception_renaming_declaration] = {
.visible = true,
.named = true,
},
[sym_package_renaming_declaration] = {
.visible = true,
.named = true,
},
[sym_subprogram_renaming_declaration] = {
.visible = true,
.named = true,
},
[sym_generic_renaming_declaration] = {
.visible = true,
.named = true,
},
[sym_result_profile] = {
.visible = true,
.named = true,
},
[sym__sequence_of_statements] = {
.visible = false,
.named = true,
},
[sym__simple_statement] = {
.visible = false,
.named = true,
},
[sym__statement] = {
.visible = false,
.named = true,
},
[sym__compound_statement] = {
.visible = false,
.named = true,
},
[sym__select_statement] = {
.visible = false,
.named = true,
},
[sym_entry_call_alternative] = {
.visible = true,
.named = true,
},
[sym_asynchronous_select] = {
.visible = true,
.named = true,
},
[sym_triggering_alternative] = {
.visible = true,
.named = true,
},
[sym_conditional_entry_call] = {
.visible = true,
.named = true,
},
[sym_delay_alternative] = {
.visible = true,
.named = true,
},
[sym_timed_entry_call] = {
.visible = true,
.named = true,
},
[sym_guard] = {
.visible = true,
.named = true,
},
[sym_select_alternative] = {
.visible = true,
.named = true,
},
[sym_accept_alternative] = {
.visible = true,
.named = true,
},
[sym_terminate_alternative] = {
.visible = true,
.named = true,
},
[sym_selective_accept] = {
.visible = true,
.named = true,
},
[sym_abort_statement] = {
.visible = true,
.named = true,
},
[sym_requeue_statement] = {
.visible = true,
.named = true,
},
[sym_accept_statement] = {
.visible = true,
.named = true,
},
[sym_case_statement_alternative] = {
.visible = true,
.named = true,
},
[sym_case_statement] = {
.visible = true,
.named = true,
},
[sym_block_statement] = {
.visible = true,
.named = true,
},
[sym_if_statement] = {
.visible = true,
.named = true,
},
[sym_elsif_statement_item] = {
.visible = true,
.named = true,
},
[sym_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_exception_name = 13,
field_first_bit = 14,
field_generic_function_name = 15,
field_generic_name = 16,
field_generic_package_name = 17,
field_generic_procedure_name = 18,
field_global_set = 19,
field_is_abstract = 20,
field_is_all = 21,
field_is_limited = 22,
field_is_parallel = 23,
field_is_private = 24,
field_is_type = 25,
field_iterator_name = 26,
field_label_name = 27,
field_last_bit = 28,
field_left = 29,
field_local_name = 30,
field_loop_name = 31,
field_name = 32,
field_object_name = 33,
field_package_name = 34,
field_parameter_profile = 35,
field_parent_unit_name = 36,
field_position = 37,
field_predicate = 38,
field_prefix = 39,
field_range_attribute_reference = 40,
field_right = 41,
field_selector_name = 42,
field_statement_identifier = 43,
field_statements = 44,
field_subpool_handle_name = 45,
field_subtype_mark = 46,
field_subtype_name = 47,
field_variable_name = 48,
};
static const char * const ts_field_names[] = {
[0] = NULL,
[field_abortable_part] = "abortable_part",
[field_callable_entity_name] = "callable_entity_name",
[field_condition] = "condition",
[field_default_name] = "default_name",
[field_default_subtype_mark] = "default_subtype_mark",
[field_defining_program_unit_name] = "defining_program_unit_name",
[field_else_statements] = "else_statements",
[field_end_local_name] = "end_local_name",
[field_endname] = "endname",
[field_entry_direct_name] = "entry_direct_name",
[field_entry_identifier] = "entry_identifier",
[field_entry_index] = "entry_index",
[field_exception_name] = "exception_name",
[field_first_bit] = "first_bit",
[field_generic_function_name] = "generic_function_name",
[field_generic_name] = "generic_name",
[field_generic_package_name] = "generic_package_name",
[field_generic_procedure_name] = "generic_procedure_name",
[field_global_set] = "global_set",
[field_is_abstract] = "is_abstract",
[field_is_all] = "is_all",
[field_is_limited] = "is_limited",
[field_is_parallel] = "is_parallel",
[field_is_private] = "is_private",
[field_is_type] = "is_type",
[field_iterator_name] = "iterator_name",
[field_label_name] = "label_name",
[field_last_bit] = "last_bit",
[field_left] = "left",
[field_local_name] = "local_name",
[field_loop_name] = "loop_name",
[field_name] = "name",
[field_object_name] = "object_name",
[field_package_name] = "package_name",
[field_parameter_profile] = "parameter_profile",
[field_parent_unit_name] = "parent_unit_name",
[field_position] = "position",
[field_predicate] = "predicate",
[field_prefix] = "prefix",
[field_range_attribute_reference] = "range_attribute_reference",
[field_right] = "right",
[field_selector_name] = "selector_name",
[field_statement_identifier] = "statement_identifier",
[field_statements] = "statements",
[field_subpool_handle_name] = "subpool_handle_name",
[field_subtype_mark] = "subtype_mark",
[field_subtype_name] = "subtype_name",
[field_variable_name] = "variable_name",
};
static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = {
[1] = {.index = 0, .length = 1},
[2] = {.index = 1, .length = 1},
[3] = {.index = 2, .length = 1},
[4] = {.index = 3, .length = 1},
[5] = {.index = 4, .length = 1},
[6] = {.index = 5, .length = 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 = 2},
[12] = {.index = 13, .length = 1},
[13] = {.index = 14, .length = 1},
[14] = {.index = 15, .length = 1},
[15] = {.index = 16, .length = 1},
[16] = {.index = 17, .length = 1},
[17] = {.index = 18, .length = 2},
[18] = {.index = 20, .length = 1},
[19] = {.index = 21, .length = 1},
[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 = 4},
[28] = {.index = 33, .length = 1},
[29] = {.index = 34, .length = 2},
[30] = {.index = 36, .length = 1},
[31] = {.index = 37, .length = 1},
[32] = {.index = 38, .length = 2},
[33] = {.index = 40, .length = 2},
[34] = {.index = 42, .length = 1},
[35] = {.index = 43, .length = 1},
[36] = {.index = 44, .length = 1},
[37] = {.index = 45, .length = 1},
[38] = {.index = 46, .length = 1},
[39] = {.index = 47, .length = 2},
[40] = {.index = 49, .length = 2},
[41] = {.index = 51, .length = 2},
[42] = {.index = 53, .length = 2},
[43] = {.index = 55, .length = 1},
[44] = {.index = 56, .length = 1},
[45] = {.index = 57, .length = 1},
[46] = {.index = 58, .length = 3},
[47] = {.index = 61, .length = 1},
[48] = {.index = 62, .length = 1},
[49] = {.index = 63, .length = 1},
[50] = {.index = 64, .length = 2},
[51] = {.index = 66, .length = 2},
[52] = {.index = 68, .length = 2},
[53] = {.index = 70, .length = 1},
[54] = {.index = 71, .length = 2},
[55] = {.index = 73, .length = 1},
[56] = {.index = 74, .length = 2},
[57] = {.index = 76, .length = 1},
[58] = {.index = 77, .length = 1},
[59] = {.index = 78, .length = 2},
[60] = {.index = 80, .length = 1},
[61] = {.index = 81, .length = 1},
[62] = {.index = 82, .length = 2},
[63] = {.index = 84, .length = 1},
[64] = {.index = 85, .length = 2},
[65] = {.index = 87, .length = 2},
[66] = {.index = 89, .length = 1},
[67] = {.index = 90, .length = 2},
[68] = {.index = 92, .length = 2},
[69] = {.index = 94, .length = 2},
[70] = {.index = 96, .length = 2},
[71] = {.index = 98, .length = 1},
[72] = {.index = 99, .length = 2},
[73] = {.index = 101, .length = 2},
[74] = {.index = 103, .length = 2},
[75] = {.index = 105, .length = 1},
[76] = {.index = 106, .length = 2},
[77] = {.index = 108, .length = 2},
[78] = {.index = 110, .length = 2},
[79] = {.index = 112, .length = 2},
[80] = {.index = 114, .length = 1},
[81] = {.index = 115, .length = 2},
[82] = {.index = 117, .length = 1},
[83] = {.index = 118, .length = 1},
[84] = {.index = 119, .length = 2},
[85] = {.index = 121, .length = 1},
[86] = {.index = 122, .length = 2},
[87] = {.index = 124, .length = 2},
[88] = {.index = 126, .length = 3},
[89] = {.index = 129, .length = 2},
[90] = {.index = 131, .length = 2},
[91] = {.index = 133, .length = 1},
[92] = {.index = 134, .length = 2},
[93] = {.index = 136, .length = 1},
[94] = {.index = 137, .length = 1},
[95] = {.index = 138, .length = 2},
[96] = {.index = 140, .length = 2},
[97] = {.index = 142, .length = 2},
[98] = {.index = 144, .length = 1},
[99] = {.index = 145, .length = 1},
[100] = {.index = 146, .length = 1},
[101] = {.index = 147, .length = 1},
[102] = {.index = 148, .length = 1},
[103] = {.index = 149, .length = 3},
[104] = {.index = 152, .length = 2},
[105] = {.index = 154, .length = 2},
[106] = {.index = 156, .length = 1},
[107] = {.index = 157, .length = 2},
[108] = {.index = 159, .length = 2},
[109] = {.index = 161, .length = 2},
[110] = {.index = 163, .length = 1},
[111] = {.index = 164, .length = 1},
[112] = {.index = 165, .length = 1},
[113] = {.index = 166, .length = 3},
[114] = {.index = 169, .length = 1},
[115] = {.index = 170, .length = 2},
[116] = {.index = 172, .length = 2},
[117] = {.index = 174, .length = 1},
[118] = {.index = 175, .length = 1},
[119] = {.index = 176, .length = 3},
[120] = {.index = 179, .length = 3},
[121] = {.index = 182, .length = 1},
[122] = {.index = 183, .length = 2},
[123] = {.index = 185, .length = 1},
[124] = {.index = 186, .length = 4},
[125] = {.index = 190, .length = 4},
};
static const TSFieldMapEntry ts_field_map_entries[] = {
[0] =
{field_statement_identifier, 0},
[1] =
{field_name, 0},
[2] =
{field_name, 1},
[3] =
{field_name, 0, .inherited = true},
[4] =
{field_condition, 1},
[5] =
{field_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_name, 0, .inherited = true},
{field_name, 1, .inherited = true},
[13] =
{field_statement_identifier, 1},
[14] =
{field_entry_direct_name, 1},
[15] =
{field_loop_name, 1},
[16] =
{field_label_name, 1},
[17] =
{field_subtype_name, 0},
[18] =
{field_prefix, 0},
{field_selector_name, 2},
[20] =
{field_variable_name, 0},
[21] =
{field_subtype_mark, 1},
[22] =
{field_object_name, 2},
[23] =
{field_is_parallel, 1},
[24] =
{field_iterator_name, 2},
[25] =
{field_subtype_mark, 2, .inherited = true},
[26] =
{field_is_type, 1},
[27] =
{field_is_private, 0},
[28] =
{field_is_limited, 0},
[29] =
{field_left, 0},
{field_name, 0, .inherited = true},
{field_name, 2, .inherited = true},
{field_right, 2},
[33] =
{field_parameter_profile, 2},
[34] =
{field_entry_direct_name, 1},
{field_parameter_profile, 2},
[36] =
{field_condition, 2},
[37] =
{field_prefix, 0},
[38] =
{field_name, 0},
{field_subtype_mark, 2, .inherited = true},
[40] =
{field_is_abstract, 1},
{field_is_abstract, 2},
[42] =
{field_callable_entity_name, 2},
[43] =
{field_subtype_mark, 2},
[44] =
{field_iterator_name, 3},
[45] =
{field_subtype_mark, 3, .inherited = true},
[46] =
{field_local_name, 1},
[47] =
{field_is_all, 1},
{field_is_type, 2},
[49] =
{field_endname, 4},
{field_name, 1},
[51] =
{field_name, 1},
{field_package_name, 3},
[53] =
{field_is_limited, 0},
{field_is_private, 1},
[55] =
{field_subtype_mark, 1, .inherited = true},
[56] =
{field_parent_unit_name, 2},
[57] =
{field_exception_name, 0},
[58] =
{field_prefix, 0},
{field_range_attribute_reference, 1},
{field_range_attribute_reference, 2},
[61] =
{field_subpool_handle_name, 1},
[62] =
{field_endname, 1},
[63] =
{field_default_name, 0},
[64] =
{field_name, 0},
{field_subtype_mark, 2},
[66] =
{field_condition, 0, .inherited = true},
{field_condition, 1, .inherited = true},
[68] =
{field_condition, 3},
{field_loop_name, 1},
[70] =
{field_statements, 1},
[71] =
{field_name, 0},
{field_subtype_mark, 3, .inherited = true},
[73] =
{field_parameter_profile, 3},
[74] =
{field_is_abstract, 2},
{field_is_abstract, 3},
[76] =
{field_callable_entity_name, 3},
[77] =
{field_exception_name, 4},
[78] =
{field_object_name, 4},
{field_subtype_mark, 2},
[80] =
{field_object_name, 4},
[81] =
{field_subtype_mark, 3},
[82] =
{field_iterator_name, 4},
{field_subtype_mark, 2, .inherited = true},
[84] =
{field_name, 2},
[85] =
{field_endname, 5},
{field_name, 1},
[87] =
{field_generic_name, 4},
{field_name, 1},
[89] =
{field_endname, 2},
[90] =
{field_defining_program_unit_name, 2},
{field_generic_package_name, 4},
[92] =
{field_defining_program_unit_name, 2},
{field_generic_procedure_name, 4},
[94] =
{field_defining_program_unit_name, 2},
{field_generic_function_name, 4},
[96] =
{field_name, 0},
{field_subtype_mark, 3},
[98] =
{field_subtype_mark, 4, .inherited = true},
[99] =
{field_entry_direct_name, 1},
{field_entry_index, 3},
[101] =
{field_subtype_mark, 0, .inherited = true},
{field_subtype_mark, 1, .inherited = true},
[103] =
{field_name, 0},
{field_subtype_mark, 4, .inherited = true},
[105] =
{field_statements, 2},
[106] =
{field_object_name, 5},
{field_subtype_mark, 3},
[108] =
{field_iterator_name, 5},
{field_subtype_mark, 2, .inherited = true},
[110] =
{field_endname, 5},
{field_name, 2},
[112] =
{field_endname, 6},
{field_name, 1},
[114] =
{field_parameter_profile, 0},
[115] =
{field_subtype_mark, 1, .inherited = true},
{field_subtype_mark, 2, .inherited = true},
[117] =
{field_predicate, 4},
[118] =
{field_endname, 3},
[119] =
{field_parameter_profile, 5},
{field_subtype_mark, 3, .inherited = true},
[121] =
{field_default_subtype_mark, 4},
[122] =
{field_name, 0},
{field_subtype_mark, 4},
[124] =
{field_condition, 1},
{field_statements, 3},
[126] =
{field_entry_direct_name, 1},
{field_entry_index, 3},
{field_parameter_profile, 5},
[129] =
{field_entry_direct_name, 1},
{field_entry_identifier, 5},
[131] =
{field_condition, 1},
{field_condition, 3, .inherited = true},
[133] =
{field_statements, 3},
[134] =
{field_generic_name, 5},
{field_name, 2},
[136] =
{field_endname, 5},
[137] =
{field_global_set, 1},
[138] =
{field_end_local_name, 6},
{field_local_name, 1},
[140] =
{field_endname, 6},
{field_name, 2},
[142] =
{field_endname, 7},
{field_name, 1},
[144] =
{field_subtype_mark, 4},
[145] =
{field_endname, 4},
[146] =
{field_generic_package_name, 5},
[147] =
{field_default_subtype_mark, 5},
[148] =
{field_abortable_part, 4},
[149] =
{field_entry_direct_name, 1},
{field_entry_identifier, 6},
{field_parameter_profile, 2},
[152] =
{field_condition, 1},
{field_condition, 4, .inherited = true},
[154] =
{field_parameter_profile, 6},
{field_subtype_mark, 4, .inherited = true},
[156] =
{field_endname, 6},
[157] =
{field_end_local_name, 7},
{field_local_name, 1},
[159] =
{field_endname, 7},
{field_name, 2},
[161] =
{field_endname, 8},
{field_name, 1},
[163] =
{field_subtype_mark, 5, .inherited = true},
[164] =
{field_subtype_mark, 5},
[165] =
{field_default_subtype_mark, 6},
[166] =
{field_condition, 1},
{field_else_statements, 5},
{field_statements, 3},
[169] =
{field_endname, 7},
[170] =
{field_end_local_name, 8},
{field_local_name, 1},
[172] =
{field_endname, 8},
{field_name, 2},
[174] =
{field_subtype_mark, 6, .inherited = true},
[175] =
{field_default_subtype_mark, 7},
[176] =
{field_condition, 1},
{field_else_statements, 6},
{field_statements, 3},
[179] =
{field_entry_direct_name, 1},
{field_entry_identifier, 8},
{field_entry_index, 3},
[182] =
{field_endname, 8},
[183] =
{field_endname, 9},
{field_name, 2},
[185] =
{field_subtype_mark, 7, .inherited = true},
[186] =
{field_entry_direct_name, 1},
{field_entry_identifier, 9},
{field_entry_index, 3},
{field_parameter_profile, 5},
[190] =
{field_first_bit, 4},
{field_last_bit, 6},
{field_local_name, 0},
{field_position, 2},
};
static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = {
[0] = {0},
};
static const uint16_t ts_non_terminal_alias_map[] = {
0,
};
static const TSStateId ts_primary_state_ids[STATE_COUNT] = {
[0] = 0,
[1] = 1,
[2] = 2,
[3] = 3,
[4] = 4,
[5] = 5,
[6] = 6,
[7] = 7,
[8] = 8,
[9] = 9,
[10] = 10,
[11] = 11,
[12] = 12,
[13] = 13,
[14] = 14,
[15] = 15,
[16] = 16,
[17] = 17,
[18] = 18,
[19] = 19,
[20] = 20,
[21] = 21,
[22] = 22,
[23] = 23,
[24] = 24,
[25] = 25,
[26] = 26,
[27] = 27,
[28] = 28,
[29] = 29,
[30] = 30,
[31] = 31,
[32] = 32,
[33] = 33,
[34] = 34,
[35] = 35,
[36] = 36,
[37] = 37,
[38] = 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] = 525,
[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] = 474,
[548] = 548,
[549] = 549,
[550] = 550,
[551] = 551,
[552] = 552,
[553] = 553,
[554] = 554,
[555] = 555,
[556] = 556,
[557] = 474,
[558] = 558,
[559] = 559,
[560] = 560,
[561] = 561,
[562] = 562,
[563] = 563,
[564] = 564,
[565] = 565,
[566] = 566,
[567] = 567,
[568] = 568,
[569] = 569,
[570] = 570,
[571] = 571,
[572] = 572,
[573] = 573,
[574] = 574,
[575] = 575,
[576] = 576,
[577] = 577,
[578] = 578,
[579] = 474,
[580] = 580,
[581] = 581,
[582] = 582,
[583] = 583,
[584] = 584,
[585] = 585,
[586] = 586,
[587] = 587,
[588] = 588,
[589] = 589,
[590] = 590,
[591] = 591,
[592] = 592,
[593] = 593,
[594] = 594,
[595] = 595,
[596] = 596,
[597] = 597,
[598] = 598,
[599] = 599,
[600] = 600,
[601] = 601,
[602] = 602,
[603] = 603,
[604] = 604,
[605] = 605,
[606] = 606,
[607] = 607,
[608] = 608,
[609] = 609,
[610] = 610,
[611] = 611,
[612] = 612,
[613] = 613,
[614] = 614,
[615] = 615,
[616] = 616,
[617] = 617,
[618] = 618,
[619] = 619,
[620] = 620,
[621] = 621,
[622] = 622,
[623] = 623,
[624] = 624,
[625] = 625,
[626] = 626,
[627] = 627,
[628] = 628,
[629] = 629,
[630] = 630,
[631] = 631,
[632] = 632,
[633] = 633,
[634] = 634,
[635] = 635,
[636] = 636,
[637] = 637,
[638] = 638,
[639] = 639,
[640] = 640,
[641] = 641,
[642] = 642,
[643] = 643,
[644] = 644,
[645] = 645,
[646] = 646,
[647] = 647,
[648] = 648,
[649] = 649,
[650] = 650,
[651] = 651,
[652] = 652,
[653] = 653,
[654] = 654,
[655] = 655,
[656] = 656,
[657] = 657,
[658] = 658,
[659] = 659,
[660] = 660,
[661] = 661,
[662] = 662,
[663] = 663,
[664] = 664,
[665] = 665,
[666] = 666,
[667] = 667,
[668] = 668,
[669] = 669,
[670] = 670,
[671] = 671,
[672] = 672,
[673] = 673,
[674] = 674,
[675] = 675,
[676] = 676,
[677] = 677,
[678] = 678,
[679] = 679,
[680] = 680,
[681] = 681,
[682] = 682,
[683] = 683,
[684] = 684,
[685] = 685,
[686] = 686,
[687] = 687,
[688] = 688,
[689] = 689,
[690] = 690,
[691] = 691,
[692] = 692,
[693] = 693,
[694] = 694,
[695] = 695,
[696] = 696,
[697] = 697,
[698] = 698,
[699] = 699,
[700] = 700,
[701] = 701,
[702] = 702,
[703] = 703,
[704] = 704,
[705] = 705,
[706] = 706,
[707] = 707,
[708] = 708,
[709] = 709,
[710] = 710,
[711] = 711,
[712] = 712,
[713] = 713,
[714] = 714,
[715] = 715,
[716] = 716,
[717] = 717,
[718] = 718,
[719] = 719,
[720] = 720,
[721] = 721,
[722] = 722,
[723] = 723,
[724] = 724,
[725] = 725,
[726] = 726,
[727] = 727,
[728] = 728,
[729] = 729,
[730] = 730,
[731] = 731,
[732] = 732,
[733] = 733,
[734] = 734,
[735] = 735,
[736] = 736,
[737] = 737,
[738] = 738,
[739] = 739,
[740] = 740,
[741] = 741,
[742] = 742,
[743] = 743,
[744] = 744,
[745] = 745,
[746] = 746,
[747] = 747,
[748] = 748,
[749] = 749,
[750] = 750,
[751] = 751,
[752] = 752,
[753] = 753,
[754] = 754,
[755] = 755,
[756] = 756,
[757] = 757,
[758] = 758,
[759] = 759,
[760] = 760,
[761] = 761,
[762] = 762,
[763] = 763,
[764] = 764,
[765] = 765,
[766] = 766,
[767] = 767,
[768] = 768,
[769] = 769,
[770] = 770,
[771] = 771,
[772] = 772,
[773] = 773,
[774] = 774,
[775] = 775,
[776] = 776,
[777] = 777,
[778] = 778,
[779] = 779,
[780] = 780,
[781] = 781,
[782] = 782,
[783] = 783,
[784] = 784,
[785] = 785,
[786] = 786,
[787] = 787,
[788] = 788,
[789] = 789,
[790] = 790,
[791] = 791,
[792] = 792,
[793] = 793,
[794] = 794,
[795] = 795,
[796] = 796,
[797] = 797,
[798] = 798,
[799] = 799,
[800] = 800,
[801] = 801,
[802] = 802,
[803] = 803,
[804] = 804,
[805] = 805,
[806] = 806,
[807] = 807,
[808] = 808,
[809] = 809,
[810] = 810,
[811] = 811,
[812] = 812,
[813] = 813,
[814] = 814,
[815] = 815,
[816] = 816,
[817] = 817,
[818] = 818,
[819] = 819,
[820] = 820,
[821] = 821,
[822] = 822,
[823] = 823,
[824] = 824,
[825] = 825,
[826] = 826,
[827] = 827,
[828] = 828,
[829] = 829,
[830] = 830,
[831] = 831,
[832] = 832,
[833] = 833,
[834] = 834,
[835] = 835,
[836] = 836,
[837] = 837,
[838] = 838,
[839] = 839,
[840] = 840,
[841] = 841,
[842] = 842,
[843] = 843,
[844] = 844,
[845] = 845,
[846] = 846,
[847] = 847,
[848] = 848,
[849] = 849,
[850] = 850,
[851] = 851,
[852] = 852,
[853] = 853,
[854] = 854,
[855] = 855,
[856] = 856,
[857] = 857,
[858] = 858,
[859] = 859,
[860] = 860,
[861] = 861,
[862] = 862,
[863] = 863,
[864] = 864,
[865] = 865,
[866] = 866,
[867] = 867,
[868] = 868,
[869] = 869,
[870] = 870,
[871] = 871,
[872] = 872,
[873] = 873,
[874] = 874,
[875] = 875,
[876] = 876,
[877] = 877,
[878] = 878,
[879] = 879,
[880] = 880,
[881] = 881,
[882] = 882,
[883] = 883,
[884] = 884,
[885] = 885,
[886] = 886,
[887] = 887,
[888] = 888,
[889] = 889,
[890] = 890,
[891] = 891,
[892] = 892,
[893] = 893,
[894] = 894,
[895] = 895,
[896] = 896,
[897] = 897,
[898] = 898,
[899] = 899,
[900] = 900,
[901] = 901,
[902] = 902,
[903] = 903,
[904] = 904,
[905] = 905,
[906] = 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] = 951,
[959] = 959,
[960] = 960,
[961] = 961,
[962] = 962,
[963] = 963,
[964] = 964,
[965] = 965,
[966] = 966,
[967] = 967,
[968] = 968,
[969] = 969,
[970] = 970,
[971] = 971,
[972] = 972,
[973] = 973,
[974] = 974,
[975] = 975,
[976] = 976,
[977] = 977,
[978] = 978,
[979] = 979,
[980] = 980,
[981] = 981,
[982] = 982,
[983] = 983,
[984] = 984,
[985] = 985,
[986] = 986,
[987] = 987,
[988] = 988,
[989] = 989,
[990] = 990,
[991] = 991,
[992] = 992,
[993] = 993,
[994] = 994,
[995] = 995,
[996] = 996,
[997] = 997,
[998] = 998,
[999] = 999,
[1000] = 1000,
[1001] = 1001,
[1002] = 1002,
[1003] = 1003,
[1004] = 1004,
[1005] = 1005,
[1006] = 1006,
[1007] = 1007,
[1008] = 1008,
[1009] = 1009,
[1010] = 1010,
[1011] = 1011,
[1012] = 1012,
[1013] = 1013,
[1014] = 1014,
[1015] = 1015,
[1016] = 1016,
[1017] = 1017,
[1018] = 1018,
[1019] = 1019,
[1020] = 1020,
[1021] = 1021,
[1022] = 1022,
[1023] = 1023,
[1024] = 1024,
[1025] = 1025,
[1026] = 1026,
[1027] = 1027,
[1028] = 1028,
[1029] = 1029,
[1030] = 1030,
[1031] = 1031,
[1032] = 1032,
[1033] = 1033,
[1034] = 1034,
[1035] = 1035,
[1036] = 1036,
[1037] = 1037,
[1038] = 1038,
[1039] = 1039,
[1040] = 1040,
[1041] = 1041,
[1042] = 1042,
[1043] = 1043,
[1044] = 1044,
[1045] = 1045,
[1046] = 1046,
[1047] = 1047,
[1048] = 1048,
[1049] = 1049,
[1050] = 1050,
[1051] = 1051,
[1052] = 1052,
[1053] = 1053,
[1054] = 1054,
[1055] = 1055,
[1056] = 1056,
[1057] = 1057,
[1058] = 1058,
[1059] = 1059,
[1060] = 1060,
[1061] = 1061,
[1062] = 1062,
[1063] = 1063,
[1064] = 1064,
[1065] = 1065,
[1066] = 1066,
[1067] = 1067,
[1068] = 1068,
[1069] = 1069,
[1070] = 1070,
[1071] = 1071,
[1072] = 1072,
[1073] = 1073,
[1074] = 1074,
[1075] = 1075,
[1076] = 1076,
[1077] = 1077,
[1078] = 1078,
[1079] = 1079,
[1080] = 1080,
[1081] = 1081,
[1082] = 1082,
[1083] = 1083,
[1084] = 1084,
[1085] = 1085,
[1086] = 1086,
[1087] = 1087,
[1088] = 1088,
[1089] = 1089,
[1090] = 1090,
[1091] = 1091,
[1092] = 1092,
[1093] = 1093,
[1094] = 1094,
[1095] = 1095,
[1096] = 1096,
[1097] = 1097,
[1098] = 1098,
[1099] = 1099,
[1100] = 1100,
[1101] = 1101,
[1102] = 1102,
[1103] = 1103,
[1104] = 1104,
[1105] = 1105,
[1106] = 1106,
[1107] = 1107,
[1108] = 1108,
[1109] = 1109,
[1110] = 1110,
[1111] = 1111,
[1112] = 1112,
[1113] = 1113,
[1114] = 1114,
[1115] = 1115,
[1116] = 1116,
[1117] = 1117,
[1118] = 1118,
[1119] = 1119,
[1120] = 1120,
[1121] = 1121,
[1122] = 1122,
[1123] = 1123,
[1124] = 1124,
[1125] = 1125,
[1126] = 1126,
[1127] = 1127,
[1128] = 1128,
[1129] = 1129,
[1130] = 1130,
[1131] = 1131,
[1132] = 1132,
[1133] = 1133,
[1134] = 1134,
[1135] = 1135,
[1136] = 1136,
[1137] = 1137,
[1138] = 1138,
[1139] = 1139,
[1140] = 1140,
[1141] = 1141,
[1142] = 1142,
[1143] = 1143,
[1144] = 1144,
[1145] = 1145,
[1146] = 1146,
[1147] = 1147,
[1148] = 1148,
[1149] = 1149,
[1150] = 1150,
[1151] = 1151,
[1152] = 1152,
[1153] = 1153,
[1154] = 1154,
[1155] = 1155,
[1156] = 1156,
[1157] = 1157,
[1158] = 1158,
[1159] = 1159,
[1160] = 1160,
[1161] = 1161,
[1162] = 1162,
[1163] = 1163,
[1164] = 1164,
[1165] = 1165,
[1166] = 1166,
[1167] = 1167,
[1168] = 1168,
[1169] = 1169,
[1170] = 1170,
[1171] = 1171,
[1172] = 1172,
[1173] = 1173,
[1174] = 1174,
[1175] = 1175,
[1176] = 1176,
[1177] = 1177,
[1178] = 1178,
[1179] = 1179,
[1180] = 1180,
[1181] = 1181,
[1182] = 1182,
[1183] = 1183,
[1184] = 1184,
[1185] = 1185,
[1186] = 1186,
[1187] = 1187,
[1188] = 1188,
[1189] = 1189,
[1190] = 1190,
[1191] = 1191,
[1192] = 1192,
[1193] = 1193,
[1194] = 1194,
[1195] = 1195,
[1196] = 1196,
[1197] = 1197,
[1198] = 1198,
[1199] = 1199,
[1200] = 1200,
[1201] = 1201,
[1202] = 1202,
[1203] = 1203,
[1204] = 1204,
[1205] = 1205,
[1206] = 1206,
[1207] = 1207,
[1208] = 1208,
[1209] = 1209,
[1210] = 1210,
[1211] = 1211,
[1212] = 1212,
[1213] = 1213,
[1214] = 1214,
[1215] = 1215,
[1216] = 1216,
[1217] = 1217,
[1218] = 1218,
[1219] = 1219,
[1220] = 1220,
[1221] = 1221,
[1222] = 1222,
[1223] = 1223,
[1224] = 1224,
[1225] = 1225,
[1226] = 1226,
[1227] = 1227,
[1228] = 1228,
[1229] = 1229,
[1230] = 1230,
[1231] = 1231,
[1232] = 1232,
[1233] = 1233,
[1234] = 1234,
[1235] = 1235,
[1236] = 1236,
[1237] = 1237,
[1238] = 1238,
[1239] = 1239,
[1240] = 1240,
[1241] = 1241,
[1242] = 1242,
[1243] = 1243,
[1244] = 1244,
[1245] = 1245,
[1246] = 1246,
[1247] = 1247,
[1248] = 1248,
[1249] = 1249,
[1250] = 1250,
[1251] = 1251,
[1252] = 1252,
[1253] = 1253,
[1254] = 1254,
[1255] = 1255,
[1256] = 1256,
[1257] = 1257,
[1258] = 1258,
[1259] = 1259,
[1260] = 1260,
[1261] = 1261,
[1262] = 1262,
[1263] = 1263,
[1264] = 1264,
[1265] = 1265,
[1266] = 1266,
[1267] = 1267,
[1268] = 1268,
[1269] = 1269,
[1270] = 1270,
[1271] = 1271,
[1272] = 1272,
[1273] = 1273,
[1274] = 1274,
[1275] = 1275,
[1276] = 1276,
[1277] = 1277,
[1278] = 1278,
[1279] = 1279,
[1280] = 1280,
[1281] = 1281,
[1282] = 1282,
[1283] = 1283,
[1284] = 1284,
[1285] = 1285,
[1286] = 1286,
[1287] = 1287,
[1288] = 1206,
[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] = 1434,
[1435] = 1435,
[1436] = 1436,
[1437] = 1437,
[1438] = 1438,
[1439] = 1439,
[1440] = 1440,
[1441] = 1441,
[1442] = 1442,
[1443] = 1443,
[1444] = 1444,
[1445] = 1445,
[1446] = 1446,
[1447] = 1447,
[1448] = 1448,
[1449] = 1449,
[1450] = 1450,
[1451] = 1451,
[1452] = 1452,
[1453] = 1453,
[1454] = 1454,
[1455] = 1455,
[1456] = 1456,
[1457] = 1457,
[1458] = 1458,
[1459] = 1459,
[1460] = 1460,
[1461] = 1461,
[1462] = 1462,
[1463] = 1463,
[1464] = 1464,
[1465] = 1465,
[1466] = 1466,
[1467] = 1467,
[1468] = 1468,
[1469] = 1469,
[1470] = 1470,
[1471] = 1471,
[1472] = 1472,
[1473] = 1473,
[1474] = 1474,
[1475] = 1475,
[1476] = 1476,
[1477] = 1477,
[1478] = 1478,
[1479] = 1479,
[1480] = 1480,
[1481] = 1481,
[1482] = 1482,
[1483] = 1483,
[1484] = 1484,
[1485] = 1485,
[1486] = 1486,
[1487] = 1487,
[1488] = 1488,
[1489] = 1489,
[1490] = 1490,
[1491] = 1491,
[1492] = 1492,
[1493] = 1493,
[1494] = 1494,
[1495] = 1495,
[1496] = 1496,
[1497] = 1497,
[1498] = 1498,
[1499] = 1499,
[1500] = 1500,
[1501] = 1501,
[1502] = 1502,
[1503] = 1503,
[1504] = 1504,
[1505] = 1505,
[1506] = 1506,
[1507] = 1507,
[1508] = 1508,
[1509] = 1509,
[1510] = 1510,
[1511] = 1511,
[1512] = 1512,
[1513] = 1513,
[1514] = 1514,
[1515] = 1515,
[1516] = 1516,
[1517] = 1517,
[1518] = 1518,
[1519] = 1519,
[1520] = 1520,
[1521] = 1521,
[1522] = 1522,
[1523] = 1523,
[1524] = 1524,
[1525] = 1525,
[1526] = 1526,
[1527] = 1527,
[1528] = 1528,
[1529] = 1529,
[1530] = 1530,
[1531] = 1531,
[1532] = 1532,
[1533] = 1533,
[1534] = 1534,
[1535] = 1535,
[1536] = 1536,
[1537] = 1537,
[1538] = 1538,
[1539] = 1539,
[1540] = 1540,
[1541] = 1541,
[1542] = 1542,
[1543] = 1543,
[1544] = 1544,
[1545] = 1545,
[1546] = 1546,
[1547] = 1547,
[1548] = 1548,
[1549] = 1549,
[1550] = 1550,
[1551] = 1551,
[1552] = 1552,
[1553] = 1553,
[1554] = 1554,
[1555] = 1555,
[1556] = 1556,
[1557] = 1557,
[1558] = 1558,
[1559] = 1559,
[1560] = 1560,
[1561] = 1561,
[1562] = 1562,
[1563] = 1563,
[1564] = 1564,
[1565] = 1565,
[1566] = 1566,
[1567] = 1567,
[1568] = 1568,
[1569] = 1569,
[1570] = 1570,
[1571] = 1571,
[1572] = 1572,
[1573] = 1573,
[1574] = 1574,
[1575] = 1575,
[1576] = 1576,
[1577] = 1577,
[1578] = 1578,
[1579] = 1579,
[1580] = 1580,
[1581] = 1581,
[1582] = 1582,
[1583] = 1583,
[1584] = 1584,
[1585] = 1585,
[1586] = 1586,
[1587] = 1587,
[1588] = 1588,
[1589] = 1589,
[1590] = 1590,
[1591] = 1591,
[1592] = 1592,
[1593] = 1593,
[1594] = 1594,
[1595] = 1595,
[1596] = 1596,
[1597] = 1597,
[1598] = 1598,
[1599] = 1599,
[1600] = 1600,
[1601] = 1601,
[1602] = 1602,
[1603] = 1603,
[1604] = 1604,
[1605] = 1605,
[1606] = 1606,
[1607] = 1607,
[1608] = 1608,
[1609] = 1609,
[1610] = 1610,
[1611] = 1611,
[1612] = 1612,
[1613] = 1613,
[1614] = 1614,
[1615] = 1615,
[1616] = 1616,
[1617] = 1617,
[1618] = 1618,
[1619] = 1619,
[1620] = 1620,
[1621] = 1621,
[1622] = 1622,
[1623] = 1623,
[1624] = 1624,
[1625] = 1625,
[1626] = 1626,
[1627] = 1627,
[1628] = 1628,
[1629] = 1629,
[1630] = 1630,
[1631] = 1631,
[1632] = 1632,
[1633] = 1633,
[1634] = 1634,
[1635] = 1635,
[1636] = 1636,
[1637] = 1637,
[1638] = 1638,
[1639] = 1639,
[1640] = 1640,
[1641] = 1641,
[1642] = 1642,
[1643] = 1643,
[1644] = 1644,
[1645] = 1645,
[1646] = 1646,
[1647] = 1647,
[1648] = 1648,
[1649] = 1649,
[1650] = 1650,
[1651] = 1651,
[1652] = 1652,
[1653] = 1653,
[1654] = 1654,
[1655] = 1655,
[1656] = 1656,
[1657] = 1657,
[1658] = 1658,
[1659] = 1659,
[1660] = 1660,
[1661] = 1661,
[1662] = 1662,
[1663] = 1663,
[1664] = 1664,
[1665] = 1665,
[1666] = 1666,
[1667] = 1667,
[1668] = 1668,
[1669] = 1669,
[1670] = 1670,
[1671] = 1671,
[1672] = 1672,
[1673] = 1673,
[1674] = 1674,
[1675] = 1675,
[1676] = 1676,
[1677] = 1677,
[1678] = 1678,
[1679] = 1679,
[1680] = 1680,
[1681] = 1681,
[1682] = 1682,
[1683] = 1683,
[1684] = 1684,
[1685] = 1685,
[1686] = 1686,
[1687] = 1687,
[1688] = 1688,
[1689] = 1689,
[1690] = 1690,
[1691] = 1691,
[1692] = 1692,
[1693] = 1693,
[1694] = 1694,
[1695] = 1695,
[1696] = 1696,
[1697] = 1697,
[1698] = 1698,
[1699] = 1699,
[1700] = 1700,
[1701] = 1701,
[1702] = 1702,
[1703] = 1703,
[1704] = 1704,
[1705] = 1705,
[1706] = 1706,
[1707] = 1707,
[1708] = 1708,
[1709] = 1709,
[1710] = 1710,
[1711] = 1711,
[1712] = 1712,
[1713] = 1713,
[1714] = 1714,
[1715] = 1715,
[1716] = 1716,
[1717] = 1717,
[1718] = 1718,
[1719] = 1719,
[1720] = 1720,
[1721] = 1721,
[1722] = 1722,
[1723] = 1723,
[1724] = 1724,
[1725] = 1725,
[1726] = 1726,
[1727] = 1727,
[1728] = 1728,
[1729] = 1729,
[1730] = 1730,
[1731] = 1731,
[1732] = 1732,
[1733] = 1733,
[1734] = 1734,
[1735] = 1735,
[1736] = 1736,
[1737] = 1737,
[1738] = 1738,
[1739] = 1739,
[1740] = 1740,
[1741] = 1741,
[1742] = 1742,
[1743] = 1743,
[1744] = 1744,
[1745] = 1745,
[1746] = 1746,
[1747] = 1747,
[1748] = 1748,
[1749] = 1749,
[1750] = 1750,
[1751] = 1751,
[1752] = 1752,
[1753] = 1753,
[1754] = 1754,
[1755] = 1755,
[1756] = 1756,
[1757] = 1757,
[1758] = 1758,
[1759] = 1759,
[1760] = 1760,
[1761] = 1761,
[1762] = 1762,
[1763] = 1763,
[1764] = 1764,
[1765] = 1765,
[1766] = 1766,
[1767] = 1767,
[1768] = 1768,
[1769] = 1769,
[1770] = 1770,
[1771] = 1771,
[1772] = 1772,
[1773] = 1773,
[1774] = 1774,
[1775] = 1775,
[1776] = 1776,
[1777] = 1777,
[1778] = 1778,
[1779] = 1779,
[1780] = 1780,
[1781] = 1781,
[1782] = 1782,
[1783] = 1783,
[1784] = 1784,
[1785] = 1785,
[1786] = 1786,
[1787] = 1787,
[1788] = 1788,
[1789] = 1789,
[1790] = 1790,
[1791] = 1791,
[1792] = 1792,
[1793] = 1793,
[1794] = 1794,
[1795] = 1795,
[1796] = 1796,
[1797] = 1797,
[1798] = 1798,
[1799] = 1799,
[1800] = 1800,
[1801] = 1801,
[1802] = 1802,
[1803] = 1803,
[1804] = 1804,
[1805] = 1805,
[1806] = 1806,
[1807] = 1807,
[1808] = 1808,
[1809] = 1809,
[1810] = 1810,
[1811] = 1811,
[1812] = 1812,
[1813] = 1813,
[1814] = 1814,
[1815] = 1815,
[1816] = 1816,
[1817] = 1817,
[1818] = 1818,
[1819] = 1819,
[1820] = 1820,
[1821] = 1821,
[1822] = 1822,
[1823] = 1823,
[1824] = 1824,
[1825] = 1825,
[1826] = 1826,
[1827] = 1827,
[1828] = 1828,
[1829] = 1829,
[1830] = 1830,
[1831] = 1831,
[1832] = 1832,
[1833] = 1833,
[1834] = 1834,
[1835] = 1835,
[1836] = 1836,
[1837] = 1837,
[1838] = 1838,
[1839] = 1839,
[1840] = 1840,
[1841] = 1841,
[1842] = 1842,
[1843] = 1843,
[1844] = 1844,
[1845] = 1845,
[1846] = 1846,
[1847] = 1847,
[1848] = 1848,
[1849] = 1849,
[1850] = 1850,
[1851] = 1851,
[1852] = 1852,
[1853] = 1853,
[1854] = 1854,
[1855] = 1855,
[1856] = 1856,
[1857] = 1857,
[1858] = 1858,
[1859] = 1859,
[1860] = 1860,
[1861] = 1861,
[1862] = 1862,
[1863] = 1863,
[1864] = 1864,
[1865] = 1865,
[1866] = 1866,
[1867] = 1867,
[1868] = 1868,
[1869] = 1869,
[1870] = 1870,
[1871] = 1871,
[1872] = 1872,
[1873] = 1873,
[1874] = 1874,
[1875] = 1875,
[1876] = 1876,
[1877] = 1877,
[1878] = 1878,
[1879] = 1879,
[1880] = 1880,
[1881] = 1881,
[1882] = 1882,
[1883] = 1883,
[1884] = 1884,
[1885] = 1885,
[1886] = 1886,
[1887] = 1887,
[1888] = 1888,
[1889] = 1889,
[1890] = 1890,
[1891] = 1891,
[1892] = 1892,
[1893] = 1893,
[1894] = 1894,
[1895] = 1895,
[1896] = 1896,
[1897] = 1897,
[1898] = 1898,
[1899] = 1899,
[1900] = 1900,
[1901] = 1901,
[1902] = 1902,
[1903] = 1903,
[1904] = 1904,
[1905] = 1905,
[1906] = 1906,
[1907] = 1907,
[1908] = 1908,
[1909] = 1909,
[1910] = 1910,
[1911] = 1911,
[1912] = 1912,
[1913] = 1913,
[1914] = 1914,
[1915] = 1915,
[1916] = 1916,
[1917] = 1917,
[1918] = 1918,
[1919] = 1919,
[1920] = 1920,
[1921] = 1921,
[1922] = 1922,
[1923] = 1923,
[1924] = 1924,
[1925] = 1925,
[1926] = 1926,
[1927] = 1927,
[1928] = 1928,
[1929] = 1929,
[1930] = 1930,
[1931] = 1931,
[1932] = 1932,
[1933] = 1933,
[1934] = 1934,
[1935] = 1935,
[1936] = 1936,
[1937] = 1937,
[1938] = 1938,
[1939] = 1939,
[1940] = 1940,
[1941] = 1941,
[1942] = 1942,
[1943] = 1943,
[1944] = 1944,
[1945] = 1945,
[1946] = 1946,
[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,
};
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 = 10},
[458] = {.lex_state = 10},
[459] = {.lex_state = 10},
[460] = {.lex_state = 10},
[461] = {.lex_state = 10},
[462] = {.lex_state = 10},
[463] = {.lex_state = 10},
[464] = {.lex_state = 48},
[465] = {.lex_state = 10},
[466] = {.lex_state = 10},
[467] = {.lex_state = 10},
[468] = {.lex_state = 10},
[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 = 48},
[479] = {.lex_state = 10},
[480] = {.lex_state = 10},
[481] = {.lex_state = 10},
[482] = {.lex_state = 48},
[483] = {.lex_state = 10},
[484] = {.lex_state = 48},
[485] = {.lex_state = 48},
[486] = {.lex_state = 48},
[487] = {.lex_state = 48},
[488] = {.lex_state = 48},
[489] = {.lex_state = 48},
[490] = {.lex_state = 48},
[491] = {.lex_state = 48},
[492] = {.lex_state = 48},
[493] = {.lex_state = 10},
[494] = {.lex_state = 10},
[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 = 48},
[516] = {.lex_state = 48},
[517] = {.lex_state = 48},
[518] = {.lex_state = 48},
[519] = {.lex_state = 48},
[520] = {.lex_state = 48},
[521] = {.lex_state = 10},
[522] = {.lex_state = 10},
[523] = {.lex_state = 10},
[524] = {.lex_state = 10},
[525] = {.lex_state = 10},
[526] = {.lex_state = 10},
[527] = {.lex_state = 10},
[528] = {.lex_state = 48},
[529] = {.lex_state = 48},
[530] = {.lex_state = 10},
[531] = {.lex_state = 10},
[532] = {.lex_state = 10},
[533] = {.lex_state = 10},
[534] = {.lex_state = 10},
[535] = {.lex_state = 10},
[536] = {.lex_state = 10},
[537] = {.lex_state = 10},
[538] = {.lex_state = 10},
[539] = {.lex_state = 48},
[540] = {.lex_state = 10},
[541] = {.lex_state = 10},
[542] = {.lex_state = 10},
[543] = {.lex_state = 48},
[544] = {.lex_state = 10},
[545] = {.lex_state = 48},
[546] = {.lex_state = 11},
[547] = {.lex_state = 10},
[548] = {.lex_state = 11},
[549] = {.lex_state = 11},
[550] = {.lex_state = 11},
[551] = {.lex_state = 11},
[552] = {.lex_state = 48},
[553] = {.lex_state = 48},
[554] = {.lex_state = 48},
[555] = {.lex_state = 11},
[556] = {.lex_state = 48},
[557] = {.lex_state = 10},
[558] = {.lex_state = 48},
[559] = {.lex_state = 48},
[560] = {.lex_state = 48},
[561] = {.lex_state = 48},
[562] = {.lex_state = 7},
[563] = {.lex_state = 48},
[564] = {.lex_state = 10},
[565] = {.lex_state = 11},
[566] = {.lex_state = 11},
[567] = {.lex_state = 10},
[568] = {.lex_state = 10},
[569] = {.lex_state = 10},
[570] = {.lex_state = 48},
[571] = {.lex_state = 48},
[572] = {.lex_state = 48},
[573] = {.lex_state = 48},
[574] = {.lex_state = 48},
[575] = {.lex_state = 10},
[576] = {.lex_state = 10},
[577] = {.lex_state = 48},
[578] = {.lex_state = 48},
[579] = {.lex_state = 10},
[580] = {.lex_state = 48},
[581] = {.lex_state = 48},
[582] = {.lex_state = 48},
[583] = {.lex_state = 10},
[584] = {.lex_state = 48},
[585] = {.lex_state = 48},
[586] = {.lex_state = 48},
[587] = {.lex_state = 10},
[588] = {.lex_state = 48},
[589] = {.lex_state = 48},
[590] = {.lex_state = 48},
[591] = {.lex_state = 48},
[592] = {.lex_state = 11},
[593] = {.lex_state = 48},
[594] = {.lex_state = 48},
[595] = {.lex_state = 48},
[596] = {.lex_state = 48},
[597] = {.lex_state = 48},
[598] = {.lex_state = 48},
[599] = {.lex_state = 48},
[600] = {.lex_state = 48},
[601] = {.lex_state = 48},
[602] = {.lex_state = 48},
[603] = {.lex_state = 48},
[604] = {.lex_state = 48},
[605] = {.lex_state = 48},
[606] = {.lex_state = 48},
[607] = {.lex_state = 48},
[608] = {.lex_state = 48},
[609] = {.lex_state = 48},
[610] = {.lex_state = 48},
[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 = 11},
[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 = 10},
[666] = {.lex_state = 10},
[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 = 48},
[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 = 48},
[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 = 48},
[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 = 11},
[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 = 11},
[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 = 11},
[816] = {.lex_state = 48},
[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 = 48},
[825] = {.lex_state = 48},
[826] = {.lex_state = 11},
[827] = {.lex_state = 48},
[828] = {.lex_state = 48},
[829] = {.lex_state = 48},
[830] = {.lex_state = 48},
[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 = 48},
[841] = {.lex_state = 48},
[842] = {.lex_state = 48},
[843] = {.lex_state = 11},
[844] = {.lex_state = 48},
[845] = {.lex_state = 48},
[846] = {.lex_state = 10},
[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 = 10},
[855] = {.lex_state = 48},
[856] = {.lex_state = 48},
[857] = {.lex_state = 0},
[858] = {.lex_state = 48},
[859] = {.lex_state = 0},
[860] = {.lex_state = 48},
[861] = {.lex_state = 48},
[862] = {.lex_state = 48},
[863] = {.lex_state = 48},
[864] = {.lex_state = 48},
[865] = {.lex_state = 48},
[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 = 11},
[876] = {.lex_state = 48},
[877] = {.lex_state = 48},
[878] = {.lex_state = 11},
[879] = {.lex_state = 11},
[880] = {.lex_state = 48},
[881] = {.lex_state = 11},
[882] = {.lex_state = 48},
[883] = {.lex_state = 48},
[884] = {.lex_state = 11},
[885] = {.lex_state = 11},
[886] = {.lex_state = 11},
[887] = {.lex_state = 11},
[888] = {.lex_state = 11},
[889] = {.lex_state = 11},
[890] = {.lex_state = 11},
[891] = {.lex_state = 11},
[892] = {.lex_state = 11},
[893] = {.lex_state = 11},
[894] = {.lex_state = 11},
[895] = {.lex_state = 11},
[896] = {.lex_state = 11},
[897] = {.lex_state = 11},
[898] = {.lex_state = 11},
[899] = {.lex_state = 48},
[900] = {.lex_state = 48},
[901] = {.lex_state = 48},
[902] = {.lex_state = 48},
[903] = {.lex_state = 48},
[904] = {.lex_state = 11},
[905] = {.lex_state = 48},
[906] = {.lex_state = 48},
[907] = {.lex_state = 48},
[908] = {.lex_state = 48},
[909] = {.lex_state = 48},
[910] = {.lex_state = 11},
[911] = {.lex_state = 48},
[912] = {.lex_state = 48},
[913] = {.lex_state = 48},
[914] = {.lex_state = 48},
[915] = {.lex_state = 48},
[916] = {.lex_state = 10},
[917] = {.lex_state = 48},
[918] = {.lex_state = 48},
[919] = {.lex_state = 48},
[920] = {.lex_state = 48},
[921] = {.lex_state = 48},
[922] = {.lex_state = 48},
[923] = {.lex_state = 48},
[924] = {.lex_state = 11},
[925] = {.lex_state = 48},
[926] = {.lex_state = 48},
[927] = {.lex_state = 48},
[928] = {.lex_state = 48},
[929] = {.lex_state = 48},
[930] = {.lex_state = 10},
[931] = {.lex_state = 48},
[932] = {.lex_state = 48},
[933] = {.lex_state = 48},
[934] = {.lex_state = 48},
[935] = {.lex_state = 48},
[936] = {.lex_state = 11},
[937] = {.lex_state = 11},
[938] = {.lex_state = 48},
[939] = {.lex_state = 11},
[940] = {.lex_state = 48},
[941] = {.lex_state = 48},
[942] = {.lex_state = 48},
[943] = {.lex_state = 48},
[944] = {.lex_state = 11},
[945] = {.lex_state = 48},
[946] = {.lex_state = 48},
[947] = {.lex_state = 48},
[948] = {.lex_state = 10},
[949] = {.lex_state = 48},
[950] = {.lex_state = 48},
[951] = {.lex_state = 10},
[952] = {.lex_state = 11},
[953] = {.lex_state = 11},
[954] = {.lex_state = 11},
[955] = {.lex_state = 11},
[956] = {.lex_state = 11},
[957] = {.lex_state = 48},
[958] = {.lex_state = 0},
[959] = {.lex_state = 48},
[960] = {.lex_state = 48},
[961] = {.lex_state = 48},
[962] = {.lex_state = 48},
[963] = {.lex_state = 48},
[964] = {.lex_state = 11},
[965] = {.lex_state = 11},
[966] = {.lex_state = 11},
[967] = {.lex_state = 11},
[968] = {.lex_state = 11},
[969] = {.lex_state = 48},
[970] = {.lex_state = 10},
[971] = {.lex_state = 48},
[972] = {.lex_state = 11},
[973] = {.lex_state = 11},
[974] = {.lex_state = 48},
[975] = {.lex_state = 48},
[976] = {.lex_state = 11},
[977] = {.lex_state = 11},
[978] = {.lex_state = 11},
[979] = {.lex_state = 11},
[980] = {.lex_state = 11},
[981] = {.lex_state = 11},
[982] = {.lex_state = 11},
[983] = {.lex_state = 11},
[984] = {.lex_state = 48},
[985] = {.lex_state = 48},
[986] = {.lex_state = 11},
[987] = {.lex_state = 11},
[988] = {.lex_state = 0},
[989] = {.lex_state = 48},
[990] = {.lex_state = 48},
[991] = {.lex_state = 48},
[992] = {.lex_state = 0},
[993] = {.lex_state = 48},
[994] = {.lex_state = 48},
[995] = {.lex_state = 11},
[996] = {.lex_state = 48},
[997] = {.lex_state = 48},
[998] = {.lex_state = 48},
[999] = {.lex_state = 0},
[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 = 11},
[1007] = {.lex_state = 48},
[1008] = {.lex_state = 10},
[1009] = {.lex_state = 48},
[1010] = {.lex_state = 48},
[1011] = {.lex_state = 48},
[1012] = {.lex_state = 48},
[1013] = {.lex_state = 10},
[1014] = {.lex_state = 48},
[1015] = {.lex_state = 10},
[1016] = {.lex_state = 10},
[1017] = {.lex_state = 10},
[1018] = {.lex_state = 11},
[1019] = {.lex_state = 10},
[1020] = {.lex_state = 11},
[1021] = {.lex_state = 48},
[1022] = {.lex_state = 10},
[1023] = {.lex_state = 48},
[1024] = {.lex_state = 48},
[1025] = {.lex_state = 11},
[1026] = {.lex_state = 48},
[1027] = {.lex_state = 10},
[1028] = {.lex_state = 48},
[1029] = {.lex_state = 48},
[1030] = {.lex_state = 10},
[1031] = {.lex_state = 10},
[1032] = {.lex_state = 11},
[1033] = {.lex_state = 48},
[1034] = {.lex_state = 10},
[1035] = {.lex_state = 48},
[1036] = {.lex_state = 10},
[1037] = {.lex_state = 48},
[1038] = {.lex_state = 48},
[1039] = {.lex_state = 10},
[1040] = {.lex_state = 10},
[1041] = {.lex_state = 11},
[1042] = {.lex_state = 48},
[1043] = {.lex_state = 48},
[1044] = {.lex_state = 0},
[1045] = {.lex_state = 10},
[1046] = {.lex_state = 48},
[1047] = {.lex_state = 48},
[1048] = {.lex_state = 0},
[1049] = {.lex_state = 10},
[1050] = {.lex_state = 10},
[1051] = {.lex_state = 48},
[1052] = {.lex_state = 48},
[1053] = {.lex_state = 48},
[1054] = {.lex_state = 10},
[1055] = {.lex_state = 11},
[1056] = {.lex_state = 48},
[1057] = {.lex_state = 10},
[1058] = {.lex_state = 48},
[1059] = {.lex_state = 10},
[1060] = {.lex_state = 48},
[1061] = {.lex_state = 48},
[1062] = {.lex_state = 48},
[1063] = {.lex_state = 48},
[1064] = {.lex_state = 48},
[1065] = {.lex_state = 48},
[1066] = {.lex_state = 48},
[1067] = {.lex_state = 10},
[1068] = {.lex_state = 10},
[1069] = {.lex_state = 0},
[1070] = {.lex_state = 11},
[1071] = {.lex_state = 10},
[1072] = {.lex_state = 48},
[1073] = {.lex_state = 11},
[1074] = {.lex_state = 48},
[1075] = {.lex_state = 48},
[1076] = {.lex_state = 48},
[1077] = {.lex_state = 48},
[1078] = {.lex_state = 48},
[1079] = {.lex_state = 48},
[1080] = {.lex_state = 48},
[1081] = {.lex_state = 10},
[1082] = {.lex_state = 48},
[1083] = {.lex_state = 11},
[1084] = {.lex_state = 48},
[1085] = {.lex_state = 0},
[1086] = {.lex_state = 48},
[1087] = {.lex_state = 48},
[1088] = {.lex_state = 48},
[1089] = {.lex_state = 48},
[1090] = {.lex_state = 48},
[1091] = {.lex_state = 48},
[1092] = {.lex_state = 10},
[1093] = {.lex_state = 48},
[1094] = {.lex_state = 48},
[1095] = {.lex_state = 48},
[1096] = {.lex_state = 48},
[1097] = {.lex_state = 48},
[1098] = {.lex_state = 48},
[1099] = {.lex_state = 48},
[1100] = {.lex_state = 48},
[1101] = {.lex_state = 48},
[1102] = {.lex_state = 48},
[1103] = {.lex_state = 48},
[1104] = {.lex_state = 48},
[1105] = {.lex_state = 0},
[1106] = {.lex_state = 48},
[1107] = {.lex_state = 48},
[1108] = {.lex_state = 48},
[1109] = {.lex_state = 48},
[1110] = {.lex_state = 0},
[1111] = {.lex_state = 48},
[1112] = {.lex_state = 48},
[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 = 48},
[1121] = {.lex_state = 48},
[1122] = {.lex_state = 48},
[1123] = {.lex_state = 48},
[1124] = {.lex_state = 48},
[1125] = {.lex_state = 48},
[1126] = {.lex_state = 48},
[1127] = {.lex_state = 48},
[1128] = {.lex_state = 48},
[1129] = {.lex_state = 48},
[1130] = {.lex_state = 48},
[1131] = {.lex_state = 48},
[1132] = {.lex_state = 48},
[1133] = {.lex_state = 48},
[1134] = {.lex_state = 48},
[1135] = {.lex_state = 48},
[1136] = {.lex_state = 48},
[1137] = {.lex_state = 48},
[1138] = {.lex_state = 48},
[1139] = {.lex_state = 0},
[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 = 48},
[1149] = {.lex_state = 48},
[1150] = {.lex_state = 48},
[1151] = {.lex_state = 48},
[1152] = {.lex_state = 0},
[1153] = {.lex_state = 48},
[1154] = {.lex_state = 48},
[1155] = {.lex_state = 48},
[1156] = {.lex_state = 0},
[1157] = {.lex_state = 48},
[1158] = {.lex_state = 0},
[1159] = {.lex_state = 11},
[1160] = {.lex_state = 48},
[1161] = {.lex_state = 0},
[1162] = {.lex_state = 48},
[1163] = {.lex_state = 48},
[1164] = {.lex_state = 48},
[1165] = {.lex_state = 0},
[1166] = {.lex_state = 48},
[1167] = {.lex_state = 48},
[1168] = {.lex_state = 48},
[1169] = {.lex_state = 48},
[1170] = {.lex_state = 48},
[1171] = {.lex_state = 48},
[1172] = {.lex_state = 48},
[1173] = {.lex_state = 0},
[1174] = {.lex_state = 48},
[1175] = {.lex_state = 48},
[1176] = {.lex_state = 48},
[1177] = {.lex_state = 48},
[1178] = {.lex_state = 48},
[1179] = {.lex_state = 0},
[1180] = {.lex_state = 48},
[1181] = {.lex_state = 48},
[1182] = {.lex_state = 0},
[1183] = {.lex_state = 0},
[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 = 48},
[1195] = {.lex_state = 48},
[1196] = {.lex_state = 48},
[1197] = {.lex_state = 48},
[1198] = {.lex_state = 11},
[1199] = {.lex_state = 48},
[1200] = {.lex_state = 48},
[1201] = {.lex_state = 0},
[1202] = {.lex_state = 48},
[1203] = {.lex_state = 0},
[1204] = {.lex_state = 48},
[1205] = {.lex_state = 0},
[1206] = {.lex_state = 0},
[1207] = {.lex_state = 0},
[1208] = {.lex_state = 0},
[1209] = {.lex_state = 48},
[1210] = {.lex_state = 48},
[1211] = {.lex_state = 48},
[1212] = {.lex_state = 48},
[1213] = {.lex_state = 0},
[1214] = {.lex_state = 48},
[1215] = {.lex_state = 48},
[1216] = {.lex_state = 48},
[1217] = {.lex_state = 48},
[1218] = {.lex_state = 48},
[1219] = {.lex_state = 48},
[1220] = {.lex_state = 48},
[1221] = {.lex_state = 0},
[1222] = {.lex_state = 48},
[1223] = {.lex_state = 48},
[1224] = {.lex_state = 48},
[1225] = {.lex_state = 48},
[1226] = {.lex_state = 48},
[1227] = {.lex_state = 0},
[1228] = {.lex_state = 48},
[1229] = {.lex_state = 0},
[1230] = {.lex_state = 48},
[1231] = {.lex_state = 0},
[1232] = {.lex_state = 48},
[1233] = {.lex_state = 48},
[1234] = {.lex_state = 48},
[1235] = {.lex_state = 48},
[1236] = {.lex_state = 48},
[1237] = {.lex_state = 0},
[1238] = {.lex_state = 48},
[1239] = {.lex_state = 48},
[1240] = {.lex_state = 48},
[1241] = {.lex_state = 48},
[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 = 48},
[1250] = {.lex_state = 0},
[1251] = {.lex_state = 48},
[1252] = {.lex_state = 48},
[1253] = {.lex_state = 0},
[1254] = {.lex_state = 0},
[1255] = {.lex_state = 48},
[1256] = {.lex_state = 0},
[1257] = {.lex_state = 48},
[1258] = {.lex_state = 48},
[1259] = {.lex_state = 48},
[1260] = {.lex_state = 48},
[1261] = {.lex_state = 48},
[1262] = {.lex_state = 48},
[1263] = {.lex_state = 0},
[1264] = {.lex_state = 48},
[1265] = {.lex_state = 48},
[1266] = {.lex_state = 48},
[1267] = {.lex_state = 48},
[1268] = {.lex_state = 48},
[1269] = {.lex_state = 0},
[1270] = {.lex_state = 0},
[1271] = {.lex_state = 48},
[1272] = {.lex_state = 48},
[1273] = {.lex_state = 48},
[1274] = {.lex_state = 48},
[1275] = {.lex_state = 48},
[1276] = {.lex_state = 0},
[1277] = {.lex_state = 48},
[1278] = {.lex_state = 0},
[1279] = {.lex_state = 48},
[1280] = {.lex_state = 48},
[1281] = {.lex_state = 48},
[1282] = {.lex_state = 0},
[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 = 0},
[1290] = {.lex_state = 48},
[1291] = {.lex_state = 48},
[1292] = {.lex_state = 0},
[1293] = {.lex_state = 48},
[1294] = {.lex_state = 48},
[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 = 0},
[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 = 0},
[1310] = {.lex_state = 48},
[1311] = {.lex_state = 48},
[1312] = {.lex_state = 0},
[1313] = {.lex_state = 0},
[1314] = {.lex_state = 48},
[1315] = {.lex_state = 48},
[1316] = {.lex_state = 48},
[1317] = {.lex_state = 48},
[1318] = {.lex_state = 48},
[1319] = {.lex_state = 48},
[1320] = {.lex_state = 48},
[1321] = {.lex_state = 48},
[1322] = {.lex_state = 0},
[1323] = {.lex_state = 0},
[1324] = {.lex_state = 48},
[1325] = {.lex_state = 48},
[1326] = {.lex_state = 48},
[1327] = {.lex_state = 0},
[1328] = {.lex_state = 0},
[1329] = {.lex_state = 48},
[1330] = {.lex_state = 48},
[1331] = {.lex_state = 48},
[1332] = {.lex_state = 48},
[1333] = {.lex_state = 0},
[1334] = {.lex_state = 0},
[1335] = {.lex_state = 48},
[1336] = {.lex_state = 48},
[1337] = {.lex_state = 48},
[1338] = {.lex_state = 48},
[1339] = {.lex_state = 0},
[1340] = {.lex_state = 48},
[1341] = {.lex_state = 48},
[1342] = {.lex_state = 0},
[1343] = {.lex_state = 48},
[1344] = {.lex_state = 48},
[1345] = {.lex_state = 48},
[1346] = {.lex_state = 48},
[1347] = {.lex_state = 0},
[1348] = {.lex_state = 48},
[1349] = {.lex_state = 0},
[1350] = {.lex_state = 0},
[1351] = {.lex_state = 0},
[1352] = {.lex_state = 0},
[1353] = {.lex_state = 48},
[1354] = {.lex_state = 48},
[1355] = {.lex_state = 0},
[1356] = {.lex_state = 0},
[1357] = {.lex_state = 0},
[1358] = {.lex_state = 48},
[1359] = {.lex_state = 48},
[1360] = {.lex_state = 48},
[1361] = {.lex_state = 48},
[1362] = {.lex_state = 48},
[1363] = {.lex_state = 48},
[1364] = {.lex_state = 0},
[1365] = {.lex_state = 48},
[1366] = {.lex_state = 48},
[1367] = {.lex_state = 48},
[1368] = {.lex_state = 48},
[1369] = {.lex_state = 48},
[1370] = {.lex_state = 0},
[1371] = {.lex_state = 48},
[1372] = {.lex_state = 48},
[1373] = {.lex_state = 48},
[1374] = {.lex_state = 0},
[1375] = {.lex_state = 48},
[1376] = {.lex_state = 48},
[1377] = {.lex_state = 0},
[1378] = {.lex_state = 48},
[1379] = {.lex_state = 48},
[1380] = {.lex_state = 48},
[1381] = {.lex_state = 0},
[1382] = {.lex_state = 48},
[1383] = {.lex_state = 48},
[1384] = {.lex_state = 48},
[1385] = {.lex_state = 0},
[1386] = {.lex_state = 48},
[1387] = {.lex_state = 48},
[1388] = {.lex_state = 0},
[1389] = {.lex_state = 48},
[1390] = {.lex_state = 48},
[1391] = {.lex_state = 48},
[1392] = {.lex_state = 0},
[1393] = {.lex_state = 0},
[1394] = {.lex_state = 48},
[1395] = {.lex_state = 0},
[1396] = {.lex_state = 48},
[1397] = {.lex_state = 0},
[1398] = {.lex_state = 48},
[1399] = {.lex_state = 48},
[1400] = {.lex_state = 48},
[1401] = {.lex_state = 48},
[1402] = {.lex_state = 48},
[1403] = {.lex_state = 48},
[1404] = {.lex_state = 48},
[1405] = {.lex_state = 48},
[1406] = {.lex_state = 48},
[1407] = {.lex_state = 48},
[1408] = {.lex_state = 0},
[1409] = {.lex_state = 0},
[1410] = {.lex_state = 48},
[1411] = {.lex_state = 48},
[1412] = {.lex_state = 48},
[1413] = {.lex_state = 48},
[1414] = {.lex_state = 48},
[1415] = {.lex_state = 48},
[1416] = {.lex_state = 48},
[1417] = {.lex_state = 48},
[1418] = {.lex_state = 48},
[1419] = {.lex_state = 48},
[1420] = {.lex_state = 48},
[1421] = {.lex_state = 48},
[1422] = {.lex_state = 48},
[1423] = {.lex_state = 48},
[1424] = {.lex_state = 48},
[1425] = {.lex_state = 48},
[1426] = {.lex_state = 48},
[1427] = {.lex_state = 48},
[1428] = {.lex_state = 48},
[1429] = {.lex_state = 48},
[1430] = {.lex_state = 0},
[1431] = {.lex_state = 0},
[1432] = {.lex_state = 48},
[1433] = {.lex_state = 0},
[1434] = {.lex_state = 48},
[1435] = {.lex_state = 48},
[1436] = {.lex_state = 48},
[1437] = {.lex_state = 0},
[1438] = {.lex_state = 48},
[1439] = {.lex_state = 48},
[1440] = {.lex_state = 48},
[1441] = {.lex_state = 48},
[1442] = {.lex_state = 0},
[1443] = {.lex_state = 48},
[1444] = {.lex_state = 0},
[1445] = {.lex_state = 48},
[1446] = {.lex_state = 0},
[1447] = {.lex_state = 48},
[1448] = {.lex_state = 0},
[1449] = {.lex_state = 0},
[1450] = {.lex_state = 0},
[1451] = {.lex_state = 0},
[1452] = {.lex_state = 48},
[1453] = {.lex_state = 0},
[1454] = {.lex_state = 0},
[1455] = {.lex_state = 48},
[1456] = {.lex_state = 48},
[1457] = {.lex_state = 0},
[1458] = {.lex_state = 48},
[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 = 0},
[1466] = {.lex_state = 48},
[1467] = {.lex_state = 0},
[1468] = {.lex_state = 48},
[1469] = {.lex_state = 48},
[1470] = {.lex_state = 48},
[1471] = {.lex_state = 48},
[1472] = {.lex_state = 48},
[1473] = {.lex_state = 0},
[1474] = {.lex_state = 48},
[1475] = {.lex_state = 48},
[1476] = {.lex_state = 48},
[1477] = {.lex_state = 0},
[1478] = {.lex_state = 0},
[1479] = {.lex_state = 48},
[1480] = {.lex_state = 48},
[1481] = {.lex_state = 0},
[1482] = {.lex_state = 48},
[1483] = {.lex_state = 0},
[1484] = {.lex_state = 48},
[1485] = {.lex_state = 48},
[1486] = {.lex_state = 48},
[1487] = {.lex_state = 0},
[1488] = {.lex_state = 48},
[1489] = {.lex_state = 48},
[1490] = {.lex_state = 0},
[1491] = {.lex_state = 48},
[1492] = {.lex_state = 0},
[1493] = {.lex_state = 48},
[1494] = {.lex_state = 0},
[1495] = {.lex_state = 48},
[1496] = {.lex_state = 48},
[1497] = {.lex_state = 48},
[1498] = {.lex_state = 48},
[1499] = {.lex_state = 0},
[1500] = {.lex_state = 48},
[1501] = {.lex_state = 48},
[1502] = {.lex_state = 0},
[1503] = {.lex_state = 48},
[1504] = {.lex_state = 0},
[1505] = {.lex_state = 48},
[1506] = {.lex_state = 48},
[1507] = {.lex_state = 48},
[1508] = {.lex_state = 48},
[1509] = {.lex_state = 48},
[1510] = {.lex_state = 0},
[1511] = {.lex_state = 48},
[1512] = {.lex_state = 48},
[1513] = {.lex_state = 48},
[1514] = {.lex_state = 48},
[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 = 48},
[1534] = {.lex_state = 48},
[1535] = {.lex_state = 48},
[1536] = {.lex_state = 48},
[1537] = {.lex_state = 48},
[1538] = {.lex_state = 0},
[1539] = {.lex_state = 48},
[1540] = {.lex_state = 48},
[1541] = {.lex_state = 48},
[1542] = {.lex_state = 48},
[1543] = {.lex_state = 48},
[1544] = {.lex_state = 0},
[1545] = {.lex_state = 0},
[1546] = {.lex_state = 48},
[1547] = {.lex_state = 48},
[1548] = {.lex_state = 48},
[1549] = {.lex_state = 0},
[1550] = {.lex_state = 0},
[1551] = {.lex_state = 48},
[1552] = {.lex_state = 48},
[1553] = {.lex_state = 0},
[1554] = {.lex_state = 48},
[1555] = {.lex_state = 48},
[1556] = {.lex_state = 48},
[1557] = {.lex_state = 48},
[1558] = {.lex_state = 48},
[1559] = {.lex_state = 48},
[1560] = {.lex_state = 48},
[1561] = {.lex_state = 48},
[1562] = {.lex_state = 48},
[1563] = {.lex_state = 48},
[1564] = {.lex_state = 0},
[1565] = {.lex_state = 48},
[1566] = {.lex_state = 48},
[1567] = {.lex_state = 48},
[1568] = {.lex_state = 48},
[1569] = {.lex_state = 48},
[1570] = {.lex_state = 0},
[1571] = {.lex_state = 48},
[1572] = {.lex_state = 0},
[1573] = {.lex_state = 0},
[1574] = {.lex_state = 0},
[1575] = {.lex_state = 0},
[1576] = {.lex_state = 0},
[1577] = {.lex_state = 0},
[1578] = {.lex_state = 48},
[1579] = {.lex_state = 48},
[1580] = {.lex_state = 48},
[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 = 48},
[1592] = {.lex_state = 0},
[1593] = {.lex_state = 0},
[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 = 48},
[1601] = {.lex_state = 48},
[1602] = {.lex_state = 48},
[1603] = {.lex_state = 48},
[1604] = {.lex_state = 48},
[1605] = {.lex_state = 48},
[1606] = {.lex_state = 48},
[1607] = {.lex_state = 48},
[1608] = {.lex_state = 48},
[1609] = {.lex_state = 48},
[1610] = {.lex_state = 48},
[1611] = {.lex_state = 48},
[1612] = {.lex_state = 48},
[1613] = {.lex_state = 48},
[1614] = {.lex_state = 48},
[1615] = {.lex_state = 48},
[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 = 48},
[1629] = {.lex_state = 48},
[1630] = {.lex_state = 48},
[1631] = {.lex_state = 48},
[1632] = {.lex_state = 48},
[1633] = {.lex_state = 0},
[1634] = {.lex_state = 48},
[1635] = {.lex_state = 48},
[1636] = {.lex_state = 48},
[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 = 48},
[1645] = {.lex_state = 48},
[1646] = {.lex_state = 48},
[1647] = {.lex_state = 48},
[1648] = {.lex_state = 48},
[1649] = {.lex_state = 48},
[1650] = {.lex_state = 48},
[1651] = {.lex_state = 48},
[1652] = {.lex_state = 48},
[1653] = {.lex_state = 48},
[1654] = {.lex_state = 0},
[1655] = {.lex_state = 48},
[1656] = {.lex_state = 0},
[1657] = {.lex_state = 48},
[1658] = {.lex_state = 48},
[1659] = {.lex_state = 48},
[1660] = {.lex_state = 48},
[1661] = {.lex_state = 48},
[1662] = {.lex_state = 48},
[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 = 0},
[1670] = {.lex_state = 48},
[1671] = {.lex_state = 48},
[1672] = {.lex_state = 48},
[1673] = {.lex_state = 48},
[1674] = {.lex_state = 48},
[1675] = {.lex_state = 48},
[1676] = {.lex_state = 48},
[1677] = {.lex_state = 48},
[1678] = {.lex_state = 48},
[1679] = {.lex_state = 48},
[1680] = {.lex_state = 0},
[1681] = {.lex_state = 0},
[1682] = {.lex_state = 48},
[1683] = {.lex_state = 0},
[1684] = {.lex_state = 48},
[1685] = {.lex_state = 48},
[1686] = {.lex_state = 48},
[1687] = {.lex_state = 0},
[1688] = {.lex_state = 48},
[1689] = {.lex_state = 48},
[1690] = {.lex_state = 0},
[1691] = {.lex_state = 48},
[1692] = {.lex_state = 48},
[1693] = {.lex_state = 0},
[1694] = {.lex_state = 48},
[1695] = {.lex_state = 0},
[1696] = {.lex_state = 48},
[1697] = {.lex_state = 48},
[1698] = {.lex_state = 48},
[1699] = {.lex_state = 48},
[1700] = {.lex_state = 48},
[1701] = {.lex_state = 48},
[1702] = {.lex_state = 48},
[1703] = {.lex_state = 0},
[1704] = {.lex_state = 0},
[1705] = {.lex_state = 48},
[1706] = {.lex_state = 0},
[1707] = {.lex_state = 0},
[1708] = {.lex_state = 0},
[1709] = {.lex_state = 48},
[1710] = {.lex_state = 48},
[1711] = {.lex_state = 48},
[1712] = {.lex_state = 48},
[1713] = {.lex_state = 0},
[1714] = {.lex_state = 48},
[1715] = {.lex_state = 48},
[1716] = {.lex_state = 48},
[1717] = {.lex_state = 0},
[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 = 48},
[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 = 0},
[1736] = {.lex_state = 48},
[1737] = {.lex_state = 0},
[1738] = {.lex_state = 48},
[1739] = {.lex_state = 48},
[1740] = {.lex_state = 48},
[1741] = {.lex_state = 48},
[1742] = {.lex_state = 48},
[1743] = {.lex_state = 48},
[1744] = {.lex_state = 48},
[1745] = {.lex_state = 48},
[1746] = {.lex_state = 48},
[1747] = {.lex_state = 0},
[1748] = {.lex_state = 48},
[1749] = {.lex_state = 48},
[1750] = {.lex_state = 48},
[1751] = {.lex_state = 48},
[1752] = {.lex_state = 48},
[1753] = {.lex_state = 48},
[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 = 48},
[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 = 48},
[1773] = {.lex_state = 48},
[1774] = {.lex_state = 0},
[1775] = {.lex_state = 48},
[1776] = {.lex_state = 48},
[1777] = {.lex_state = 0},
[1778] = {.lex_state = 0},
[1779] = {.lex_state = 0},
[1780] = {.lex_state = 0},
[1781] = {.lex_state = 0},
[1782] = {.lex_state = 48},
[1783] = {.lex_state = 48},
[1784] = {.lex_state = 48},
[1785] = {.lex_state = 48},
[1786] = {.lex_state = 48},
[1787] = {.lex_state = 48},
[1788] = {.lex_state = 48},
[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 = 48},
[1797] = {.lex_state = 48},
[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 = 0},
[1806] = {.lex_state = 0},
[1807] = {.lex_state = 0},
[1808] = {.lex_state = 0},
[1809] = {.lex_state = 48},
[1810] = {.lex_state = 48},
[1811] = {.lex_state = 0},
[1812] = {.lex_state = 48},
[1813] = {.lex_state = 48},
[1814] = {.lex_state = 48},
[1815] = {.lex_state = 48},
[1816] = {.lex_state = 7},
[1817] = {.lex_state = 48},
[1818] = {.lex_state = 48},
[1819] = {.lex_state = 48},
[1820] = {.lex_state = 48},
[1821] = {.lex_state = 48},
[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 = 0},
[1833] = {.lex_state = 48},
[1834] = {.lex_state = 48},
[1835] = {.lex_state = 0},
[1836] = {.lex_state = 0},
[1837] = {.lex_state = 48},
[1838] = {.lex_state = 0},
[1839] = {.lex_state = 0},
[1840] = {.lex_state = 48},
[1841] = {.lex_state = 48},
[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 = 48},
[1850] = {.lex_state = 48},
[1851] = {.lex_state = 48},
[1852] = {.lex_state = 48},
[1853] = {.lex_state = 48},
[1854] = {.lex_state = 48},
[1855] = {.lex_state = 48},
[1856] = {.lex_state = 48},
[1857] = {.lex_state = 48},
[1858] = {.lex_state = 0},
[1859] = {.lex_state = 48},
[1860] = {.lex_state = 48},
[1861] = {.lex_state = 48},
[1862] = {.lex_state = 48},
[1863] = {.lex_state = 48},
[1864] = {.lex_state = 0},
[1865] = {.lex_state = 48},
[1866] = {.lex_state = 48},
[1867] = {.lex_state = 48},
[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 = 48},
[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 = 0},
[1882] = {.lex_state = 48},
[1883] = {.lex_state = 48},
[1884] = {.lex_state = 0},
[1885] = {.lex_state = 48},
[1886] = {.lex_state = 0},
[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 = 0},
[1894] = {.lex_state = 48},
[1895] = {.lex_state = 48},
[1896] = {.lex_state = 0},
[1897] = {.lex_state = 0},
[1898] = {.lex_state = 0},
[1899] = {.lex_state = 48},
[1900] = {.lex_state = 48},
[1901] = {.lex_state = 48},
[1902] = {.lex_state = 48},
[1903] = {.lex_state = 0},
[1904] = {.lex_state = 48},
[1905] = {.lex_state = 48},
[1906] = {.lex_state = 0},
[1907] = {.lex_state = 0},
[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 = 48},
[1917] = {.lex_state = 48},
[1918] = {.lex_state = 48},
[1919] = {.lex_state = 48},
[1920] = {.lex_state = 48},
[1921] = {.lex_state = 48},
[1922] = {.lex_state = 0},
[1923] = {.lex_state = 48},
[1924] = {.lex_state = 48},
[1925] = {.lex_state = 48},
[1926] = {.lex_state = 48},
[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 = 48},
[1935] = {.lex_state = 0},
[1936] = {.lex_state = 48},
[1937] = {.lex_state = 48},
[1938] = {.lex_state = 0},
[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 = 48},
[1947] = {.lex_state = 48},
[1948] = {.lex_state = 0},
[1949] = {.lex_state = 48},
[1950] = {.lex_state = 48},
[1951] = {.lex_state = 0},
[1952] = {.lex_state = 48},
[1953] = {.lex_state = 48},
[1954] = {.lex_state = 48},
[1955] = {.lex_state = 48},
[1956] = {.lex_state = 48},
[1957] = {.lex_state = 0},
[1958] = {.lex_state = 48},
[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 = 48},
[1966] = {.lex_state = 0},
[1967] = {.lex_state = 48},
[1968] = {.lex_state = 48},
[1969] = {.lex_state = 48},
[1970] = {.lex_state = 0},
[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 = 0},
[1983] = {.lex_state = 48},
[1984] = {.lex_state = 48},
[1985] = {.lex_state = 0},
[1986] = {.lex_state = 48},
[1987] = {.lex_state = 48},
[1988] = {.lex_state = 0},
[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 = 0},
[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 = 0},
[2030] = {.lex_state = 48},
[2031] = {.lex_state = 48},
[2032] = {.lex_state = 48},
[2033] = {.lex_state = 48},
[2034] = {.lex_state = 48},
[2035] = {.lex_state = 48},
[2036] = {.lex_state = 48},
[2037] = {.lex_state = 48},
[2038] = {.lex_state = 0},
[2039] = {.lex_state = 48},
[2040] = {.lex_state = 48},
[2041] = {.lex_state = 48},
[2042] = {.lex_state = 48},
[2043] = {.lex_state = 0},
[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 = 48},
[2059] = {.lex_state = 48},
[2060] = {.lex_state = 48},
[2061] = {.lex_state = 48},
[2062] = {.lex_state = 48},
[2063] = {.lex_state = 48},
[2064] = {.lex_state = 0},
[2065] = {.lex_state = 48},
[2066] = {.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(2044),
[sym__name] = STATE(992),
[sym_selected_component] = STATE(1015),
[sym__defining_identifier_list] = STATE(2043),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_compilation_unit] = STATE(2),
[sym__declarative_item] = STATE(510),
[sym__basic_declarative_item] = STATE(510),
[sym__basic_declaration] = STATE(510),
[sym_package_declaration] = STATE(510),
[sym__package_specification] = STATE(2037),
[sym_with_clause] = STATE(510),
[sym_use_clause] = STATE(510),
[sym_subunit] = STATE(510),
[sym__proper_body] = STATE(510),
[sym_subprogram_body] = STATE(510),
[sym_package_body] = STATE(510),
[sym__type_declaration] = STATE(510),
[sym_full_type_declaration] = STATE(510),
[sym_private_type_declaration] = STATE(510),
[sym_private_extension_declaration] = STATE(510),
[sym_incomplete_type_declaration] = STATE(510),
[sym__aspect_clause] = STATE(510),
[sym_at_clause] = STATE(510),
[sym_attribute_definition_clause] = STATE(510),
[sym_body_stub] = STATE(510),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(510),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(510),
[sym_protected_body_stub] = STATE(334),
[sym_entry_declaration] = STATE(510),
[sym_enumeration_representation_clause] = STATE(510),
[sym_exception_declaration] = STATE(510),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(510),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(510),
[sym_generic_package_declaration] = STATE(510),
[sym_generic_instantiation] = STATE(510),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_procedure_declaration] = STATE(510),
[sym_null_statement] = STATE(510),
[sym_number_declaration] = STATE(510),
[sym_object_declaration] = STATE(510),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(996),
[sym_pragma_g] = STATE(510),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(510),
[sym__renaming_declaration] = STATE(510),
[sym_object_renaming_declaration] = STATE(510),
[sym_exception_renaming_declaration] = STATE(510),
[sym_package_renaming_declaration] = STATE(510),
[sym_subprogram_renaming_declaration] = STATE(510),
[sym_generic_renaming_declaration] = STATE(510),
[sym__simple_statement] = STATE(510),
[sym__statement] = STATE(510),
[sym__compound_statement] = STATE(510),
[sym__select_statement] = STATE(510),
[sym_asynchronous_select] = STATE(510),
[sym_conditional_entry_call] = STATE(510),
[sym_timed_entry_call] = STATE(510),
[sym_selective_accept] = STATE(510),
[sym_abort_statement] = STATE(510),
[sym_requeue_statement] = STATE(510),
[sym_accept_statement] = STATE(510),
[sym_case_statement] = STATE(510),
[sym_block_statement] = STATE(510),
[sym_if_statement] = STATE(510),
[sym_gnatprep_if_statement] = STATE(510),
[sym_exit_statement] = STATE(510),
[sym_goto_statement] = STATE(510),
[sym__delay_statement] = STATE(510),
[sym_delay_until_statement] = STATE(510),
[sym_delay_relative_statement] = STATE(510),
[sym_simple_return_statement] = STATE(510),
[sym_extended_return_statement] = STATE(510),
[sym_procedure_call_statement] = STATE(510),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(510),
[sym_loop_statement] = STATE(510),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(510),
[sym_subprogram_declaration] = STATE(510),
[sym_expression_function_declaration] = STATE(510),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(510),
[aux_sym_compilation_repeat1] = STATE(2),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[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(992),
[sym_selected_component] = STATE(1015),
[sym__defining_identifier_list] = STATE(2043),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_compilation_unit] = STATE(3),
[sym__declarative_item] = STATE(510),
[sym__basic_declarative_item] = STATE(510),
[sym__basic_declaration] = STATE(510),
[sym_package_declaration] = STATE(510),
[sym__package_specification] = STATE(2037),
[sym_with_clause] = STATE(510),
[sym_use_clause] = STATE(510),
[sym_subunit] = STATE(510),
[sym__proper_body] = STATE(510),
[sym_subprogram_body] = STATE(510),
[sym_package_body] = STATE(510),
[sym__type_declaration] = STATE(510),
[sym_full_type_declaration] = STATE(510),
[sym_private_type_declaration] = STATE(510),
[sym_private_extension_declaration] = STATE(510),
[sym_incomplete_type_declaration] = STATE(510),
[sym__aspect_clause] = STATE(510),
[sym_at_clause] = STATE(510),
[sym_attribute_definition_clause] = STATE(510),
[sym_body_stub] = STATE(510),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(510),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(510),
[sym_protected_body_stub] = STATE(334),
[sym_entry_declaration] = STATE(510),
[sym_enumeration_representation_clause] = STATE(510),
[sym_exception_declaration] = STATE(510),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(510),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(510),
[sym_generic_package_declaration] = STATE(510),
[sym_generic_instantiation] = STATE(510),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_procedure_declaration] = STATE(510),
[sym_null_statement] = STATE(510),
[sym_number_declaration] = STATE(510),
[sym_object_declaration] = STATE(510),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(996),
[sym_pragma_g] = STATE(510),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(510),
[sym__renaming_declaration] = STATE(510),
[sym_object_renaming_declaration] = STATE(510),
[sym_exception_renaming_declaration] = STATE(510),
[sym_package_renaming_declaration] = STATE(510),
[sym_subprogram_renaming_declaration] = STATE(510),
[sym_generic_renaming_declaration] = STATE(510),
[sym__simple_statement] = STATE(510),
[sym__statement] = STATE(510),
[sym__compound_statement] = STATE(510),
[sym__select_statement] = STATE(510),
[sym_asynchronous_select] = STATE(510),
[sym_conditional_entry_call] = STATE(510),
[sym_timed_entry_call] = STATE(510),
[sym_selective_accept] = STATE(510),
[sym_abort_statement] = STATE(510),
[sym_requeue_statement] = STATE(510),
[sym_accept_statement] = STATE(510),
[sym_case_statement] = STATE(510),
[sym_block_statement] = STATE(510),
[sym_if_statement] = STATE(510),
[sym_gnatprep_if_statement] = STATE(510),
[sym_exit_statement] = STATE(510),
[sym_goto_statement] = STATE(510),
[sym__delay_statement] = STATE(510),
[sym_delay_until_statement] = STATE(510),
[sym_delay_relative_statement] = STATE(510),
[sym_simple_return_statement] = STATE(510),
[sym_extended_return_statement] = STATE(510),
[sym_procedure_call_statement] = STATE(510),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(510),
[sym_loop_statement] = STATE(510),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(510),
[sym_subprogram_declaration] = STATE(510),
[sym_expression_function_declaration] = STATE(510),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(510),
[aux_sym_compilation_repeat1] = STATE(3),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[ts_builtin_sym_end] = ACTIONS(85),
[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),
},
[3] = {
[sym__name] = STATE(992),
[sym_selected_component] = STATE(1015),
[sym__defining_identifier_list] = STATE(2043),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_compilation_unit] = STATE(3),
[sym__declarative_item] = STATE(510),
[sym__basic_declarative_item] = STATE(510),
[sym__basic_declaration] = STATE(510),
[sym_package_declaration] = STATE(510),
[sym__package_specification] = STATE(2037),
[sym_with_clause] = STATE(510),
[sym_use_clause] = STATE(510),
[sym_subunit] = STATE(510),
[sym__proper_body] = STATE(510),
[sym_subprogram_body] = STATE(510),
[sym_package_body] = STATE(510),
[sym__type_declaration] = STATE(510),
[sym_full_type_declaration] = STATE(510),
[sym_private_type_declaration] = STATE(510),
[sym_private_extension_declaration] = STATE(510),
[sym_incomplete_type_declaration] = STATE(510),
[sym__aspect_clause] = STATE(510),
[sym_at_clause] = STATE(510),
[sym_attribute_definition_clause] = STATE(510),
[sym_body_stub] = STATE(510),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(510),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(510),
[sym_protected_body_stub] = STATE(334),
[sym_entry_declaration] = STATE(510),
[sym_enumeration_representation_clause] = STATE(510),
[sym_exception_declaration] = STATE(510),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(510),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(510),
[sym_generic_package_declaration] = STATE(510),
[sym_generic_instantiation] = STATE(510),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_procedure_declaration] = STATE(510),
[sym_null_statement] = STATE(510),
[sym_number_declaration] = STATE(510),
[sym_object_declaration] = STATE(510),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(996),
[sym_pragma_g] = STATE(510),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(510),
[sym__renaming_declaration] = STATE(510),
[sym_object_renaming_declaration] = STATE(510),
[sym_exception_renaming_declaration] = STATE(510),
[sym_package_renaming_declaration] = STATE(510),
[sym_subprogram_renaming_declaration] = STATE(510),
[sym_generic_renaming_declaration] = STATE(510),
[sym__simple_statement] = STATE(510),
[sym__statement] = STATE(510),
[sym__compound_statement] = STATE(510),
[sym__select_statement] = STATE(510),
[sym_asynchronous_select] = STATE(510),
[sym_conditional_entry_call] = STATE(510),
[sym_timed_entry_call] = STATE(510),
[sym_selective_accept] = STATE(510),
[sym_abort_statement] = STATE(510),
[sym_requeue_statement] = STATE(510),
[sym_accept_statement] = STATE(510),
[sym_case_statement] = STATE(510),
[sym_block_statement] = STATE(510),
[sym_if_statement] = STATE(510),
[sym_gnatprep_if_statement] = STATE(510),
[sym_exit_statement] = STATE(510),
[sym_goto_statement] = STATE(510),
[sym__delay_statement] = STATE(510),
[sym_delay_until_statement] = STATE(510),
[sym_delay_relative_statement] = STATE(510),
[sym_simple_return_statement] = STATE(510),
[sym_extended_return_statement] = STATE(510),
[sym_procedure_call_statement] = STATE(510),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(510),
[sym_loop_statement] = STATE(510),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(510),
[sym_subprogram_declaration] = STATE(510),
[sym_expression_function_declaration] = STATE(510),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(510),
[aux_sym_compilation_repeat1] = STATE(3),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[ts_builtin_sym_end] = ACTIONS(87),
[sym_identifier] = ACTIONS(89),
[sym_gnatprep_identifier] = ACTIONS(92),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(92),
[sym_character_literal] = ACTIONS(92),
[sym_target_name] = ACTIONS(92),
[anon_sym_LBRACK] = ACTIONS(95),
[aux_sym_iterated_element_association_token1] = ACTIONS(98),
[aux_sym_iterated_element_association_token2] = ACTIONS(101),
[aux_sym_compilation_unit_token1] = ACTIONS(104),
[aux_sym__package_specification_token1] = ACTIONS(107),
[aux_sym_with_clause_token1] = ACTIONS(110),
[aux_sym_with_clause_token2] = ACTIONS(113),
[aux_sym_use_clause_token2] = ACTIONS(116),
[aux_sym_subunit_token1] = ACTIONS(119),
[aux_sym_subprogram_body_token1] = ACTIONS(122),
[aux_sym_relation_membership_token1] = ACTIONS(125),
[aux_sym_raise_expression_token1] = ACTIONS(128),
[aux_sym_primary_null_token1] = ACTIONS(131),
[aux_sym_access_to_subprogram_definition_token1] = ACTIONS(134),
[aux_sym_access_to_subprogram_definition_token2] = ACTIONS(137),
[aux_sym_access_to_subprogram_definition_token3] = ACTIONS(140),
[aux_sym_declare_expression_token1] = ACTIONS(143),
[aux_sym_case_expression_token1] = ACTIONS(146),
[aux_sym_interface_type_definition_token1] = ACTIONS(149),
[aux_sym_entry_declaration_token1] = ACTIONS(152),
[aux_sym_generic_formal_part_token1] = ACTIONS(155),
[aux_sym_global_mode_token1] = ACTIONS(158),
[anon_sym_LT_LT] = ACTIONS(161),
[aux_sym_pragma_g_token1] = ACTIONS(164),
[aux_sym_if_expression_token1] = ACTIONS(167),
[aux_sym_result_profile_token1] = ACTIONS(170),
[aux_sym_asynchronous_select_token1] = ACTIONS(173),
[aux_sym_asynchronous_select_token2] = ACTIONS(176),
[aux_sym_requeue_statement_token1] = ACTIONS(179),
[aux_sym_accept_statement_token1] = ACTIONS(182),
[aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(185),
[aux_sym_exit_statement_token1] = ACTIONS(188),
[aux_sym_goto_statement_token1] = ACTIONS(191),
[aux_sym_delay_until_statement_token1] = ACTIONS(194),
[aux_sym_loop_statement_token1] = ACTIONS(197),
[aux_sym_iteration_scheme_token1] = ACTIONS(200),
[aux_sym_subtype_declaration_token1] = ACTIONS(203),
},
[4] = {
[sym__name] = STATE(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(4),
[sym_pragma_g] = STATE(4),
[sym__simple_statement] = STATE(4),
[sym__statement] = STATE(4),
[sym__compound_statement] = STATE(4),
[sym__select_statement] = STATE(4),
[sym_asynchronous_select] = STATE(4),
[sym_conditional_entry_call] = STATE(4),
[sym_timed_entry_call] = STATE(4),
[sym_selective_accept] = STATE(4),
[sym_abort_statement] = STATE(4),
[sym_requeue_statement] = STATE(4),
[sym_accept_statement] = STATE(4),
[sym_case_statement] = STATE(4),
[sym_block_statement] = STATE(4),
[sym_if_statement] = STATE(4),
[sym_gnatprep_if_statement] = STATE(4),
[sym_exit_statement] = STATE(4),
[sym_goto_statement] = STATE(4),
[sym__delay_statement] = STATE(4),
[sym_delay_until_statement] = STATE(4),
[sym_delay_relative_statement] = STATE(4),
[sym_simple_return_statement] = STATE(4),
[sym_extended_return_statement] = STATE(4),
[sym_procedure_call_statement] = STATE(4),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(4),
[sym_loop_statement] = STATE(4),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(4),
[aux_sym__sequence_of_statements_repeat1] = STATE(4),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(206),
[sym_gnatprep_identifier] = ACTIONS(209),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(209),
[sym_character_literal] = ACTIONS(209),
[sym_target_name] = ACTIONS(209),
[anon_sym_LBRACK] = ACTIONS(212),
[aux_sym_iterated_element_association_token1] = ACTIONS(215),
[aux_sym_iterator_filter_token1] = ACTIONS(218),
[aux_sym__package_specification_token3] = ACTIONS(218),
[aux_sym_subprogram_body_token1] = ACTIONS(220),
[aux_sym_expression_token2] = ACTIONS(218),
[aux_sym_expression_token3] = ACTIONS(218),
[aux_sym_expression_token4] = ACTIONS(218),
[aux_sym_raise_expression_token1] = ACTIONS(223),
[aux_sym_primary_null_token1] = ACTIONS(226),
[aux_sym_declare_expression_token1] = ACTIONS(229),
[aux_sym_case_expression_token1] = ACTIONS(232),
[aux_sym_exception_declaration_token1] = ACTIONS(218),
[anon_sym_LT_LT] = ACTIONS(235),
[aux_sym_pragma_g_token1] = ACTIONS(238),
[aux_sym_if_expression_token1] = ACTIONS(241),
[aux_sym_elsif_expression_item_token1] = ACTIONS(218),
[aux_sym_result_profile_token1] = ACTIONS(244),
[aux_sym_asynchronous_select_token1] = ACTIONS(247),
[aux_sym_asynchronous_select_token2] = ACTIONS(250),
[aux_sym_requeue_statement_token1] = ACTIONS(253),
[aux_sym_accept_statement_token1] = ACTIONS(256),
[aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(259),
[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_exit_statement_token1] = ACTIONS(262),
[aux_sym_goto_statement_token1] = ACTIONS(265),
[aux_sym_delay_until_statement_token1] = ACTIONS(268),
[aux_sym_loop_statement_token1] = ACTIONS(271),
[aux_sym_iteration_scheme_token1] = ACTIONS(274),
},
[5] = {
[sym__defining_identifier_list] = STATE(2043),
[sym__declarative_item] = STATE(5),
[sym__basic_declarative_item] = STATE(5),
[sym__basic_declaration] = STATE(5),
[sym_package_declaration] = STATE(5),
[sym__package_specification] = STATE(2037),
[sym_use_clause] = STATE(5),
[sym__proper_body] = STATE(5),
[sym_subprogram_body] = STATE(5),
[sym_package_body] = STATE(5),
[sym__type_declaration] = STATE(5),
[sym_full_type_declaration] = STATE(5),
[sym_private_type_declaration] = STATE(5),
[sym_private_extension_declaration] = STATE(5),
[sym_incomplete_type_declaration] = STATE(5),
[sym__aspect_clause] = STATE(5),
[sym_at_clause] = STATE(5),
[sym_attribute_definition_clause] = STATE(5),
[sym_body_stub] = STATE(5),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(5),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(5),
[sym_protected_body_stub] = STATE(334),
[sym__declarative_item_pragma] = STATE(5),
[sym_enumeration_representation_clause] = STATE(5),
[sym_exception_declaration] = STATE(5),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(5),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(5),
[sym_generic_package_declaration] = STATE(5),
[sym_generic_instantiation] = STATE(5),
[sym_null_procedure_declaration] = STATE(5),
[sym_number_declaration] = STATE(5),
[sym_object_declaration] = STATE(5),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(1076),
[sym_pragma_g] = STATE(5),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(5),
[sym__renaming_declaration] = STATE(5),
[sym_object_renaming_declaration] = STATE(5),
[sym_exception_renaming_declaration] = STATE(5),
[sym_package_renaming_declaration] = STATE(5),
[sym_subprogram_renaming_declaration] = STATE(5),
[sym_generic_renaming_declaration] = STATE(5),
[sym_gnatprep_declarative_if_statement] = STATE(5),
[sym_subprogram_declaration] = STATE(5),
[sym_expression_function_declaration] = STATE(5),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(5),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(5),
[sym_identifier] = ACTIONS(277),
[sym_comment] = ACTIONS(3),
[aux_sym_iterated_element_association_token1] = ACTIONS(280),
[aux_sym_iterated_element_association_token2] = ACTIONS(283),
[aux_sym__package_specification_token1] = ACTIONS(286),
[aux_sym__package_specification_token3] = ACTIONS(289),
[aux_sym_use_clause_token2] = ACTIONS(291),
[aux_sym_subprogram_body_token1] = ACTIONS(289),
[aux_sym_relation_membership_token1] = ACTIONS(294),
[aux_sym_access_to_subprogram_definition_token1] = ACTIONS(297),
[aux_sym_access_to_subprogram_definition_token2] = ACTIONS(300),
[aux_sym_access_to_subprogram_definition_token3] = ACTIONS(303),
[aux_sym_interface_type_definition_token1] = ACTIONS(306),
[aux_sym_generic_formal_part_token1] = ACTIONS(309),
[aux_sym_global_mode_token1] = ACTIONS(312),
[aux_sym_pragma_g_token1] = ACTIONS(315),
[aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(318),
[aux_sym_gnatprep_declarative_if_statement_token2] = ACTIONS(289),
[aux_sym_gnatprep_declarative_if_statement_token3] = ACTIONS(289),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(289),
[aux_sym_subtype_declaration_token1] = ACTIONS(321),
},
[6] = {
[sym__defining_identifier_list] = STATE(2043),
[sym__declarative_item] = STATE(8),
[sym__basic_declarative_item] = STATE(8),
[sym__basic_declaration] = STATE(8),
[sym_package_declaration] = STATE(8),
[sym__package_specification] = STATE(2037),
[sym_use_clause] = STATE(8),
[sym__proper_body] = STATE(8),
[sym_subprogram_body] = STATE(8),
[sym_package_body] = STATE(8),
[sym__type_declaration] = STATE(8),
[sym_full_type_declaration] = STATE(8),
[sym_private_type_declaration] = STATE(8),
[sym_private_extension_declaration] = STATE(8),
[sym_incomplete_type_declaration] = STATE(8),
[sym__aspect_clause] = STATE(8),
[sym_at_clause] = STATE(8),
[sym_attribute_definition_clause] = STATE(8),
[sym_body_stub] = STATE(8),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(8),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(8),
[sym_protected_body_stub] = STATE(334),
[sym__declarative_item_pragma] = STATE(8),
[sym_enumeration_representation_clause] = STATE(8),
[sym_exception_declaration] = STATE(8),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(8),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(8),
[sym_generic_package_declaration] = STATE(8),
[sym_generic_instantiation] = STATE(8),
[sym_null_procedure_declaration] = STATE(8),
[sym_number_declaration] = STATE(8),
[sym_object_declaration] = STATE(8),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(1076),
[sym_pragma_g] = STATE(8),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(8),
[sym__renaming_declaration] = STATE(8),
[sym_object_renaming_declaration] = STATE(8),
[sym_exception_renaming_declaration] = STATE(8),
[sym_package_renaming_declaration] = STATE(8),
[sym_subprogram_renaming_declaration] = STATE(8),
[sym_generic_renaming_declaration] = STATE(8),
[sym_gnatprep_declarative_if_statement] = STATE(8),
[sym_subprogram_declaration] = STATE(8),
[sym_expression_function_declaration] = STATE(8),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(8),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(8),
[aux_sym_gnatprep_declarative_if_statement_repeat1] = STATE(1161),
[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(2043),
[sym__declarative_item] = STATE(24),
[sym__basic_declarative_item] = STATE(24),
[sym__basic_declaration] = STATE(24),
[sym_package_declaration] = STATE(24),
[sym__package_specification] = STATE(2037),
[sym_use_clause] = STATE(24),
[sym__proper_body] = STATE(24),
[sym_subprogram_body] = STATE(24),
[sym_package_body] = STATE(24),
[sym__type_declaration] = STATE(24),
[sym_full_type_declaration] = STATE(24),
[sym_private_type_declaration] = STATE(24),
[sym_private_extension_declaration] = STATE(24),
[sym_incomplete_type_declaration] = STATE(24),
[sym__aspect_clause] = STATE(24),
[sym_at_clause] = STATE(24),
[sym_attribute_definition_clause] = STATE(24),
[sym_body_stub] = STATE(24),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(24),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(24),
[sym_protected_body_stub] = STATE(334),
[sym__declarative_item_pragma] = STATE(24),
[sym_non_empty_declarative_part] = STATE(1750),
[sym_enumeration_representation_clause] = STATE(24),
[sym_exception_declaration] = STATE(24),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(24),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(24),
[sym_generic_package_declaration] = STATE(24),
[sym_generic_instantiation] = STATE(24),
[sym_null_procedure_declaration] = STATE(24),
[sym_number_declaration] = STATE(24),
[sym_object_declaration] = STATE(24),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(1076),
[sym_pragma_g] = STATE(24),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(24),
[sym__renaming_declaration] = STATE(24),
[sym_object_renaming_declaration] = STATE(24),
[sym_exception_renaming_declaration] = STATE(24),
[sym_package_renaming_declaration] = STATE(24),
[sym_subprogram_renaming_declaration] = STATE(24),
[sym_generic_renaming_declaration] = STATE(24),
[sym_gnatprep_declarative_if_statement] = STATE(24),
[sym_subprogram_declaration] = STATE(24),
[sym_expression_function_declaration] = STATE(24),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(24),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(24),
[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(336),
[aux_sym_subprogram_body_token1] = ACTIONS(338),
[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(340),
[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),
},
[8] = {
[sym__defining_identifier_list] = STATE(2043),
[sym__declarative_item] = STATE(5),
[sym__basic_declarative_item] = STATE(5),
[sym__basic_declaration] = STATE(5),
[sym_package_declaration] = STATE(5),
[sym__package_specification] = STATE(2037),
[sym_use_clause] = STATE(5),
[sym__proper_body] = STATE(5),
[sym_subprogram_body] = STATE(5),
[sym_package_body] = STATE(5),
[sym__type_declaration] = STATE(5),
[sym_full_type_declaration] = STATE(5),
[sym_private_type_declaration] = STATE(5),
[sym_private_extension_declaration] = STATE(5),
[sym_incomplete_type_declaration] = STATE(5),
[sym__aspect_clause] = STATE(5),
[sym_at_clause] = STATE(5),
[sym_attribute_definition_clause] = STATE(5),
[sym_body_stub] = STATE(5),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(5),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(5),
[sym_protected_body_stub] = STATE(334),
[sym__declarative_item_pragma] = STATE(5),
[sym_enumeration_representation_clause] = STATE(5),
[sym_exception_declaration] = STATE(5),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(5),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(5),
[sym_generic_package_declaration] = STATE(5),
[sym_generic_instantiation] = STATE(5),
[sym_null_procedure_declaration] = STATE(5),
[sym_number_declaration] = STATE(5),
[sym_object_declaration] = STATE(5),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(1076),
[sym_pragma_g] = STATE(5),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(5),
[sym__renaming_declaration] = STATE(5),
[sym_object_renaming_declaration] = STATE(5),
[sym_exception_renaming_declaration] = STATE(5),
[sym_package_renaming_declaration] = STATE(5),
[sym_subprogram_renaming_declaration] = STATE(5),
[sym_generic_renaming_declaration] = STATE(5),
[sym_gnatprep_declarative_if_statement] = STATE(5),
[sym_subprogram_declaration] = STATE(5),
[sym_expression_function_declaration] = STATE(5),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(5),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(5),
[aux_sym_gnatprep_declarative_if_statement_repeat1] = STATE(1152),
[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(342),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(344),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[9] = {
[sym__defining_identifier_list] = STATE(2043),
[sym__declarative_item] = STATE(24),
[sym__basic_declarative_item] = STATE(24),
[sym__basic_declaration] = STATE(24),
[sym_package_declaration] = STATE(24),
[sym__package_specification] = STATE(2037),
[sym_use_clause] = STATE(24),
[sym__proper_body] = STATE(24),
[sym_subprogram_body] = STATE(24),
[sym_package_body] = STATE(24),
[sym__type_declaration] = STATE(24),
[sym_full_type_declaration] = STATE(24),
[sym_private_type_declaration] = STATE(24),
[sym_private_extension_declaration] = STATE(24),
[sym_incomplete_type_declaration] = STATE(24),
[sym__aspect_clause] = STATE(24),
[sym_at_clause] = STATE(24),
[sym_attribute_definition_clause] = STATE(24),
[sym_body_stub] = STATE(24),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(24),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(24),
[sym_protected_body_stub] = STATE(334),
[sym__declarative_item_pragma] = STATE(24),
[sym_non_empty_declarative_part] = STATE(1609),
[sym_enumeration_representation_clause] = STATE(24),
[sym_exception_declaration] = STATE(24),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(24),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(24),
[sym_generic_package_declaration] = STATE(24),
[sym_generic_instantiation] = STATE(24),
[sym_null_procedure_declaration] = STATE(24),
[sym_number_declaration] = STATE(24),
[sym_object_declaration] = STATE(24),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(1076),
[sym_pragma_g] = STATE(24),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(24),
[sym__renaming_declaration] = STATE(24),
[sym_object_renaming_declaration] = STATE(24),
[sym_exception_renaming_declaration] = STATE(24),
[sym_package_renaming_declaration] = STATE(24),
[sym_subprogram_renaming_declaration] = STATE(24),
[sym_generic_renaming_declaration] = STATE(24),
[sym_gnatprep_declarative_if_statement] = STATE(24),
[sym_subprogram_declaration] = STATE(24),
[sym_expression_function_declaration] = STATE(24),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(24),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(24),
[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(2043),
[sym__declarative_item] = STATE(24),
[sym__basic_declarative_item] = STATE(24),
[sym__basic_declaration] = STATE(24),
[sym_package_declaration] = STATE(24),
[sym__package_specification] = STATE(2037),
[sym_use_clause] = STATE(24),
[sym__proper_body] = STATE(24),
[sym_subprogram_body] = STATE(24),
[sym_package_body] = STATE(24),
[sym__type_declaration] = STATE(24),
[sym_full_type_declaration] = STATE(24),
[sym_private_type_declaration] = STATE(24),
[sym_private_extension_declaration] = STATE(24),
[sym_incomplete_type_declaration] = STATE(24),
[sym__aspect_clause] = STATE(24),
[sym_at_clause] = STATE(24),
[sym_attribute_definition_clause] = STATE(24),
[sym_body_stub] = STATE(24),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(24),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(24),
[sym_protected_body_stub] = STATE(334),
[sym__declarative_item_pragma] = STATE(24),
[sym_non_empty_declarative_part] = STATE(1609),
[sym_enumeration_representation_clause] = STATE(24),
[sym_exception_declaration] = STATE(24),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(24),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(24),
[sym_generic_package_declaration] = STATE(24),
[sym_generic_instantiation] = STATE(24),
[sym_null_procedure_declaration] = STATE(24),
[sym_number_declaration] = STATE(24),
[sym_object_declaration] = STATE(24),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(1076),
[sym_pragma_g] = STATE(24),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(24),
[sym__renaming_declaration] = STATE(24),
[sym_object_renaming_declaration] = STATE(24),
[sym_exception_renaming_declaration] = STATE(24),
[sym_package_renaming_declaration] = STATE(24),
[sym_subprogram_renaming_declaration] = STATE(24),
[sym_generic_renaming_declaration] = STATE(24),
[sym_gnatprep_declarative_if_statement] = STATE(24),
[sym_subprogram_declaration] = STATE(24),
[sym_expression_function_declaration] = STATE(24),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(24),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(24),
[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_unary_adding_operator] = STATE(529),
[sym__name] = STATE(522),
[sym_selected_component] = STATE(474),
[sym_slice] = STATE(474),
[sym__attribute_reference] = STATE(474),
[sym__reduction_attribute_reference] = STATE(474),
[sym_value_sequence] = STATE(2038),
[sym_iterated_element_association] = STATE(1301),
[sym_qualified_expression] = STATE(474),
[sym__subtype_indication] = STATE(1483),
[sym_range_g] = STATE(1481),
[sym_expression] = STATE(997),
[sym__relation] = STATE(605),
[sym_relation_membership] = STATE(605),
[sym_raise_expression] = STATE(605),
[sym__simple_expression] = STATE(656),
[sym_term] = STATE(549),
[sym__factor] = STATE(524),
[sym_factor_power] = STATE(524),
[sym_factor_abs] = STATE(524),
[sym_factor_not] = STATE(524),
[sym__parenthesized_expression] = STATE(538),
[sym__primary] = STATE(538),
[sym_primary_null] = STATE(538),
[sym_allocator] = STATE(538),
[sym__conditional_expression] = STATE(1897),
[sym_quantified_expression] = STATE(1897),
[sym_declare_expression] = STATE(1897),
[sym_case_expression] = STATE(1897),
[sym_component_choice_list] = STATE(1896),
[sym__aggregate] = STATE(538),
[sym__delta_aggregate] = STATE(538),
[sym_extension_aggregate] = STATE(538),
[sym_record_delta_aggregate] = STATE(538),
[sym_array_delta_aggregate] = STATE(538),
[sym_record_aggregate] = STATE(538),
[sym_record_component_association_list] = STATE(1893),
[sym__named_record_component_association] = STATE(1309),
[sym_null_exclusion] = STATE(816),
[sym__array_aggregate] = STATE(538),
[sym_positional_array_aggregate] = STATE(538),
[sym_null_array_aggregate] = STATE(538),
[sym_named_array_aggregate] = STATE(538),
[sym__array_component_association_list] = STATE(1889),
[sym_array_component_association] = STATE(1146),
[sym_discrete_choice_list] = STATE(1886),
[sym_discrete_choice] = STATE(1312),
[sym_global_aspect_element] = STATE(1395),
[sym_global_mode] = STATE(739),
[sym_non_empty_mode] = STATE(874),
[sym_if_expression] = STATE(1897),
[sym_function_call] = STATE(522),
[sym_identifier] = ACTIONS(352),
[sym_gnatprep_identifier] = ACTIONS(354),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(356),
[sym_character_literal] = ACTIONS(354),
[sym_numeric_literal] = ACTIONS(358),
[anon_sym_PLUS] = ACTIONS(360),
[anon_sym_DASH] = ACTIONS(362),
[sym_target_name] = ACTIONS(354),
[anon_sym_LPAREN] = ACTIONS(364),
[anon_sym_LBRACK] = ACTIONS(366),
[aux_sym_chunk_specification_token1] = ACTIONS(368),
[aux_sym_iterated_element_association_token1] = ACTIONS(370),
[aux_sym_relation_membership_token1] = ACTIONS(372),
[aux_sym_raise_expression_token1] = ACTIONS(374),
[aux_sym_factor_abs_token1] = ACTIONS(376),
[aux_sym_primary_null_token1] = ACTIONS(378),
[aux_sym_allocator_token1] = ACTIONS(380),
[aux_sym_declare_expression_token1] = ACTIONS(382),
[aux_sym_case_expression_token1] = ACTIONS(384),
[aux_sym_component_choice_list_token1] = ACTIONS(386),
[aux_sym_global_mode_token1] = ACTIONS(388),
[aux_sym_non_empty_mode_token1] = ACTIONS(390),
[aux_sym_if_expression_token1] = ACTIONS(392),
},
[12] = {
[sym__defining_identifier_list] = STATE(2043),
[sym__declarative_item] = STATE(5),
[sym__basic_declarative_item] = STATE(5),
[sym__basic_declaration] = STATE(5),
[sym_package_declaration] = STATE(5),
[sym__package_specification] = STATE(2037),
[sym_use_clause] = STATE(5),
[sym__proper_body] = STATE(5),
[sym_subprogram_body] = STATE(5),
[sym_package_body] = STATE(5),
[sym__type_declaration] = STATE(5),
[sym_full_type_declaration] = STATE(5),
[sym_private_type_declaration] = STATE(5),
[sym_private_extension_declaration] = STATE(5),
[sym_incomplete_type_declaration] = STATE(5),
[sym__aspect_clause] = STATE(5),
[sym_at_clause] = STATE(5),
[sym_attribute_definition_clause] = STATE(5),
[sym_body_stub] = STATE(5),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(5),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(5),
[sym_protected_body_stub] = STATE(334),
[sym__declarative_item_pragma] = STATE(5),
[sym_enumeration_representation_clause] = STATE(5),
[sym_exception_declaration] = STATE(5),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(5),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(5),
[sym_generic_package_declaration] = STATE(5),
[sym_generic_instantiation] = STATE(5),
[sym_null_procedure_declaration] = STATE(5),
[sym_number_declaration] = STATE(5),
[sym_object_declaration] = STATE(5),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(1076),
[sym_pragma_g] = STATE(5),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(5),
[sym__renaming_declaration] = STATE(5),
[sym_object_renaming_declaration] = STATE(5),
[sym_exception_renaming_declaration] = STATE(5),
[sym_package_renaming_declaration] = STATE(5),
[sym_subprogram_renaming_declaration] = STATE(5),
[sym_generic_renaming_declaration] = STATE(5),
[sym_gnatprep_declarative_if_statement] = STATE(5),
[sym_subprogram_declaration] = STATE(5),
[sym_expression_function_declaration] = STATE(5),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(5),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(5),
[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(394),
[aux_sym_gnatprep_declarative_if_statement_token3] = ACTIONS(394),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(394),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[13] = {
[sym__defining_identifier_list] = STATE(2043),
[sym__declarative_item] = STATE(24),
[sym__basic_declarative_item] = STATE(24),
[sym__basic_declaration] = STATE(24),
[sym_package_declaration] = STATE(24),
[sym__package_specification] = STATE(2037),
[sym_use_clause] = STATE(24),
[sym__proper_body] = STATE(24),
[sym_subprogram_body] = STATE(24),
[sym_package_body] = STATE(24),
[sym__type_declaration] = STATE(24),
[sym_full_type_declaration] = STATE(24),
[sym_private_type_declaration] = STATE(24),
[sym_private_extension_declaration] = STATE(24),
[sym_incomplete_type_declaration] = STATE(24),
[sym__aspect_clause] = STATE(24),
[sym_at_clause] = STATE(24),
[sym_attribute_definition_clause] = STATE(24),
[sym_body_stub] = STATE(24),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(24),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(24),
[sym_protected_body_stub] = STATE(334),
[sym__declarative_item_pragma] = STATE(24),
[sym_non_empty_declarative_part] = STATE(1750),
[sym_enumeration_representation_clause] = STATE(24),
[sym_exception_declaration] = STATE(24),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(24),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(24),
[sym_generic_package_declaration] = STATE(24),
[sym_generic_instantiation] = STATE(24),
[sym_null_procedure_declaration] = STATE(24),
[sym_number_declaration] = STATE(24),
[sym_object_declaration] = STATE(24),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(1076),
[sym_pragma_g] = STATE(24),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(24),
[sym__renaming_declaration] = STATE(24),
[sym_object_renaming_declaration] = STATE(24),
[sym_exception_renaming_declaration] = STATE(24),
[sym_package_renaming_declaration] = STATE(24),
[sym_subprogram_renaming_declaration] = STATE(24),
[sym_generic_renaming_declaration] = STATE(24),
[sym_gnatprep_declarative_if_statement] = STATE(24),
[sym_subprogram_declaration] = STATE(24),
[sym_expression_function_declaration] = STATE(24),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(24),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(24),
[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(338),
[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(340),
[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(2043),
[sym__declarative_item] = STATE(12),
[sym__basic_declarative_item] = STATE(12),
[sym__basic_declaration] = STATE(12),
[sym_package_declaration] = STATE(12),
[sym__package_specification] = STATE(2037),
[sym_use_clause] = STATE(12),
[sym__proper_body] = STATE(12),
[sym_subprogram_body] = STATE(12),
[sym_package_body] = STATE(12),
[sym__type_declaration] = STATE(12),
[sym_full_type_declaration] = STATE(12),
[sym_private_type_declaration] = STATE(12),
[sym_private_extension_declaration] = STATE(12),
[sym_incomplete_type_declaration] = STATE(12),
[sym__aspect_clause] = STATE(12),
[sym_at_clause] = STATE(12),
[sym_attribute_definition_clause] = STATE(12),
[sym_body_stub] = STATE(12),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(12),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(12),
[sym_protected_body_stub] = STATE(334),
[sym__declarative_item_pragma] = STATE(12),
[sym_enumeration_representation_clause] = STATE(12),
[sym_exception_declaration] = STATE(12),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(12),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(12),
[sym_generic_package_declaration] = STATE(12),
[sym_generic_instantiation] = STATE(12),
[sym_null_procedure_declaration] = STATE(12),
[sym_number_declaration] = STATE(12),
[sym_object_declaration] = STATE(12),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(1076),
[sym_pragma_g] = STATE(12),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(12),
[sym__renaming_declaration] = STATE(12),
[sym_object_renaming_declaration] = STATE(12),
[sym_exception_renaming_declaration] = STATE(12),
[sym_package_renaming_declaration] = STATE(12),
[sym_subprogram_renaming_declaration] = STATE(12),
[sym_generic_renaming_declaration] = STATE(12),
[sym_gnatprep_declarative_if_statement] = STATE(12),
[sym_subprogram_declaration] = STATE(12),
[sym_expression_function_declaration] = STATE(12),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(12),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(12),
[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(396),
[aux_sym_gnatprep_declarative_if_statement_token3] = ACTIONS(396),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(396),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[15] = {
[sym__defining_identifier_list] = STATE(2043),
[sym__declarative_item] = STATE(24),
[sym__basic_declarative_item] = STATE(24),
[sym__basic_declaration] = STATE(24),
[sym_package_declaration] = STATE(24),
[sym__package_specification] = STATE(2037),
[sym_use_clause] = STATE(24),
[sym__proper_body] = STATE(24),
[sym_subprogram_body] = STATE(24),
[sym_package_body] = STATE(24),
[sym__type_declaration] = STATE(24),
[sym_full_type_declaration] = STATE(24),
[sym_private_type_declaration] = STATE(24),
[sym_private_extension_declaration] = STATE(24),
[sym_incomplete_type_declaration] = STATE(24),
[sym__aspect_clause] = STATE(24),
[sym_at_clause] = STATE(24),
[sym_attribute_definition_clause] = STATE(24),
[sym_body_stub] = STATE(24),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(24),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(24),
[sym_protected_body_stub] = STATE(334),
[sym__declarative_item_pragma] = STATE(24),
[sym_non_empty_declarative_part] = STATE(1518),
[sym_enumeration_representation_clause] = STATE(24),
[sym_exception_declaration] = STATE(24),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(24),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(24),
[sym_generic_package_declaration] = STATE(24),
[sym_generic_instantiation] = STATE(24),
[sym_null_procedure_declaration] = STATE(24),
[sym_number_declaration] = STATE(24),
[sym_object_declaration] = STATE(24),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(1076),
[sym_pragma_g] = STATE(24),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(24),
[sym__renaming_declaration] = STATE(24),
[sym_object_renaming_declaration] = STATE(24),
[sym_exception_renaming_declaration] = STATE(24),
[sym_package_renaming_declaration] = STATE(24),
[sym_subprogram_renaming_declaration] = STATE(24),
[sym_generic_renaming_declaration] = STATE(24),
[sym_gnatprep_declarative_if_statement] = STATE(24),
[sym_subprogram_declaration] = STATE(24),
[sym_expression_function_declaration] = STATE(24),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(24),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(24),
[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),
},
[16] = {
[sym__defining_identifier_list] = STATE(2043),
[sym__declarative_item] = STATE(24),
[sym__basic_declarative_item] = STATE(24),
[sym__basic_declaration] = STATE(24),
[sym_package_declaration] = STATE(24),
[sym__package_specification] = STATE(2037),
[sym_use_clause] = STATE(24),
[sym__proper_body] = STATE(24),
[sym_subprogram_body] = STATE(24),
[sym_package_body] = STATE(24),
[sym__type_declaration] = STATE(24),
[sym_full_type_declaration] = STATE(24),
[sym_private_type_declaration] = STATE(24),
[sym_private_extension_declaration] = STATE(24),
[sym_incomplete_type_declaration] = STATE(24),
[sym__aspect_clause] = STATE(24),
[sym_at_clause] = STATE(24),
[sym_attribute_definition_clause] = STATE(24),
[sym_body_stub] = STATE(24),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(24),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(24),
[sym_protected_body_stub] = STATE(334),
[sym__declarative_item_pragma] = STATE(24),
[sym_non_empty_declarative_part] = STATE(1540),
[sym_enumeration_representation_clause] = STATE(24),
[sym_exception_declaration] = STATE(24),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(24),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(24),
[sym_generic_package_declaration] = STATE(24),
[sym_generic_instantiation] = STATE(24),
[sym_null_procedure_declaration] = STATE(24),
[sym_number_declaration] = STATE(24),
[sym_object_declaration] = STATE(24),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(1076),
[sym_pragma_g] = STATE(24),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(24),
[sym__renaming_declaration] = STATE(24),
[sym_object_renaming_declaration] = STATE(24),
[sym_exception_renaming_declaration] = STATE(24),
[sym_package_renaming_declaration] = STATE(24),
[sym_subprogram_renaming_declaration] = STATE(24),
[sym_generic_renaming_declaration] = STATE(24),
[sym_gnatprep_declarative_if_statement] = STATE(24),
[sym_subprogram_declaration] = STATE(24),
[sym_expression_function_declaration] = STATE(24),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(24),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(24),
[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),
},
[17] = {
[sym__defining_identifier_list] = STATE(2043),
[sym__declarative_item] = STATE(24),
[sym__basic_declarative_item] = STATE(24),
[sym__basic_declaration] = STATE(24),
[sym_package_declaration] = STATE(24),
[sym__package_specification] = STATE(2037),
[sym_use_clause] = STATE(24),
[sym__proper_body] = STATE(24),
[sym_subprogram_body] = STATE(24),
[sym_package_body] = STATE(24),
[sym__type_declaration] = STATE(24),
[sym_full_type_declaration] = STATE(24),
[sym_private_type_declaration] = STATE(24),
[sym_private_extension_declaration] = STATE(24),
[sym_incomplete_type_declaration] = STATE(24),
[sym__aspect_clause] = STATE(24),
[sym_at_clause] = STATE(24),
[sym_attribute_definition_clause] = STATE(24),
[sym_body_stub] = STATE(24),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(24),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(24),
[sym_protected_body_stub] = STATE(334),
[sym__declarative_item_pragma] = STATE(24),
[sym_non_empty_declarative_part] = STATE(1724),
[sym_enumeration_representation_clause] = STATE(24),
[sym_exception_declaration] = STATE(24),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(24),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(24),
[sym_generic_package_declaration] = STATE(24),
[sym_generic_instantiation] = STATE(24),
[sym_null_procedure_declaration] = STATE(24),
[sym_number_declaration] = STATE(24),
[sym_object_declaration] = STATE(24),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(1076),
[sym_pragma_g] = STATE(24),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(24),
[sym__renaming_declaration] = STATE(24),
[sym_object_renaming_declaration] = STATE(24),
[sym_exception_renaming_declaration] = STATE(24),
[sym_package_renaming_declaration] = STATE(24),
[sym_subprogram_renaming_declaration] = STATE(24),
[sym_generic_renaming_declaration] = STATE(24),
[sym_gnatprep_declarative_if_statement] = STATE(24),
[sym_subprogram_declaration] = STATE(24),
[sym_expression_function_declaration] = STATE(24),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(24),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(24),
[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(406),
[aux_sym_subprogram_body_token1] = ACTIONS(408),
[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),
},
[18] = {
[sym__defining_identifier_list] = STATE(2043),
[sym__declarative_item] = STATE(24),
[sym__basic_declarative_item] = STATE(24),
[sym__basic_declaration] = STATE(24),
[sym_package_declaration] = STATE(24),
[sym__package_specification] = STATE(2037),
[sym_use_clause] = STATE(24),
[sym__proper_body] = STATE(24),
[sym_subprogram_body] = STATE(24),
[sym_package_body] = STATE(24),
[sym__type_declaration] = STATE(24),
[sym_full_type_declaration] = STATE(24),
[sym_private_type_declaration] = STATE(24),
[sym_private_extension_declaration] = STATE(24),
[sym_incomplete_type_declaration] = STATE(24),
[sym__aspect_clause] = STATE(24),
[sym_at_clause] = STATE(24),
[sym_attribute_definition_clause] = STATE(24),
[sym_body_stub] = STATE(24),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(24),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(24),
[sym_protected_body_stub] = STATE(334),
[sym__declarative_item_pragma] = STATE(24),
[sym_non_empty_declarative_part] = STATE(1972),
[sym_enumeration_representation_clause] = STATE(24),
[sym_exception_declaration] = STATE(24),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(24),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(24),
[sym_generic_package_declaration] = STATE(24),
[sym_generic_instantiation] = STATE(24),
[sym_null_procedure_declaration] = STATE(24),
[sym_number_declaration] = STATE(24),
[sym_object_declaration] = STATE(24),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(1076),
[sym_pragma_g] = STATE(24),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(24),
[sym__renaming_declaration] = STATE(24),
[sym_object_renaming_declaration] = STATE(24),
[sym_exception_renaming_declaration] = STATE(24),
[sym_package_renaming_declaration] = STATE(24),
[sym_subprogram_renaming_declaration] = STATE(24),
[sym_generic_renaming_declaration] = STATE(24),
[sym_gnatprep_declarative_if_statement] = STATE(24),
[sym_subprogram_declaration] = STATE(24),
[sym_expression_function_declaration] = STATE(24),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(24),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(24),
[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),
},
[19] = {
[sym__defining_identifier_list] = STATE(2043),
[sym__declarative_item] = STATE(24),
[sym__basic_declarative_item] = STATE(24),
[sym__basic_declaration] = STATE(24),
[sym_package_declaration] = STATE(24),
[sym__package_specification] = STATE(2037),
[sym_use_clause] = STATE(24),
[sym__proper_body] = STATE(24),
[sym_subprogram_body] = STATE(24),
[sym_package_body] = STATE(24),
[sym__type_declaration] = STATE(24),
[sym_full_type_declaration] = STATE(24),
[sym_private_type_declaration] = STATE(24),
[sym_private_extension_declaration] = STATE(24),
[sym_incomplete_type_declaration] = STATE(24),
[sym__aspect_clause] = STATE(24),
[sym_at_clause] = STATE(24),
[sym_attribute_definition_clause] = STATE(24),
[sym_body_stub] = STATE(24),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(24),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(24),
[sym_protected_body_stub] = STATE(334),
[sym__declarative_item_pragma] = STATE(24),
[sym_non_empty_declarative_part] = STATE(1609),
[sym_enumeration_representation_clause] = STATE(24),
[sym_exception_declaration] = STATE(24),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(24),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(24),
[sym_generic_package_declaration] = STATE(24),
[sym_generic_instantiation] = STATE(24),
[sym_null_procedure_declaration] = STATE(24),
[sym_number_declaration] = STATE(24),
[sym_object_declaration] = STATE(24),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(1076),
[sym_pragma_g] = STATE(24),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(24),
[sym__renaming_declaration] = STATE(24),
[sym_object_renaming_declaration] = STATE(24),
[sym_exception_renaming_declaration] = STATE(24),
[sym_package_renaming_declaration] = STATE(24),
[sym_subprogram_renaming_declaration] = STATE(24),
[sym_generic_renaming_declaration] = STATE(24),
[sym_gnatprep_declarative_if_statement] = STATE(24),
[sym_subprogram_declaration] = STATE(24),
[sym_expression_function_declaration] = STATE(24),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(24),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(24),
[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),
},
[20] = {
[sym__name] = STATE(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(39),
[sym_null_statement] = STATE(4),
[sym_pragma_g] = STATE(4),
[sym__simple_statement] = STATE(4),
[sym__statement] = STATE(4),
[sym__compound_statement] = STATE(4),
[sym__select_statement] = STATE(4),
[sym_asynchronous_select] = STATE(4),
[sym_conditional_entry_call] = STATE(4),
[sym_timed_entry_call] = STATE(4),
[sym_selective_accept] = STATE(4),
[sym_abort_statement] = STATE(4),
[sym_requeue_statement] = STATE(4),
[sym_accept_statement] = STATE(4),
[sym_case_statement] = STATE(4),
[sym_block_statement] = STATE(4),
[sym_if_statement] = STATE(4),
[sym_gnatprep_if_statement] = STATE(4),
[sym_exit_statement] = STATE(4),
[sym_goto_statement] = STATE(4),
[sym__delay_statement] = STATE(4),
[sym_delay_until_statement] = STATE(4),
[sym_delay_relative_statement] = STATE(4),
[sym_simple_return_statement] = STATE(4),
[sym_extended_return_statement] = STATE(4),
[sym_procedure_call_statement] = STATE(4),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(4),
[sym_loop_statement] = STATE(4),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(4),
[aux_sym__sequence_of_statements_repeat1] = STATE(4),
[aux_sym__sequence_of_statements_repeat2] = STATE(39),
[sym_identifier] = ACTIONS(412),
[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(414),
[aux_sym_iterator_filter_token1] = ACTIONS(416),
[aux_sym__package_specification_token3] = ACTIONS(416),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_expression_token2] = ACTIONS(416),
[aux_sym_expression_token3] = ACTIONS(416),
[aux_sym_expression_token4] = ACTIONS(416),
[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(416),
[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(416),
[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),
},
[21] = {
[sym__defining_identifier_list] = STATE(2043),
[sym__declarative_item] = STATE(24),
[sym__basic_declarative_item] = STATE(24),
[sym__basic_declaration] = STATE(24),
[sym_package_declaration] = STATE(24),
[sym__package_specification] = STATE(2037),
[sym_use_clause] = STATE(24),
[sym__proper_body] = STATE(24),
[sym_subprogram_body] = STATE(24),
[sym_package_body] = STATE(24),
[sym__type_declaration] = STATE(24),
[sym_full_type_declaration] = STATE(24),
[sym_private_type_declaration] = STATE(24),
[sym_private_extension_declaration] = STATE(24),
[sym_incomplete_type_declaration] = STATE(24),
[sym__aspect_clause] = STATE(24),
[sym_at_clause] = STATE(24),
[sym_attribute_definition_clause] = STATE(24),
[sym_body_stub] = STATE(24),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(24),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(24),
[sym_protected_body_stub] = STATE(334),
[sym__declarative_item_pragma] = STATE(24),
[sym_non_empty_declarative_part] = STATE(1750),
[sym_enumeration_representation_clause] = STATE(24),
[sym_exception_declaration] = STATE(24),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(24),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(24),
[sym_generic_package_declaration] = STATE(24),
[sym_generic_instantiation] = STATE(24),
[sym_null_procedure_declaration] = STATE(24),
[sym_number_declaration] = STATE(24),
[sym_object_declaration] = STATE(24),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(1076),
[sym_pragma_g] = STATE(24),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(24),
[sym__renaming_declaration] = STATE(24),
[sym_object_renaming_declaration] = STATE(24),
[sym_exception_renaming_declaration] = STATE(24),
[sym_package_renaming_declaration] = STATE(24),
[sym_subprogram_renaming_declaration] = STATE(24),
[sym_generic_renaming_declaration] = STATE(24),
[sym_gnatprep_declarative_if_statement] = STATE(24),
[sym_subprogram_declaration] = STATE(24),
[sym_expression_function_declaration] = STATE(24),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(24),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(24),
[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(338),
[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(2043),
[sym__declarative_item] = STATE(24),
[sym__basic_declarative_item] = STATE(24),
[sym__basic_declaration] = STATE(24),
[sym_package_declaration] = STATE(24),
[sym__package_specification] = STATE(2037),
[sym_use_clause] = STATE(24),
[sym__proper_body] = STATE(24),
[sym_subprogram_body] = STATE(24),
[sym_package_body] = STATE(24),
[sym__type_declaration] = STATE(24),
[sym_full_type_declaration] = STATE(24),
[sym_private_type_declaration] = STATE(24),
[sym_private_extension_declaration] = STATE(24),
[sym_incomplete_type_declaration] = STATE(24),
[sym__aspect_clause] = STATE(24),
[sym_at_clause] = STATE(24),
[sym_attribute_definition_clause] = STATE(24),
[sym_body_stub] = STATE(24),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(24),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(24),
[sym_protected_body_stub] = STATE(334),
[sym__declarative_item_pragma] = STATE(24),
[sym_non_empty_declarative_part] = STATE(1828),
[sym_enumeration_representation_clause] = STATE(24),
[sym_exception_declaration] = STATE(24),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(24),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(24),
[sym_generic_package_declaration] = STATE(24),
[sym_generic_instantiation] = STATE(24),
[sym_null_procedure_declaration] = STATE(24),
[sym_number_declaration] = STATE(24),
[sym_object_declaration] = STATE(24),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(1076),
[sym_pragma_g] = STATE(24),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(24),
[sym__renaming_declaration] = STATE(24),
[sym_object_renaming_declaration] = STATE(24),
[sym_exception_renaming_declaration] = STATE(24),
[sym_package_renaming_declaration] = STATE(24),
[sym_subprogram_renaming_declaration] = STATE(24),
[sym_generic_renaming_declaration] = STATE(24),
[sym_gnatprep_declarative_if_statement] = STATE(24),
[sym_subprogram_declaration] = STATE(24),
[sym_expression_function_declaration] = STATE(24),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(24),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(24),
[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),
},
[23] = {
[sym__defining_identifier_list] = STATE(2043),
[sym__declarative_item] = STATE(24),
[sym__basic_declarative_item] = STATE(24),
[sym__basic_declaration] = STATE(24),
[sym_package_declaration] = STATE(24),
[sym__package_specification] = STATE(2037),
[sym_use_clause] = STATE(24),
[sym__proper_body] = STATE(24),
[sym_subprogram_body] = STATE(24),
[sym_package_body] = STATE(24),
[sym__type_declaration] = STATE(24),
[sym_full_type_declaration] = STATE(24),
[sym_private_type_declaration] = STATE(24),
[sym_private_extension_declaration] = STATE(24),
[sym_incomplete_type_declaration] = STATE(24),
[sym__aspect_clause] = STATE(24),
[sym_at_clause] = STATE(24),
[sym_attribute_definition_clause] = STATE(24),
[sym_body_stub] = STATE(24),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(24),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(24),
[sym_protected_body_stub] = STATE(334),
[sym__declarative_item_pragma] = STATE(24),
[sym_non_empty_declarative_part] = STATE(2000),
[sym_enumeration_representation_clause] = STATE(24),
[sym_exception_declaration] = STATE(24),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(24),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(24),
[sym_generic_package_declaration] = STATE(24),
[sym_generic_instantiation] = STATE(24),
[sym_null_procedure_declaration] = STATE(24),
[sym_number_declaration] = STATE(24),
[sym_object_declaration] = STATE(24),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(1076),
[sym_pragma_g] = STATE(24),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(24),
[sym__renaming_declaration] = STATE(24),
[sym_object_renaming_declaration] = STATE(24),
[sym_exception_renaming_declaration] = STATE(24),
[sym_package_renaming_declaration] = STATE(24),
[sym_subprogram_renaming_declaration] = STATE(24),
[sym_generic_renaming_declaration] = STATE(24),
[sym_gnatprep_declarative_if_statement] = STATE(24),
[sym_subprogram_declaration] = STATE(24),
[sym_expression_function_declaration] = STATE(24),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(24),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(24),
[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),
},
[24] = {
[sym__defining_identifier_list] = STATE(2043),
[sym__declarative_item] = STATE(5),
[sym__basic_declarative_item] = STATE(5),
[sym__basic_declaration] = STATE(5),
[sym_package_declaration] = STATE(5),
[sym__package_specification] = STATE(2037),
[sym_use_clause] = STATE(5),
[sym__proper_body] = STATE(5),
[sym_subprogram_body] = STATE(5),
[sym_package_body] = STATE(5),
[sym__type_declaration] = STATE(5),
[sym_full_type_declaration] = STATE(5),
[sym_private_type_declaration] = STATE(5),
[sym_private_extension_declaration] = STATE(5),
[sym_incomplete_type_declaration] = STATE(5),
[sym__aspect_clause] = STATE(5),
[sym_at_clause] = STATE(5),
[sym_attribute_definition_clause] = STATE(5),
[sym_body_stub] = STATE(5),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(5),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(5),
[sym_protected_body_stub] = STATE(334),
[sym__declarative_item_pragma] = STATE(5),
[sym_enumeration_representation_clause] = STATE(5),
[sym_exception_declaration] = STATE(5),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(5),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(5),
[sym_generic_package_declaration] = STATE(5),
[sym_generic_instantiation] = STATE(5),
[sym_null_procedure_declaration] = STATE(5),
[sym_number_declaration] = STATE(5),
[sym_object_declaration] = STATE(5),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(1076),
[sym_pragma_g] = STATE(5),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(5),
[sym__renaming_declaration] = STATE(5),
[sym_object_renaming_declaration] = STATE(5),
[sym_exception_renaming_declaration] = STATE(5),
[sym_package_renaming_declaration] = STATE(5),
[sym_subprogram_renaming_declaration] = STATE(5),
[sym_generic_renaming_declaration] = STATE(5),
[sym_gnatprep_declarative_if_statement] = STATE(5),
[sym_subprogram_declaration] = STATE(5),
[sym_expression_function_declaration] = STATE(5),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(5),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(5),
[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(422),
[aux_sym_use_clause_token2] = ACTIONS(25),
[aux_sym_subprogram_body_token1] = ACTIONS(422),
[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(2043),
[sym__declarative_item] = STATE(24),
[sym__basic_declarative_item] = STATE(24),
[sym__basic_declaration] = STATE(24),
[sym_package_declaration] = STATE(24),
[sym__package_specification] = STATE(2037),
[sym_use_clause] = STATE(24),
[sym__proper_body] = STATE(24),
[sym_subprogram_body] = STATE(24),
[sym_package_body] = STATE(24),
[sym__type_declaration] = STATE(24),
[sym_full_type_declaration] = STATE(24),
[sym_private_type_declaration] = STATE(24),
[sym_private_extension_declaration] = STATE(24),
[sym_incomplete_type_declaration] = STATE(24),
[sym__aspect_clause] = STATE(24),
[sym_at_clause] = STATE(24),
[sym_attribute_definition_clause] = STATE(24),
[sym_body_stub] = STATE(24),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(24),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(24),
[sym_protected_body_stub] = STATE(334),
[sym__declarative_item_pragma] = STATE(24),
[sym_non_empty_declarative_part] = STATE(2022),
[sym_enumeration_representation_clause] = STATE(24),
[sym_exception_declaration] = STATE(24),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(24),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(24),
[sym_generic_package_declaration] = STATE(24),
[sym_generic_instantiation] = STATE(24),
[sym_null_procedure_declaration] = STATE(24),
[sym_number_declaration] = STATE(24),
[sym_object_declaration] = STATE(24),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(1076),
[sym_pragma_g] = STATE(24),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(24),
[sym__renaming_declaration] = STATE(24),
[sym_object_renaming_declaration] = STATE(24),
[sym_exception_renaming_declaration] = STATE(24),
[sym_package_renaming_declaration] = STATE(24),
[sym_subprogram_renaming_declaration] = STATE(24),
[sym_generic_renaming_declaration] = STATE(24),
[sym_gnatprep_declarative_if_statement] = STATE(24),
[sym_subprogram_declaration] = STATE(24),
[sym_expression_function_declaration] = STATE(24),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(24),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(24),
[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(424),
[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(2043),
[sym__declarative_item] = STATE(24),
[sym__basic_declarative_item] = STATE(24),
[sym__basic_declaration] = STATE(24),
[sym_package_declaration] = STATE(24),
[sym__package_specification] = STATE(2037),
[sym_use_clause] = STATE(24),
[sym__proper_body] = STATE(24),
[sym_subprogram_body] = STATE(24),
[sym_package_body] = STATE(24),
[sym__type_declaration] = STATE(24),
[sym_full_type_declaration] = STATE(24),
[sym_private_type_declaration] = STATE(24),
[sym_private_extension_declaration] = STATE(24),
[sym_incomplete_type_declaration] = STATE(24),
[sym__aspect_clause] = STATE(24),
[sym_at_clause] = STATE(24),
[sym_attribute_definition_clause] = STATE(24),
[sym_body_stub] = STATE(24),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(24),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(24),
[sym_protected_body_stub] = STATE(334),
[sym__declarative_item_pragma] = STATE(24),
[sym_non_empty_declarative_part] = STATE(1891),
[sym_enumeration_representation_clause] = STATE(24),
[sym_exception_declaration] = STATE(24),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(24),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(24),
[sym_generic_package_declaration] = STATE(24),
[sym_generic_instantiation] = STATE(24),
[sym_null_procedure_declaration] = STATE(24),
[sym_number_declaration] = STATE(24),
[sym_object_declaration] = STATE(24),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(1076),
[sym_pragma_g] = STATE(24),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(24),
[sym__renaming_declaration] = STATE(24),
[sym_object_renaming_declaration] = STATE(24),
[sym_exception_renaming_declaration] = STATE(24),
[sym_package_renaming_declaration] = STATE(24),
[sym_subprogram_renaming_declaration] = STATE(24),
[sym_generic_renaming_declaration] = STATE(24),
[sym_gnatprep_declarative_if_statement] = STATE(24),
[sym_subprogram_declaration] = STATE(24),
[sym_expression_function_declaration] = STATE(24),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(24),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(24),
[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(426),
[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__defining_identifier_list] = STATE(2043),
[sym__declarative_item] = STATE(24),
[sym__basic_declarative_item] = STATE(24),
[sym__basic_declaration] = STATE(24),
[sym_package_declaration] = STATE(24),
[sym__package_specification] = STATE(2037),
[sym_use_clause] = STATE(24),
[sym__proper_body] = STATE(24),
[sym_subprogram_body] = STATE(24),
[sym_package_body] = STATE(24),
[sym__type_declaration] = STATE(24),
[sym_full_type_declaration] = STATE(24),
[sym_private_type_declaration] = STATE(24),
[sym_private_extension_declaration] = STATE(24),
[sym_incomplete_type_declaration] = STATE(24),
[sym__aspect_clause] = STATE(24),
[sym_at_clause] = STATE(24),
[sym_attribute_definition_clause] = STATE(24),
[sym_body_stub] = STATE(24),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(24),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(24),
[sym_protected_body_stub] = STATE(334),
[sym__declarative_item_pragma] = STATE(24),
[sym_non_empty_declarative_part] = STATE(1975),
[sym_enumeration_representation_clause] = STATE(24),
[sym_exception_declaration] = STATE(24),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(24),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(24),
[sym_generic_package_declaration] = STATE(24),
[sym_generic_instantiation] = STATE(24),
[sym_null_procedure_declaration] = STATE(24),
[sym_number_declaration] = STATE(24),
[sym_object_declaration] = STATE(24),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(1076),
[sym_pragma_g] = STATE(24),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(24),
[sym__renaming_declaration] = STATE(24),
[sym_object_renaming_declaration] = STATE(24),
[sym_exception_renaming_declaration] = STATE(24),
[sym_package_renaming_declaration] = STATE(24),
[sym_subprogram_renaming_declaration] = STATE(24),
[sym_generic_renaming_declaration] = STATE(24),
[sym_gnatprep_declarative_if_statement] = STATE(24),
[sym_subprogram_declaration] = STATE(24),
[sym_expression_function_declaration] = STATE(24),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(24),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(24),
[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(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),
},
[28] = {
[sym__defining_identifier_list] = STATE(2043),
[sym__declarative_item] = STATE(24),
[sym__basic_declarative_item] = STATE(24),
[sym__basic_declaration] = STATE(24),
[sym_package_declaration] = STATE(24),
[sym__package_specification] = STATE(2037),
[sym_use_clause] = STATE(24),
[sym__proper_body] = STATE(24),
[sym_subprogram_body] = STATE(24),
[sym_package_body] = STATE(24),
[sym__type_declaration] = STATE(24),
[sym_full_type_declaration] = STATE(24),
[sym_private_type_declaration] = STATE(24),
[sym_private_extension_declaration] = STATE(24),
[sym_incomplete_type_declaration] = STATE(24),
[sym__aspect_clause] = STATE(24),
[sym_at_clause] = STATE(24),
[sym_attribute_definition_clause] = STATE(24),
[sym_body_stub] = STATE(24),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(24),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(24),
[sym_protected_body_stub] = STATE(334),
[sym__declarative_item_pragma] = STATE(24),
[sym_non_empty_declarative_part] = STATE(1724),
[sym_enumeration_representation_clause] = STATE(24),
[sym_exception_declaration] = STATE(24),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(24),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(24),
[sym_generic_package_declaration] = STATE(24),
[sym_generic_instantiation] = STATE(24),
[sym_null_procedure_declaration] = STATE(24),
[sym_number_declaration] = STATE(24),
[sym_object_declaration] = STATE(24),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(1076),
[sym_pragma_g] = STATE(24),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(24),
[sym__renaming_declaration] = STATE(24),
[sym_object_renaming_declaration] = STATE(24),
[sym_exception_renaming_declaration] = STATE(24),
[sym_package_renaming_declaration] = STATE(24),
[sym_subprogram_renaming_declaration] = STATE(24),
[sym_generic_renaming_declaration] = STATE(24),
[sym_gnatprep_declarative_if_statement] = STATE(24),
[sym_subprogram_declaration] = STATE(24),
[sym_expression_function_declaration] = STATE(24),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(24),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(24),
[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(408),
[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(2043),
[sym__declarative_item] = STATE(24),
[sym__basic_declarative_item] = STATE(24),
[sym__basic_declaration] = STATE(24),
[sym_package_declaration] = STATE(24),
[sym__package_specification] = STATE(2037),
[sym_use_clause] = STATE(24),
[sym__proper_body] = STATE(24),
[sym_subprogram_body] = STATE(24),
[sym_package_body] = STATE(24),
[sym__type_declaration] = STATE(24),
[sym_full_type_declaration] = STATE(24),
[sym_private_type_declaration] = STATE(24),
[sym_private_extension_declaration] = STATE(24),
[sym_incomplete_type_declaration] = STATE(24),
[sym__aspect_clause] = STATE(24),
[sym_at_clause] = STATE(24),
[sym_attribute_definition_clause] = STATE(24),
[sym_body_stub] = STATE(24),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(24),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(24),
[sym_protected_body_stub] = STATE(334),
[sym__declarative_item_pragma] = STATE(24),
[sym_non_empty_declarative_part] = STATE(1905),
[sym_enumeration_representation_clause] = STATE(24),
[sym_exception_declaration] = STATE(24),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(24),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(24),
[sym_generic_package_declaration] = STATE(24),
[sym_generic_instantiation] = STATE(24),
[sym_null_procedure_declaration] = STATE(24),
[sym_number_declaration] = STATE(24),
[sym_object_declaration] = STATE(24),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(1076),
[sym_pragma_g] = STATE(24),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(24),
[sym__renaming_declaration] = STATE(24),
[sym_object_renaming_declaration] = STATE(24),
[sym_exception_renaming_declaration] = STATE(24),
[sym_package_renaming_declaration] = STATE(24),
[sym_subprogram_renaming_declaration] = STATE(24),
[sym_generic_renaming_declaration] = STATE(24),
[sym_gnatprep_declarative_if_statement] = STATE(24),
[sym_subprogram_declaration] = STATE(24),
[sym_expression_function_declaration] = STATE(24),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(24),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(24),
[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(2043),
[sym__declarative_item] = STATE(5),
[sym__basic_declarative_item] = STATE(5),
[sym__basic_declaration] = STATE(5),
[sym_package_declaration] = STATE(5),
[sym__package_specification] = STATE(2037),
[sym_use_clause] = STATE(5),
[sym__proper_body] = STATE(5),
[sym_subprogram_body] = STATE(5),
[sym_package_body] = STATE(5),
[sym__type_declaration] = STATE(5),
[sym_full_type_declaration] = STATE(5),
[sym_private_type_declaration] = STATE(5),
[sym_private_extension_declaration] = STATE(5),
[sym_incomplete_type_declaration] = STATE(5),
[sym__aspect_clause] = STATE(5),
[sym_at_clause] = STATE(5),
[sym_attribute_definition_clause] = STATE(5),
[sym_body_stub] = STATE(5),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(5),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(5),
[sym_protected_body_stub] = STATE(334),
[sym__declarative_item_pragma] = STATE(5),
[sym_enumeration_representation_clause] = STATE(5),
[sym_exception_declaration] = STATE(5),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(5),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(5),
[sym_generic_package_declaration] = STATE(5),
[sym_generic_instantiation] = STATE(5),
[sym_null_procedure_declaration] = STATE(5),
[sym_number_declaration] = STATE(5),
[sym_object_declaration] = STATE(5),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(1076),
[sym_pragma_g] = STATE(5),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(5),
[sym__renaming_declaration] = STATE(5),
[sym_object_renaming_declaration] = STATE(5),
[sym_exception_renaming_declaration] = STATE(5),
[sym_package_renaming_declaration] = STATE(5),
[sym_subprogram_renaming_declaration] = STATE(5),
[sym_generic_renaming_declaration] = STATE(5),
[sym_gnatprep_declarative_if_statement] = STATE(5),
[sym_subprogram_declaration] = STATE(5),
[sym_expression_function_declaration] = STATE(5),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(5),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(5),
[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(432),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[31] = {
[sym__defining_identifier_list] = STATE(2043),
[sym__declarative_item] = STATE(32),
[sym__basic_declarative_item] = STATE(32),
[sym__basic_declaration] = STATE(32),
[sym_package_declaration] = STATE(32),
[sym__package_specification] = STATE(2037),
[sym_use_clause] = STATE(32),
[sym__proper_body] = STATE(32),
[sym_subprogram_body] = STATE(32),
[sym_package_body] = STATE(32),
[sym__type_declaration] = STATE(32),
[sym_full_type_declaration] = STATE(32),
[sym_private_type_declaration] = STATE(32),
[sym_private_extension_declaration] = STATE(32),
[sym_incomplete_type_declaration] = STATE(32),
[sym__aspect_clause] = STATE(32),
[sym_at_clause] = STATE(32),
[sym_attribute_definition_clause] = STATE(32),
[sym_body_stub] = STATE(32),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(32),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(32),
[sym_protected_body_stub] = STATE(334),
[sym__declarative_item_pragma] = STATE(32),
[sym_enumeration_representation_clause] = STATE(32),
[sym_exception_declaration] = STATE(32),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(32),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(32),
[sym_generic_package_declaration] = STATE(32),
[sym_generic_instantiation] = STATE(32),
[sym_null_procedure_declaration] = STATE(32),
[sym_number_declaration] = STATE(32),
[sym_object_declaration] = STATE(32),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(1076),
[sym_pragma_g] = STATE(32),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(32),
[sym__renaming_declaration] = STATE(32),
[sym_object_renaming_declaration] = STATE(32),
[sym_exception_renaming_declaration] = STATE(32),
[sym_package_renaming_declaration] = STATE(32),
[sym_subprogram_renaming_declaration] = STATE(32),
[sym_generic_renaming_declaration] = STATE(32),
[sym_gnatprep_declarative_if_statement] = STATE(32),
[sym_subprogram_declaration] = STATE(32),
[sym_expression_function_declaration] = STATE(32),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(32),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(32),
[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(434),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[32] = {
[sym__defining_identifier_list] = STATE(2043),
[sym__declarative_item] = STATE(5),
[sym__basic_declarative_item] = STATE(5),
[sym__basic_declaration] = STATE(5),
[sym_package_declaration] = STATE(5),
[sym__package_specification] = STATE(2037),
[sym_use_clause] = STATE(5),
[sym__proper_body] = STATE(5),
[sym_subprogram_body] = STATE(5),
[sym_package_body] = STATE(5),
[sym__type_declaration] = STATE(5),
[sym_full_type_declaration] = STATE(5),
[sym_private_type_declaration] = STATE(5),
[sym_private_extension_declaration] = STATE(5),
[sym_incomplete_type_declaration] = STATE(5),
[sym__aspect_clause] = STATE(5),
[sym_at_clause] = STATE(5),
[sym_attribute_definition_clause] = STATE(5),
[sym_body_stub] = STATE(5),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(5),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(5),
[sym_protected_body_stub] = STATE(334),
[sym__declarative_item_pragma] = STATE(5),
[sym_enumeration_representation_clause] = STATE(5),
[sym_exception_declaration] = STATE(5),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(5),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(5),
[sym_generic_package_declaration] = STATE(5),
[sym_generic_instantiation] = STATE(5),
[sym_null_procedure_declaration] = STATE(5),
[sym_number_declaration] = STATE(5),
[sym_object_declaration] = STATE(5),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(1076),
[sym_pragma_g] = STATE(5),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(5),
[sym__renaming_declaration] = STATE(5),
[sym_object_renaming_declaration] = STATE(5),
[sym_exception_renaming_declaration] = STATE(5),
[sym_package_renaming_declaration] = STATE(5),
[sym_subprogram_renaming_declaration] = STATE(5),
[sym_generic_renaming_declaration] = STATE(5),
[sym_gnatprep_declarative_if_statement] = STATE(5),
[sym_subprogram_declaration] = STATE(5),
[sym_expression_function_declaration] = STATE(5),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(5),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(5),
[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(436),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[33] = {
[sym__defining_identifier_list] = STATE(2043),
[sym__declarative_item] = STATE(36),
[sym__basic_declarative_item] = STATE(36),
[sym__basic_declaration] = STATE(36),
[sym_package_declaration] = STATE(36),
[sym__package_specification] = STATE(2037),
[sym_use_clause] = STATE(36),
[sym__proper_body] = STATE(36),
[sym_subprogram_body] = STATE(36),
[sym_package_body] = STATE(36),
[sym__type_declaration] = STATE(36),
[sym_full_type_declaration] = STATE(36),
[sym_private_type_declaration] = STATE(36),
[sym_private_extension_declaration] = STATE(36),
[sym_incomplete_type_declaration] = STATE(36),
[sym__aspect_clause] = STATE(36),
[sym_at_clause] = STATE(36),
[sym_attribute_definition_clause] = STATE(36),
[sym_body_stub] = STATE(36),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(36),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(36),
[sym_protected_body_stub] = STATE(334),
[sym__declarative_item_pragma] = STATE(36),
[sym_enumeration_representation_clause] = STATE(36),
[sym_exception_declaration] = STATE(36),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(36),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(36),
[sym_generic_package_declaration] = STATE(36),
[sym_generic_instantiation] = STATE(36),
[sym_null_procedure_declaration] = STATE(36),
[sym_number_declaration] = STATE(36),
[sym_object_declaration] = STATE(36),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(1076),
[sym_pragma_g] = STATE(36),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(36),
[sym__renaming_declaration] = STATE(36),
[sym_object_renaming_declaration] = STATE(36),
[sym_exception_renaming_declaration] = STATE(36),
[sym_package_renaming_declaration] = STATE(36),
[sym_subprogram_renaming_declaration] = STATE(36),
[sym_generic_renaming_declaration] = STATE(36),
[sym_gnatprep_declarative_if_statement] = STATE(36),
[sym_subprogram_declaration] = STATE(36),
[sym_expression_function_declaration] = STATE(36),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(36),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(36),
[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(344),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[34] = {
[sym__defining_identifier_list] = STATE(2043),
[sym__declarative_item] = STATE(30),
[sym__basic_declarative_item] = STATE(30),
[sym__basic_declaration] = STATE(30),
[sym_package_declaration] = STATE(30),
[sym__package_specification] = STATE(2037),
[sym_use_clause] = STATE(30),
[sym__proper_body] = STATE(30),
[sym_subprogram_body] = STATE(30),
[sym_package_body] = STATE(30),
[sym__type_declaration] = STATE(30),
[sym_full_type_declaration] = STATE(30),
[sym_private_type_declaration] = STATE(30),
[sym_private_extension_declaration] = STATE(30),
[sym_incomplete_type_declaration] = STATE(30),
[sym__aspect_clause] = STATE(30),
[sym_at_clause] = STATE(30),
[sym_attribute_definition_clause] = STATE(30),
[sym_body_stub] = STATE(30),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(30),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(30),
[sym_protected_body_stub] = STATE(334),
[sym__declarative_item_pragma] = STATE(30),
[sym_enumeration_representation_clause] = STATE(30),
[sym_exception_declaration] = STATE(30),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(30),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(30),
[sym_generic_package_declaration] = STATE(30),
[sym_generic_instantiation] = STATE(30),
[sym_null_procedure_declaration] = STATE(30),
[sym_number_declaration] = STATE(30),
[sym_object_declaration] = STATE(30),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(1076),
[sym_pragma_g] = STATE(30),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(30),
[sym__renaming_declaration] = STATE(30),
[sym_object_renaming_declaration] = STATE(30),
[sym_exception_renaming_declaration] = STATE(30),
[sym_package_renaming_declaration] = STATE(30),
[sym_subprogram_renaming_declaration] = STATE(30),
[sym_generic_renaming_declaration] = STATE(30),
[sym_gnatprep_declarative_if_statement] = STATE(30),
[sym_subprogram_declaration] = STATE(30),
[sym_expression_function_declaration] = STATE(30),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(30),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(30),
[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(438),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[35] = {
[sym__defining_identifier_list] = STATE(2043),
[sym__declarative_item] = STATE(5),
[sym__basic_declarative_item] = STATE(5),
[sym__basic_declaration] = STATE(5),
[sym_package_declaration] = STATE(5),
[sym__package_specification] = STATE(2037),
[sym_use_clause] = STATE(5),
[sym__proper_body] = STATE(5),
[sym_subprogram_body] = STATE(5),
[sym_package_body] = STATE(5),
[sym__type_declaration] = STATE(5),
[sym_full_type_declaration] = STATE(5),
[sym_private_type_declaration] = STATE(5),
[sym_private_extension_declaration] = STATE(5),
[sym_incomplete_type_declaration] = STATE(5),
[sym__aspect_clause] = STATE(5),
[sym_at_clause] = STATE(5),
[sym_attribute_definition_clause] = STATE(5),
[sym_body_stub] = STATE(5),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(5),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(5),
[sym_protected_body_stub] = STATE(334),
[sym__declarative_item_pragma] = STATE(5),
[sym_enumeration_representation_clause] = STATE(5),
[sym_exception_declaration] = STATE(5),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(5),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(5),
[sym_generic_package_declaration] = STATE(5),
[sym_generic_instantiation] = STATE(5),
[sym_null_procedure_declaration] = STATE(5),
[sym_number_declaration] = STATE(5),
[sym_object_declaration] = STATE(5),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(1076),
[sym_pragma_g] = STATE(5),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(5),
[sym__renaming_declaration] = STATE(5),
[sym_object_renaming_declaration] = STATE(5),
[sym_exception_renaming_declaration] = STATE(5),
[sym_package_renaming_declaration] = STATE(5),
[sym_subprogram_renaming_declaration] = STATE(5),
[sym_generic_renaming_declaration] = STATE(5),
[sym_gnatprep_declarative_if_statement] = STATE(5),
[sym_subprogram_declaration] = STATE(5),
[sym_expression_function_declaration] = STATE(5),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(5),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(5),
[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(440),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[36] = {
[sym__defining_identifier_list] = STATE(2043),
[sym__declarative_item] = STATE(5),
[sym__basic_declarative_item] = STATE(5),
[sym__basic_declaration] = STATE(5),
[sym_package_declaration] = STATE(5),
[sym__package_specification] = STATE(2037),
[sym_use_clause] = STATE(5),
[sym__proper_body] = STATE(5),
[sym_subprogram_body] = STATE(5),
[sym_package_body] = STATE(5),
[sym__type_declaration] = STATE(5),
[sym_full_type_declaration] = STATE(5),
[sym_private_type_declaration] = STATE(5),
[sym_private_extension_declaration] = STATE(5),
[sym_incomplete_type_declaration] = STATE(5),
[sym__aspect_clause] = STATE(5),
[sym_at_clause] = STATE(5),
[sym_attribute_definition_clause] = STATE(5),
[sym_body_stub] = STATE(5),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(5),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(5),
[sym_protected_body_stub] = STATE(334),
[sym__declarative_item_pragma] = STATE(5),
[sym_enumeration_representation_clause] = STATE(5),
[sym_exception_declaration] = STATE(5),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(5),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(5),
[sym_generic_package_declaration] = STATE(5),
[sym_generic_instantiation] = STATE(5),
[sym_null_procedure_declaration] = STATE(5),
[sym_number_declaration] = STATE(5),
[sym_object_declaration] = STATE(5),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(1076),
[sym_pragma_g] = STATE(5),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(5),
[sym__renaming_declaration] = STATE(5),
[sym_object_renaming_declaration] = STATE(5),
[sym_exception_renaming_declaration] = STATE(5),
[sym_package_renaming_declaration] = STATE(5),
[sym_subprogram_renaming_declaration] = STATE(5),
[sym_generic_renaming_declaration] = STATE(5),
[sym_gnatprep_declarative_if_statement] = STATE(5),
[sym_subprogram_declaration] = STATE(5),
[sym_expression_function_declaration] = STATE(5),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(5),
[aux_sym_non_empty_declarative_part_repeat1] = STATE(5),
[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),
},
[37] = {
[sym__defining_identifier_list] = STATE(2043),
[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(2037),
[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(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(35),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(35),
[sym_protected_body_stub] = STATE(334),
[sym__declarative_item_pragma] = STATE(35),
[sym_enumeration_representation_clause] = STATE(35),
[sym_exception_declaration] = STATE(35),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(35),
[sym_generic_formal_part] = STATE(931),
[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(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(1076),
[sym_pragma_g] = STATE(35),
[sym_procedure_specification] = STATE(1145),
[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(1062),
[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(442),
[aux_sym_subtype_declaration_token1] = ACTIONS(83),
},
[38] = {
[sym__name] = STATE(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1157),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[aux_sym__package_specification_token3] = ACTIONS(444),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_expression_token2] = ACTIONS(446),
[aux_sym_expression_token3] = ACTIONS(444),
[aux_sym_expression_token4] = ACTIONS(444),
[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),
},
[39] = {
[sym__name] = STATE(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(553),
[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(992),
[sym_raise_statement] = STATE(195),
[sym_loop_statement] = STATE(195),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(195),
[aux_sym__sequence_of_statements_repeat2] = STATE(553),
[sym_identifier] = ACTIONS(412),
[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(414),
[aux_sym_iterator_filter_token1] = ACTIONS(448),
[aux_sym__package_specification_token3] = ACTIONS(448),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_expression_token2] = ACTIONS(448),
[aux_sym_expression_token3] = ACTIONS(448),
[aux_sym_expression_token4] = ACTIONS(448),
[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(448),
[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(448),
[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),
},
[40] = {
[sym__name] = STATE(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1336),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[aux_sym__package_specification_token3] = ACTIONS(450),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_expression_token3] = ACTIONS(450),
[aux_sym_expression_token4] = ACTIONS(450),
[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),
},
[41] = {
[sym__name] = STATE(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1337),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_expression_token2] = ACTIONS(446),
[aux_sym_expression_token3] = ACTIONS(452),
[aux_sym_expression_token4] = ACTIONS(452),
[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),
},
[42] = {
[sym__name] = STATE(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1295),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[aux_sym__package_specification_token3] = ACTIONS(444),
[aux_sym_subprogram_body_token1] = ACTIONS(29),
[aux_sym_expression_token3] = ACTIONS(444),
[aux_sym_expression_token4] = ACTIONS(444),
[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),
},
[43] = {
[sym__name] = STATE(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(44),
[sym_pragma_g] = STATE(44),
[sym__simple_statement] = STATE(44),
[sym__statement] = STATE(44),
[sym__compound_statement] = STATE(44),
[sym__select_statement] = STATE(44),
[sym_asynchronous_select] = STATE(44),
[sym_conditional_entry_call] = STATE(44),
[sym_timed_entry_call] = STATE(44),
[sym_selective_accept] = STATE(44),
[sym_abort_statement] = STATE(44),
[sym_requeue_statement] = STATE(44),
[sym_accept_statement] = STATE(44),
[sym_case_statement] = STATE(44),
[sym_block_statement] = STATE(44),
[sym_if_statement] = STATE(44),
[sym_gnatprep_if_statement] = STATE(44),
[sym_exit_statement] = STATE(44),
[sym_goto_statement] = STATE(44),
[sym__delay_statement] = STATE(44),
[sym_delay_until_statement] = STATE(44),
[sym_delay_relative_statement] = STATE(44),
[sym_simple_return_statement] = STATE(44),
[sym_extended_return_statement] = STATE(44),
[sym_procedure_call_statement] = STATE(44),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(44),
[sym_loop_statement] = STATE(44),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(44),
[aux_sym__sequence_of_statements_repeat1] = STATE(44),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[aux_sym_gnatprep_if_statement_repeat1] = STATE(1105),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(454),
[aux_sym_gnatprep_declarative_if_statement_token3] = ACTIONS(456),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(458),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(4),
[sym_pragma_g] = STATE(4),
[sym__simple_statement] = STATE(4),
[sym__statement] = STATE(4),
[sym__compound_statement] = STATE(4),
[sym__select_statement] = STATE(4),
[sym_asynchronous_select] = STATE(4),
[sym_conditional_entry_call] = STATE(4),
[sym_timed_entry_call] = STATE(4),
[sym_selective_accept] = STATE(4),
[sym_abort_statement] = STATE(4),
[sym_requeue_statement] = STATE(4),
[sym_accept_statement] = STATE(4),
[sym_case_statement] = STATE(4),
[sym_block_statement] = STATE(4),
[sym_if_statement] = STATE(4),
[sym_gnatprep_if_statement] = STATE(4),
[sym_exit_statement] = STATE(4),
[sym_goto_statement] = STATE(4),
[sym__delay_statement] = STATE(4),
[sym_delay_until_statement] = STATE(4),
[sym_delay_relative_statement] = STATE(4),
[sym_simple_return_statement] = STATE(4),
[sym_extended_return_statement] = STATE(4),
[sym_procedure_call_statement] = STATE(4),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(4),
[sym_loop_statement] = STATE(4),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(4),
[aux_sym__sequence_of_statements_repeat1] = STATE(4),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[aux_sym_gnatprep_if_statement_repeat1] = STATE(1179),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(454),
[aux_sym_gnatprep_declarative_if_statement_token3] = ACTIONS(460),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(462),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(4),
[sym_pragma_g] = STATE(4),
[sym__simple_statement] = STATE(4),
[sym__statement] = STATE(4),
[sym__compound_statement] = STATE(4),
[sym__select_statement] = STATE(4),
[sym_asynchronous_select] = STATE(4),
[sym_conditional_entry_call] = STATE(4),
[sym_timed_entry_call] = STATE(4),
[sym_selective_accept] = STATE(4),
[sym_abort_statement] = STATE(4),
[sym_requeue_statement] = STATE(4),
[sym_accept_statement] = STATE(4),
[sym_case_statement] = STATE(4),
[sym_block_statement] = STATE(4),
[sym_if_statement] = STATE(4),
[sym_gnatprep_if_statement] = STATE(4),
[sym_exit_statement] = STATE(4),
[sym_goto_statement] = STATE(4),
[sym__delay_statement] = STATE(4),
[sym_delay_until_statement] = STATE(4),
[sym_delay_relative_statement] = STATE(4),
[sym_simple_return_statement] = STATE(4),
[sym_extended_return_statement] = STATE(4),
[sym_procedure_call_statement] = STATE(4),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(4),
[sym_loop_statement] = STATE(4),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(4),
[aux_sym__sequence_of_statements_repeat1] = STATE(4),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(464),
[aux_sym_gnatprep_declarative_if_statement_token3] = ACTIONS(464),
[aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(464),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(45),
[sym_pragma_g] = STATE(45),
[sym__simple_statement] = STATE(45),
[sym__statement] = STATE(45),
[sym__compound_statement] = STATE(45),
[sym__select_statement] = STATE(45),
[sym_asynchronous_select] = STATE(45),
[sym_conditional_entry_call] = STATE(45),
[sym_timed_entry_call] = STATE(45),
[sym_selective_accept] = STATE(45),
[sym_abort_statement] = STATE(45),
[sym_requeue_statement] = STATE(45),
[sym_accept_statement] = STATE(45),
[sym_case_statement] = STATE(45),
[sym_block_statement] = STATE(45),
[sym_if_statement] = STATE(45),
[sym_gnatprep_if_statement] = STATE(45),
[sym_exit_statement] = STATE(45),
[sym_goto_statement] = STATE(45),
[sym__delay_statement] = STATE(45),
[sym_delay_until_statement] = STATE(45),
[sym_delay_relative_statement] = STATE(45),
[sym_simple_return_statement] = STATE(45),
[sym_extended_return_statement] = STATE(45),
[sym_procedure_call_statement] = STATE(45),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(45),
[sym_loop_statement] = STATE(45),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(45),
[aux_sym__sequence_of_statements_repeat1] = STATE(45),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(466),
[aux_sym_gnatprep_declarative_if_statement_token3] = ACTIONS(466),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_handled_sequence_of_statements] = STATE(1973),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1528),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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),
},
[48] = {
[sym_unary_adding_operator] = STATE(529),
[sym__name] = STATE(522),
[sym_selected_component] = STATE(474),
[sym_slice] = STATE(474),
[sym__attribute_reference] = STATE(474),
[sym__reduction_attribute_reference] = STATE(474),
[sym_value_sequence] = STATE(2038),
[sym_iterated_element_association] = STATE(1301),
[sym_qualified_expression] = STATE(474),
[sym__subtype_indication] = STATE(1483),
[sym_range_g] = STATE(1481),
[sym_expression] = STATE(997),
[sym__relation] = STATE(605),
[sym_relation_membership] = STATE(605),
[sym_raise_expression] = STATE(605),
[sym__simple_expression] = STATE(656),
[sym_term] = STATE(549),
[sym__factor] = STATE(524),
[sym_factor_power] = STATE(524),
[sym_factor_abs] = STATE(524),
[sym_factor_not] = STATE(524),
[sym__parenthesized_expression] = STATE(538),
[sym__primary] = STATE(538),
[sym_primary_null] = STATE(538),
[sym_allocator] = STATE(538),
[sym__conditional_expression] = STATE(1897),
[sym_quantified_expression] = STATE(1897),
[sym_declare_expression] = STATE(1897),
[sym_case_expression] = STATE(1897),
[sym_component_choice_list] = STATE(1896),
[sym__aggregate] = STATE(538),
[sym__delta_aggregate] = STATE(538),
[sym_extension_aggregate] = STATE(538),
[sym_record_delta_aggregate] = STATE(538),
[sym_array_delta_aggregate] = STATE(538),
[sym_record_aggregate] = STATE(538),
[sym_record_component_association_list] = STATE(1893),
[sym__named_record_component_association] = STATE(1309),
[sym_null_exclusion] = STATE(816),
[sym__array_aggregate] = STATE(538),
[sym_positional_array_aggregate] = STATE(538),
[sym_null_array_aggregate] = STATE(538),
[sym_named_array_aggregate] = STATE(538),
[sym__array_component_association_list] = STATE(1889),
[sym_array_component_association] = STATE(1146),
[sym_discrete_choice_list] = STATE(1886),
[sym_discrete_choice] = STATE(1312),
[sym_if_expression] = STATE(1897),
[sym_function_call] = STATE(522),
[sym_identifier] = ACTIONS(352),
[sym_gnatprep_identifier] = ACTIONS(354),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(356),
[sym_character_literal] = ACTIONS(354),
[sym_numeric_literal] = ACTIONS(358),
[anon_sym_PLUS] = ACTIONS(360),
[anon_sym_DASH] = ACTIONS(362),
[sym_target_name] = ACTIONS(354),
[anon_sym_LPAREN] = ACTIONS(364),
[anon_sym_LBRACK] = ACTIONS(366),
[aux_sym_iterated_element_association_token1] = ACTIONS(370),
[aux_sym_relation_membership_token1] = ACTIONS(372),
[aux_sym_raise_expression_token1] = ACTIONS(374),
[aux_sym_factor_abs_token1] = ACTIONS(376),
[aux_sym_primary_null_token1] = ACTIONS(378),
[aux_sym_allocator_token1] = ACTIONS(380),
[aux_sym_declare_expression_token1] = ACTIONS(382),
[aux_sym_case_expression_token1] = ACTIONS(384),
[aux_sym_component_choice_list_token1] = ACTIONS(386),
[aux_sym_if_expression_token1] = ACTIONS(392),
},
[49] = {
[sym__name] = STATE(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_handled_sequence_of_statements] = STATE(1720),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1528),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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),
},
[50] = {
[sym__name] = STATE(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_handled_sequence_of_statements] = STATE(2053),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1528),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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),
},
[51] = {
[sym__name] = STATE(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_handled_sequence_of_statements] = STATE(1653),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1528),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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),
},
[52] = {
[sym__name] = STATE(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_handled_sequence_of_statements] = STATE(2005),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1528),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_handled_sequence_of_statements] = STATE(1962),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1528),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_handled_sequence_of_statements] = STATE(2019),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1528),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_handled_sequence_of_statements] = STATE(1925),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1528),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_handled_sequence_of_statements] = STATE(1674),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1528),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_handled_sequence_of_statements] = STATE(1909),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1528),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_handled_sequence_of_statements] = STATE(1682),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1528),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_handled_sequence_of_statements] = STATE(1587),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1528),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_handled_sequence_of_statements] = STATE(1792),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1528),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_handled_sequence_of_statements] = STATE(2012),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1528),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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__name] = STATE(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_handled_sequence_of_statements] = STATE(1638),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1528),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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),
},
[63] = {
[sym__name] = STATE(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_handled_sequence_of_statements] = STATE(1689),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1528),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_handled_sequence_of_statements] = STATE(1606),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1528),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_handled_sequence_of_statements] = STATE(1853),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1528),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_handled_sequence_of_statements] = STATE(1701),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1528),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_handled_sequence_of_statements] = STATE(1822),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1528),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_handled_sequence_of_statements] = STATE(1728),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1528),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_handled_sequence_of_statements] = STATE(1910),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1528),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_handled_sequence_of_statements] = STATE(2041),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1528),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(4),
[sym_pragma_g] = STATE(4),
[sym__simple_statement] = STATE(4),
[sym__statement] = STATE(4),
[sym__compound_statement] = STATE(4),
[sym__select_statement] = STATE(4),
[sym_asynchronous_select] = STATE(4),
[sym_conditional_entry_call] = STATE(4),
[sym_timed_entry_call] = STATE(4),
[sym_selective_accept] = STATE(4),
[sym_abort_statement] = STATE(4),
[sym_requeue_statement] = STATE(4),
[sym_accept_statement] = STATE(4),
[sym_case_statement] = STATE(4),
[sym_block_statement] = STATE(4),
[sym_if_statement] = STATE(4),
[sym_gnatprep_if_statement] = STATE(4),
[sym_exit_statement] = STATE(4),
[sym_goto_statement] = STATE(4),
[sym__delay_statement] = STATE(4),
[sym_delay_until_statement] = STATE(4),
[sym_delay_relative_statement] = STATE(4),
[sym_simple_return_statement] = STATE(4),
[sym_extended_return_statement] = STATE(4),
[sym_procedure_call_statement] = STATE(4),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(4),
[sym_loop_statement] = STATE(4),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(4),
[aux_sym__sequence_of_statements_repeat1] = STATE(4),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(468),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[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(992),
[sym_raise_statement] = STATE(93),
[sym_loop_statement] = STATE(93),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(93),
[aux_sym__sequence_of_statements_repeat1] = STATE(93),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(470),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1659),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1563),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(4),
[sym_pragma_g] = STATE(4),
[sym__simple_statement] = STATE(4),
[sym__statement] = STATE(4),
[sym__compound_statement] = STATE(4),
[sym__select_statement] = STATE(4),
[sym_asynchronous_select] = STATE(4),
[sym_conditional_entry_call] = STATE(4),
[sym_timed_entry_call] = STATE(4),
[sym_selective_accept] = STATE(4),
[sym_abort_statement] = STATE(4),
[sym_requeue_statement] = STATE(4),
[sym_accept_statement] = STATE(4),
[sym_case_statement] = STATE(4),
[sym_block_statement] = STATE(4),
[sym_if_statement] = STATE(4),
[sym_gnatprep_if_statement] = STATE(4),
[sym_exit_statement] = STATE(4),
[sym_goto_statement] = STATE(4),
[sym__delay_statement] = STATE(4),
[sym_delay_until_statement] = STATE(4),
[sym_delay_relative_statement] = STATE(4),
[sym_simple_return_statement] = STATE(4),
[sym_extended_return_statement] = STATE(4),
[sym_procedure_call_statement] = STATE(4),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(4),
[sym_loop_statement] = STATE(4),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(4),
[aux_sym__sequence_of_statements_repeat1] = STATE(4),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(470),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1824),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(75),
[sym_pragma_g] = STATE(75),
[sym__simple_statement] = STATE(75),
[sym__statement] = STATE(75),
[sym__compound_statement] = STATE(75),
[sym__select_statement] = STATE(75),
[sym_asynchronous_select] = STATE(75),
[sym_conditional_entry_call] = STATE(75),
[sym_timed_entry_call] = STATE(75),
[sym_selective_accept] = STATE(75),
[sym_abort_statement] = STATE(75),
[sym_requeue_statement] = STATE(75),
[sym_accept_statement] = STATE(75),
[sym_case_statement] = STATE(75),
[sym_block_statement] = STATE(75),
[sym_if_statement] = STATE(75),
[sym_gnatprep_if_statement] = STATE(75),
[sym_exit_statement] = STATE(75),
[sym_goto_statement] = STATE(75),
[sym__delay_statement] = STATE(75),
[sym_delay_until_statement] = STATE(75),
[sym_delay_relative_statement] = STATE(75),
[sym_simple_return_statement] = STATE(75),
[sym_extended_return_statement] = STATE(75),
[sym_procedure_call_statement] = STATE(75),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(75),
[sym_loop_statement] = STATE(75),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(75),
[aux_sym__sequence_of_statements_repeat1] = STATE(75),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(462),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1624),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1043),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1965),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(86),
[sym_pragma_g] = STATE(86),
[sym__simple_statement] = STATE(86),
[sym__statement] = STATE(86),
[sym__compound_statement] = STATE(86),
[sym__select_statement] = STATE(86),
[sym_asynchronous_select] = STATE(86),
[sym_conditional_entry_call] = STATE(86),
[sym_timed_entry_call] = STATE(86),
[sym_selective_accept] = STATE(86),
[sym_abort_statement] = STATE(86),
[sym_requeue_statement] = STATE(86),
[sym_accept_statement] = STATE(86),
[sym_case_statement] = STATE(86),
[sym_block_statement] = STATE(86),
[sym_if_statement] = STATE(86),
[sym_gnatprep_if_statement] = STATE(86),
[sym_exit_statement] = STATE(86),
[sym_goto_statement] = STATE(86),
[sym__delay_statement] = STATE(86),
[sym_delay_until_statement] = STATE(86),
[sym_delay_relative_statement] = STATE(86),
[sym_simple_return_statement] = STATE(86),
[sym_extended_return_statement] = STATE(86),
[sym_procedure_call_statement] = STATE(86),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(86),
[sym_loop_statement] = STATE(86),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(86),
[aux_sym__sequence_of_statements_repeat1] = STATE(86),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(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),
},
[82] = {
[sym__name] = STATE(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1821),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1629),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1668),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1501),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(4),
[sym_pragma_g] = STATE(4),
[sym__simple_statement] = STATE(4),
[sym__statement] = STATE(4),
[sym__compound_statement] = STATE(4),
[sym__select_statement] = STATE(4),
[sym_asynchronous_select] = STATE(4),
[sym_conditional_entry_call] = STATE(4),
[sym_timed_entry_call] = STATE(4),
[sym_selective_accept] = STATE(4),
[sym_abort_statement] = STATE(4),
[sym_requeue_statement] = STATE(4),
[sym_accept_statement] = STATE(4),
[sym_case_statement] = STATE(4),
[sym_block_statement] = STATE(4),
[sym_if_statement] = STATE(4),
[sym_gnatprep_if_statement] = STATE(4),
[sym_exit_statement] = STATE(4),
[sym_goto_statement] = STATE(4),
[sym__delay_statement] = STATE(4),
[sym_delay_until_statement] = STATE(4),
[sym_delay_relative_statement] = STATE(4),
[sym_simple_return_statement] = STATE(4),
[sym_extended_return_statement] = STATE(4),
[sym_procedure_call_statement] = STATE(4),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(4),
[sym_loop_statement] = STATE(4),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(4),
[aux_sym__sequence_of_statements_repeat1] = STATE(4),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(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),
},
[87] = {
[sym__name] = STATE(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1845),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1476),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1361),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1802),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(20),
[sym_pragma_g] = STATE(20),
[sym__sequence_of_statements] = STATE(1837),
[sym__simple_statement] = STATE(20),
[sym__statement] = STATE(20),
[sym__compound_statement] = STATE(20),
[sym__select_statement] = STATE(20),
[sym_asynchronous_select] = STATE(20),
[sym_conditional_entry_call] = STATE(20),
[sym_timed_entry_call] = STATE(20),
[sym_selective_accept] = STATE(20),
[sym_abort_statement] = STATE(20),
[sym_requeue_statement] = STATE(20),
[sym_accept_statement] = STATE(20),
[sym_case_statement] = STATE(20),
[sym_block_statement] = STATE(20),
[sym_if_statement] = STATE(20),
[sym_gnatprep_if_statement] = STATE(20),
[sym_exit_statement] = STATE(20),
[sym_goto_statement] = STATE(20),
[sym__delay_statement] = STATE(20),
[sym_delay_until_statement] = STATE(20),
[sym_delay_relative_statement] = STATE(20),
[sym_simple_return_statement] = STATE(20),
[sym_extended_return_statement] = STATE(20),
[sym_procedure_call_statement] = STATE(20),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(20),
[sym_loop_statement] = STATE(20),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(20),
[aux_sym__sequence_of_statements_repeat1] = STATE(20),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(71),
[sym_pragma_g] = STATE(71),
[sym__simple_statement] = STATE(71),
[sym__statement] = STATE(71),
[sym__compound_statement] = STATE(71),
[sym__select_statement] = STATE(71),
[sym_asynchronous_select] = STATE(71),
[sym_conditional_entry_call] = STATE(71),
[sym_timed_entry_call] = STATE(71),
[sym_selective_accept] = STATE(71),
[sym_abort_statement] = STATE(71),
[sym_requeue_statement] = STATE(71),
[sym_accept_statement] = STATE(71),
[sym_case_statement] = STATE(71),
[sym_block_statement] = STATE(71),
[sym_if_statement] = STATE(71),
[sym_gnatprep_if_statement] = STATE(71),
[sym_exit_statement] = STATE(71),
[sym_goto_statement] = STATE(71),
[sym__delay_statement] = STATE(71),
[sym_delay_until_statement] = STATE(71),
[sym_delay_relative_statement] = STATE(71),
[sym_simple_return_statement] = STATE(71),
[sym_extended_return_statement] = STATE(71),
[sym_procedure_call_statement] = STATE(71),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(71),
[sym_loop_statement] = STATE(71),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(71),
[aux_sym__sequence_of_statements_repeat1] = STATE(71),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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(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),
},
[93] = {
[sym__name] = STATE(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(97),
[sym_null_statement] = STATE(4),
[sym_pragma_g] = STATE(4),
[sym__simple_statement] = STATE(4),
[sym__statement] = STATE(4),
[sym__compound_statement] = STATE(4),
[sym__select_statement] = STATE(4),
[sym_asynchronous_select] = STATE(4),
[sym_conditional_entry_call] = STATE(4),
[sym_timed_entry_call] = STATE(4),
[sym_selective_accept] = STATE(4),
[sym_abort_statement] = STATE(4),
[sym_requeue_statement] = STATE(4),
[sym_accept_statement] = STATE(4),
[sym_case_statement] = STATE(4),
[sym_block_statement] = STATE(4),
[sym_if_statement] = STATE(4),
[sym_gnatprep_if_statement] = STATE(4),
[sym_exit_statement] = STATE(4),
[sym_goto_statement] = STATE(4),
[sym__delay_statement] = STATE(4),
[sym_delay_until_statement] = STATE(4),
[sym_delay_relative_statement] = STATE(4),
[sym_simple_return_statement] = STATE(4),
[sym_extended_return_statement] = STATE(4),
[sym_procedure_call_statement] = STATE(4),
[sym_function_call] = STATE(992),
[sym_raise_statement] = STATE(4),
[sym_loop_statement] = STATE(4),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(4),
[aux_sym__sequence_of_statements_repeat1] = STATE(4),
[aux_sym__sequence_of_statements_repeat2] = STATE(97),
[sym_identifier] = ACTIONS(412),
[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(414),
[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__defining_identifier_list] = STATE(2043),
[sym__declarative_item] = STATE(516),
[sym__basic_declarative_item] = STATE(516),
[sym__basic_declaration] = STATE(516),
[sym_package_declaration] = STATE(516),
[sym__package_specification] = STATE(2037),
[sym_use_clause] = STATE(516),
[sym__proper_body] = STATE(516),
[sym_subprogram_body] = STATE(516),
[sym_package_body] = STATE(516),
[sym__type_declaration] = STATE(516),
[sym_full_type_declaration] = STATE(516),
[sym_private_type_declaration] = STATE(516),
[sym_private_extension_declaration] = STATE(516),
[sym_incomplete_type_declaration] = STATE(516),
[sym__aspect_clause] = STATE(516),
[sym_at_clause] = STATE(516),
[sym_attribute_definition_clause] = STATE(516),
[sym_body_stub] = STATE(516),
[sym_subprogram_body_stub] = STATE(334),
[sym_package_body_stub] = STATE(334),
[sym_task_body] = STATE(516),
[sym_task_body_stub] = STATE(334),
[sym_protected_type_declaration] = STATE(335),
[sym_single_protected_declaration] = STATE(337),
[sym_protected_body] = STATE(516),
[sym_protected_body_stub] = STATE(334),
[sym_enumeration_representation_clause] = STATE(516),
[sym_exception_declaration] = STATE(516),
[sym_function_specification] = STATE(1153),
[sym__generic_declaration] = STATE(516),
[sym_generic_formal_part] = STATE(931),
[sym_generic_subprogram_declaration] = STATE(516),
[sym_generic_package_declaration] = STATE(516),
[sym_generic_instantiation] = STATE(516),
[sym_null_procedure_declaration] = STATE(516),
[sym_number_declaration] = STATE(516),
[sym_object_declaration] = STATE(516),
[sym_single_task_declaration] = STATE(337),
[sym_task_type_declaration] = STATE(335),
[sym_overriding_indicator] = STATE(1076),
[sym_procedure_specification] = STATE(1145),
[sym_record_representation_clause] = STATE(516),
[sym__renaming_declaration] = STATE(516),
[sym_object_renaming_declaration] = STATE(516),
[sym_exception_renaming_declaration] = STATE(516),
[sym_package_renaming_declaration] = STATE(516),
[sym_subprogram_renaming_declaration] = STATE(516),
[sym_generic_renaming_declaration] = STATE(516),
[sym_subprogram_declaration] = STATE(516),
[sym_expression_function_declaration] = STATE(516),
[sym__subprogram_specification] = STATE(1062),
[sym_subtype_declaration] = STATE(516),
[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(480),
[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),
},
[95] = {
[sym_unary_adding_operator] = STATE(529),
[sym__name] = STATE(522),
[sym_selected_component] = STATE(522),
[sym__defining_identifier_list] = STATE(1737),
[sym_slice] = STATE(522),
[sym__attribute_reference] = STATE(522),
[sym__reduction_attribute_reference] = STATE(522),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(522),
[sym_range_g] = STATE(1838),
[sym_expression] = STATE(1448),
[sym__relation] = STATE(605),
[sym_relation_membership] = STATE(605),
[sym_raise_expression] = STATE(605),
[sym__simple_expression] = STATE(656),
[sym_term] = STATE(549),
[sym__factor] = STATE(524),
[sym_factor_power] = STATE(524),
[sym_factor_abs] = STATE(524),
[sym_factor_not] = STATE(524),
[sym__parenthesized_expression] = STATE(538),
[sym__primary] = STATE(538),
[sym_primary_null] = STATE(538),
[sym_allocator] = STATE(538),
[sym_parameter_association] = STATE(1351),
[sym__conditional_expression] = STATE(1836),
[sym_quantified_expression] = STATE(1836),
[sym_declare_expression] = STATE(1836),
[sym_case_expression] = STATE(1836),
[sym_component_choice_list] = STATE(1835),
[sym__aggregate] = STATE(538),
[sym__delta_aggregate] = STATE(538),
[sym_extension_aggregate] = STATE(538),
[sym_record_delta_aggregate] = STATE(538),
[sym_array_delta_aggregate] = STATE(538),
[sym_record_aggregate] = STATE(538),
[sym__array_aggregate] = STATE(538),
[sym_positional_array_aggregate] = STATE(538),
[sym_null_array_aggregate] = STATE(538),
[sym_named_array_aggregate] = STATE(538),
[sym_parameter_specification] = STATE(1399),
[sym__parameter_specification_list] = STATE(1735),
[sym_if_expression] = STATE(1836),
[sym_function_call] = STATE(522),
[sym_identifier] = ACTIONS(482),
[sym_gnatprep_identifier] = ACTIONS(484),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(486),
[sym_character_literal] = ACTIONS(484),
[sym_numeric_literal] = ACTIONS(358),
[anon_sym_PLUS] = ACTIONS(360),
[anon_sym_DASH] = ACTIONS(362),
[sym_target_name] = ACTIONS(484),
[anon_sym_LPAREN] = ACTIONS(364),
[anon_sym_LBRACK] = ACTIONS(366),
[aux_sym_iterated_element_association_token1] = ACTIONS(488),
[aux_sym_relation_membership_token1] = ACTIONS(490),
[aux_sym_raise_expression_token1] = ACTIONS(374),
[aux_sym_factor_abs_token1] = ACTIONS(376),
[aux_sym_primary_null_token1] = ACTIONS(492),
[aux_sym_allocator_token1] = ACTIONS(380),
[anon_sym_LT_GT] = ACTIONS(494),
[aux_sym_declare_expression_token1] = ACTIONS(382),
[aux_sym_case_expression_token1] = ACTIONS(384),
[aux_sym_component_choice_list_token1] = ACTIONS(496),
[aux_sym_if_expression_token1] = ACTIONS(392),
},
[96] = {
[sym_unary_adding_operator] = STATE(529),
[sym__name] = STATE(522),
[sym_selected_component] = STATE(547),
[sym_slice] = STATE(547),
[sym__attribute_reference] = STATE(547),
[sym__reduction_attribute_reference] = STATE(547),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(547),
[sym__subtype_indication] = STATE(1467),
[sym_range_g] = STATE(1430),
[sym_expression] = STATE(1448),
[sym__relation] = STATE(605),
[sym_relation_membership] = STATE(605),
[sym_raise_expression] = STATE(605),
[sym__simple_expression] = STATE(656),
[sym_term] = STATE(549),
[sym__factor] = STATE(524),
[sym_factor_power] = STATE(524),
[sym_factor_abs] = STATE(524),
[sym_factor_not] = STATE(524),
[sym__parenthesized_expression] = STATE(538),
[sym__primary] = STATE(538),
[sym_primary_null] = STATE(538),
[sym_allocator] = STATE(538),
[sym_parameter_association] = STATE(1351),
[sym__conditional_expression] = STATE(1836),
[sym_quantified_expression] = STATE(1836),
[sym_declare_expression] = STATE(1836),
[sym_case_expression] = STATE(1836),
[sym_component_choice_list] = STATE(1835),
[sym__aggregate] = STATE(538),
[sym__delta_aggregate] = STATE(538),
[sym_extension_aggregate] = STATE(538),
[sym_record_delta_aggregate] = STATE(538),
[sym_array_delta_aggregate] = STATE(538),
[sym_record_aggregate] = STATE(538),
[sym_null_exclusion] = STATE(816),
[sym__discrete_range] = STATE(1328),
[sym__array_aggregate] = STATE(538),
[sym_positional_array_aggregate] = STATE(538),
[sym_null_array_aggregate] = STATE(538),
[sym_named_array_aggregate] = STATE(538),
[sym_if_expression] = STATE(1836),
[sym_function_call] = STATE(522),
[sym_identifier] = ACTIONS(498),
[sym_gnatprep_identifier] = ACTIONS(500),
[sym_comment] = ACTIONS(3),
[sym_string_literal] = ACTIONS(502),
[sym_character_literal] = ACTIONS(500),
[sym_numeric_literal] = ACTIONS(358),
[anon_sym_PLUS] = ACTIONS(360),
[anon_sym_DASH] = ACTIONS(362),
[sym_target_name] = ACTIONS(500),
[anon_sym_LPAREN] = ACTIONS(364),
[anon_sym_LBRACK] = ACTIONS(366),
[aux_sym_iterated_element_association_token1] = ACTIONS(488),
[aux_sym_relation_membership_token1] = ACTIONS(372),
[aux_sym_raise_expression_token1] = ACTIONS(374),
[aux_sym_factor_abs_token1] = ACTIONS(376),
[aux_sym_primary_null_token1] = ACTIONS(492),
[aux_sym_allocator_token1] = ACTIONS(380),
[anon_sym_LT_GT] = ACTIONS(494),
[aux_sym_declare_expression_token1] = ACTIONS(382),
[aux_sym_case_expression_token1] = ACTIONS(384),
[aux_sym_component_choice_list_token1] = ACTIONS(496),
[aux_sym_if_expression_token1] = ACTIONS(392),
},
[97] = {
[sym__name] = STATE(992),
[sym_selected_component] = STATE(1015),
[sym_slice] = STATE(1015),
[sym__attribute_reference] = STATE(1015),
[sym__reduction_attribute_reference] = STATE(1015),
[sym_value_sequence] = STATE(2038),
[sym_qualified_expression] = STATE(1015),
[sym_loop_label] = STATE(994),
[sym_label] = STATE(553),
[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(992),
[sym_raise_statement] = STATE(195),
[sym_loop_statement] = STATE(195),
[sym_iteration_scheme] = STATE(2035),
[sym_assignment_statement] = STATE(195),
[aux_sym__sequence_of_statements_repeat2] = STATE(553),
[sym_identifier] = ACTIONS(412),
[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(414),
[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),
},
};
static const uint16_t ts_small_parse_table[] = {
[0] = 33,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(372), 1,
aux_sym_relation_membership_token1,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(382), 1,
aux_sym_declare_expression_token1,
ACTIONS(384), 1,
aux_sym_case_expression_token1,
ACTIONS(392), 1,
aux_sym_if_expression_token1,
ACTIONS(488), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(504), 1,
sym_identifier,
ACTIONS(506), 1,
sym_string_literal,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(656), 1,
sym__simple_expression,
STATE(816), 1,
sym_null_exclusion,
STATE(1322), 1,
sym_discriminant_association,
STATE(1461), 1,
sym_expression,
STATE(1467), 1,
sym__subtype_indication,
STATE(2038), 1,
sym_value_sequence,
STATE(522), 2,
sym__name,
sym_function_call,
STATE(1328), 2,
sym_range_g,
sym__discrete_range,
ACTIONS(500), 3,
sym_gnatprep_identifier,
sym_character_literal,
sym_target_name,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(547), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(1897), 5,
sym__conditional_expression,
sym_quantified_expression,
sym_declare_expression,
sym_case_expression,
sym_if_expression,
STATE(538), 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(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(382), 1,
aux_sym_declare_expression_token1,
ACTIONS(384), 1,
aux_sym_case_expression_token1,
ACTIONS(392), 1,
aux_sym_if_expression_token1,
ACTIONS(486), 1,
sym_string_literal,
ACTIONS(488), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(494), 1,
anon_sym_LT_GT,
ACTIONS(496), 1,
aux_sym_component_choice_list_token1,
ACTIONS(508), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(656), 1,
sym__simple_expression,
STATE(1351), 1,
sym_parameter_association,
STATE(1448), 1,
sym_expression,
STATE(1835), 1,
sym_component_choice_list,
STATE(1838), 1,
sym_range_g,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(484), 3,
sym_gnatprep_identifier,
sym_character_literal,
sym_target_name,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(1836), 5,
sym__conditional_expression,
sym_quantified_expression,
sym_declare_expression,
sym_case_expression,
sym_if_expression,
STATE(522), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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(510), 1,
aux_sym_compilation_unit_token1,
ACTIONS(512), 1,
aux_sym__package_specification_token1,
ACTIONS(514), 1,
aux_sym__package_specification_token3,
ACTIONS(516), 1,
aux_sym_allocator_token1,
ACTIONS(518), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(520), 1,
aux_sym_interface_type_definition_token1,
STATE(931), 1,
sym_generic_formal_part,
STATE(1014), 1,
sym_overriding_indicator,
STATE(1094), 1,
sym__subprogram_specification,
STATE(1145), 1,
sym_procedure_specification,
STATE(1153), 1,
sym_function_specification,
STATE(2037), 1,
sym__package_specification,
STATE(2043), 1,
sym__defining_identifier_list,
STATE(335), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(337), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(105), 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(352), 1,
sym_identifier,
ACTIONS(356), 1,
sym_string_literal,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(372), 1,
aux_sym_relation_membership_token1,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(378), 1,
aux_sym_primary_null_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(386), 1,
aux_sym_component_choice_list_token1,
ACTIONS(522), 1,
aux_sym_iterated_element_association_token1,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(656), 1,
sym__simple_expression,
STATE(816), 1,
sym_null_exclusion,
STATE(1110), 1,
sym_expression,
STATE(1146), 1,
sym_array_component_association,
STATE(1301), 1,
sym_iterated_element_association,
STATE(1309), 1,
sym__named_record_component_association,
STATE(1312), 1,
sym_discrete_choice,
STATE(1481), 1,
sym_range_g,
STATE(1483), 1,
sym__subtype_indication,
STATE(1886), 1,
sym_discrete_choice_list,
STATE(1896), 1,
sym_component_choice_list,
STATE(1966), 1,
sym__array_component_association_list,
STATE(2038), 1,
sym_value_sequence,
STATE(522), 2,
sym__name,
sym_function_call,
STATE(1970), 2,
sym_record_component_association_list,
sym__record_component_association_list_or_expression,
ACTIONS(354), 3,
sym_gnatprep_identifier,
sym_character_literal,
sym_target_name,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(474), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(538), 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(512), 1,
aux_sym__package_specification_token1,
ACTIONS(518), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(520), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(524), 1,
aux_sym_compilation_unit_token1,
ACTIONS(526), 1,
aux_sym__package_specification_token3,
STATE(931), 1,
sym_generic_formal_part,
STATE(1014), 1,
sym_overriding_indicator,
STATE(1094), 1,
sym__subprogram_specification,
STATE(1145), 1,
sym_procedure_specification,
STATE(1153), 1,
sym_function_specification,
STATE(2037), 1,
sym__package_specification,
STATE(2043), 1,
sym__defining_identifier_list,
STATE(335), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(337), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(106), 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(510), 1,
aux_sym_compilation_unit_token1,
ACTIONS(512), 1,
aux_sym__package_specification_token1,
ACTIONS(514), 1,
aux_sym__package_specification_token3,
ACTIONS(518), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(520), 1,
aux_sym_interface_type_definition_token1,
STATE(931), 1,
sym_generic_formal_part,
STATE(1014), 1,
sym_overriding_indicator,
STATE(1094), 1,
sym__subprogram_specification,
STATE(1145), 1,
sym_procedure_specification,
STATE(1153), 1,
sym_function_specification,
STATE(2037), 1,
sym__package_specification,
STATE(2043), 1,
sym__defining_identifier_list,
STATE(335), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(337), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(105), 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] = 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(512), 1,
aux_sym__package_specification_token1,
ACTIONS(518), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(520), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(528), 1,
aux_sym_compilation_unit_token1,
ACTIONS(530), 1,
aux_sym__package_specification_token3,
STATE(931), 1,
sym_generic_formal_part,
STATE(1014), 1,
sym_overriding_indicator,
STATE(1094), 1,
sym__subprogram_specification,
STATE(1145), 1,
sym_procedure_specification,
STATE(1153), 1,
sym_function_specification,
STATE(2037), 1,
sym__package_specification,
STATE(2043), 1,
sym__defining_identifier_list,
STATE(335), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(337), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(102), 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,
[869] = 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(512), 1,
aux_sym__package_specification_token1,
ACTIONS(518), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(520), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(528), 1,
aux_sym_compilation_unit_token1,
ACTIONS(530), 1,
aux_sym__package_specification_token3,
STATE(931), 1,
sym_generic_formal_part,
STATE(1014), 1,
sym_overriding_indicator,
STATE(1094), 1,
sym__subprogram_specification,
STATE(1145), 1,
sym_procedure_specification,
STATE(1153), 1,
sym_function_specification,
STATE(2037), 1,
sym__package_specification,
STATE(2043), 1,
sym__defining_identifier_list,
STATE(335), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(337), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(106), 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,
[986] = 26,
ACTIONS(3), 1,
sym_comment,
ACTIONS(532), 1,
sym_identifier,
ACTIONS(535), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(538), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(543), 1,
aux_sym__package_specification_token1,
ACTIONS(546), 1,
aux_sym_use_clause_token2,
ACTIONS(549), 1,
aux_sym_relation_membership_token1,
ACTIONS(552), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(555), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(558), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(561), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(564), 1,
aux_sym_generic_formal_part_token1,
ACTIONS(567), 1,
aux_sym_global_mode_token1,
ACTIONS(570), 1,
aux_sym_pragma_g_token1,
ACTIONS(573), 1,
aux_sym_subtype_declaration_token1,
STATE(931), 1,
sym_generic_formal_part,
STATE(1014), 1,
sym_overriding_indicator,
STATE(1094), 1,
sym__subprogram_specification,
STATE(1145), 1,
sym_procedure_specification,
STATE(1153), 1,
sym_function_specification,
STATE(2037), 1,
sym__package_specification,
STATE(2043), 1,
sym__defining_identifier_list,
ACTIONS(541), 2,
aux_sym_compilation_unit_token1,
aux_sym__package_specification_token3,
STATE(335), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(337), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(106), 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] = 29,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(382), 1,
aux_sym_declare_expression_token1,
ACTIONS(384), 1,
aux_sym_case_expression_token1,
ACTIONS(392), 1,
aux_sym_if_expression_token1,
ACTIONS(488), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(576), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1313), 1,
sym_pragma_argument_association,
STATE(1564), 1,
sym_expression,
STATE(1680), 1,
sym__aspect_mark,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(1681), 6,
sym__conditional_expression,
sym__conditional_quantified_declare_expression,
sym_quantified_expression,
sym_declare_expression,
sym_case_expression,
sym_if_expression,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[1221] = 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(512), 1,
aux_sym__package_specification_token1,
ACTIONS(518), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(520), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(580), 1,
aux_sym__package_specification_token3,
STATE(931), 1,
sym_generic_formal_part,
STATE(1014), 1,
sym_overriding_indicator,
STATE(1094), 1,
sym__subprogram_specification,
STATE(1145), 1,
sym_procedure_specification,
STATE(1153), 1,
sym_function_specification,
STATE(2037), 1,
sym__package_specification,
STATE(2043), 1,
sym__defining_identifier_list,
STATE(335), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(337), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(112), 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,
[1335] = 35,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(372), 1,
aux_sym_relation_membership_token1,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(522), 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(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(656), 1,
sym__simple_expression,
STATE(816), 1,
sym_null_exclusion,
STATE(993), 1,
sym_expression,
STATE(1146), 1,
sym_array_component_association,
STATE(1312), 1,
sym_discrete_choice,
STATE(1477), 1,
sym_iterated_element_association,
STATE(1481), 1,
sym_range_g,
STATE(1483), 1,
sym__subtype_indication,
STATE(1881), 1,
sym__array_component_association_list,
STATE(1886), 1,
sym_discrete_choice_list,
STATE(2038), 1,
sym_value_sequence,
STATE(522), 2,
sym__name,
sym_function_call,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(354), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(474), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(538), 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,
[1467] = 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(512), 1,
aux_sym__package_specification_token1,
ACTIONS(518), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(520), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(580), 1,
aux_sym__package_specification_token3,
STATE(931), 1,
sym_generic_formal_part,
STATE(1014), 1,
sym_overriding_indicator,
STATE(1094), 1,
sym__subprogram_specification,
STATE(1145), 1,
sym_procedure_specification,
STATE(1153), 1,
sym_function_specification,
STATE(2037), 1,
sym__package_specification,
STATE(2043), 1,
sym__defining_identifier_list,
STATE(335), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(337), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(106), 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,
[1581] = 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(512), 1,
aux_sym__package_specification_token1,
ACTIONS(518), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(520), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(526), 1,
aux_sym__package_specification_token3,
STATE(931), 1,
sym_generic_formal_part,
STATE(1014), 1,
sym_overriding_indicator,
STATE(1094), 1,
sym__subprogram_specification,
STATE(1145), 1,
sym_procedure_specification,
STATE(1153), 1,
sym_function_specification,
STATE(2037), 1,
sym__package_specification,
STATE(2043), 1,
sym__defining_identifier_list,
STATE(335), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(337), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(110), 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,
[1695] = 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(512), 1,
aux_sym__package_specification_token1,
ACTIONS(518), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(520), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(590), 1,
aux_sym__package_specification_token3,
STATE(931), 1,
sym_generic_formal_part,
STATE(1014), 1,
sym_overriding_indicator,
STATE(1094), 1,
sym__subprogram_specification,
STATE(1145), 1,
sym_procedure_specification,
STATE(1153), 1,
sym_function_specification,
STATE(2037), 1,
sym__package_specification,
STATE(2043), 1,
sym__defining_identifier_list,
STATE(335), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(337), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(106), 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,
[1809] = 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(512), 1,
aux_sym__package_specification_token1,
ACTIONS(518), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(520), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(526), 1,
aux_sym__package_specification_token3,
STATE(931), 1,
sym_generic_formal_part,
STATE(1014), 1,
sym_overriding_indicator,
STATE(1094), 1,
sym__subprogram_specification,
STATE(1145), 1,
sym_procedure_specification,
STATE(1153), 1,
sym_function_specification,
STATE(2037), 1,
sym__package_specification,
STATE(2043), 1,
sym__defining_identifier_list,
STATE(335), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(337), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(106), 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,
[1923] = 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(512), 1,
aux_sym__package_specification_token1,
ACTIONS(518), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(520), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(530), 1,
aux_sym__package_specification_token3,
STATE(931), 1,
sym_generic_formal_part,
STATE(1014), 1,
sym_overriding_indicator,
STATE(1094), 1,
sym__subprogram_specification,
STATE(1145), 1,
sym_procedure_specification,
STATE(1153), 1,
sym_function_specification,
STATE(2037), 1,
sym__package_specification,
STATE(2043), 1,
sym__defining_identifier_list,
STATE(335), 2,
sym_protected_type_declaration,
sym_task_type_declaration,
STATE(337), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(113), 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,
[2037] = 34,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(372), 1,
aux_sym_relation_membership_token1,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(522), 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(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(656), 1,
sym__simple_expression,
STATE(816), 1,
sym_null_exclusion,
STATE(993), 1,
sym_expression,
STATE(1146), 1,
sym_array_component_association,
STATE(1301), 1,
sym_iterated_element_association,
STATE(1312), 1,
sym_discrete_choice,
STATE(1481), 1,
sym_range_g,
STATE(1483), 1,
sym__subtype_indication,
STATE(1881), 1,
sym__array_component_association_list,
STATE(1886), 1,
sym_discrete_choice_list,
STATE(2038), 1,
sym_value_sequence,
STATE(522), 2,
sym__name,
sym_function_call,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(354), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(474), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(538), 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(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(372), 1,
aux_sym_relation_membership_token1,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(522), 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(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(656), 1,
sym__simple_expression,
STATE(816), 1,
sym_null_exclusion,
STATE(1048), 1,
sym_expression,
STATE(1146), 1,
sym_array_component_association,
STATE(1301), 1,
sym_iterated_element_association,
STATE(1312), 1,
sym_discrete_choice,
STATE(1481), 1,
sym_range_g,
STATE(1483), 1,
sym__subtype_indication,
STATE(1881), 1,
sym__array_component_association_list,
STATE(1886), 1,
sym_discrete_choice_list,
STATE(2038), 1,
sym_value_sequence,
STATE(522), 2,
sym__name,
sym_function_call,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(354), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(474), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(538), 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(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(372), 1,
aux_sym_relation_membership_token1,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(522), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(582), 1,
sym_identifier,
ACTIONS(588), 1,
aux_sym_component_choice_list_token1,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(656), 1,
sym__simple_expression,
STATE(816), 1,
sym_null_exclusion,
STATE(1146), 1,
sym_array_component_association,
STATE(1301), 1,
sym_iterated_element_association,
STATE(1312), 1,
sym_discrete_choice,
STATE(1437), 1,
sym_expression,
STATE(1481), 1,
sym_range_g,
STATE(1483), 1,
sym__subtype_indication,
STATE(1886), 1,
sym_discrete_choice_list,
STATE(1951), 1,
sym__array_component_association_list,
STATE(2038), 1,
sym_value_sequence,
STATE(522), 2,
sym__name,
sym_function_call,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(354), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(474), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(538), 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(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(372), 1,
aux_sym_relation_membership_token1,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(522), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(582), 1,
sym_identifier,
ACTIONS(588), 1,
aux_sym_component_choice_list_token1,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(656), 1,
sym__simple_expression,
STATE(816), 1,
sym_null_exclusion,
STATE(1146), 1,
sym_array_component_association,
STATE(1158), 1,
sym_expression,
STATE(1301), 1,
sym_iterated_element_association,
STATE(1312), 1,
sym_discrete_choice,
STATE(1481), 1,
sym_range_g,
STATE(1483), 1,
sym__subtype_indication,
STATE(1886), 1,
sym_discrete_choice_list,
STATE(1889), 1,
sym__array_component_association_list,
STATE(2038), 1,
sym_value_sequence,
STATE(522), 2,
sym__name,
sym_function_call,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(354), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(474), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(538), 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(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(372), 1,
aux_sym_relation_membership_token1,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(522), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(582), 1,
sym_identifier,
ACTIONS(588), 1,
aux_sym_component_choice_list_token1,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(656), 1,
sym__simple_expression,
STATE(816), 1,
sym_null_exclusion,
STATE(1301), 1,
sym_iterated_element_association,
STATE(1312), 1,
sym_discrete_choice,
STATE(1364), 1,
sym_array_component_association,
STATE(1437), 1,
sym_expression,
STATE(1481), 1,
sym_range_g,
STATE(1483), 1,
sym__subtype_indication,
STATE(1886), 1,
sym_discrete_choice_list,
STATE(2038), 1,
sym_value_sequence,
STATE(522), 2,
sym__name,
sym_function_call,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(354), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(474), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(538), 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(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(368), 1,
aux_sym_chunk_specification_token1,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(388), 1,
aux_sym_global_mode_token1,
ACTIONS(390), 1,
aux_sym_non_empty_mode_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
ACTIONS(594), 1,
anon_sym_LPAREN,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(874), 1,
sym_non_empty_mode,
STATE(1100), 1,
sym_global_mode,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(1099), 3,
sym_expression,
sym__aspect_definition,
sym_global_aspect_definition,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(372), 1,
aux_sym_relation_membership_token1,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(582), 1,
sym_identifier,
ACTIONS(588), 1,
aux_sym_component_choice_list_token1,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(656), 1,
sym__simple_expression,
STATE(816), 1,
sym_null_exclusion,
STATE(1312), 1,
sym_discrete_choice,
STATE(1437), 1,
sym_expression,
STATE(1481), 1,
sym_range_g,
STATE(1483), 1,
sym__subtype_indication,
STATE(1708), 1,
sym_discrete_choice_list,
STATE(2038), 1,
sym_value_sequence,
STATE(522), 2,
sym__name,
sym_function_call,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(354), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(474), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(538), 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(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(372), 1,
aux_sym_relation_membership_token1,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(582), 1,
sym_identifier,
ACTIONS(588), 1,
aux_sym_component_choice_list_token1,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(656), 1,
sym__simple_expression,
STATE(816), 1,
sym_null_exclusion,
STATE(1312), 1,
sym_discrete_choice,
STATE(1437), 1,
sym_expression,
STATE(1481), 1,
sym_range_g,
STATE(1483), 1,
sym__subtype_indication,
STATE(1573), 1,
sym_discrete_choice_list,
STATE(2038), 1,
sym_value_sequence,
STATE(522), 2,
sym__name,
sym_function_call,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(354), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(474), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(538), 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] = 28,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(378), 1,
aux_sym_primary_null_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(486), 1,
sym_string_literal,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(496), 1,
aux_sym_component_choice_list_token1,
ACTIONS(508), 1,
sym_identifier,
ACTIONS(596), 1,
aux_sym_attribute_designator_token2,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1309), 1,
sym__named_record_component_association,
STATE(1449), 1,
sym_expression,
STATE(1896), 1,
sym_component_choice_list,
STATE(2038), 1,
sym_value_sequence,
STATE(1695), 2,
sym_record_component_association_list,
sym__record_component_association_list_or_expression,
ACTIONS(578), 3,
sym_gnatprep_identifier,
sym_character_literal,
sym_target_name,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[3121] = 29,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(372), 1,
aux_sym_relation_membership_token1,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(582), 1,
sym_identifier,
ACTIONS(588), 1,
aux_sym_component_choice_list_token1,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(656), 1,
sym__simple_expression,
STATE(816), 1,
sym_null_exclusion,
STATE(1312), 1,
sym_discrete_choice,
STATE(1437), 1,
sym_expression,
STATE(1481), 1,
sym_range_g,
STATE(1483), 1,
sym__subtype_indication,
STATE(1864), 1,
sym_discrete_choice_list,
STATE(2038), 1,
sym_value_sequence,
STATE(522), 2,
sym__name,
sym_function_call,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(354), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(474), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(538), 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(600), 1,
sym_identifier,
ACTIONS(598), 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(604), 1,
sym_identifier,
ACTIONS(602), 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(608), 1,
sym_identifier,
ACTIONS(606), 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] = 28,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(372), 1,
aux_sym_relation_membership_token1,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(582), 1,
sym_identifier,
ACTIONS(588), 1,
aux_sym_component_choice_list_token1,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(656), 1,
sym__simple_expression,
STATE(816), 1,
sym_null_exclusion,
STATE(1433), 1,
sym_discrete_choice,
STATE(1437), 1,
sym_expression,
STATE(1481), 1,
sym_range_g,
STATE(1483), 1,
sym__subtype_indication,
STATE(2038), 1,
sym_value_sequence,
STATE(522), 2,
sym__name,
sym_function_call,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(354), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(474), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(538), 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,
[3529] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(612), 1,
sym_identifier,
ACTIONS(610), 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,
[3590] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(616), 1,
sym_identifier,
ACTIONS(614), 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,
[3651] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(620), 1,
sym_identifier,
ACTIONS(618), 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(624), 1,
sym_identifier,
ACTIONS(622), 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(628), 1,
sym_identifier,
ACTIONS(626), 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(632), 1,
sym_identifier,
ACTIONS(630), 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(636), 1,
sym_identifier,
ACTIONS(634), 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(640), 1,
sym_identifier,
ACTIONS(638), 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(644), 1,
sym_identifier,
ACTIONS(642), 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(648), 1,
sym_identifier,
ACTIONS(646), 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(652), 1,
sym_identifier,
ACTIONS(650), 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(656), 1,
sym_identifier,
ACTIONS(654), 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(660), 1,
sym_identifier,
ACTIONS(658), 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(664), 1,
sym_identifier,
ACTIONS(662), 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(668), 1,
sym_identifier,
ACTIONS(666), 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(672), 1,
sym_identifier,
ACTIONS(670), 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(676), 1,
sym_identifier,
ACTIONS(674), 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(680), 1,
sym_identifier,
ACTIONS(678), 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(684), 1,
sym_identifier,
ACTIONS(682), 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(688), 1,
sym_identifier,
ACTIONS(686), 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(692), 1,
sym_identifier,
ACTIONS(690), 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(696), 1,
sym_identifier,
ACTIONS(694), 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(700), 1,
sym_identifier,
ACTIONS(698), 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(704), 1,
sym_identifier,
ACTIONS(702), 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(708), 1,
sym_identifier,
ACTIONS(706), 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(712), 1,
sym_identifier,
ACTIONS(710), 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(716), 1,
sym_identifier,
ACTIONS(714), 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(720), 1,
sym_identifier,
ACTIONS(718), 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(724), 1,
sym_identifier,
ACTIONS(722), 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(728), 1,
sym_identifier,
ACTIONS(726), 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(732), 1,
sym_identifier,
ACTIONS(730), 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(736), 1,
sym_identifier,
ACTIONS(734), 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(740), 1,
sym_identifier,
ACTIONS(738), 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(744), 1,
sym_identifier,
ACTIONS(742), 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(748), 1,
sym_identifier,
ACTIONS(746), 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(752), 1,
sym_identifier,
ACTIONS(750), 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(756), 1,
sym_identifier,
ACTIONS(754), 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(760), 1,
sym_identifier,
ACTIONS(758), 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(764), 1,
sym_identifier,
ACTIONS(762), 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(768), 1,
sym_identifier,
ACTIONS(766), 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(772), 1,
sym_identifier,
ACTIONS(770), 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(776), 1,
sym_identifier,
ACTIONS(774), 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(780), 1,
sym_identifier,
ACTIONS(778), 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(784), 1,
sym_identifier,
ACTIONS(782), 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(788), 1,
sym_identifier,
ACTIONS(786), 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(792), 1,
sym_identifier,
ACTIONS(790), 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(796), 1,
sym_identifier,
ACTIONS(794), 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(800), 1,
sym_identifier,
ACTIONS(798), 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(804), 1,
sym_identifier,
ACTIONS(802), 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(808), 1,
sym_identifier,
ACTIONS(806), 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(812), 1,
sym_identifier,
ACTIONS(810), 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(816), 1,
sym_identifier,
ACTIONS(814), 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(820), 1,
sym_identifier,
ACTIONS(818), 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(824), 1,
sym_identifier,
ACTIONS(822), 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(828), 1,
sym_identifier,
ACTIONS(826), 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(832), 1,
sym_identifier,
ACTIONS(830), 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(836), 1,
sym_identifier,
ACTIONS(834), 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(840), 1,
sym_identifier,
ACTIONS(838), 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(844), 1,
sym_identifier,
ACTIONS(842), 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(848), 1,
sym_identifier,
ACTIONS(846), 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(852), 1,
sym_identifier,
ACTIONS(850), 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(856), 1,
sym_identifier,
ACTIONS(854), 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(860), 1,
sym_identifier,
ACTIONS(858), 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(864), 1,
sym_identifier,
ACTIONS(862), 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(868), 1,
sym_identifier,
ACTIONS(866), 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(872), 1,
sym_identifier,
ACTIONS(870), 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(876), 1,
sym_identifier,
ACTIONS(874), 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(880), 1,
sym_identifier,
ACTIONS(878), 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(884), 1,
sym_identifier,
ACTIONS(882), 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(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(486), 1,
sym_string_literal,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(494), 1,
anon_sym_LT_GT,
ACTIONS(496), 1,
aux_sym_component_choice_list_token1,
ACTIONS(508), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1448), 1,
sym_expression,
STATE(1465), 1,
sym_parameter_association,
STATE(1835), 1,
sym_component_choice_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(578), 3,
sym_gnatprep_identifier,
sym_character_literal,
sym_target_name,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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] = 26,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(486), 1,
sym_string_literal,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(508), 1,
sym_identifier,
ACTIONS(886), 1,
aux_sym_component_choice_list_token1,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1183), 1,
sym_expression,
STATE(1347), 1,
sym__named_record_component_association,
STATE(1896), 1,
sym_component_choice_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(578), 3,
sym_gnatprep_identifier,
sym_character_literal,
sym_target_name,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[7951] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(486), 1,
sym_string_literal,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(496), 1,
aux_sym_component_choice_list_token1,
ACTIONS(508), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1896), 1,
sym_component_choice_list,
STATE(2038), 1,
sym_value_sequence,
STATE(1347), 2,
sym_expression,
sym__named_record_component_association,
ACTIONS(578), 3,
sym_gnatprep_identifier,
sym_character_literal,
sym_target_name,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(486), 1,
sym_string_literal,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(496), 1,
aux_sym_component_choice_list_token1,
ACTIONS(508), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1896), 1,
sym_component_choice_list,
STATE(2038), 1,
sym_value_sequence,
STATE(1538), 2,
sym_expression,
sym__named_record_component_association,
ACTIONS(578), 3,
sym_gnatprep_identifier,
sym_character_literal,
sym_target_name,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[8157] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(888), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1399), 1,
sym_parameter_specification,
STATE(1654), 1,
sym_expression,
STATE(1735), 1,
sym__parameter_specification_list,
STATE(1737), 1,
sym__defining_identifier_list,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[8260] = 26,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(486), 1,
sym_string_literal,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(496), 1,
aux_sym_component_choice_list_token1,
ACTIONS(508), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1492), 1,
sym_expression,
STATE(1538), 1,
sym__named_record_component_association,
STATE(1896), 1,
sym_component_choice_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(578), 3,
sym_gnatprep_identifier,
sym_character_literal,
sym_target_name,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(372), 1,
aux_sym_relation_membership_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(890), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(816), 1,
sym_null_exclusion,
STATE(1010), 1,
sym__subtype_indication,
STATE(1399), 1,
sym_parameter_specification,
STATE(1735), 1,
sym__parameter_specification_list,
STATE(1737), 1,
sym__defining_identifier_list,
STATE(1805), 1,
sym__simple_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(522), 2,
sym__name,
sym_function_call,
STATE(1693), 2,
sym__discrete_subtype_definition,
sym_range_g,
ACTIONS(892), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(557), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(538), 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(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(372), 1,
aux_sym_relation_membership_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(890), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(816), 1,
sym_null_exclusion,
STATE(1010), 1,
sym__subtype_indication,
STATE(1399), 1,
sym_parameter_specification,
STATE(1735), 1,
sym__parameter_specification_list,
STATE(1737), 1,
sym__defining_identifier_list,
STATE(1805), 1,
sym__simple_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(522), 2,
sym__name,
sym_function_call,
STATE(1938), 2,
sym__discrete_subtype_definition,
sym_range_g,
ACTIONS(892), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(557), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(538), 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(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(576), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1450), 1,
sym_pragma_argument_association,
STATE(1564), 1,
sym_expression,
STATE(1680), 1,
sym__aspect_mark,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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] = 26,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(372), 1,
aux_sym_relation_membership_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(894), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(816), 1,
sym_null_exclusion,
STATE(1010), 1,
sym__subtype_indication,
STATE(1237), 1,
sym_index_subtype_definition,
STATE(1805), 1,
sym__simple_expression,
STATE(1898), 1,
sym__discrete_subtype_definition_list,
STATE(1903), 1,
sym__index_subtype_definition_list,
STATE(2038), 1,
sym_value_sequence,
STATE(846), 2,
sym__name,
sym_function_call,
STATE(1307), 2,
sym__discrete_subtype_definition,
sym_range_g,
ACTIONS(896), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(579), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(538), 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,
[8777] = 24,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(898), 1,
sym_identifier,
ACTIONS(900), 1,
anon_sym_SEMI,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1516), 1,
sym_extended_return_object_declaration,
STATE(1981), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
ACTIONS(902), 1,
aux_sym_component_choice_list_token1,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1339), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
ACTIONS(904), 1,
anon_sym_LT_GT,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1446), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
ACTIONS(906), 1,
anon_sym_LT_GT,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1577), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
ACTIONS(908), 1,
anon_sym_LT_GT,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1473), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
ACTIONS(910), 1,
anon_sym_LT_GT,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1381), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
ACTIONS(912), 1,
aux_sym_component_choice_list_token1,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1355), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
ACTIONS(914), 1,
anon_sym_LT_GT,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1781), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
ACTIONS(916), 1,
anon_sym_LT_GT,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1575), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[9653] = 24,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(918), 1,
sym_identifier,
ACTIONS(920), 1,
sym_string_literal,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1549), 1,
sym_discriminant_association,
STATE(1550), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(578), 3,
sym_gnatprep_identifier,
sym_character_literal,
sym_target_name,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
ACTIONS(922), 1,
aux_sym_component_choice_list_token1,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1339), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
ACTIONS(924), 1,
aux_sym_delay_until_statement_token2,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1967), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
ACTIONS(926), 1,
anon_sym_LT_GT,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1780), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
ACTIONS(928), 1,
aux_sym_component_choice_list_token1,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1339), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1172), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(932), 1,
sym_identifier,
ACTIONS(930), 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,
[10290] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1774), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[10384] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1846), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[10478] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1775), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1551), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[10666] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1174), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[10760] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1212), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[10854] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1645), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[10948] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1544), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[11042] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(936), 1,
sym_identifier,
ACTIONS(934), 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,
[11098] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1487), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[11192] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(940), 1,
sym_identifier,
ACTIONS(938), 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,
[11248] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1907), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(944), 1,
sym_identifier,
ACTIONS(942), 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,
[11398] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1857), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[11492] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1961), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[11586] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1834), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[11680] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1669), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[11774] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(2021), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[11868] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1409), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[11962] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(948), 1,
sym_identifier,
ACTIONS(946), 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,
[12018] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1166), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[12112] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1858), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[12206] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1752), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[12300] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1969), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[12394] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1908), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[12488] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1844), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[12582] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1451), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[12676] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1983), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[12770] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1593), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[12864] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1707), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[12958] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1231), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[13052] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1989), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[13146] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1574), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[13240] = 24,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(372), 1,
aux_sym_relation_membership_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(582), 1,
sym_identifier,
ACTIONS(950), 1,
aux_sym_loop_parameter_specification_token1,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(816), 1,
sym_null_exclusion,
STATE(1010), 1,
sym__subtype_indication,
STATE(1805), 1,
sym__simple_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(666), 2,
sym__name,
sym_function_call,
STATE(1047), 2,
sym__discrete_subtype_definition,
sym_range_g,
ACTIONS(354), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(474), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(538), 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,
[13338] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1264), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[13432] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1999), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[13526] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1385), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[13620] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1711), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[13714] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1709), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[13808] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1339), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[13902] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1572), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[13996] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1588), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[14090] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(954), 1,
sym_identifier,
ACTIONS(952), 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,
[14146] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1259), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[14240] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
ACTIONS(956), 1,
aux_sym_expression_token2,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(669), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[14334] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
ACTIONS(958), 1,
aux_sym_expression_token4,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(680), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[14428] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(962), 1,
sym_identifier,
ACTIONS(960), 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,
[14484] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(966), 1,
sym_identifier,
ACTIONS(964), 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,
[14540] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1748), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[14634] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1702), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[14728] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1080), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[14822] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1699), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[14916] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(1988), 1,
sym_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(605), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[15010] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(970), 1,
sym_identifier,
ACTIONS(968), 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,
[15066] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(974), 1,
sym_identifier,
ACTIONS(972), 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] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(372), 1,
aux_sym_relation_membership_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(582), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(816), 1,
sym_null_exclusion,
STATE(1010), 1,
sym__subtype_indication,
STATE(1805), 1,
sym__simple_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(665), 2,
sym__name,
sym_function_call,
STATE(1072), 2,
sym__discrete_subtype_definition,
sym_range_g,
ACTIONS(354), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(474), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(538), 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,
[15216] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(978), 1,
sym_identifier,
ACTIONS(976), 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,
[15271] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(982), 1,
sym_identifier,
ACTIONS(980), 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,
[15326] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(986), 1,
sym_identifier,
ACTIONS(984), 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,
[15381] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(990), 1,
sym_identifier,
ACTIONS(988), 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,
[15436] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(994), 1,
sym_identifier,
ACTIONS(992), 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,
[15491] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(998), 1,
sym_identifier,
ACTIONS(996), 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,
[15546] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1002), 1,
sym_identifier,
ACTIONS(1000), 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,
[15601] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1006), 1,
sym_identifier,
ACTIONS(1004), 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,
[15656] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1010), 1,
sym_identifier,
ACTIONS(1008), 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,
[15711] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1014), 1,
sym_identifier,
ACTIONS(1012), 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,
[15766] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(673), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[15857] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(674), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[15948] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1018), 1,
sym_identifier,
ACTIONS(1016), 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,
[16003] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1022), 1,
sym_identifier,
ACTIONS(1020), 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,
[16058] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1026), 1,
sym_identifier,
ACTIONS(1024), 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,
[16113] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1030), 1,
sym_identifier,
ACTIONS(1028), 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,
[16168] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1034), 1,
sym_identifier,
ACTIONS(1032), 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,
[16223] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1038), 1,
sym_identifier,
ACTIONS(1036), 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,
[16278] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1042), 1,
sym_identifier,
ACTIONS(1040), 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,
[16333] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1046), 1,
sym_identifier,
ACTIONS(1044), 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,
[16388] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1050), 1,
sym_identifier,
ACTIONS(1048), 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,
[16443] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(374), 1,
aux_sym_raise_expression_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(565), 1,
sym__simple_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(681), 3,
sym__relation,
sym_relation_membership,
sym_raise_expression,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[16534] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1054), 1,
sym_identifier,
ACTIONS(1052), 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,
[16589] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1058), 1,
sym_identifier,
ACTIONS(1056), 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,
[16644] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1062), 1,
sym_identifier,
ACTIONS(1060), 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,
[16699] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1066), 1,
sym_identifier,
ACTIONS(1064), 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,
[16754] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1070), 1,
sym_identifier,
ACTIONS(1068), 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,
[16809] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1074), 1,
sym_identifier,
ACTIONS(1072), 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,
[16864] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1078), 1,
sym_identifier,
ACTIONS(1076), 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,
[16919] = 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,
[16974] = 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,
[17029] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1070), 1,
sym_identifier,
ACTIONS(1068), 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,
[17084] = 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,
[17139] = 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,
[17194] = 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,
[17249] = 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,
[17304] = 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,
[17359] = 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,
[17414] = 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,
[17469] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1062), 1,
sym_identifier,
ACTIONS(1060), 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,
[17524] = 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,
[17579] = 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,
[17634] = 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,
[17689] = 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,
[17744] = 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,
[17799] = 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,
[17854] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1042), 1,
sym_identifier,
ACTIONS(1040), 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,
[17909] = 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,
[17964] = 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,
[18019] = 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,
[18074] = 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,
[18129] = 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,
[18184] = 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,
[18239] = 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,
[18294] = 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,
[18349] = 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,
[18404] = 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,
[18459] = 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,
[18514] = 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,
[18569] = 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,
[18624] = 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,
[18679] = 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,
[18734] = 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,
[18789] = 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,
[18844] = 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,
[18899] = 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,
[18954] = 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,
[19009] = 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,
[19064] = 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,
[19119] = 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,
[19174] = 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,
[19229] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(372), 1,
aux_sym_relation_membership_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(1224), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(816), 1,
sym_null_exclusion,
STATE(1467), 1,
sym__subtype_indication,
STATE(1805), 1,
sym__simple_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(522), 2,
sym__name,
sym_function_call,
STATE(1553), 2,
sym_range_g,
sym__discrete_range,
ACTIONS(892), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(557), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(538), 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,
[19324] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1228), 1,
sym_identifier,
ACTIONS(1226), 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,
[19379] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1232), 1,
sym_identifier,
ACTIONS(1230), 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,
[19434] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1236), 1,
sym_identifier,
ACTIONS(1234), 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,
[19489] = 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,
[19544] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1240), 1,
sym_identifier,
ACTIONS(1238), 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,
[19599] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1244), 1,
sym_identifier,
ACTIONS(1242), 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,
[19654] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1248), 1,
sym_identifier,
ACTIONS(1246), 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,
[19709] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1252), 1,
sym_identifier,
ACTIONS(1250), 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,
[19764] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(372), 1,
aux_sym_relation_membership_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(1224), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(816), 1,
sym_null_exclusion,
STATE(1010), 1,
sym__subtype_indication,
STATE(1805), 1,
sym__simple_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(522), 2,
sym__name,
sym_function_call,
STATE(1494), 2,
sym__discrete_subtype_definition,
sym_range_g,
ACTIONS(892), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(557), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(538), 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,
[19859] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1256), 1,
sym_identifier,
ACTIONS(1254), 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(1260), 1,
sym_identifier,
ACTIONS(1258), 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(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,
[20024] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1264), 1,
sym_identifier,
ACTIONS(1262), 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(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,
[20134] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1268), 1,
sym_identifier,
ACTIONS(1266), 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(1272), 1,
sym_identifier,
ACTIONS(1270), 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(1276), 1,
sym_identifier,
ACTIONS(1274), 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(1280), 1,
sym_identifier,
ACTIONS(1278), 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(1284), 1,
sym_identifier,
ACTIONS(1282), 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(1288), 1,
sym_identifier,
ACTIONS(1286), 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(1292), 1,
sym_identifier,
ACTIONS(1290), 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(1296), 1,
sym_identifier,
ACTIONS(1294), 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(1300), 1,
sym_identifier,
ACTIONS(1298), 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(1304), 1,
sym_identifier,
ACTIONS(1302), 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(1308), 1,
sym_identifier,
ACTIONS(1306), 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(1312), 1,
sym_identifier,
ACTIONS(1310), 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(1316), 1,
sym_identifier,
ACTIONS(1314), 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(1320), 1,
sym_identifier,
ACTIONS(1318), 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(1312), 1,
sym_identifier,
ACTIONS(1310), 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(1324), 1,
sym_identifier,
ACTIONS(1322), 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(1328), 1,
sym_identifier,
ACTIONS(1326), 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(1332), 1,
sym_identifier,
ACTIONS(1330), 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(1336), 1,
sym_identifier,
ACTIONS(1334), 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(1340), 1,
sym_identifier,
ACTIONS(1338), 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(1344), 1,
sym_identifier,
ACTIONS(1342), 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(1348), 1,
sym_identifier,
ACTIONS(1346), 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(1308), 1,
sym_identifier,
ACTIONS(1306), 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(1352), 1,
sym_identifier,
ACTIONS(1350), 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(1356), 1,
sym_identifier,
ACTIONS(1354), 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] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1360), 1,
sym_identifier,
ACTIONS(1358), 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,
[21564] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1364), 1,
sym_identifier,
ACTIONS(1362), 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,
[21619] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1368), 1,
sym_identifier,
ACTIONS(1366), 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,
[21674] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1372), 1,
sym_identifier,
ACTIONS(1370), 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,
[21729] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1376), 1,
sym_identifier,
ACTIONS(1374), 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,
[21784] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1380), 1,
sym_identifier,
ACTIONS(1378), 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,
[21839] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1384), 1,
sym_identifier,
ACTIONS(1382), 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,
[21894] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1388), 1,
sym_identifier,
ACTIONS(1386), 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,
[21949] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1392), 1,
sym_identifier,
ACTIONS(1390), 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,
[22004] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1396), 1,
sym_identifier,
ACTIONS(1394), 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,
[22059] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1400), 1,
sym_identifier,
ACTIONS(1398), 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,
[22114] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1404), 1,
sym_identifier,
ACTIONS(1402), 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,
[22169] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1408), 1,
sym_identifier,
ACTIONS(1406), 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,
[22224] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1412), 1,
sym_identifier,
ACTIONS(1410), 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,
[22279] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1416), 1,
sym_identifier,
ACTIONS(1414), 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,
[22334] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1420), 1,
sym_identifier,
ACTIONS(1418), 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,
[22389] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1424), 1,
sym_identifier,
ACTIONS(1422), 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,
[22444] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1428), 1,
sym_identifier,
ACTIONS(1426), 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,
[22499] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1432), 1,
sym_identifier,
ACTIONS(1430), 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,
[22554] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1436), 1,
sym_identifier,
ACTIONS(1434), 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,
[22609] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1440), 1,
sym_identifier,
ACTIONS(1438), 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,
[22664] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1444), 1,
sym_identifier,
ACTIONS(1442), 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,
[22719] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1448), 1,
sym_identifier,
ACTIONS(1446), 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,
[22774] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1452), 1,
sym_identifier,
ACTIONS(1450), 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,
[22829] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1456), 1,
sym_identifier,
ACTIONS(1454), 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,
[22884] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1460), 1,
sym_identifier,
ACTIONS(1458), 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,
[22939] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1464), 1,
sym_identifier,
ACTIONS(1462), 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,
[22994] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1456), 1,
sym_identifier,
ACTIONS(1454), 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,
[23049] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1416), 1,
sym_identifier,
ACTIONS(1414), 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,
[23104] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1468), 1,
sym_identifier,
ACTIONS(1466), 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,
[23159] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1472), 1,
sym_identifier,
ACTIONS(1470), 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,
[23214] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1476), 1,
sym_identifier,
ACTIONS(1474), 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,
[23269] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1480), 1,
sym_identifier,
ACTIONS(1478), 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,
[23324] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1484), 1,
sym_identifier,
ACTIONS(1482), 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,
[23379] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1488), 1,
sym_identifier,
ACTIONS(1486), 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,
[23434] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1492), 1,
sym_identifier,
ACTIONS(1490), 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,
[23489] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1496), 1,
sym_identifier,
ACTIONS(1494), 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,
[23544] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1500), 1,
sym_identifier,
ACTIONS(1498), 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,
[23599] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1504), 1,
sym_identifier,
ACTIONS(1502), 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,
[23654] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1508), 1,
sym_identifier,
ACTIONS(1506), 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,
[23709] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1512), 1,
sym_identifier,
ACTIONS(1510), 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,
[23764] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1452), 1,
sym_identifier,
ACTIONS(1450), 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,
[23819] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1516), 1,
sym_identifier,
ACTIONS(1514), 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,
[23874] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1520), 1,
sym_identifier,
ACTIONS(1518), 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,
[23929] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1524), 1,
sym_identifier,
ACTIONS(1522), 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,
[23984] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(372), 1,
aux_sym_relation_membership_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(1224), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(816), 1,
sym_null_exclusion,
STATE(1010), 1,
sym__subtype_indication,
STATE(1805), 1,
sym__simple_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(522), 2,
sym__name,
sym_function_call,
STATE(2018), 2,
sym__discrete_subtype_definition,
sym_range_g,
ACTIONS(892), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(557), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(538), 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,
[24079] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1524), 1,
sym_identifier,
ACTIONS(1522), 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,
[24134] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1528), 1,
sym_identifier,
ACTIONS(1526), 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,
[24189] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1532), 1,
sym_identifier,
ACTIONS(1530), 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,
[24244] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_identifier,
ACTIONS(1534), 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,
[24299] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1540), 1,
sym_identifier,
ACTIONS(1538), 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,
[24354] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1544), 1,
sym_identifier,
ACTIONS(1542), 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,
[24409] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1548), 1,
sym_identifier,
ACTIONS(1546), 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,
[24464] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1552), 1,
sym_identifier,
ACTIONS(1550), 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,
[24519] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1556), 1,
sym_identifier,
ACTIONS(1554), 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,
[24574] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1560), 1,
sym_identifier,
ACTIONS(1558), 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,
[24629] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1564), 1,
sym_identifier,
ACTIONS(1562), 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,
[24684] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1568), 1,
sym_identifier,
ACTIONS(1566), 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,
[24739] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1572), 1,
sym_identifier,
ACTIONS(1570), 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,
[24794] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1576), 1,
sym_identifier,
ACTIONS(1574), 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,
[24849] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1580), 1,
sym_identifier,
ACTIONS(1578), 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,
[24904] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1584), 1,
sym_identifier,
ACTIONS(1582), 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,
[24959] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1588), 1,
sym_identifier,
ACTIONS(1586), 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,
[25014] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1592), 1,
sym_identifier,
ACTIONS(1590), 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,
[25069] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1596), 1,
sym_identifier,
ACTIONS(1594), 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,
[25124] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(372), 1,
aux_sym_relation_membership_token1,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(1224), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(816), 1,
sym_null_exclusion,
STATE(1010), 1,
sym__subtype_indication,
STATE(1805), 1,
sym__simple_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(522), 2,
sym__name,
sym_function_call,
STATE(1982), 2,
sym__discrete_subtype_definition,
sym_range_g,
ACTIONS(892), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(557), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
STATE(538), 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,
[25219] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1598), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1600), 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(1602), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1604), 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(1606), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1608), 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(1610), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1612), 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(1614), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1616), 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(1618), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1620), 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(1622), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1624), 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] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(1626), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(624), 1,
sym__simple_expression,
STATE(643), 1,
sym_membership_choice_list,
STATE(2038), 1,
sym_value_sequence,
STATE(612), 2,
sym_range_g,
sym__membership_choice,
ACTIONS(484), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(522), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[25687] = 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,
[25741] = 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,
[25795] = 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,
[25849] = 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,
[25903] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1644), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1646), 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(1648), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1650), 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(1652), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1654), 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(1656), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1658), 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(1660), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1662), 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] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1668), 1,
anon_sym_LPAREN,
ACTIONS(1674), 1,
aux_sym_attribute_designator_token2,
ACTIONS(1676), 1,
aux_sym_attribute_designator_token3,
ACTIONS(1680), 1,
aux_sym_range_attribute_designator_token1,
STATE(765), 1,
sym__parenthesized_expression,
ACTIONS(1678), 3,
anon_sym_SEMI,
anon_sym_COLON_EQ,
aux_sym_accept_statement_token2,
ACTIONS(1671), 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(1664), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
STATE(762), 7,
sym_discriminant_constraint,
sym__constraint,
sym__scalar_constraint,
sym_range_constraint,
sym_index_constraint,
sym_digits_constraint,
sym_delta_constraint,
ACTIONS(1666), 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,
[26243] = 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,
[26297] = 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), 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,
[26351] = 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), 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,
[26405] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(1626), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(624), 1,
sym__simple_expression,
STATE(637), 1,
sym_membership_choice_list,
STATE(2038), 1,
sym_value_sequence,
STATE(612), 2,
sym_range_g,
sym__membership_choice,
ACTIONS(484), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(522), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[26495] = 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), 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,
[26549] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1698), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1700), 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,
[26602] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1702), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1704), 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,
[26655] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(1626), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(624), 1,
sym__simple_expression,
STATE(2038), 1,
sym_value_sequence,
STATE(636), 2,
sym_range_g,
sym__membership_choice,
ACTIONS(484), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(522), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[26742] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1706), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1708), 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,
[26795] = 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,
[26847] = 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,
[26899] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(1626), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(749), 1,
sym_range_g,
STATE(1805), 1,
sym__simple_expression,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(484), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(522), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[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] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1736), 1,
sym_identifier,
ACTIONS(1734), 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,
[27245] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1740), 1,
sym_identifier,
ACTIONS(1738), 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,
[27297] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1748), 1,
anon_sym_DOT,
ACTIONS(1750), 1,
anon_sym_LPAREN,
STATE(481), 1,
sym_actual_parameter_part,
STATE(531), 1,
sym_index_constraint,
ACTIONS(1742), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1744), 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,
[27359] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1748), 1,
anon_sym_DOT,
ACTIONS(1750), 1,
anon_sym_LPAREN,
STATE(481), 1,
sym_actual_parameter_part,
STATE(532), 1,
sym_index_constraint,
ACTIONS(1752), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1754), 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,
[27421] = 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,
[27473] = 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,
[27525] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1766), 1,
sym_identifier,
ACTIONS(1764), 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,
[27577] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(1768), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(1807), 1,
sym__simple_expression,
STATE(1808), 1,
sym_chunk_specification,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[27663] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1772), 1,
sym_identifier,
ACTIONS(1770), 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,
[27715] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1776), 1,
sym_identifier,
ACTIONS(1774), 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,
[27767] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1780), 1,
sym_identifier,
ACTIONS(1778), 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,
[27819] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1784), 1,
sym_identifier,
ACTIONS(1782), 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,
[27871] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(2001), 1,
sym__simple_expression,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[27954] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(685), 1,
sym__simple_expression,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[28037] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(1683), 1,
sym__simple_expression,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[28120] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1788), 1,
sym_identifier,
ACTIONS(1786), 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,
[28171] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1792), 1,
sym_identifier,
ACTIONS(1790), 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,
[28222] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(1570), 1,
sym__simple_expression,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[28305] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1796), 1,
sym_identifier,
ACTIONS(1794), 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,
[28356] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1800), 1,
sym_identifier,
ACTIONS(1798), 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,
[28407] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(645), 1,
sym__simple_expression,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[28490] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(603), 1,
sym__simple_expression,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[28573] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(694), 1,
sym__simple_expression,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[28656] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(1472), 1,
sym__simple_expression,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[28739] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1804), 1,
sym_identifier,
ACTIONS(1802), 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,
[28790] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1808), 1,
sym_identifier,
ACTIONS(1806), 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,
[28841] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1812), 1,
sym_identifier,
ACTIONS(1810), 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,
[28892] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(1456), 1,
sym__simple_expression,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[28975] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(644), 1,
sym__simple_expression,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[29058] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(360), 1,
anon_sym_PLUS,
ACTIONS(362), 1,
anon_sym_DASH,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(529), 1,
sym_unary_adding_operator,
STATE(549), 1,
sym_term,
STATE(1848), 1,
sym__simple_expression,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[29141] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1748), 1,
anon_sym_DOT,
ACTIONS(1818), 1,
anon_sym_LPAREN,
STATE(481), 1,
sym_actual_parameter_part,
ACTIONS(1814), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1816), 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,
[29200] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1748), 1,
anon_sym_DOT,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(1820), 1,
sym_tick,
STATE(481), 1,
sym_actual_parameter_part,
ACTIONS(1814), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1816), 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,
[29257] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1828), 1,
anon_sym_SLASH,
STATE(526), 1,
aux_sym_term_repeat1,
STATE(539), 1,
sym_multiplying_operator,
ACTIONS(1826), 3,
anon_sym_STAR,
anon_sym_mod,
anon_sym_rem,
ACTIONS(1822), 4,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
ACTIONS(1824), 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,
[29313] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1828), 1,
anon_sym_SLASH,
STATE(523), 1,
aux_sym_term_repeat1,
STATE(539), 1,
sym_multiplying_operator,
ACTIONS(1826), 3,
anon_sym_STAR,
anon_sym_mod,
anon_sym_rem,
ACTIONS(1830), 4,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
ACTIONS(1832), 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,
[29369] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1668), 1,
anon_sym_LPAREN,
ACTIONS(1674), 1,
aux_sym_attribute_designator_token2,
ACTIONS(1676), 1,
aux_sym_attribute_designator_token3,
ACTIONS(1680), 1,
aux_sym_range_attribute_designator_token1,
ACTIONS(1834), 1,
anon_sym_EQ_GT,
ACTIONS(1838), 1,
anon_sym_PIPE,
STATE(765), 1,
sym__parenthesized_expression,
STATE(1392), 1,
aux_sym_component_choice_list_repeat1,
ACTIONS(1664), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
STATE(762), 7,
sym_discriminant_constraint,
sym__constraint,
sym__scalar_constraint,
sym_range_constraint,
sym_index_constraint,
sym_digits_constraint,
sym_delta_constraint,
ACTIONS(1666), 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,
[29435] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1849), 1,
anon_sym_SLASH,
STATE(526), 1,
aux_sym_term_repeat1,
STATE(539), 1,
sym_multiplying_operator,
ACTIONS(1846), 3,
anon_sym_STAR,
anon_sym_mod,
anon_sym_rem,
ACTIONS(1842), 4,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
ACTIONS(1844), 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,
[29491] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1852), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1854), 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,
[29538] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(555), 1,
sym_term,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[29609] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(548), 1,
sym_term,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(524), 4,
sym__factor,
sym_factor_power,
sym_factor_abs,
sym_factor_not,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[29680] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1668), 1,
anon_sym_LPAREN,
ACTIONS(1674), 1,
aux_sym_attribute_designator_token2,
ACTIONS(1676), 1,
aux_sym_attribute_designator_token3,
ACTIONS(1680), 1,
aux_sym_range_attribute_designator_token1,
ACTIONS(1856), 1,
anon_sym_EQ_GT,
ACTIONS(1858), 1,
anon_sym_PIPE,
STATE(765), 1,
sym__parenthesized_expression,
STATE(1392), 1,
aux_sym_component_choice_list_repeat1,
ACTIONS(1671), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
ACTIONS(1664), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
STATE(762), 7,
sym_discriminant_constraint,
sym__constraint,
sym__scalar_constraint,
sym_range_constraint,
sym_index_constraint,
sym_digits_constraint,
sym_delta_constraint,
ACTIONS(1666), 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,
[29747] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1860), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1862), 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,
[29794] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1742), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1744), 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,
[29841] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1668), 1,
anon_sym_LPAREN,
ACTIONS(1674), 1,
aux_sym_attribute_designator_token2,
ACTIONS(1676), 1,
aux_sym_attribute_designator_token3,
ACTIONS(1680), 1,
aux_sym_range_attribute_designator_token1,
ACTIONS(1864), 1,
anon_sym_EQ_GT,
ACTIONS(1866), 1,
anon_sym_PIPE,
STATE(765), 1,
sym__parenthesized_expression,
STATE(1250), 1,
aux_sym_discriminant_association_repeat1,
ACTIONS(1671), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
ACTIONS(1664), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
STATE(762), 7,
sym_discriminant_constraint,
sym__constraint,
sym__scalar_constraint,
sym_range_constraint,
sym_index_constraint,
sym_digits_constraint,
sym_delta_constraint,
ACTIONS(1666), 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,
[29908] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1868), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1870), 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(1872), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1874), 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] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1876), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1878), 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,
[30049] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1880), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1882), 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,
[30096] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1888), 1,
anon_sym_STAR_STAR,
ACTIONS(1884), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1886), 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,
[30145] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
sym_numeric_literal,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(376), 1,
aux_sym_factor_abs_token1,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(490), 1,
aux_sym_relation_membership_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(578), 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(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(538), 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,
[30213] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1890), 5,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_SLASH,
ACTIONS(1892), 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,
[30259] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1894), 5,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_SLASH,
ACTIONS(1896), 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,
[30305] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1898), 5,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_SLASH,
ACTIONS(1900), 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,
[30351] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1902), 1,
anon_sym_LPAREN,
ACTIONS(1904), 1,
aux_sym_attribute_designator_token1,
ACTIONS(1906), 1,
aux_sym_attribute_designator_token2,
ACTIONS(1908), 1,
aux_sym_attribute_designator_token3,
ACTIONS(1910), 1,
aux_sym_attribute_designator_token4,
ACTIONS(1912), 1,
aux_sym_compilation_unit_token1,
ACTIONS(1914), 1,
aux_sym_with_clause_token1,
ACTIONS(1916), 1,
aux_sym_range_attribute_designator_token1,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(1920), 1,
aux_sym_primary_null_token1,
ACTIONS(1922), 1,
aux_sym_allocator_token1,
ACTIONS(1926), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(1928), 1,
aux_sym_private_type_declaration_token1,
ACTIONS(1930), 1,
aux_sym_private_type_declaration_token2,
ACTIONS(1932), 1,
aux_sym_private_extension_declaration_token1,
ACTIONS(1934), 1,
aux_sym_array_type_definition_token1,
ACTIONS(1936), 1,
aux_sym_interface_type_definition_token2,
STATE(1384), 1,
sym_null_exclusion,
STATE(1413), 1,
sym_record_definition,
ACTIONS(1924), 2,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_interface_type_definition_token1,
STATE(1390), 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,
[30435] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1938), 5,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_SLASH,
ACTIONS(1940), 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,
[30481] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1902), 1,
anon_sym_LPAREN,
ACTIONS(1904), 1,
aux_sym_attribute_designator_token1,
ACTIONS(1906), 1,
aux_sym_attribute_designator_token2,
ACTIONS(1908), 1,
aux_sym_attribute_designator_token3,
ACTIONS(1910), 1,
aux_sym_attribute_designator_token4,
ACTIONS(1916), 1,
aux_sym_range_attribute_designator_token1,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(1920), 1,
aux_sym_primary_null_token1,
ACTIONS(1926), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(1934), 1,
aux_sym_array_type_definition_token1,
ACTIONS(1936), 1,
aux_sym_interface_type_definition_token2,
ACTIONS(1942), 1,
aux_sym_with_clause_token1,
ACTIONS(1944), 1,
aux_sym_allocator_token1,
ACTIONS(1946), 1,
aux_sym_private_type_declaration_token1,
ACTIONS(1948), 1,
aux_sym_private_type_declaration_token2,
STATE(1384), 1,
sym_null_exclusion,
STATE(1413), 1,
sym_record_definition,
ACTIONS(1924), 3,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_private_extension_declaration_token1,
aux_sym_interface_type_definition_token1,
STATE(1252), 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,
[30560] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1956), 1,
anon_sym_DASH,
STATE(528), 1,
sym_binary_adding_operator,
STATE(550), 1,
aux_sym__simple_expression_repeat1,
ACTIONS(1954), 2,
anon_sym_PLUS,
anon_sym_AMP,
ACTIONS(1950), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1952), 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,
[30612] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1668), 1,
anon_sym_LPAREN,
ACTIONS(1674), 1,
aux_sym_attribute_designator_token2,
ACTIONS(1676), 1,
aux_sym_attribute_designator_token3,
ACTIONS(1680), 1,
aux_sym_range_attribute_designator_token1,
STATE(765), 1,
sym__parenthesized_expression,
ACTIONS(1671), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
ACTIONS(1664), 6,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
STATE(762), 7,
sym_discriminant_constraint,
sym__constraint,
sym__scalar_constraint,
sym_range_constraint,
sym_index_constraint,
sym_digits_constraint,
sym_delta_constraint,
ACTIONS(1666), 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,
[30670] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1956), 1,
anon_sym_DASH,
STATE(528), 1,
sym_binary_adding_operator,
STATE(546), 1,
aux_sym__simple_expression_repeat1,
ACTIONS(1954), 2,
anon_sym_PLUS,
anon_sym_AMP,
ACTIONS(1958), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1960), 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,
[30722] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1956), 1,
anon_sym_DASH,
STATE(528), 1,
sym_binary_adding_operator,
STATE(551), 1,
aux_sym__simple_expression_repeat1,
ACTIONS(1954), 2,
anon_sym_PLUS,
anon_sym_AMP,
ACTIONS(1962), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1964), 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,
[30774] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1973), 1,
anon_sym_DASH,
STATE(528), 1,
sym_binary_adding_operator,
STATE(550), 1,
aux_sym__simple_expression_repeat1,
ACTIONS(1970), 2,
anon_sym_PLUS,
anon_sym_AMP,
ACTIONS(1966), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1968), 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,
[30826] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1956), 1,
anon_sym_DASH,
STATE(528), 1,
sym_binary_adding_operator,
STATE(550), 1,
aux_sym__simple_expression_repeat1,
ACTIONS(1954), 2,
anon_sym_PLUS,
anon_sym_AMP,
ACTIONS(1958), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1960), 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,
[30878] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1904), 1,
aux_sym_attribute_designator_token1,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(1934), 1,
aux_sym_array_type_definition_token1,
ACTIONS(1936), 1,
aux_sym_interface_type_definition_token2,
ACTIONS(1976), 1,
anon_sym_LPAREN,
ACTIONS(1978), 1,
aux_sym_attribute_designator_token2,
ACTIONS(1980), 1,
aux_sym_attribute_designator_token3,
ACTIONS(1982), 1,
aux_sym_attribute_designator_token4,
ACTIONS(1984), 1,
aux_sym_compilation_unit_token1,
ACTIONS(1986), 1,
aux_sym_with_clause_token1,
ACTIONS(1988), 1,
aux_sym_range_attribute_designator_token1,
ACTIONS(1990), 1,
aux_sym_allocator_token1,
ACTIONS(1992), 1,
aux_sym_private_type_declaration_token1,
ACTIONS(1994), 1,
aux_sym_private_type_declaration_token2,
ACTIONS(1996), 1,
aux_sym_private_extension_declaration_token1,
STATE(1384), 1,
sym_null_exclusion,
STATE(1386), 1,
sym_interface_type_definition,
STATE(1387), 1,
sym_array_type_definition,
ACTIONS(1924), 2,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_interface_type_definition_token1,
STATE(1389), 3,
sym__access_type_definition,
sym_access_to_subprogram_definition,
sym_access_to_object_definition,
STATE(1143), 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,
[30959] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1998), 1,
sym_identifier,
ACTIONS(2002), 1,
anon_sym_LT_LT,
STATE(553), 2,
sym_label,
aux_sym__sequence_of_statements_repeat2,
ACTIONS(2000), 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,
[31006] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1904), 1,
aux_sym_attribute_designator_token1,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(1934), 1,
aux_sym_array_type_definition_token1,
ACTIONS(1936), 1,
aux_sym_interface_type_definition_token2,
ACTIONS(1976), 1,
anon_sym_LPAREN,
ACTIONS(1978), 1,
aux_sym_attribute_designator_token2,
ACTIONS(1980), 1,
aux_sym_attribute_designator_token3,
ACTIONS(1982), 1,
aux_sym_attribute_designator_token4,
ACTIONS(1984), 1,
aux_sym_compilation_unit_token1,
ACTIONS(1986), 1,
aux_sym_with_clause_token1,
ACTIONS(1988), 1,
aux_sym_range_attribute_designator_token1,
ACTIONS(1990), 1,
aux_sym_allocator_token1,
ACTIONS(1992), 1,
aux_sym_private_type_declaration_token1,
ACTIONS(1996), 1,
aux_sym_private_extension_declaration_token1,
ACTIONS(2005), 1,
aux_sym_private_type_declaration_token2,
STATE(1384), 1,
sym_null_exclusion,
STATE(1386), 1,
sym_interface_type_definition,
STATE(1387), 1,
sym_array_type_definition,
ACTIONS(1924), 2,
aux_sym_access_to_subprogram_definition_token1,
aux_sym_interface_type_definition_token1,
STATE(1389), 3,
sym__access_type_definition,
sym_access_to_subprogram_definition,
sym_access_to_object_definition,
STATE(1185), 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,
[31087] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1966), 4,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
ACTIONS(1968), 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,
[31129] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2007), 1,
sym_identifier,
ACTIONS(2009), 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,
[31170] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1668), 1,
anon_sym_LPAREN,
ACTIONS(1674), 1,
aux_sym_attribute_designator_token2,
ACTIONS(1676), 1,
aux_sym_attribute_designator_token3,
ACTIONS(1680), 1,
aux_sym_range_attribute_designator_token1,
STATE(765), 1,
sym__parenthesized_expression,
ACTIONS(1664), 3,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_DOT,
STATE(762), 7,
sym_discriminant_constraint,
sym__constraint,
sym__scalar_constraint,
sym_range_constraint,
sym_index_constraint,
sym_digits_constraint,
sym_delta_constraint,
ACTIONS(1666), 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(1678), 9,
anon_sym_COMMA,
anon_sym_RPAREN,
aux_sym_chunk_specification_token1,
aux_sym_iterator_specification_token1,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token1,
aux_sym_expression_token3,
anon_sym_COLON_EQ,
[31224] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
ACTIONS(2011), 1,
sym_numeric_literal,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(544), 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,
[31280] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(592), 1,
sym_identifier,
ACTIONS(2013), 1,
sym_numeric_literal,
ACTIONS(2015), 1,
aux_sym_primary_null_token1,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(542), 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,
[31336] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
ACTIONS(2013), 1,
sym_numeric_literal,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(542), 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,
[31392] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(366), 1,
anon_sym_LBRACK,
ACTIONS(380), 1,
aux_sym_allocator_token1,
ACTIONS(492), 1,
aux_sym_primary_null_token1,
ACTIONS(592), 1,
sym_identifier,
ACTIONS(2017), 1,
sym_numeric_literal,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(578), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(521), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
STATE(541), 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,
[31448] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2019), 1,
sym_identifier,
ACTIONS(2021), 5,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
ACTIONS(1868), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_mod,
anon_sym_rem,
ACTIONS(1870), 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,
[31491] = 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(2023), 1,
sym_identifier,
ACTIONS(2025), 1,
aux_sym_iterator_filter_token1,
ACTIONS(2027), 1,
aux_sym_terminate_alternative_token1,
STATE(40), 1,
sym_accept_statement,
STATE(41), 1,
sym_procedure_call_statement,
STATE(872), 1,
sym_guard,
STATE(1141), 1,
sym_select_alternative,
STATE(1515), 1,
sym_entry_call_alternative,
STATE(1974), 1,
sym_triggering_alternative,
STATE(2038), 1,
sym_value_sequence,
STATE(1139), 2,
sym__name,
sym_function_call,
STATE(38), 3,
sym__delay_statement,
sym_delay_until_statement,
sym_delay_relative_statement,
STATE(1271), 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(1015), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[31561] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1856), 1,
anon_sym_EQ_GT,
ACTIONS(1858), 1,
anon_sym_PIPE,
ACTIONS(2029), 1,
anon_sym_COMMA,
ACTIONS(2032), 1,
anon_sym_COLON,
STATE(1221), 1,
aux_sym__defining_identifier_list_repeat1,
STATE(1392), 1,
aux_sym_component_choice_list_repeat1,
ACTIONS(1664), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1666), 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,
[31611] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2040), 1,
aux_sym_chunk_specification_token1,
ACTIONS(2042), 1,
aux_sym_relation_membership_token1,
STATE(511), 1,
sym_relational_operator,
ACTIONS(2034), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(2036), 3,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(2038), 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,
[31656] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1668), 1,
anon_sym_LPAREN,
ACTIONS(1674), 1,
aux_sym_attribute_designator_token2,
ACTIONS(1676), 1,
aux_sym_attribute_designator_token3,
ACTIONS(1680), 1,
aux_sym_range_attribute_designator_token1,
STATE(765), 1,
sym__parenthesized_expression,
ACTIONS(1666), 2,
sym_tick,
anon_sym_DOT,
STATE(742), 7,
sym_discriminant_constraint,
sym__constraint,
sym__scalar_constraint,
sym_range_constraint,
sym_index_constraint,
sym_digits_constraint,
sym_delta_constraint,
ACTIONS(2044), 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,
[31705] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1856), 1,
anon_sym_EQ_GT,
ACTIONS(1858), 1,
anon_sym_PIPE,
STATE(1392), 1,
aux_sym_component_choice_list_repeat1,
ACTIONS(1664), 7,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_DOT,
ACTIONS(1666), 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,
[31747] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1668), 1,
anon_sym_LPAREN,
ACTIONS(1674), 1,
aux_sym_attribute_designator_token2,
ACTIONS(1676), 1,
aux_sym_attribute_designator_token3,
ACTIONS(1678), 1,
anon_sym_RPAREN,
ACTIONS(1680), 1,
aux_sym_range_attribute_designator_token1,
ACTIONS(2032), 1,
anon_sym_COLON,
ACTIONS(2046), 1,
anon_sym_COMMA,
STATE(765), 1,
sym__parenthesized_expression,
STATE(1221), 1,
aux_sym__defining_identifier_list_repeat1,
ACTIONS(1664), 3,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_DOT,
STATE(762), 7,
sym_discriminant_constraint,
sym__constraint,
sym__scalar_constraint,
sym_range_constraint,
sym_index_constraint,
sym_digits_constraint,
sym_delta_constraint,
ACTIONS(1666), 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,
[31802] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1864), 1,
anon_sym_EQ_GT,
ACTIONS(1866), 1,
anon_sym_PIPE,
STATE(1250), 1,
aux_sym_discriminant_association_repeat1,
ACTIONS(1664), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1666), 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,
[31843] = 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(2048), 1,
sym_identifier,
ACTIONS(2050), 1,
aux_sym__package_specification_token3,
ACTIONS(2052), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2054), 1,
aux_sym_access_to_subprogram_definition_token3,
STATE(998), 1,
sym_overriding_indicator,
STATE(1592), 1,
sym__defining_identifier_list,
STATE(1133), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(573), 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,
[31899] = 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(2048), 1,
sym_identifier,
ACTIONS(2052), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2054), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2056), 1,
aux_sym__package_specification_token3,
STATE(998), 1,
sym_overriding_indicator,
STATE(1592), 1,
sym__defining_identifier_list,
STATE(1133), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(574), 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,
[31955] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2058), 1,
sym_identifier,
ACTIONS(2061), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2064), 1,
aux_sym__package_specification_token3,
ACTIONS(2066), 1,
aux_sym_relation_membership_token1,
ACTIONS(2069), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2072), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2075), 1,
aux_sym_entry_declaration_token1,
ACTIONS(2078), 1,
aux_sym_global_mode_token1,
ACTIONS(2081), 1,
aux_sym_pragma_g_token1,
STATE(998), 1,
sym_overriding_indicator,
STATE(1592), 1,
sym__defining_identifier_list,
STATE(1133), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(572), 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,
[32011] = 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(2048), 1,
sym_identifier,
ACTIONS(2052), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2054), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2056), 1,
aux_sym__package_specification_token3,
STATE(998), 1,
sym_overriding_indicator,
STATE(1592), 1,
sym__defining_identifier_list,
STATE(1133), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(572), 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,
[32067] = 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(2048), 1,
sym_identifier,
ACTIONS(2052), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2054), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2084), 1,
aux_sym__package_specification_token3,
STATE(998), 1,
sym_overriding_indicator,
STATE(1592), 1,
sym__defining_identifier_list,
STATE(1133), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(572), 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,
[32123] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2032), 1,
anon_sym_COLON,
ACTIONS(2046), 1,
anon_sym_COMMA,
STATE(1221), 1,
aux_sym__defining_identifier_list_repeat1,
ACTIONS(1664), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1666), 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,
[32163] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2086), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(1868), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1870), 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,
[32199] = 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(2052), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2054), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2088), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2090), 1,
aux_sym__package_specification_token3,
ACTIONS(2092), 1,
aux_sym_allocator_token1,
STATE(998), 1,
sym_overriding_indicator,
STATE(2052), 1,
sym_protected_definition,
STATE(1133), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(606), 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,
[32256] = 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(2052), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2054), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2088), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2090), 1,
aux_sym__package_specification_token3,
ACTIONS(2094), 1,
aux_sym_allocator_token1,
STATE(998), 1,
sym_overriding_indicator,
STATE(1623), 1,
sym_protected_definition,
STATE(1133), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(606), 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,
[32313] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1668), 1,
anon_sym_LPAREN,
ACTIONS(1674), 1,
aux_sym_attribute_designator_token2,
ACTIONS(1676), 1,
aux_sym_attribute_designator_token3,
ACTIONS(2096), 1,
aux_sym_range_attribute_designator_token1,
STATE(765), 1,
sym__parenthesized_expression,
ACTIONS(1678), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
ACTIONS(1664), 3,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_DOT,
STATE(762), 7,
sym_discriminant_constraint,
sym__constraint,
sym__scalar_constraint,
sym_range_constraint,
sym_index_constraint,
sym_digits_constraint,
sym_delta_constraint,
ACTIONS(1666), 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,
[32360] = 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(2052), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2054), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2088), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2090), 1,
aux_sym__package_specification_token3,
ACTIONS(2099), 1,
aux_sym_allocator_token1,
STATE(998), 1,
sym_overriding_indicator,
STATE(1745), 1,
sym_protected_definition,
STATE(1133), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(606), 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,
[32417] = 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(2052), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2054), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2088), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2090), 1,
aux_sym__package_specification_token3,
ACTIONS(2101), 1,
aux_sym_allocator_token1,
STATE(998), 1,
sym_overriding_indicator,
STATE(1662), 1,
sym_protected_definition,
STATE(1133), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(606), 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,
[32474] = 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(2052), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2054), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2088), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2090), 1,
aux_sym__package_specification_token3,
ACTIONS(2103), 1,
aux_sym_allocator_token1,
STATE(998), 1,
sym_overriding_indicator,
STATE(1664), 1,
sym_protected_definition,
STATE(1133), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(606), 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,
[32531] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2105), 1,
sym_tick,
ACTIONS(2108), 1,
anon_sym_EQ_GT,
ACTIONS(1664), 6,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1666), 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,
[32568] = 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(2052), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2054), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2088), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2090), 1,
aux_sym__package_specification_token3,
STATE(998), 1,
sym_overriding_indicator,
STATE(1885), 1,
sym_protected_definition,
STATE(1133), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(606), 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,
[32622] = 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(2052), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2054), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2088), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2090), 1,
aux_sym__package_specification_token3,
STATE(998), 1,
sym_overriding_indicator,
STATE(1968), 1,
sym_protected_definition,
STATE(1133), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(606), 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,
[32676] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1224), 1,
sym_identifier,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(1934), 1,
aux_sym_array_type_definition_token1,
ACTIONS(2110), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2112), 1,
aux_sym_general_access_modifier_token1,
ACTIONS(2114), 1,
aux_sym_component_definition_token1,
ACTIONS(2116), 1,
aux_sym_exception_declaration_token1,
STATE(779), 1,
sym_null_exclusion,
STATE(1075), 1,
sym__subtype_indication,
STATE(2038), 1,
sym_value_sequence,
STATE(1079), 2,
sym_access_definition,
sym_array_type_definition,
STATE(1140), 2,
sym__name,
sym_function_call,
ACTIONS(892), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(557), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[32734] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2118), 1,
anon_sym_COLON,
ACTIONS(1664), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1666), 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,
[32768] = 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(2052), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2054), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2088), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2090), 1,
aux_sym__package_specification_token3,
STATE(998), 1,
sym_overriding_indicator,
STATE(1641), 1,
sym_protected_definition,
STATE(1133), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(606), 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,
[32822] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2122), 1,
anon_sym_LPAREN,
ACTIONS(2120), 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,
[32854] = 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(2052), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2054), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2088), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2090), 1,
aux_sym__package_specification_token3,
STATE(998), 1,
sym_overriding_indicator,
STATE(1742), 1,
sym_protected_definition,
STATE(1133), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(606), 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,
[32908] = 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(2052), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2054), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2088), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2090), 1,
aux_sym__package_specification_token3,
STATE(998), 1,
sym_overriding_indicator,
STATE(1741), 1,
sym_protected_definition,
STATE(1133), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(606), 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,
[32962] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2128), 1,
aux_sym_with_clause_token2,
STATE(481), 1,
sym_actual_parameter_part,
ACTIONS(2126), 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,
[33002] = 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(2052), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2054), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2130), 1,
aux_sym__package_specification_token3,
ACTIONS(2132), 1,
aux_sym_subunit_token1,
ACTIONS(2134), 1,
aux_sym_entry_declaration_token1,
STATE(1090), 1,
sym_overriding_indicator,
STATE(1112), 1,
sym__subprogram_specification,
STATE(1145), 1,
sym_procedure_specification,
STATE(1153), 1,
sym_function_specification,
STATE(601), 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,
[33056] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(2110), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2136), 1,
sym_identifier,
ACTIONS(2142), 1,
aux_sym_exception_declaration_token1,
STATE(750), 1,
sym_null_exclusion,
STATE(1941), 1,
sym_access_definition,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2138), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
ACTIONS(2140), 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(1018), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[33106] = 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(2052), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2054), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2134), 1,
aux_sym_entry_declaration_token1,
ACTIONS(2144), 1,
aux_sym__package_specification_token3,
STATE(1090), 1,
sym_overriding_indicator,
STATE(1112), 1,
sym__subprogram_specification,
STATE(1145), 1,
sym_procedure_specification,
STATE(1153), 1,
sym_function_specification,
STATE(598), 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,
[33157] = 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(2052), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2054), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2130), 1,
aux_sym__package_specification_token3,
ACTIONS(2134), 1,
aux_sym_entry_declaration_token1,
STATE(1090), 1,
sym_overriding_indicator,
STATE(1112), 1,
sym__subprogram_specification,
STATE(1145), 1,
sym_procedure_specification,
STATE(1153), 1,
sym_function_specification,
STATE(601), 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,
[33208] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1224), 1,
sym_identifier,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(2148), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(2150), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2152), 1,
aux_sym_access_to_subprogram_definition_token3,
STATE(693), 1,
sym_general_access_modifier,
STATE(816), 1,
sym_null_exclusion,
STATE(1340), 1,
sym__subtype_indication,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2146), 2,
aux_sym_use_clause_token1,
aux_sym_general_access_modifier_token1,
STATE(1140), 2,
sym__name,
sym_function_call,
ACTIONS(892), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(557), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[33263] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2154), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2157), 1,
aux_sym__package_specification_token3,
ACTIONS(2159), 1,
aux_sym_relation_membership_token1,
ACTIONS(2162), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2165), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2168), 1,
aux_sym_entry_declaration_token1,
ACTIONS(2171), 1,
aux_sym_global_mode_token1,
STATE(1090), 1,
sym_overriding_indicator,
STATE(1112), 1,
sym__subprogram_specification,
STATE(1145), 1,
sym_procedure_specification,
STATE(1153), 1,
sym_function_specification,
STATE(598), 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,
[33314] = 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(2052), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2054), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2134), 1,
aux_sym_entry_declaration_token1,
ACTIONS(2174), 1,
aux_sym__package_specification_token3,
STATE(1090), 1,
sym_overriding_indicator,
STATE(1112), 1,
sym__subprogram_specification,
STATE(1145), 1,
sym_procedure_specification,
STATE(1153), 1,
sym_function_specification,
STATE(595), 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,
[33365] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1224), 1,
sym_identifier,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(1934), 1,
aux_sym_array_type_definition_token1,
ACTIONS(2110), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2176), 1,
anon_sym_COLON_EQ,
STATE(779), 1,
sym_null_exclusion,
STATE(1064), 1,
sym__subtype_indication,
STATE(1640), 1,
sym__assign_value,
STATE(2038), 1,
sym_value_sequence,
STATE(1063), 2,
sym_access_definition,
sym_array_type_definition,
STATE(1140), 2,
sym__name,
sym_function_call,
ACTIONS(892), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(557), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[33420] = 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(2052), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2054), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2134), 1,
aux_sym_entry_declaration_token1,
ACTIONS(2174), 1,
aux_sym__package_specification_token3,
STATE(1090), 1,
sym_overriding_indicator,
STATE(1112), 1,
sym__subprogram_specification,
STATE(1145), 1,
sym_procedure_specification,
STATE(1153), 1,
sym_function_specification,
STATE(598), 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,
[33471] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2178), 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,
[33500] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2180), 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,
[33529] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2182), 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,
[33558] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2186), 1,
aux_sym_expression_token1,
ACTIONS(2188), 1,
aux_sym_expression_token3,
ACTIONS(2190), 1,
aux_sym_expression_token5,
STATE(653), 1,
aux_sym_expression_repeat3,
STATE(654), 1,
aux_sym_expression_repeat2,
STATE(655), 1,
aux_sym_expression_repeat1,
ACTIONS(2184), 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,
[33599] = 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(2050), 1,
aux_sym__package_specification_token3,
ACTIONS(2052), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2054), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2192), 1,
aux_sym_compilation_unit_token1,
STATE(998), 1,
sym_overriding_indicator,
STATE(1133), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(607), 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,
[33650] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2194), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2199), 1,
aux_sym_relation_membership_token1,
ACTIONS(2202), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2205), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2208), 1,
aux_sym_entry_declaration_token1,
ACTIONS(2211), 1,
aux_sym_global_mode_token1,
ACTIONS(2214), 1,
aux_sym_pragma_g_token1,
STATE(998), 1,
sym_overriding_indicator,
ACTIONS(2197), 2,
aux_sym_compilation_unit_token1,
aux_sym__package_specification_token3,
STATE(1133), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(607), 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,
[33699] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1224), 1,
sym_identifier,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(1934), 1,
aux_sym_array_type_definition_token1,
ACTIONS(2110), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2114), 1,
aux_sym_component_definition_token1,
ACTIONS(2217), 1,
aux_sym_general_access_modifier_token1,
STATE(779), 1,
sym_null_exclusion,
STATE(1075), 1,
sym__subtype_indication,
STATE(2038), 1,
sym_value_sequence,
STATE(1079), 2,
sym_access_definition,
sym_array_type_definition,
STATE(1140), 2,
sym__name,
sym_function_call,
ACTIONS(892), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(557), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[33754] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(368), 1,
aux_sym_chunk_specification_token1,
ACTIONS(390), 1,
aux_sym_non_empty_mode_token1,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(2110), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2219), 1,
sym_identifier,
ACTIONS(2223), 1,
aux_sym_component_definition_token1,
STATE(715), 1,
sym_non_empty_mode,
STATE(788), 1,
sym_null_exclusion,
STATE(990), 1,
sym_access_definition,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2221), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(879), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[33806] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1224), 1,
sym_identifier,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(1934), 1,
aux_sym_array_type_definition_token1,
ACTIONS(2110), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2225), 1,
aux_sym_general_access_modifier_token1,
STATE(779), 1,
sym_null_exclusion,
STATE(1053), 1,
sym__subtype_indication,
STATE(2038), 1,
sym_value_sequence,
STATE(1063), 2,
sym_access_definition,
sym_array_type_definition,
STATE(1140), 2,
sym__name,
sym_function_call,
ACTIONS(892), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(557), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[33858] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(582), 1,
sym_identifier,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(2110), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2227), 1,
aux_sym_general_access_modifier_token1,
ACTIONS(2229), 1,
aux_sym_component_definition_token1,
STATE(779), 1,
sym_null_exclusion,
STATE(1202), 1,
sym__subtype_indication,
STATE(2038), 1,
sym_value_sequence,
STATE(1140), 2,
sym__name,
sym_function_call,
STATE(1162), 2,
sym_access_definition,
sym__return_subtype_indication,
ACTIONS(354), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(474), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[33910] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2233), 1,
anon_sym_PIPE,
STATE(619), 1,
aux_sym_membership_choice_list_repeat1,
ACTIONS(2231), 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,
[33941] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1224), 1,
sym_identifier,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(2110), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2235), 1,
aux_sym_component_definition_token1,
STATE(779), 1,
sym_null_exclusion,
STATE(1107), 1,
sym__subtype_indication,
STATE(1113), 1,
sym_access_definition,
STATE(1122), 1,
sym_component_definition,
STATE(2038), 1,
sym_value_sequence,
STATE(1140), 2,
sym__name,
sym_function_call,
ACTIONS(892), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(557), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[33992] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(2237), 1,
sym_identifier,
ACTIONS(2239), 1,
anon_sym_LBRACK,
ACTIONS(2243), 1,
aux_sym_range_attribute_designator_token1,
STATE(457), 1,
sym_attribute_designator,
STATE(602), 1,
sym_range_attribute_designator,
ACTIONS(2241), 4,
aux_sym_attribute_designator_token1,
aux_sym_attribute_designator_token2,
aux_sym_attribute_designator_token3,
aux_sym_attribute_designator_token4,
STATE(473), 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,
[34033] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2245), 1,
sym_identifier,
ACTIONS(2248), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(2253), 1,
aux_sym_with_clause_token2,
ACTIONS(2256), 1,
aux_sym_use_clause_token2,
ACTIONS(2259), 1,
aux_sym_pragma_g_token1,
STATE(1992), 1,
sym__defining_identifier_list,
STATE(922), 2,
sym_formal_concrete_subprogram_declaration,
sym_formal_abstract_subprogram_declaration,
ACTIONS(2251), 3,
aux_sym__package_specification_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
STATE(615), 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,
[34076] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1224), 1,
sym_identifier,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(1934), 1,
aux_sym_array_type_definition_token1,
ACTIONS(2110), 1,
aux_sym_attribute_designator_token1,
STATE(779), 1,
sym_null_exclusion,
STATE(1064), 1,
sym__subtype_indication,
STATE(2038), 1,
sym_value_sequence,
STATE(1063), 2,
sym_access_definition,
sym_array_type_definition,
STATE(1140), 2,
sym__name,
sym_function_call,
ACTIONS(892), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(557), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[34125] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(368), 1,
aux_sym_chunk_specification_token1,
ACTIONS(390), 1,
aux_sym_non_empty_mode_token1,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(2110), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2262), 1,
sym_identifier,
STATE(667), 1,
sym_non_empty_mode,
STATE(733), 1,
sym_null_exclusion,
STATE(1038), 1,
sym_access_definition,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2264), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(892), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[34174] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(2048), 1,
sym_identifier,
ACTIONS(2268), 1,
aux_sym_with_clause_token2,
ACTIONS(2270), 1,
aux_sym_use_clause_token2,
STATE(1992), 1,
sym__defining_identifier_list,
STATE(922), 2,
sym_formal_concrete_subprogram_declaration,
sym_formal_abstract_subprogram_declaration,
ACTIONS(2266), 3,
aux_sym__package_specification_token1,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
STATE(615), 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,
[34217] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2233), 1,
anon_sym_PIPE,
STATE(622), 1,
aux_sym_membership_choice_list_repeat1,
ACTIONS(2272), 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,
[34248] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1224), 1,
sym_identifier,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(1934), 1,
aux_sym_array_type_definition_token1,
ACTIONS(2110), 1,
aux_sym_attribute_designator_token1,
STATE(779), 1,
sym_null_exclusion,
STATE(1060), 1,
sym__subtype_indication,
STATE(2038), 1,
sym_value_sequence,
STATE(1061), 2,
sym_access_definition,
sym_array_type_definition,
STATE(1140), 2,
sym__name,
sym_function_call,
ACTIONS(892), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(557), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[34297] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1224), 1,
sym_identifier,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(2110), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2235), 1,
aux_sym_component_definition_token1,
STATE(779), 1,
sym_null_exclusion,
STATE(1065), 1,
sym_component_definition,
STATE(1107), 1,
sym__subtype_indication,
STATE(1113), 1,
sym_access_definition,
STATE(2038), 1,
sym_value_sequence,
STATE(1140), 2,
sym__name,
sym_function_call,
ACTIONS(892), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(557), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[34348] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2276), 1,
anon_sym_PIPE,
STATE(622), 1,
aux_sym_membership_choice_list_repeat1,
ACTIONS(2274), 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,
[34379] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(2048), 1,
sym_identifier,
ACTIONS(2268), 1,
aux_sym_with_clause_token2,
ACTIONS(2270), 1,
aux_sym_use_clause_token2,
ACTIONS(2279), 1,
aux_sym__package_specification_token1,
ACTIONS(2282), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2285), 1,
aux_sym_access_to_subprogram_definition_token3,
STATE(1992), 1,
sym__defining_identifier_list,
STATE(922), 2,
sym_formal_concrete_subprogram_declaration,
sym_formal_abstract_subprogram_declaration,
STATE(618), 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,
[34426] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2290), 1,
anon_sym_DOT_DOT,
ACTIONS(2288), 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,
[34455] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1224), 1,
sym_identifier,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(2110), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2235), 1,
aux_sym_component_definition_token1,
STATE(779), 1,
sym_null_exclusion,
STATE(1107), 1,
sym__subtype_indication,
STATE(1111), 1,
sym_component_definition,
STATE(1113), 1,
sym_access_definition,
STATE(2038), 1,
sym_value_sequence,
STATE(1140), 2,
sym__name,
sym_function_call,
ACTIONS(892), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(557), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[34506] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(582), 1,
sym_identifier,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(2110), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2292), 1,
aux_sym_general_access_modifier_token1,
STATE(779), 1,
sym_null_exclusion,
STATE(1202), 1,
sym__subtype_indication,
STATE(2038), 1,
sym_value_sequence,
STATE(1140), 2,
sym__name,
sym_function_call,
STATE(1197), 2,
sym_access_definition,
sym__return_subtype_indication,
ACTIONS(354), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(474), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[34555] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2294), 1,
sym_identifier,
ACTIONS(2296), 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,
[34583] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2298), 1,
sym_identifier,
ACTIONS(2300), 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,
[34611] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2302), 1,
sym_identifier,
ACTIONS(2304), 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,
[34639] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2306), 1,
sym_identifier,
ACTIONS(2308), 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,
[34667] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2310), 1,
sym_identifier,
ACTIONS(2312), 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,
[34695] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2314), 1,
sym_identifier,
ACTIONS(2316), 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,
[34723] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(582), 1,
sym_identifier,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(2110), 1,
aux_sym_attribute_designator_token1,
STATE(779), 1,
sym_null_exclusion,
STATE(1202), 1,
sym__subtype_indication,
STATE(2038), 1,
sym_value_sequence,
STATE(1140), 2,
sym__name,
sym_function_call,
STATE(1200), 2,
sym_access_definition,
sym__return_subtype_indication,
ACTIONS(354), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(474), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[34769] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2318), 1,
sym_identifier,
ACTIONS(2322), 1,
anon_sym_SEMI,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
STATE(1310), 1,
sym_subprogram_default,
STATE(1894), 1,
sym_aspect_specification,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2326), 2,
aux_sym_primary_null_token1,
anon_sym_LT_GT,
ACTIONS(2320), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(995), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[34813] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2328), 1,
sym_identifier,
ACTIONS(2330), 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,
[34841] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2274), 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,
[34867] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2332), 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,
[34893] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1224), 1,
sym_identifier,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(2110), 1,
aux_sym_attribute_designator_token1,
STATE(779), 1,
sym_null_exclusion,
STATE(1401), 1,
sym__subtype_indication,
STATE(2038), 1,
sym_value_sequence,
STATE(1140), 2,
sym__name,
sym_function_call,
STATE(1436), 2,
sym__loop_parameter_subtype_indication,
sym_access_definition,
ACTIONS(892), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(557), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[34939] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2334), 1,
sym_identifier,
ACTIONS(2336), 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,
[34967] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(582), 1,
sym_identifier,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(2110), 1,
aux_sym_attribute_designator_token1,
STATE(779), 1,
sym_null_exclusion,
STATE(1202), 1,
sym__subtype_indication,
STATE(2038), 1,
sym_value_sequence,
STATE(1140), 2,
sym__name,
sym_function_call,
STATE(1196), 2,
sym_access_definition,
sym__return_subtype_indication,
ACTIONS(354), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(474), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[35013] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2338), 1,
sym_identifier,
ACTIONS(2340), 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,
[35041] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2342), 1,
sym_identifier,
ACTIONS(2344), 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,
[35069] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2346), 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,
[35095] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2348), 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,
[35121] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2350), 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,
[35147] = 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(2352), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2354), 1,
aux_sym__package_specification_token3,
ACTIONS(2356), 1,
aux_sym_allocator_token1,
STATE(1696), 1,
sym_overriding_indicator,
STATE(1697), 1,
sym_task_definition,
STATE(698), 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,
[35192] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(2237), 1,
sym_identifier,
ACTIONS(2239), 1,
anon_sym_LBRACK,
STATE(457), 1,
sym_attribute_designator,
ACTIONS(2241), 4,
aux_sym_attribute_designator_token1,
aux_sym_attribute_designator_token2,
aux_sym_attribute_designator_token3,
aux_sym_attribute_designator_token4,
STATE(473), 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,
[35227] = 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(2352), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2354), 1,
aux_sym__package_specification_token3,
ACTIONS(2358), 1,
aux_sym_allocator_token1,
STATE(1565), 1,
sym_task_definition,
STATE(1696), 1,
sym_overriding_indicator,
STATE(698), 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,
[35272] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1224), 1,
sym_identifier,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(2110), 1,
aux_sym_attribute_designator_token1,
STATE(779), 1,
sym_null_exclusion,
STATE(1118), 1,
sym_access_definition,
STATE(1119), 1,
sym__subtype_indication,
STATE(2038), 1,
sym_value_sequence,
STATE(1140), 2,
sym__name,
sym_function_call,
ACTIONS(892), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(557), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[35317] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2362), 1,
aux_sym_expression_token1,
STATE(650), 1,
aux_sym_expression_repeat1,
ACTIONS(2360), 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,
[35346] = 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(2352), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2354), 1,
aux_sym__package_specification_token3,
ACTIONS(2365), 1,
aux_sym_allocator_token1,
STATE(1696), 1,
sym_overriding_indicator,
STATE(1723), 1,
sym_task_definition,
STATE(698), 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,
[35391] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2367), 1,
sym_identifier,
ACTIONS(2371), 1,
aux_sym__package_specification_token3,
ACTIONS(2373), 1,
aux_sym_at_clause_token1,
STATE(689), 1,
sym_mod_clause,
STATE(2038), 1,
sym_value_sequence,
STATE(688), 2,
sym_component_clause,
aux_sym_record_representation_clause_repeat1,
ACTIONS(2369), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1041), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[35432] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2190), 1,
aux_sym_expression_token5,
STATE(657), 1,
aux_sym_expression_repeat3,
ACTIONS(2375), 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,
[35461] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2188), 1,
aux_sym_expression_token3,
STATE(661), 1,
aux_sym_expression_repeat2,
ACTIONS(2375), 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,
[35490] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2186), 1,
aux_sym_expression_token1,
STATE(650), 1,
aux_sym_expression_repeat1,
ACTIONS(2375), 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,
[35519] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2040), 1,
aux_sym_chunk_specification_token1,
ACTIONS(2042), 1,
aux_sym_relation_membership_token1,
ACTIONS(2290), 1,
anon_sym_DOT_DOT,
STATE(511), 1,
sym_relational_operator,
ACTIONS(2034), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(2036), 3,
anon_sym_SLASH_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(2038), 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,
[35556] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2379), 1,
aux_sym_expression_token5,
STATE(657), 1,
aux_sym_expression_repeat3,
ACTIONS(2377), 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,
[35585] = 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(2352), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2354), 1,
aux_sym__package_specification_token3,
ACTIONS(2382), 1,
aux_sym_allocator_token1,
STATE(1696), 1,
sym_overriding_indicator,
STATE(1917), 1,
sym_task_definition,
STATE(698), 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,
[35630] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(2110), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2136), 1,
sym_identifier,
ACTIONS(2142), 1,
aux_sym_exception_declaration_token1,
STATE(750), 1,
sym_null_exclusion,
STATE(1941), 1,
sym_access_definition,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2138), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1018), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[35673] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(2237), 1,
sym_identifier,
ACTIONS(2239), 1,
anon_sym_LBRACK,
STATE(1198), 1,
sym_attribute_designator,
ACTIONS(2241), 4,
aux_sym_attribute_designator_token1,
aux_sym_attribute_designator_token2,
aux_sym_attribute_designator_token3,
aux_sym_attribute_designator_token4,
STATE(473), 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,
[35708] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2386), 1,
aux_sym_expression_token3,
STATE(661), 1,
aux_sym_expression_repeat2,
ACTIONS(2384), 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,
[35737] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(2389), 1,
sym_identifier,
ACTIONS(2393), 1,
anon_sym_LPAREN,
STATE(537), 1,
sym__subtype_indication_paren_constraint,
STATE(708), 1,
sym_subpool_specification,
STATE(811), 1,
sym_null_exclusion,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2391), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(494), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[35780] = 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(2352), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2354), 1,
aux_sym__package_specification_token3,
ACTIONS(2395), 1,
aux_sym_allocator_token1,
STATE(1585), 1,
sym_task_definition,
STATE(1696), 1,
sym_overriding_indicator,
STATE(698), 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,
[35825] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(368), 1,
aux_sym_chunk_specification_token1,
ACTIONS(390), 1,
aux_sym_non_empty_mode_token1,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(2397), 1,
sym_identifier,
STATE(711), 1,
sym_non_empty_mode,
STATE(824), 1,
sym_null_exclusion,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2399), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(881), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[35868] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1748), 1,
anon_sym_DOT,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(1820), 1,
sym_tick,
ACTIONS(2403), 1,
aux_sym_iterator_filter_token1,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1262), 1,
sym_iterator_filter,
ACTIONS(1814), 2,
anon_sym_DASH,
anon_sym_STAR,
ACTIONS(2401), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
ACTIONS(1816), 7,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_SLASH,
anon_sym_mod,
anon_sym_rem,
anon_sym_DOT_DOT,
anon_sym_STAR_STAR,
[35908] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1748), 1,
anon_sym_DOT,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(1820), 1,
sym_tick,
ACTIONS(2403), 1,
aux_sym_iterator_filter_token1,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1230), 1,
sym_iterator_filter,
ACTIONS(1814), 2,
anon_sym_DASH,
anon_sym_STAR,
ACTIONS(2405), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
ACTIONS(1816), 7,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_SLASH,
anon_sym_mod,
anon_sym_rem,
anon_sym_DOT_DOT,
anon_sym_STAR_STAR,
[35948] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(2110), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2407), 1,
sym_identifier,
STATE(741), 1,
sym_null_exclusion,
STATE(1046), 1,
sym_access_definition,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2409), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(886), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[35988] = 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(2352), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2354), 1,
aux_sym__package_specification_token3,
STATE(1696), 1,
sym_overriding_indicator,
STATE(1911), 1,
sym_task_definition,
STATE(698), 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,
[36030] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2360), 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,
[36054] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(2110), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2411), 1,
sym_identifier,
STATE(786), 1,
sym_null_exclusion,
STATE(1120), 1,
sym_access_definition,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2413), 4,
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,
[36094] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(2110), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2415), 1,
sym_identifier,
STATE(754), 1,
sym_null_exclusion,
STATE(877), 1,
sym_access_definition,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2417), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(843), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[36134] = 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(2352), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2354), 1,
aux_sym__package_specification_token3,
STATE(1696), 1,
sym_overriding_indicator,
STATE(1984), 1,
sym_task_definition,
STATE(698), 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,
[36176] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2419), 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,
[36200] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2421), 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,
[36224] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2423), 1,
sym_identifier,
ACTIONS(2427), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(2429), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2431), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2433), 1,
aux_sym_general_access_modifier_token1,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2425), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(808), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[36264] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(2110), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2136), 1,
sym_identifier,
STATE(750), 1,
sym_null_exclusion,
STATE(1941), 1,
sym_access_definition,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2138), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1018), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[36304] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2435), 1,
sym_identifier,
ACTIONS(2439), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(2441), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2443), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2445), 1,
aux_sym_general_access_modifier_token1,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2437), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(794), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[36344] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2447), 1,
sym_identifier,
ACTIONS(2451), 1,
aux_sym_component_choice_list_token1,
STATE(1278), 1,
sym_exception_choice,
STATE(1633), 1,
sym_choice_parameter_specification,
STATE(1643), 1,
sym_exception_choice_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2449), 4,
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,
[36384] = 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(2352), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2354), 1,
aux_sym__package_specification_token3,
STATE(1581), 1,
sym_task_definition,
STATE(1696), 1,
sym_overriding_indicator,
STATE(698), 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,
[36426] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2384), 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,
[36450] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2377), 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,
[36474] = 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(2352), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2354), 1,
aux_sym__package_specification_token3,
STATE(1696), 1,
sym_overriding_indicator,
STATE(1784), 1,
sym_task_definition,
STATE(698), 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,
[36516] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2318), 1,
sym_identifier,
ACTIONS(2453), 1,
aux_sym_private_type_declaration_token1,
STATE(1383), 1,
sym_subprogram_default,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2326), 2,
aux_sym_primary_null_token1,
anon_sym_LT_GT,
ACTIONS(2320), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(995), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[36554] = 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(2352), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2354), 1,
aux_sym__package_specification_token3,
STATE(1696), 1,
sym_overriding_indicator,
STATE(1785), 1,
sym_task_definition,
STATE(698), 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,
[36596] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1680), 1,
aux_sym_range_attribute_designator_token1,
STATE(775), 1,
sym_range_constraint,
ACTIONS(2455), 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,
[36623] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1224), 1,
sym_identifier,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
STATE(816), 1,
sym_null_exclusion,
STATE(1180), 1,
sym__subtype_indication,
STATE(2038), 1,
sym_value_sequence,
STATE(1140), 2,
sym__name,
sym_function_call,
ACTIONS(892), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(557), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[36662] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1224), 1,
sym_identifier,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
STATE(816), 1,
sym_null_exclusion,
STATE(1117), 1,
sym__subtype_indication,
STATE(2038), 1,
sym_value_sequence,
STATE(1140), 2,
sym__name,
sym_function_call,
ACTIONS(892), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(557), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[36701] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2367), 1,
sym_identifier,
ACTIONS(2457), 1,
aux_sym__package_specification_token3,
STATE(2038), 1,
sym_value_sequence,
STATE(695), 2,
sym_component_clause,
aux_sym_record_representation_clause_repeat1,
ACTIONS(2369), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1041), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[36736] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2367), 1,
sym_identifier,
ACTIONS(2457), 1,
aux_sym__package_specification_token3,
STATE(2038), 1,
sym_value_sequence,
STATE(702), 2,
sym_component_clause,
aux_sym_record_representation_clause_repeat1,
ACTIONS(2369), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1041), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[36771] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1224), 1,
sym_identifier,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
STATE(816), 1,
sym_null_exclusion,
STATE(1419), 1,
sym__subtype_indication,
STATE(2038), 1,
sym_value_sequence,
STATE(1140), 2,
sym__name,
sym_function_call,
ACTIONS(892), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(557), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[36810] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2451), 1,
aux_sym_component_choice_list_token1,
ACTIONS(2459), 1,
sym_identifier,
STATE(1278), 1,
sym_exception_choice,
STATE(1656), 1,
sym_exception_choice_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2449), 4,
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,
[36847] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2461), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2466), 1,
aux_sym_relation_membership_token1,
ACTIONS(2469), 1,
aux_sym_entry_declaration_token1,
ACTIONS(2472), 1,
aux_sym_global_mode_token1,
ACTIONS(2475), 1,
aux_sym_pragma_g_token1,
STATE(1696), 1,
sym_overriding_indicator,
ACTIONS(2464), 2,
aux_sym_compilation_unit_token1,
aux_sym__package_specification_token3,
STATE(692), 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,
[36884] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1224), 1,
sym_identifier,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
STATE(816), 1,
sym_null_exclusion,
STATE(1233), 1,
sym__subtype_indication,
STATE(2038), 1,
sym_value_sequence,
STATE(1140), 2,
sym__name,
sym_function_call,
ACTIONS(892), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(557), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[36923] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1680), 1,
aux_sym_range_attribute_designator_token1,
STATE(771), 1,
sym_range_constraint,
ACTIONS(2478), 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,
[36950] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2480), 1,
sym_identifier,
ACTIONS(2486), 1,
anon_sym_LBRACK,
ACTIONS(2489), 1,
aux_sym__package_specification_token3,
STATE(2038), 1,
sym_value_sequence,
STATE(695), 2,
sym_component_clause,
aux_sym_record_representation_clause_repeat1,
ACTIONS(2483), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1041), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[36985] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1224), 1,
sym_identifier,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
STATE(816), 1,
sym_null_exclusion,
STATE(1167), 1,
sym__subtype_indication,
STATE(2038), 1,
sym_value_sequence,
STATE(1140), 2,
sym__name,
sym_function_call,
ACTIONS(892), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(557), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[37024] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1224), 1,
sym_identifier,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
STATE(816), 1,
sym_null_exclusion,
STATE(1187), 1,
sym__subtype_indication,
STATE(2038), 1,
sym_value_sequence,
STATE(1140), 2,
sym__name,
sym_function_call,
ACTIONS(892), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(557), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[37063] = 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(2491), 1,
aux_sym_compilation_unit_token1,
ACTIONS(2493), 1,
aux_sym__package_specification_token3,
STATE(1696), 1,
sym_overriding_indicator,
STATE(692), 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,
[37102] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1224), 1,
sym_identifier,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
STATE(816), 1,
sym_null_exclusion,
STATE(1281), 1,
sym__subtype_indication,
STATE(2038), 1,
sym_value_sequence,
STATE(1140), 2,
sym__name,
sym_function_call,
ACTIONS(892), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(557), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[37141] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2048), 1,
sym_identifier,
ACTIONS(2495), 1,
aux_sym_primary_null_token1,
ACTIONS(2497), 1,
aux_sym_case_expression_token1,
STATE(1522), 1,
sym_component_list,
STATE(1532), 1,
sym_variant_part,
STATE(1592), 1,
sym__defining_identifier_list,
STATE(706), 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,
[37180] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2499), 1,
sym_identifier,
ACTIONS(2503), 1,
aux_sym_use_clause_token1,
ACTIONS(2505), 1,
aux_sym_use_clause_token2,
STATE(2024), 1,
sym__name_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2501), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(951), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37217] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2367), 1,
sym_identifier,
ACTIONS(2507), 1,
aux_sym__package_specification_token3,
STATE(2038), 1,
sym_value_sequence,
STATE(695), 2,
sym_component_clause,
aux_sym_record_representation_clause_repeat1,
ACTIONS(2369), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1041), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37252] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1224), 1,
sym_identifier,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
STATE(816), 1,
sym_null_exclusion,
STATE(1543), 1,
sym__subtype_indication,
STATE(2038), 1,
sym_value_sequence,
STATE(1140), 2,
sym__name,
sym_function_call,
ACTIONS(892), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(557), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[37291] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1224), 1,
sym_identifier,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
STATE(816), 1,
sym_null_exclusion,
STATE(1486), 1,
sym__subtype_indication,
STATE(2038), 1,
sym_value_sequence,
STATE(1140), 2,
sym__name,
sym_function_call,
ACTIONS(892), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(557), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[37330] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1224), 1,
sym_identifier,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
STATE(816), 1,
sym_null_exclusion,
STATE(1148), 1,
sym__subtype_indication,
STATE(2038), 1,
sym_value_sequence,
STATE(1140), 2,
sym__name,
sym_function_call,
ACTIONS(892), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(557), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[37369] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2048), 1,
sym_identifier,
ACTIONS(2497), 1,
aux_sym_case_expression_token1,
STATE(1458), 1,
sym_variant_part,
STATE(1592), 1,
sym__defining_identifier_list,
ACTIONS(2509), 2,
aux_sym_iterator_filter_token1,
aux_sym__package_specification_token3,
STATE(712), 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,
[37406] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(326), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2048), 1,
sym_identifier,
ACTIONS(2495), 1,
aux_sym_primary_null_token1,
ACTIONS(2497), 1,
aux_sym_case_expression_token1,
STATE(1532), 1,
sym_variant_part,
STATE(1592), 1,
sym__defining_identifier_list,
STATE(1597), 1,
sym_component_list,
STATE(706), 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,
[37445] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(2389), 1,
sym_identifier,
STATE(536), 1,
sym__subtype_indication_paren_constraint,
STATE(811), 1,
sym_null_exclusion,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2391), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(494), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37482] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1224), 1,
sym_identifier,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
STATE(816), 1,
sym_null_exclusion,
STATE(1125), 1,
sym__subtype_indication,
STATE(2038), 1,
sym_value_sequence,
STATE(1140), 2,
sym__name,
sym_function_call,
ACTIONS(892), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(557), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[37521] = 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(2493), 1,
aux_sym__package_specification_token3,
STATE(1696), 1,
sym_overriding_indicator,
STATE(714), 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,
[37557] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(2511), 1,
sym_identifier,
STATE(835), 1,
sym_null_exclusion,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2513), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(875), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37591] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2515), 1,
sym_identifier,
ACTIONS(2518), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(2523), 1,
aux_sym_pragma_g_token1,
STATE(1592), 1,
sym__defining_identifier_list,
ACTIONS(2521), 3,
aux_sym_iterator_filter_token1,
aux_sym__package_specification_token3,
aux_sym_case_expression_token1,
STATE(712), 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,
[37623] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 1,
aux_sym_relation_membership_token1,
ACTIONS(53), 1,
aux_sym_global_mode_token1,
ACTIONS(2052), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2054), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(2526), 1,
aux_sym__package_specification_token1,
ACTIONS(2528), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(2530), 1,
aux_sym_interface_type_definition_token1,
STATE(1078), 1,
sym_overriding_indicator,
STATE(1268), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
STATE(517), 5,
sym__proper_body,
sym_subprogram_body,
sym_package_body,
sym_task_body,
sym_protected_body,
[37663] = 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(2532), 1,
aux_sym__package_specification_token3,
STATE(1696), 1,
sym_overriding_indicator,
STATE(692), 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,
[37699] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(1918), 1,
aux_sym_relation_membership_token1,
ACTIONS(2397), 1,
sym_identifier,
STATE(824), 1,
sym_null_exclusion,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2399), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(881), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37733] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2451), 1,
aux_sym_component_choice_list_token1,
ACTIONS(2459), 1,
sym_identifier,
STATE(1502), 1,
sym_exception_choice,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2449), 4,
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,
[37767] = 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(2532), 1,
aux_sym__package_specification_token3,
STATE(1696), 1,
sym_overriding_indicator,
STATE(719), 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,
[37803] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2534), 1,
sym_identifier,
ACTIONS(2538), 1,
aux_sym_iterator_filter_token1,
ACTIONS(2540), 1,
anon_sym_SEMI,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2536), 4,
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,
[37837] = 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(2542), 1,
aux_sym__package_specification_token3,
STATE(1696), 1,
sym_overriding_indicator,
STATE(692), 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,
[37873] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2544), 1,
sym_identifier,
STATE(2038), 1,
sym_value_sequence,
STATE(2026), 2,
sym_loop_parameter_specification,
sym_iterator_specification,
ACTIONS(2546), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1073), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37905] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1660), 1,
sym__interface_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2548), 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,
[37934] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1463), 1,
sym__interface_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2548), 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,
[37963] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2552), 1,
anon_sym_SEMI,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2550), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1006), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[37992] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1923), 1,
sym__interface_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2548), 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,
[38021] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2554), 1,
sym_identifier,
ACTIONS(2558), 1,
aux_sym_package_body_token1,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2556), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(939), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38052] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1930), 1,
sym__interface_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2548), 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,
[38081] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2562), 1,
anon_sym_SEMI,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2560), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1081), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38110] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2566), 1,
anon_sym_SEMI,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2564), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1039), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38139] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2570), 1,
anon_sym_SEMI,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2568), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1034), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38168] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1990), 1,
sym__interface_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2548), 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,
[38197] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2574), 1,
anon_sym_SEMI,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2572), 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,
[38226] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1801), 1,
sym__interface_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2548), 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,
[38255] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2407), 1,
sym_identifier,
ACTIONS(2576), 1,
aux_sym_attribute_designator_token1,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2409), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(886), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38286] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1490), 1,
sym_index_subtype_definition,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2578), 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,
[38315] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1782), 1,
sym__name_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2501), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(951), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38344] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1721), 1,
sym__interface_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2548), 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,
[38373] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1509), 1,
sym__interface_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2548), 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,
[38402] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1964), 1,
sym__interface_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2548), 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,
[38431] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1453), 1,
sym__name_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2580), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(958), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38460] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2017), 1,
sym__name_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2501), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(951), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38489] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2576), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2582), 1,
sym_identifier,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2584), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(891), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38520] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2586), 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,
[38541] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1922), 1,
sym_reduction_specification,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2588), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1069), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38570] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1794), 1,
sym__name_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2501), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(951), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38599] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2592), 1,
anon_sym_SEMI,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2590), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1017), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38628] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2594), 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,
[38649] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2598), 1,
anon_sym_SEMI,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2596), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1050), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38678] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2600), 1,
sym_identifier,
ACTIONS(2604), 1,
aux_sym_loop_parameter_specification_token1,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2602), 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,
[38709] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2606), 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,
[38730] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2576), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2608), 1,
sym_identifier,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2610), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1083), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38761] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1583), 1,
sym__interface_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2548), 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,
[38790] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1471), 1,
sym__interface_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2548), 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,
[38819] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2614), 1,
anon_sym_SEMI,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2612), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1054), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38848] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2576), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2616), 1,
sym_identifier,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2618), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(815), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38879] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1873), 1,
sym__interface_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2548), 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,
[38908] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1631), 1,
sym__interface_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2548), 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,
[38937] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1918), 1,
sym__interface_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2548), 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,
[38966] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2622), 1,
anon_sym_SEMI,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2620), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1030), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[38995] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1429), 1,
sym__interface_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2548), 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,
[39024] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2624), 1,
sym_identifier,
ACTIONS(2628), 1,
aux_sym_loop_parameter_specification_token1,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2626), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(896), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[39055] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2630), 1,
sym_identifier,
ACTIONS(2634), 1,
aux_sym_loop_parameter_specification_token1,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2632), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(884), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[39086] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2636), 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,
[39107] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1730), 1,
sym__interface_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2548), 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,
[39136] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
STATE(2054), 1,
sym__interface_list,
ACTIONS(2548), 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,
[39165] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2638), 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,
[39186] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1787), 1,
sym__interface_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2548), 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,
[39215] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
STATE(2058), 1,
sym__interface_list,
ACTIONS(2548), 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,
[39244] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2642), 1,
anon_sym_SEMI,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2640), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1019), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[39273] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2646), 1,
anon_sym_SEMI,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2644), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1059), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[39302] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1926), 1,
sym__name_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2501), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(951), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[39331] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2648), 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,
[39352] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1417), 1,
sym__interface_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2548), 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,
[39381] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1928), 1,
sym__name_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2501), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(951), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[39410] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2652), 1,
anon_sym_SEMI,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2650), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1071), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[39439] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2654), 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,
[39460] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2658), 1,
anon_sym_SEMI,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2656), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1036), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[39489] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1932), 1,
sym__name_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2501), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(951), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[39518] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2662), 1,
anon_sym_SEMI,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2660), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1067), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[39547] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2576), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2664), 1,
sym_identifier,
STATE(2038), 1,
sym_value_sequence,
STATE(1140), 2,
sym__name,
sym_function_call,
ACTIONS(2666), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[39580] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1744), 1,
sym__interface_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2548), 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,
[39609] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2668), 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,
[39630] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1371), 1,
sym__interface_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2548), 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,
[39659] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2672), 1,
anon_sym_SEMI,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2670), 5,
sym_identifier,
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,
[39688] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2676), 1,
anon_sym_SEMI,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2674), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1027), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[39717] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2680), 1,
anon_sym_SEMI,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2678), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1022), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[39746] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2576), 1,
aux_sym_attribute_designator_token1,
ACTIONS(2682), 1,
sym_identifier,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2684), 4,
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,
[39777] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2688), 1,
anon_sym_SEMI,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2686), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1068), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[39806] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2397), 1,
sym_identifier,
ACTIONS(2576), 1,
aux_sym_attribute_designator_token1,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2399), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(881), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[39837] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1320), 1,
sym__interface_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2548), 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,
[39866] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(1475), 1,
sym__interface_list,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2548), 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,
[39895] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2690), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(952), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[39921] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2692), 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,
[39947] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2694), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(966), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[39973] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
STATE(481), 1,
sym_actual_parameter_part,
ACTIONS(2696), 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,
[40001] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2425), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(808), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40027] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2698), 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,
[40053] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2700), 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,
[40079] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2702), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(954), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40105] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2704), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(973), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40131] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2706), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(888), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40157] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2708), 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,
[40183] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2710), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(972), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40209] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2712), 1,
sym_identifier,
ACTIONS(2716), 1,
aux_sym_non_empty_mode_token1,
ACTIONS(2714), 12,
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,
[40233] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2718), 2,
sym_identifier,
anon_sym_DASH,
ACTIONS(2720), 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,
[40255] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2722), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(885), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40281] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2724), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(948), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40307] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2726), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(986), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40333] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
STATE(481), 1,
sym_actual_parameter_part,
ACTIONS(2728), 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,
[40361] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2730), 5,
sym_identifier,
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,
[40387] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2732), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(955), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40413] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2734), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(493), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40439] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2736), 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,
[40465] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2738), 1,
sym_identifier,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2546), 4,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1073), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40493] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2740), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(956), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40519] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
STATE(481), 1,
sym_actual_parameter_part,
ACTIONS(2742), 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,
[40547] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
STATE(1140), 2,
sym__name,
sym_function_call,
ACTIONS(2666), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(566), 5,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
[40575] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2744), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(890), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40601] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2746), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(924), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40627] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2748), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(889), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40653] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2750), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1049), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40679] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2752), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(983), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40705] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2754), 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,
[40731] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(2756), 1,
sym_identifier,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2708), 4,
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,
[40759] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2513), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(875), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40785] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2758), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(953), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40811] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
STATE(481), 1,
sym_actual_parameter_part,
ACTIONS(2760), 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,
[40839] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2556), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(939), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40865] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2762), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1085), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40891] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2764), 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,
[40917] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2766), 5,
sym_identifier,
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,
[40943] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2768), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(965), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40969] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2770), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1040), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[40995] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2772), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(980), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41021] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2774), 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,
[41047] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2776), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(878), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41073] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2778), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(592), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41099] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2780), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(964), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41125] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2782), 5,
sym_identifier,
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,
[41151] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2784), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1025), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41177] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2786), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1020), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41203] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2788), 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,
[41229] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2790), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(1031), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41255] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
STATE(481), 1,
sym_actual_parameter_part,
ACTIONS(2792), 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,
[41283] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2794), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(826), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41309] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2796), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(887), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41335] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1748), 1,
anon_sym_DOT,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(1820), 1,
sym_tick,
ACTIONS(2798), 1,
aux_sym_range_attribute_designator_token1,
STATE(481), 1,
sym_actual_parameter_part,
ACTIONS(1814), 2,
anon_sym_DASH,
anon_sym_STAR,
ACTIONS(1816), 7,
anon_sym_PLUS,
anon_sym_AMP,
anon_sym_SLASH,
anon_sym_mod,
anon_sym_rem,
anon_sym_DOT_DOT,
anon_sym_STAR_STAR,
[41367] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2800), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(982), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41393] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2802), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(944), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41419] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2804), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(898), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41445] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2806), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(968), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41471] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2808), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(936), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41497] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LBRACK,
STATE(2038), 1,
sym_value_sequence,
ACTIONS(2810), 5,
sym_identifier,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
STATE(937), 7,
sym__name,
sym_selected_component,
sym_slice,
sym__attribute_reference,
sym__reduction_attribute_reference,
sym_qualified_expression,
sym_function_call,
[41523] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(2812), 1,
sym_identifier,
ACTIONS(2814), 1,
aux_sym_subprogram_body_token1,
ACTIONS(2816), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(2818), 1,
aux_sym_interface_type_definition_token1,
STATE(1713), 1,
sym__defining_identifier_list,
STATE(337), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(858), 5,
sym__declare_item,
sym_object_declaration,
sym_pragma_g,
sym_object_renaming_declaration,
aux_sym_declare_expression_repeat1,
[41556] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2820), 1,
aux_sym_chunk_specification_token1,
ACTIONS(1664), 2,
anon_sym_DASH,
anon_sym_STAR,
ACTIONS(1666), 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,
[41579] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2822), 1,
sym_identifier,
ACTIONS(2825), 1,
aux_sym_subprogram_body_token1,
ACTIONS(2827), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(2830), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(2833), 1,
aux_sym_pragma_g_token1,
STATE(1713), 1,
sym__defining_identifier_list,
STATE(337), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(855), 5,
sym__declare_item,
sym_object_declaration,
sym_pragma_g,
sym_object_renaming_declaration,
aux_sym_declare_expression_repeat1,
[41612] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2712), 1,
sym_identifier,
ACTIONS(2714), 12,
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,
[41633] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(2239), 1,
anon_sym_LBRACK,
STATE(1354), 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,
[41656] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(57), 1,
aux_sym_pragma_g_token1,
ACTIONS(2812), 1,
sym_identifier,
ACTIONS(2816), 1,
aux_sym_access_to_subprogram_definition_token1,
ACTIONS(2818), 1,
aux_sym_interface_type_definition_token1,
ACTIONS(2836), 1,
aux_sym_subprogram_body_token1,
STATE(1713), 1,
sym__defining_identifier_list,
STATE(337), 2,
sym_single_protected_declaration,
sym_single_task_declaration,
STATE(855), 5,
sym__declare_item,
sym_object_declaration,
sym_pragma_g,
sym_object_renaming_declaration,
aux_sym_declare_expression_repeat1,
[41689] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(364), 1,
anon_sym_LPAREN,
ACTIONS(2239), 1,
anon_sym_LBRACK,
STATE(1265), 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,
[41712] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(69), 1,
aux_sym_accept_statement_token1,
ACTIONS(77), 1,
aux_sym_delay_until_statement_token1,
ACTIONS(2025), 1,
aux_sym_iterator_filter_token1,
ACTIONS(2027), 1,
aux_sym_terminate_alternative_token1,
STATE(40), 1,
sym_accept_statement,
STATE(869), 1,
sym_guard,
STATE(1291), 1,
sym_select_alternative,
STATE(42), 3,
sym__delay_statement,
sym_delay_until_statement,
sym_delay_relative_statement,
STATE(1271), 3,
sym_delay_alternative,
sym_accept_alternative,
sym_terminate_alternative,
[41747] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2838), 1,
sym_identifier,
ACTIONS(2840), 12,
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,
[41768] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2842), 1,
sym_identifier,
ACTIONS(2844), 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,
[41788] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2846), 1,
anon_sym_LPAREN,
STATE(882), 1,
sym_formal_part,
ACTIONS(2848), 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,
[41810] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2850), 1,
sym_identifier,
ACTIONS(2852), 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,
[41830] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2846), 1,
anon_sym_LPAREN,
STATE(876), 1,
sym_formal_part,
ACTIONS(2854), 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,
[41852] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2856), 1,
sym_identifier,
ACTIONS(2858), 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,
[41872] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2860), 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,
[41890] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2846), 1,
anon_sym_LPAREN,
STATE(880), 1,
sym_formal_part,
ACTIONS(2862), 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,
[41912] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(69), 1,
aux_sym_accept_statement_token1,
ACTIONS(77), 1,
aux_sym_delay_until_statement_token1,
ACTIONS(2027), 1,
aux_sym_terminate_alternative_token1,
STATE(40), 1,
sym_accept_statement,
STATE(1341), 1,
sym_select_alternative,
STATE(42), 3,
sym__delay_statement,
sym_delay_until_statement,
sym_delay_relative_statement,
STATE(1271), 3,
sym_delay_alternative,
sym_accept_alternative,
sym_terminate_alternative,
[41941] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2864), 1,
sym_identifier,
ACTIONS(2866), 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,
[41960] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2868), 1,
sym_identifier,
ACTIONS(2870), 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,
[41979] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(69), 1,
aux_sym_accept_statement_token1,
ACTIONS(77), 1,
aux_sym_delay_until_statement_token1,
ACTIONS(2027), 1,
aux_sym_terminate_alternative_token1,
STATE(40), 1,
sym_accept_statement,
STATE(1123), 1,
sym_select_alternative,
STATE(42), 3,
sym__delay_statement,
sym_delay_until_statement,
sym_delay_relative_statement,
STATE(1271), 3,
sym_delay_alternative,
sym_accept_alternative,
sym_terminate_alternative,
[42008] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2872), 1,
sym_identifier,
ACTIONS(2874), 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,
[42027] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2876), 1,
sym_identifier,
ACTIONS(2878), 10,
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,
[42046] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2176), 1,
anon_sym_COLON_EQ,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1138), 1,
sym__assign_value,
STATE(1480), 1,
sym_aspect_specification,
ACTIONS(2880), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[42078] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2862), 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,
[42094] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2882), 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,
[42110] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2176), 1,
anon_sym_COLON_EQ,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1136), 1,
sym__assign_value,
STATE(1514), 1,
sym_aspect_specification,
ACTIONS(2884), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[42142] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2176), 1,
anon_sym_COLON_EQ,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1102), 1,
sym__assign_value,
STATE(1529), 1,
sym_aspect_specification,
ACTIONS(2886), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[42174] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2888), 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,
[42190] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2176), 1,
anon_sym_COLON_EQ,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1194), 1,
sym__assign_value,
STATE(1415), 1,
sym_aspect_specification,
ACTIONS(2890), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[42222] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2854), 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,
[42238] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2892), 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,
[42254] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2403), 1,
aux_sym_iterator_filter_token1,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1359), 1,
sym_iterator_filter,
ACTIONS(2894), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[42281] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2403), 1,
aux_sym_iterator_filter_token1,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1262), 1,
sym_iterator_filter,
ACTIONS(2401), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[42308] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2176), 1,
anon_sym_COLON_EQ,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(2896), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1343), 1,
sym__assign_value,
STATE(1849), 1,
sym_aspect_specification,
[42339] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2898), 1,
anon_sym_LPAREN,
ACTIONS(2900), 1,
aux_sym__package_specification_token2,
ACTIONS(2902), 1,
aux_sym_result_profile_token1,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1488), 1,
sym_formal_part,
STATE(1104), 2,
sym__parameter_and_result_profile,
sym_result_profile,
[42368] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2898), 1,
anon_sym_LPAREN,
ACTIONS(2902), 1,
aux_sym_result_profile_token1,
ACTIONS(2904), 1,
aux_sym__package_specification_token2,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1488), 1,
sym_formal_part,
STATE(1104), 2,
sym__parameter_and_result_profile,
sym_result_profile,
[42397] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2403), 1,
aux_sym_iterator_filter_token1,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1345), 1,
sym_iterator_filter,
ACTIONS(2906), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[42424] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2403), 1,
aux_sym_iterator_filter_token1,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1348), 1,
sym_iterator_filter,
ACTIONS(2906), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[42451] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2176), 1,
anon_sym_COLON_EQ,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(2908), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1267), 1,
sym__assign_value,
STATE(1622), 1,
sym_aspect_specification,
[42482] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2176), 1,
anon_sym_COLON_EQ,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(2910), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1382), 1,
sym__assign_value,
STATE(1761), 1,
sym_aspect_specification,
[42513] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2046), 1,
anon_sym_COMMA,
ACTIONS(2912), 1,
anon_sym_COLON,
ACTIONS(2915), 1,
anon_sym_SEMI,
ACTIONS(2917), 1,
aux_sym_object_renaming_declaration_token1,
STATE(1221), 1,
aux_sym__defining_identifier_list_repeat1,
ACTIONS(1666), 4,
sym_tick,
anon_sym_DOT,
anon_sym_LPAREN,
anon_sym_COLON_EQ,
[42538] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2403), 1,
aux_sym_iterator_filter_token1,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1230), 1,
sym_iterator_filter,
ACTIONS(2405), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[42565] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2921), 1,
aux_sym_expression_token1,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1028), 1,
aux_sym__interface_list_repeat1,
ACTIONS(2919), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[42592] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2403), 1,
aux_sym_iterator_filter_token1,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1363), 1,
sym_iterator_filter,
ACTIONS(2894), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[42619] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2898), 1,
anon_sym_LPAREN,
ACTIONS(2925), 1,
aux_sym__package_specification_token2,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1193), 1,
sym_formal_part,
ACTIONS(2923), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_object_renaming_declaration_token1,
[42646] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2898), 1,
anon_sym_LPAREN,
ACTIONS(2928), 1,
aux_sym__package_specification_token2,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1193), 1,
sym_formal_part,
ACTIONS(2923), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_object_renaming_declaration_token1,
[42673] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2931), 1,
sym_identifier,
ACTIONS(2933), 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,
[42689] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2935), 1,
sym_identifier,
ACTIONS(2937), 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,
[42705] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2939), 1,
sym_identifier,
ACTIONS(2941), 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,
[42721] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2943), 1,
sym_identifier,
ACTIONS(2945), 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,
[42737] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2947), 1,
sym_identifier,
ACTIONS(2949), 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,
[42753] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
STATE(481), 1,
sym_actual_parameter_part,
ACTIONS(2951), 4,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token1,
aux_sym_expression_token3,
[42775] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2953), 1,
sym_identifier,
ACTIONS(2955), 7,
aux_sym_iterated_element_association_token2,
aux_sym__package_specification_token1,
aux_sym_with_clause_token2,
aux_sym_use_clause_token2,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_pragma_g_token1,
[42791] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2957), 1,
sym_identifier,
ACTIONS(2959), 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,
[42807] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2961), 1,
sym_identifier,
ACTIONS(2963), 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,
[42823] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2965), 1,
anon_sym_LPAREN,
ACTIONS(2967), 1,
anon_sym_LBRACK,
ACTIONS(2969), 1,
aux_sym_record_component_association_list_token1,
STATE(1796), 1,
sym_enumeration_aggregate,
STATE(1799), 4,
sym__array_aggregate,
sym_positional_array_aggregate,
sym_null_array_aggregate,
sym_named_array_aggregate,
[42845] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2971), 1,
sym_identifier,
ACTIONS(2973), 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,
[42861] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2977), 1,
aux_sym_with_clause_token2,
ACTIONS(2980), 1,
aux_sym_expression_token1,
STATE(481), 1,
sym_actual_parameter_part,
ACTIONS(2975), 2,
anon_sym_SEMI,
aux_sym_expression_token3,
[42887] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2982), 1,
sym_identifier,
ACTIONS(2984), 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,
[42903] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2986), 1,
sym_identifier,
ACTIONS(2988), 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,
[42919] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2990), 1,
sym_identifier,
ACTIONS(2992), 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,
[42935] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2994), 1,
sym_identifier,
ACTIONS(2996), 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,
[42951] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2998), 1,
sym_identifier,
ACTIONS(3000), 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,
[42967] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2176), 1,
anon_sym_COLON_EQ,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1434), 1,
sym__assign_value,
ACTIONS(3002), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[42993] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3004), 1,
sym_identifier,
ACTIONS(3006), 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,
[43009] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3008), 1,
sym_identifier,
ACTIONS(3010), 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,
[43025] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3012), 1,
sym_identifier,
ACTIONS(3014), 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,
[43041] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3016), 1,
sym_identifier,
ACTIONS(3018), 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,
[43057] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3020), 1,
sym_identifier,
ACTIONS(3022), 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,
[43073] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3024), 1,
sym_identifier,
ACTIONS(3026), 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,
[43089] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3028), 1,
sym_identifier,
ACTIONS(3030), 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,
[43105] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3034), 1,
aux_sym_with_clause_token2,
ACTIONS(3037), 1,
aux_sym_expression_token1,
STATE(481), 1,
sym_actual_parameter_part,
ACTIONS(3032), 2,
anon_sym_SEMI,
aux_sym_expression_token3,
[43131] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3039), 1,
sym_identifier,
ACTIONS(3041), 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,
[43147] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3043), 1,
sym_identifier,
ACTIONS(3045), 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,
[43163] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3047), 1,
sym_identifier,
ACTIONS(3049), 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,
[43179] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3051), 1,
sym_identifier,
ACTIONS(3053), 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,
[43195] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3055), 1,
sym_identifier,
ACTIONS(3057), 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,
[43211] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2176), 1,
anon_sym_COLON_EQ,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1459), 1,
sym__assign_value,
ACTIONS(3059), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[43237] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2052), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2054), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(3061), 1,
aux_sym__package_specification_token1,
STATE(408), 1,
sym_package_declaration,
STATE(2037), 1,
sym__package_specification,
STATE(1279), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
[43261] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3063), 1,
sym_identifier,
ACTIONS(3065), 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,
[43277] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3067), 1,
sym_identifier,
ACTIONS(3069), 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,
[43293] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3071), 1,
sym_identifier,
ACTIONS(3073), 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,
[43309] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3075), 1,
sym_identifier,
ACTIONS(3077), 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,
[43325] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2898), 1,
anon_sym_LPAREN,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1193), 1,
sym_formal_part,
ACTIONS(2923), 3,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_with_clause_token2,
[43349] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2898), 1,
anon_sym_LPAREN,
ACTIONS(2902), 1,
aux_sym_result_profile_token1,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1488), 1,
sym_formal_part,
STATE(1104), 2,
sym__parameter_and_result_profile,
sym_result_profile,
[43375] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3079), 1,
sym_identifier,
ACTIONS(3081), 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,
[43391] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3083), 1,
aux_sym__package_specification_token2,
ACTIONS(3085), 1,
aux_sym_object_renaming_declaration_token1,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1927), 1,
sym_aspect_specification,
[43419] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3087), 1,
sym_identifier,
ACTIONS(3089), 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,
[43435] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3091), 1,
sym_identifier,
ACTIONS(3093), 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,
[43451] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3095), 1,
sym_identifier,
ACTIONS(3097), 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,
[43467] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3099), 1,
sym_identifier,
ACTIONS(3101), 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,
[43483] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3105), 1,
aux_sym_with_clause_token2,
ACTIONS(3108), 1,
aux_sym_expression_token1,
STATE(481), 1,
sym_actual_parameter_part,
ACTIONS(3103), 2,
anon_sym_SEMI,
aux_sym_expression_token3,
[43509] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3110), 1,
sym_identifier,
ACTIONS(3112), 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,
[43525] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3114), 1,
sym_identifier,
ACTIONS(3116), 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,
[43541] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3118), 1,
sym_identifier,
ACTIONS(3120), 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,
[43557] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3122), 1,
anon_sym_COMMA,
ACTIONS(3124), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1338), 1,
aux_sym__name_list_repeat1,
[43582] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2019), 1,
sym_identifier,
ACTIONS(2021), 6,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_attribute_designator_token1,
[43597] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3126), 1,
sym_identifier,
ACTIONS(3128), 6,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym__package_specification_token3,
[43612] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3122), 1,
anon_sym_COMMA,
ACTIONS(3130), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1288), 1,
aux_sym__name_list_repeat1,
[43637] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3132), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1795), 1,
sym_aspect_specification,
[43662] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3134), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1924), 1,
sym_aspect_specification,
[43687] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3136), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1705), 1,
sym_aspect_specification,
[43712] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3138), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1809), 1,
sym_aspect_specification,
[43737] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3140), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1971), 1,
sym_aspect_specification,
[43762] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3142), 1,
anon_sym_LPAREN,
ACTIONS(3144), 1,
aux_sym_iterator_filter_token1,
STATE(1103), 1,
sym_non_empty_entry_body_formal_part,
STATE(1519), 1,
sym_aspect_specification,
STATE(1521), 1,
sym_formal_part,
STATE(1615), 1,
sym_entry_barrier,
[43787] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1206), 1,
aux_sym__name_list_repeat1,
ACTIONS(3130), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[43810] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3146), 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,
[43823] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3148), 1,
sym_identifier,
ACTIONS(3150), 6,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym__package_specification_token3,
[43838] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3152), 1,
anon_sym_LPAREN,
ACTIONS(3154), 1,
anon_sym_SEMI,
ACTIONS(3156), 1,
aux_sym__package_specification_token2,
ACTIONS(3158), 1,
aux_sym_expression_token3,
STATE(1321), 3,
sym__discriminant_part,
sym_unknown_discriminant_part,
sym_known_discriminant_part,
[43859] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3160), 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,
[43872] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3162), 1,
sym_identifier,
ACTIONS(3164), 6,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_relation_membership_token1,
[43887] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3166), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1599), 1,
sym_aspect_specification,
[43912] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3168), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1578), 1,
sym_aspect_specification,
[43937] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3170), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1895), 1,
sym_aspect_specification,
[43962] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3172), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1675), 1,
sym_aspect_specification,
[43987] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3174), 1,
aux_sym__package_specification_token2,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1927), 1,
sym_aspect_specification,
[44012] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3176), 1,
sym_identifier,
ACTIONS(3178), 6,
sym_gnatprep_identifier,
sym_string_literal,
sym_character_literal,
sym_target_name,
anon_sym_LBRACK,
aux_sym_relation_membership_token1,
[44027] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
STATE(481), 1,
sym_actual_parameter_part,
ACTIONS(3180), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_SEMI,
[44048] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3182), 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,
[44061] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3184), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1856), 1,
sym_aspect_specification,
[44086] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3186), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1861), 1,
sym_aspect_specification,
[44111] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3188), 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,
[44124] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3190), 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,
[44137] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3192), 1,
aux_sym__package_specification_token2,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1790), 1,
sym_aspect_specification,
[44162] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_tick,
ACTIONS(2108), 6,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_EQ_GT,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym__package_specification_token2,
[44177] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3196), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
STATE(2006), 1,
sym_aspect_specification,
[44202] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3198), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1979), 1,
sym_aspect_specification,
[44227] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3200), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1976), 1,
sym_aspect_specification,
[44252] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3202), 1,
aux_sym_chunk_specification_token1,
ACTIONS(3204), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(3207), 1,
anon_sym_COLON,
ACTIONS(3209), 1,
aux_sym_iterator_specification_token1,
ACTIONS(1666), 3,
sym_tick,
anon_sym_DOT,
anon_sym_LPAREN,
[44273] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3211), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1994), 1,
sym_aspect_specification,
[44298] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3213), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
STATE(1977), 1,
sym_aspect_specification,
[44323] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3215), 1,
anon_sym_LPAREN,
ACTIONS(3217), 1,
anon_sym_SEMI,
ACTIONS(3219), 1,
aux_sym__package_specification_token2,
STATE(1135), 1,
sym_known_discriminant_part,
STATE(1447), 1,
sym_aspect_specification,
[44345] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3221), 6,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_EQ_GT,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym__package_specification_token2,
[44357] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3223), 1,
anon_sym_SEMI,
ACTIONS(3225), 1,
aux_sym_with_clause_token2,
STATE(481), 1,
sym_actual_parameter_part,
[44379] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3227), 1,
aux_sym_iterator_filter_token1,
ACTIONS(3229), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
[44401] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3231), 1,
anon_sym_COLON,
ACTIONS(1666), 5,
sym_tick,
anon_sym_DOT,
anon_sym_LPAREN,
anon_sym_EQ_GT,
anon_sym_PIPE,
[44415] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3233), 1,
anon_sym_COMMA,
STATE(1012), 1,
aux_sym_aspect_mark_list_repeat1,
ACTIONS(3235), 4,
anon_sym_RPAREN,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym__package_specification_token2,
[44431] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2176), 1,
anon_sym_COLON_EQ,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
STATE(1121), 1,
sym__assign_value,
STATE(1531), 1,
sym_aspect_specification,
ACTIONS(3237), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[44451] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2052), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2054), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(3239), 1,
aux_sym__package_specification_token1,
STATE(1190), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
[44469] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2176), 1,
anon_sym_COLON_EQ,
STATE(1013), 1,
sym_actual_parameter_part,
STATE(1954), 1,
sym__assign_value,
[44491] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3241), 1,
anon_sym_COMMA,
ACTIONS(3243), 1,
anon_sym_RBRACK,
ACTIONS(3247), 1,
aux_sym_with_clause_token2,
STATE(1349), 1,
aux_sym_positional_array_aggregate_repeat1,
ACTIONS(3245), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[44511] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(81), 1,
aux_sym_iteration_scheme_token1,
ACTIONS(414), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(420), 1,
aux_sym_subprogram_body_token1,
ACTIONS(3249), 1,
aux_sym_declare_expression_token1,
ACTIONS(3251), 1,
aux_sym_loop_statement_token1,
STATE(1949), 1,
sym_iteration_scheme,
[44533] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
STATE(481), 1,
sym_actual_parameter_part,
ACTIONS(3253), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[44553] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3255), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(3257), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(3259), 1,
aux_sym_entry_declaration_token1,
STATE(1026), 1,
sym__subprogram_specification,
STATE(1188), 1,
sym_function_specification,
STATE(1191), 1,
sym_procedure_specification,
[44575] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3261), 1,
anon_sym_COMMA,
ACTIONS(3263), 1,
anon_sym_RPAREN,
ACTIONS(3265), 1,
aux_sym_with_clause_token2,
STATE(1431), 1,
aux_sym_positional_array_aggregate_repeat1,
ACTIONS(3245), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[44595] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2052), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2054), 1,
aux_sym_access_to_subprogram_definition_token3,
ACTIONS(3259), 1,
aux_sym_entry_declaration_token1,
STATE(1151), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
[44613] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
STATE(481), 1,
sym_actual_parameter_part,
ACTIONS(3267), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[44633] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3271), 1,
anon_sym_EQ_GT,
ACTIONS(3269), 5,
anon_sym_COMMA,
anon_sym_RPAREN,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym__package_specification_token2,
[44647] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(368), 1,
aux_sym_chunk_specification_token1,
ACTIONS(388), 1,
aux_sym_global_mode_token1,
ACTIONS(390), 1,
aux_sym_non_empty_mode_token1,
STATE(739), 1,
sym_global_mode,
STATE(874), 1,
sym_non_empty_mode,
STATE(1454), 1,
sym_global_aspect_element,
[44669] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3273), 1,
aux_sym_compilation_unit_token1,
ACTIONS(3275), 1,
aux_sym_with_clause_token1,
ACTIONS(3277), 1,
aux_sym_allocator_token1,
ACTIONS(3279), 1,
aux_sym_private_type_declaration_token1,
ACTIONS(3281), 1,
aux_sym_private_type_declaration_token2,
ACTIONS(3283), 1,
aux_sym_private_extension_declaration_token1,
[44691] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2048), 1,
sym_identifier,
ACTIONS(3285), 1,
aux_sym_iterated_element_association_token1,
STATE(1399), 1,
sym_parameter_specification,
STATE(1735), 1,
sym__parameter_specification_list,
STATE(1737), 1,
sym__defining_identifier_list,
STATE(1747), 1,
sym_entry_index_specification,
[44713] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1920), 1,
aux_sym_primary_null_token1,
ACTIONS(1926), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3273), 1,
aux_sym_compilation_unit_token1,
ACTIONS(3287), 1,
aux_sym_allocator_token1,
ACTIONS(3289), 1,
aux_sym_interface_type_definition_token2,
STATE(1546), 1,
sym_record_definition,
[44735] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3291), 1,
anon_sym_COMMA,
STATE(1005), 1,
aux_sym_aspect_mark_list_repeat1,
ACTIONS(3294), 4,
anon_sym_RPAREN,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym__package_specification_token2,
[44751] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3296), 1,
anon_sym_SEMI,
ACTIONS(3298), 1,
aux_sym_with_clause_token2,
STATE(481), 1,
sym_actual_parameter_part,
[44773] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1920), 1,
aux_sym_primary_null_token1,
ACTIONS(1926), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3273), 1,
aux_sym_compilation_unit_token1,
ACTIONS(3300), 1,
anon_sym_SEMI,
ACTIONS(3302), 1,
aux_sym_with_clause_token1,
STATE(1546), 1,
sym_record_definition,
[44795] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2915), 1,
anon_sym_SEMI,
ACTIONS(3304), 1,
anon_sym_COLON,
ACTIONS(1666), 4,
sym_tick,
anon_sym_DOT,
anon_sym_LPAREN,
anon_sym_COLON_EQ,
[44811] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3152), 1,
anon_sym_LPAREN,
ACTIONS(3306), 1,
anon_sym_SEMI,
ACTIONS(3308), 1,
aux_sym__package_specification_token2,
STATE(1400), 1,
sym_known_discriminant_part,
STATE(1493), 2,
sym__discriminant_part,
sym_unknown_discriminant_part,
[44831] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3310), 6,
anon_sym_COMMA,
anon_sym_RPAREN,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_iterator_filter_token1,
aux_sym_loop_statement_token1,
[44843] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3312), 1,
sym_identifier,
STATE(1379), 1,
sym_quantifier,
ACTIONS(3314), 2,
aux_sym_use_clause_token1,
aux_sym_quantifier_token1,
STATE(1503), 2,
sym_loop_parameter_specification,
sym_iterator_specification,
[44861] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3233), 1,
anon_sym_COMMA,
STATE(1005), 1,
aux_sym_aspect_mark_list_repeat1,
ACTIONS(3316), 4,
anon_sym_RPAREN,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym__package_specification_token2,
[44877] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3318), 1,
anon_sym_SEMI,
ACTIONS(1704), 4,
sym_tick,
anon_sym_DOT,
anon_sym_LPAREN,
anon_sym_COLON_EQ,
[44890] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3255), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(3257), 1,
aux_sym_access_to_subprogram_definition_token3,
STATE(1097), 1,
sym__subprogram_specification,
STATE(1188), 1,
sym_function_specification,
STATE(1191), 1,
sym_procedure_specification,
[44909] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2915), 1,
anon_sym_SEMI,
ACTIONS(1666), 4,
sym_tick,
anon_sym_DOT,
anon_sym_LPAREN,
anon_sym_COLON_EQ,
[44922] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3320), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
[44941] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3322), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
[44960] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3324), 1,
aux_sym_object_renaming_declaration_token1,
STATE(481), 1,
sym_actual_parameter_part,
[44979] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3326), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
[44998] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3328), 1,
aux_sym_object_renaming_declaration_token1,
STATE(481), 1,
sym_actual_parameter_part,
[45017] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3332), 1,
aux_sym_elsif_expression_item_token1,
ACTIONS(3330), 2,
aux_sym__package_specification_token3,
aux_sym_expression_token4,
STATE(1021), 2,
sym_elsif_statement_item,
aux_sym_if_statement_repeat1,
[45032] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3335), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
[45051] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3337), 5,
anon_sym_COMMA,
anon_sym_RPAREN,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym__package_specification_token2,
[45062] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3339), 5,
anon_sym_COMMA,
anon_sym_RPAREN,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym__package_specification_token2,
[45073] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3341), 1,
aux_sym_object_renaming_declaration_token1,
STATE(481), 1,
sym_actual_parameter_part,
[45092] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3343), 1,
anon_sym_SEMI,
ACTIONS(3345), 1,
aux_sym__package_specification_token2,
ACTIONS(3347), 1,
aux_sym_object_renaming_declaration_token1,
STATE(1441), 1,
sym_aspect_specification,
[45111] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3349), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
[45130] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2921), 1,
aux_sym_expression_token1,
STATE(1042), 1,
aux_sym__interface_list_repeat1,
ACTIONS(3351), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[45145] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2846), 1,
anon_sym_LPAREN,
ACTIONS(2902), 1,
aux_sym_result_profile_token1,
STATE(1488), 1,
sym_formal_part,
STATE(882), 2,
sym__parameter_and_result_profile,
sym_result_profile,
[45162] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3353), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
[45181] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3355), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
[45200] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3357), 1,
aux_sym_object_renaming_declaration_token1,
STATE(481), 1,
sym_actual_parameter_part,
[45219] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3359), 1,
anon_sym_RPAREN,
ACTIONS(3361), 1,
aux_sym_expression_token4,
ACTIONS(3363), 1,
aux_sym_elsif_expression_item_token1,
STATE(1084), 2,
sym_elsif_expression_item,
aux_sym_if_expression_repeat1,
[45236] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3365), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
[45255] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2846), 1,
anon_sym_LPAREN,
STATE(1234), 1,
sym_formal_part,
ACTIONS(3367), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[45270] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3369), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
[45289] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2846), 1,
anon_sym_LPAREN,
ACTIONS(2902), 1,
aux_sym_result_profile_token1,
STATE(1488), 1,
sym_formal_part,
STATE(1234), 2,
sym__parameter_and_result_profile,
sym_result_profile,
[45306] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2176), 1,
anon_sym_COLON_EQ,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3371), 1,
anon_sym_SEMI,
STATE(1378), 1,
sym__assign_value,
STATE(1773), 1,
sym_aspect_specification,
[45325] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3373), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
[45344] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3375), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
[45363] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3377), 1,
aux_sym_at_clause_token1,
STATE(481), 1,
sym_actual_parameter_part,
[45382] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3379), 1,
aux_sym_expression_token1,
STATE(1042), 1,
aux_sym__interface_list_repeat1,
ACTIONS(2951), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[45397] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3382), 1,
aux_sym__package_specification_token3,
ACTIONS(3384), 1,
aux_sym_expression_token4,
ACTIONS(3386), 1,
aux_sym_elsif_expression_item_token1,
STATE(1091), 2,
sym_elsif_statement_item,
aux_sym_if_statement_repeat1,
[45414] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3388), 1,
anon_sym_RPAREN,
STATE(481), 1,
sym_actual_parameter_part,
[45433] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3390), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
[45452] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2176), 1,
anon_sym_COLON_EQ,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3392), 1,
anon_sym_SEMI,
STATE(1344), 1,
sym__assign_value,
STATE(1851), 1,
sym_aspect_specification,
[45471] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2403), 1,
aux_sym_iterator_filter_token1,
STATE(1228), 1,
sym_iterator_filter,
ACTIONS(3394), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[45486] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3241), 1,
anon_sym_COMMA,
ACTIONS(3243), 1,
anon_sym_RBRACK,
STATE(1349), 1,
aux_sym_positional_array_aggregate_repeat1,
ACTIONS(3245), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[45503] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3396), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
[45522] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3398), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
[45541] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2846), 1,
anon_sym_LPAREN,
ACTIONS(2902), 1,
aux_sym_result_profile_token1,
STATE(1488), 1,
sym_formal_part,
STATE(1326), 2,
sym__parameter_and_result_profile,
sym_result_profile,
[45558] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2846), 1,
anon_sym_LPAREN,
STATE(1326), 1,
sym_formal_part,
ACTIONS(3400), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[45573] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2176), 1,
anon_sym_COLON_EQ,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3402), 1,
anon_sym_SEMI,
STATE(1296), 1,
sym__assign_value,
STATE(1915), 1,
sym_aspect_specification,
[45592] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3404), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
[45611] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3406), 1,
aux_sym__package_specification_token2,
ACTIONS(1666), 4,
sym_tick,
anon_sym_DOT,
anon_sym_LPAREN,
aux_sym_with_clause_token2,
[45624] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2846), 1,
anon_sym_LPAREN,
ACTIONS(2902), 1,
aux_sym_result_profile_token1,
STATE(1488), 1,
sym_formal_part,
STATE(876), 2,
sym__parameter_and_result_profile,
sym_result_profile,
[45641] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3409), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
[45660] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(77), 1,
aux_sym_delay_until_statement_token1,
STATE(1671), 1,
sym_delay_alternative,
STATE(42), 3,
sym__delay_statement,
sym_delay_until_statement,
sym_delay_relative_statement,
[45675] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3411), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
[45694] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2176), 1,
anon_sym_COLON_EQ,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3413), 1,
anon_sym_SEMI,
STATE(1300), 1,
sym__assign_value,
STATE(1743), 1,
sym_aspect_specification,
[45713] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2176), 1,
anon_sym_COLON_EQ,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3415), 1,
anon_sym_SEMI,
STATE(1366), 1,
sym__assign_value,
STATE(1758), 1,
sym_aspect_specification,
[45732] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3417), 1,
anon_sym_SEMI,
ACTIONS(3419), 1,
aux_sym__package_specification_token2,
ACTIONS(3421), 1,
aux_sym_object_renaming_declaration_token1,
STATE(1505), 1,
sym_aspect_specification,
[45751] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2176), 1,
anon_sym_COLON_EQ,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3423), 1,
anon_sym_SEMI,
STATE(1308), 1,
sym__assign_value,
STATE(1890), 1,
sym_aspect_specification,
[45770] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2176), 1,
anon_sym_COLON_EQ,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3425), 1,
anon_sym_SEMI,
STATE(1314), 1,
sym__assign_value,
STATE(1883), 1,
sym_aspect_specification,
[45789] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2176), 1,
anon_sym_COLON_EQ,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3427), 1,
anon_sym_SEMI,
STATE(1373), 1,
sym__assign_value,
STATE(1719), 1,
sym_aspect_specification,
[45808] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(496), 1,
aux_sym_component_choice_list_token1,
ACTIONS(3429), 1,
sym_identifier,
ACTIONS(3431), 1,
sym_string_literal,
STATE(1442), 1,
sym__named_record_component_association,
STATE(1896), 1,
sym_component_choice_list,
[45827] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3433), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
[45846] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3435), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
[45865] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3437), 1,
anon_sym_COMMA,
STATE(481), 1,
sym_actual_parameter_part,
[45884] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(2798), 1,
aux_sym_range_attribute_designator_token1,
STATE(481), 1,
sym_actual_parameter_part,
[45903] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3439), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
[45922] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2403), 1,
aux_sym_iterator_filter_token1,
STATE(1260), 1,
sym_iterator_filter,
ACTIONS(3441), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[45937] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3443), 1,
sym_tick,
ACTIONS(3445), 1,
aux_sym_iterated_element_association_token2,
STATE(481), 1,
sym_actual_parameter_part,
[45956] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3447), 1,
anon_sym_LPAREN,
ACTIONS(3449), 1,
anon_sym_SEMI,
STATE(1266), 1,
sym_formal_part,
STATE(1618), 1,
sym_aspect_specification,
[45975] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2176), 1,
anon_sym_COLON_EQ,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3451), 1,
anon_sym_SEMI,
STATE(1273), 1,
sym__assign_value,
STATE(1636), 1,
sym_aspect_specification,
[45994] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3255), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(3257), 1,
aux_sym_access_to_subprogram_definition_token3,
STATE(1026), 1,
sym__subprogram_specification,
STATE(1188), 1,
sym_function_specification,
STATE(1191), 1,
sym_procedure_specification,
[46013] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1920), 1,
aux_sym_primary_null_token1,
ACTIONS(1926), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3453), 1,
aux_sym_compilation_unit_token1,
ACTIONS(3455), 1,
aux_sym_with_clause_token1,
STATE(1548), 1,
sym_record_definition,
[46032] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2052), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2054), 1,
aux_sym_access_to_subprogram_definition_token3,
STATE(1225), 3,
sym_function_specification,
sym_procedure_specification,
sym__subprogram_specification,
[46047] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2176), 1,
anon_sym_COLON_EQ,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3457), 1,
anon_sym_SEMI,
STATE(1272), 1,
sym__assign_value,
STATE(1632), 1,
sym_aspect_specification,
[46066] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3363), 1,
aux_sym_elsif_expression_item_token1,
ACTIONS(3459), 1,
anon_sym_RPAREN,
ACTIONS(3461), 1,
aux_sym_expression_token4,
STATE(1033), 2,
sym_elsif_expression_item,
aux_sym_if_expression_repeat1,
[46083] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3463), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
[46102] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3465), 1,
sym_identifier,
ACTIONS(3467), 1,
anon_sym_LT_GT,
STATE(1376), 1,
sym_discriminant_specification,
STATE(1777), 1,
sym_discriminant_specification_list,
STATE(1778), 1,
sym__defining_identifier_list,
[46121] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3469), 1,
aux_sym_object_renaming_declaration_token1,
STATE(481), 1,
sym_actual_parameter_part,
[46140] = 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(1084), 2,
sym_elsif_expression_item,
aux_sym_if_expression_repeat1,
[46155] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3476), 1,
anon_sym_RPAREN,
STATE(481), 1,
sym_actual_parameter_part,
[46174] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2140), 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,
[46185] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2846), 1,
anon_sym_LPAREN,
ACTIONS(2902), 1,
aux_sym_result_profile_token1,
STATE(1488), 1,
sym_formal_part,
STATE(880), 2,
sym__parameter_and_result_profile,
sym_result_profile,
[46202] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3215), 1,
anon_sym_LPAREN,
ACTIONS(3478), 1,
aux_sym__package_specification_token2,
STATE(1396), 1,
sym_known_discriminant_part,
STATE(1739), 1,
sym_aspect_specification,
[46221] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3480), 1,
anon_sym_LPAREN,
ACTIONS(3482), 1,
anon_sym_SEMI,
STATE(1332), 1,
sym_formal_part,
STATE(1866), 1,
sym_aspect_specification,
[46240] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2052), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2054), 1,
aux_sym_access_to_subprogram_definition_token3,
STATE(1188), 1,
sym_function_specification,
STATE(1191), 1,
sym_procedure_specification,
STATE(1199), 1,
sym__subprogram_specification,
[46259] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3386), 1,
aux_sym_elsif_expression_item_token1,
ACTIONS(3484), 1,
aux_sym__package_specification_token3,
ACTIONS(3486), 1,
aux_sym_expression_token4,
STATE(1021), 2,
sym_elsif_statement_item,
aux_sym_if_statement_repeat1,
[46276] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
ACTIONS(3488), 1,
anon_sym_SEMI,
STATE(481), 1,
sym_actual_parameter_part,
[46295] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(2846), 1,
anon_sym_LPAREN,
ACTIONS(3490), 1,
anon_sym_SEMI,
STATE(1304), 1,
sym_formal_part,
STATE(1902), 1,
sym_aspect_specification,
[46314] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3417), 1,
anon_sym_SEMI,
ACTIONS(3421), 1,
aux_sym_object_renaming_declaration_token1,
ACTIONS(3492), 1,
aux_sym__package_specification_token2,
STATE(1579), 1,
sym_aspect_specification,
[46333] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3294), 5,
anon_sym_COMMA,
anon_sym_RPAREN,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym__package_specification_token2,
[46344] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(2846), 1,
anon_sym_LPAREN,
ACTIONS(3494), 1,
anon_sym_SEMI,
STATE(1305), 1,
sym_formal_part,
STATE(1677), 1,
sym_aspect_specification,
[46363] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3343), 1,
anon_sym_SEMI,
ACTIONS(3347), 1,
aux_sym_object_renaming_declaration_token1,
ACTIONS(3496), 1,
aux_sym__package_specification_token2,
STATE(2009), 1,
sym_aspect_specification,
[46382] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1920), 1,
aux_sym_primary_null_token1,
ACTIONS(1926), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3289), 1,
aux_sym_interface_type_definition_token2,
ACTIONS(3498), 1,
aux_sym_allocator_token1,
STATE(1546), 1,
sym_record_definition,
[46401] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3500), 5,
anon_sym_COMMA,
anon_sym_RPAREN,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym__package_specification_token2,
[46412] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3502), 5,
anon_sym_COMMA,
anon_sym_RPAREN,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym__package_specification_token2,
[46423] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3504), 1,
aux_sym_iterator_filter_token1,
ACTIONS(3506), 1,
aux_sym__package_specification_token3,
STATE(1178), 2,
sym_exception_handler,
aux_sym_handled_sequence_of_statements_repeat1,
[46437] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
STATE(1412), 1,
sym_aspect_specification,
ACTIONS(3508), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[46451] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3144), 1,
aux_sym_iterator_filter_token1,
STATE(1416), 1,
sym_aspect_specification,
STATE(1749), 1,
sym_entry_barrier,
[46467] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3510), 4,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_with_clause_token2,
aux_sym_object_renaming_declaration_token1,
[46477] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(454), 1,
aux_sym_gnatprep_declarative_if_statement_token2,
ACTIONS(3512), 1,
aux_sym_gnatprep_declarative_if_statement_token3,
ACTIONS(3514), 1,
aux_sym_gnatprep_declarative_if_statement_token4,
STATE(1173), 1,
aux_sym_gnatprep_if_statement_repeat1,
[46493] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1920), 1,
aux_sym_primary_null_token1,
ACTIONS(1926), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3516), 1,
aux_sym_with_clause_token1,
STATE(1546), 1,
sym_record_definition,
[46509] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3518), 4,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
anon_sym_COLON_EQ,
[46519] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1920), 1,
aux_sym_primary_null_token1,
ACTIONS(1926), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3520), 1,
aux_sym_compilation_unit_token1,
STATE(1474), 1,
sym_record_definition,
[46535] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3522), 1,
anon_sym_SEMI,
ACTIONS(3524), 1,
aux_sym__package_specification_token2,
STATE(1464), 1,
sym_aspect_specification,
[46551] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3526), 1,
anon_sym_COMMA,
ACTIONS(3528), 1,
anon_sym_RPAREN,
ACTIONS(3245), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[46565] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3530), 4,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
anon_sym_COLON_EQ,
[46575] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3417), 1,
anon_sym_SEMI,
ACTIONS(3532), 1,
aux_sym__package_specification_token2,
STATE(1505), 1,
sym_aspect_specification,
[46591] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3534), 4,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
anon_sym_COLON_EQ,
[46601] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3536), 1,
aux_sym__package_specification_token3,
ACTIONS(3538), 1,
aux_sym_expression_token3,
ACTIONS(3540), 1,
aux_sym_expression_token4,
STATE(1130), 1,
aux_sym_selective_accept_repeat1,
[46617] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1920), 1,
aux_sym_primary_null_token1,
ACTIONS(1926), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3453), 1,
aux_sym_compilation_unit_token1,
STATE(1548), 1,
sym_record_definition,
[46633] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3544), 1,
aux_sym_allocator_token1,
ACTIONS(3546), 1,
aux_sym_private_type_declaration_token2,
ACTIONS(3542), 2,
aux_sym_with_clause_token1,
aux_sym_private_extension_declaration_token1,
[46647] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3548), 1,
anon_sym_SEMI,
ACTIONS(3550), 1,
aux_sym_with_clause_token2,
ACTIONS(3553), 1,
aux_sym_expression_token1,
STATE(1424), 1,
sym_record_extension_part,
[46663] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3555), 4,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
anon_sym_COLON_EQ,
[46673] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3557), 4,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
anon_sym_COLON_EQ,
[46683] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2176), 1,
anon_sym_COLON_EQ,
STATE(1460), 1,
sym__assign_value,
ACTIONS(3559), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[46697] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
STATE(1411), 1,
sym_aspect_specification,
ACTIONS(3561), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[46711] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3563), 4,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
anon_sym_COLON_EQ,
[46721] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3536), 1,
aux_sym__package_specification_token3,
ACTIONS(3538), 1,
aux_sym_expression_token3,
ACTIONS(3540), 1,
aux_sym_expression_token4,
STATE(1149), 1,
aux_sym_selective_accept_repeat1,
[46737] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2046), 1,
anon_sym_COMMA,
ACTIONS(2917), 1,
aux_sym_object_renaming_declaration_token1,
ACTIONS(3565), 1,
anon_sym_COLON,
STATE(1221), 1,
aux_sym__defining_identifier_list_repeat1,
[46753] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3568), 1,
anon_sym_SEMI,
ACTIONS(3570), 1,
aux_sym_with_clause_token2,
ACTIONS(3573), 1,
aux_sym_expression_token1,
STATE(1555), 1,
sym_record_extension_part,
[46769] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3575), 1,
aux_sym_iterator_filter_token1,
ACTIONS(3577), 1,
aux_sym__package_specification_token3,
STATE(1184), 2,
sym_variant,
aux_sym_variant_list_repeat1,
[46783] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2046), 1,
anon_sym_COMMA,
ACTIONS(2917), 1,
aux_sym_object_renaming_declaration_token1,
ACTIONS(3579), 1,
anon_sym_COLON,
STATE(1221), 1,
aux_sym__defining_identifier_list_repeat1,
[46799] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3582), 1,
anon_sym_COMMA,
STATE(1128), 1,
aux_sym__name_list_repeat1,
ACTIONS(3180), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[46813] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1920), 1,
aux_sym_primary_null_token1,
ACTIONS(1926), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3585), 1,
aux_sym_compilation_unit_token1,
STATE(1474), 1,
sym_record_definition,
[46829] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3589), 1,
aux_sym_expression_token3,
STATE(1130), 1,
aux_sym_selective_accept_repeat1,
ACTIONS(3587), 2,
aux_sym__package_specification_token3,
aux_sym_expression_token4,
[46843] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3592), 1,
aux_sym_compilation_unit_token1,
ACTIONS(3594), 1,
anon_sym_SEMI,
ACTIONS(3596), 1,
aux_sym_with_clause_token1,
ACTIONS(3598), 1,
aux_sym_expression_token3,
[46859] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3465), 1,
sym_identifier,
STATE(1376), 1,
sym_discriminant_specification,
STATE(1777), 1,
sym_discriminant_specification_list,
STATE(1778), 1,
sym__defining_identifier_list,
[46875] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3417), 1,
anon_sym_SEMI,
ACTIONS(3492), 1,
aux_sym__package_specification_token2,
STATE(1579), 1,
sym_aspect_specification,
[46891] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3600), 1,
aux_sym_iterator_filter_token1,
ACTIONS(3603), 1,
aux_sym__package_specification_token3,
STATE(1134), 2,
sym_case_statement_alternative,
aux_sym_case_statement_repeat1,
[46905] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3605), 1,
anon_sym_SEMI,
ACTIONS(3607), 1,
aux_sym__package_specification_token2,
STATE(1425), 1,
sym_aspect_specification,
[46921] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
STATE(1539), 1,
sym_aspect_specification,
ACTIONS(3609), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[46935] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1920), 1,
aux_sym_primary_null_token1,
ACTIONS(1926), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3611), 1,
aux_sym_compilation_unit_token1,
STATE(1474), 1,
sym_record_definition,
[46951] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
STATE(1513), 1,
sym_aspect_specification,
ACTIONS(3613), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[46965] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
STATE(1013), 1,
sym_actual_parameter_part,
[46981] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1746), 1,
sym_tick,
ACTIONS(1818), 1,
anon_sym_LPAREN,
ACTIONS(2124), 1,
anon_sym_DOT,
STATE(481), 1,
sym_actual_parameter_part,
[46997] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3538), 1,
aux_sym_expression_token3,
ACTIONS(3615), 1,
aux_sym__package_specification_token3,
ACTIONS(3617), 1,
aux_sym_expression_token4,
STATE(1114), 1,
aux_sym_selective_accept_repeat1,
[47013] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3621), 1,
aux_sym_expression_token1,
ACTIONS(3619), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[47025] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3623), 1,
anon_sym_SEMI,
ACTIONS(3625), 1,
aux_sym_expression_token3,
STATE(1871), 1,
sym_aspect_specification,
[47041] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3627), 1,
aux_sym_gnatprep_declarative_if_statement_token2,
STATE(1144), 1,
aux_sym_gnatprep_declarative_if_statement_repeat1,
ACTIONS(3630), 2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
[47055] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3634), 1,
aux_sym__package_specification_token2,
ACTIONS(3632), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_object_renaming_declaration_token1,
[47067] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3637), 1,
anon_sym_COMMA,
STATE(1156), 1,
aux_sym__array_component_association_list_repeat1,
ACTIONS(3639), 2,
anon_sym_RPAREN,
anon_sym_RBRACK,
[47081] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3641), 1,
anon_sym_LPAREN,
ACTIONS(3643), 1,
anon_sym_SEMI,
ACTIONS(3645), 1,
aux_sym_accept_statement_token2,
STATE(1455), 1,
sym_formal_part,
[47097] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3548), 1,
anon_sym_SEMI,
ACTIONS(3647), 1,
aux_sym_with_clause_token2,
ACTIONS(3650), 1,
aux_sym_expression_token1,
STATE(1424), 1,
sym_record_extension_part,
[47113] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3538), 1,
aux_sym_expression_token3,
ACTIONS(3652), 1,
aux_sym__package_specification_token3,
ACTIONS(3654), 1,
aux_sym_expression_token4,
STATE(1130), 1,
aux_sym_selective_accept_repeat1,
[47129] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3658), 1,
aux_sym_allocator_token1,
ACTIONS(3660), 1,
aux_sym_private_type_declaration_token2,
ACTIONS(3656), 2,
aux_sym_with_clause_token1,
aux_sym_private_extension_declaration_token1,
[47143] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3343), 1,
anon_sym_SEMI,
ACTIONS(3496), 1,
aux_sym__package_specification_token2,
STATE(2009), 1,
sym_aspect_specification,
[47159] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(330), 1,
aux_sym_gnatprep_declarative_if_statement_token2,
ACTIONS(3662), 1,
aux_sym_gnatprep_declarative_if_statement_token3,
ACTIONS(3664), 1,
aux_sym_gnatprep_declarative_if_statement_token4,
STATE(1144), 1,
aux_sym_gnatprep_declarative_if_statement_repeat1,
[47175] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3666), 1,
aux_sym__package_specification_token2,
ACTIONS(3632), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_object_renaming_declaration_token1,
[47187] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3465), 1,
sym_identifier,
STATE(1399), 1,
sym_parameter_specification,
STATE(1735), 1,
sym__parameter_specification_list,
STATE(1737), 1,
sym__defining_identifier_list,
[47203] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1920), 1,
aux_sym_primary_null_token1,
ACTIONS(1926), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3669), 1,
aux_sym_compilation_unit_token1,
STATE(1474), 1,
sym_record_definition,
[47219] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3637), 1,
anon_sym_COMMA,
STATE(1165), 1,
aux_sym__array_component_association_list_repeat1,
ACTIONS(3671), 2,
anon_sym_RPAREN,
anon_sym_RBRACK,
[47233] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3675), 1,
aux_sym_expression_token2,
ACTIONS(3673), 3,
aux_sym__package_specification_token3,
aux_sym_expression_token3,
aux_sym_expression_token4,
[47245] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3677), 1,
anon_sym_COMMA,
STATE(1431), 1,
aux_sym_positional_array_aggregate_repeat1,
ACTIONS(3245), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[47259] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3204), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(1666), 3,
sym_tick,
anon_sym_DOT,
anon_sym_LPAREN,
[47271] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3679), 1,
aux_sym_attribute_designator_token3,
ACTIONS(3681), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[47283] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(330), 1,
aux_sym_gnatprep_declarative_if_statement_token2,
ACTIONS(3683), 1,
aux_sym_gnatprep_declarative_if_statement_token3,
ACTIONS(3685), 1,
aux_sym_gnatprep_declarative_if_statement_token4,
STATE(1144), 1,
aux_sym_gnatprep_declarative_if_statement_repeat1,
[47299] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2176), 1,
anon_sym_COLON_EQ,
STATE(1402), 1,
sym__assign_value,
ACTIONS(3687), 2,
anon_sym_SEMI,
aux_sym_accept_statement_token2,
[47313] = 4,
ACTIONS(3), 1,
sym_comment,
STATE(1203), 1,
sym__enumeration_literal_specification,
STATE(1576), 1,
sym__enumeration_literal_list,
ACTIONS(3689), 2,
sym_identifier,
sym_character_literal,
[47327] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3283), 1,
aux_sym_private_extension_declaration_token1,
ACTIONS(3287), 1,
aux_sym_allocator_token1,
ACTIONS(3691), 1,
aux_sym_with_clause_token1,
ACTIONS(3693), 1,
aux_sym_private_type_declaration_token2,
[47343] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3695), 1,
anon_sym_COMMA,
STATE(1165), 1,
aux_sym__array_component_association_list_repeat1,
ACTIONS(3698), 2,
anon_sym_RPAREN,
anon_sym_RBRACK,
[47357] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3702), 1,
aux_sym_range_attribute_designator_token1,
STATE(1432), 1,
sym_real_range_specification,
ACTIONS(3700), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[47371] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3704), 1,
anon_sym_SEMI,
ACTIONS(3706), 1,
aux_sym_with_clause_token2,
ACTIONS(3709), 1,
aux_sym_expression_token1,
STATE(1470), 1,
sym_record_extension_part,
[47387] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3713), 1,
aux_sym_expression_token1,
ACTIONS(3711), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[47399] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3575), 1,
aux_sym_iterator_filter_token1,
STATE(1714), 1,
sym_variant_list,
STATE(1126), 2,
sym_variant,
aux_sym_variant_list_repeat1,
[47413] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1920), 1,
aux_sym_primary_null_token1,
ACTIONS(1926), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3715), 1,
aux_sym_compilation_unit_token1,
STATE(1474), 1,
sym_record_definition,
[47429] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3717), 1,
aux_sym_iterator_filter_token1,
ACTIONS(3719), 1,
aux_sym__package_specification_token3,
STATE(1134), 2,
sym_case_statement_alternative,
aux_sym_case_statement_repeat1,
[47443] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3721), 4,
anon_sym_RPAREN,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_accept_statement_token2,
[47453] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3723), 1,
aux_sym_gnatprep_declarative_if_statement_token2,
STATE(1173), 1,
aux_sym_gnatprep_if_statement_repeat1,
ACTIONS(3726), 2,
aux_sym_gnatprep_declarative_if_statement_token3,
aux_sym_gnatprep_declarative_if_statement_token4,
[47467] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3702), 1,
aux_sym_range_attribute_designator_token1,
STATE(1536), 1,
sym_real_range_specification,
ACTIONS(3728), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[47481] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1920), 1,
aux_sym_primary_null_token1,
ACTIONS(1926), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3730), 1,
aux_sym_compilation_unit_token1,
STATE(1485), 1,
sym_record_definition,
[47497] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3732), 4,
anon_sym_RPAREN,
aux_sym_iterator_filter_token1,
anon_sym_SEMI,
aux_sym__package_specification_token2,
[47507] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3592), 1,
aux_sym_compilation_unit_token1,
ACTIONS(3596), 1,
aux_sym_with_clause_token1,
ACTIONS(3734), 1,
anon_sym_SEMI,
ACTIONS(3736), 1,
aux_sym_expression_token3,
[47523] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3738), 1,
aux_sym_iterator_filter_token1,
ACTIONS(3741), 1,
aux_sym__package_specification_token3,
STATE(1178), 2,
sym_exception_handler,
aux_sym_handled_sequence_of_statements_repeat1,
[47537] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(454), 1,
aux_sym_gnatprep_declarative_if_statement_token2,
ACTIONS(3743), 1,
aux_sym_gnatprep_declarative_if_statement_token3,
ACTIONS(3745), 1,
aux_sym_gnatprep_declarative_if_statement_token4,
STATE(1173), 1,
aux_sym_gnatprep_if_statement_repeat1,
[47553] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3568), 1,
anon_sym_SEMI,
ACTIONS(3747), 1,
aux_sym_with_clause_token2,
ACTIONS(3750), 1,
aux_sym_expression_token1,
STATE(1555), 1,
sym_record_extension_part,
[47569] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1920), 1,
aux_sym_primary_null_token1,
ACTIONS(1926), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3752), 1,
aux_sym_with_clause_token1,
STATE(1548), 1,
sym_record_definition,
[47585] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3754), 1,
anon_sym_COMMA,
STATE(1182), 1,
aux_sym_positional_array_aggregate_repeat1,
ACTIONS(3757), 2,
anon_sym_RPAREN,
anon_sym_RBRACK,
[47599] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3759), 1,
anon_sym_COMMA,
ACTIONS(3761), 1,
anon_sym_RPAREN,
STATE(1269), 1,
aux_sym_record_component_association_list_repeat1,
STATE(1270), 1,
aux_sym_positional_array_aggregate_repeat1,
[47615] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3764), 1,
aux_sym_iterator_filter_token1,
ACTIONS(3767), 1,
aux_sym__package_specification_token3,
STATE(1184), 2,
sym_variant,
aux_sym_variant_list_repeat1,
[47629] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3769), 1,
anon_sym_SEMI,
ACTIONS(3771), 1,
aux_sym_expression_token3,
STATE(1612), 1,
sym_aspect_specification,
[47645] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1920), 1,
aux_sym_primary_null_token1,
ACTIONS(1926), 1,
aux_sym_record_component_association_list_token1,
ACTIONS(3773), 1,
aux_sym_compilation_unit_token1,
STATE(1474), 1,
sym_record_definition,
[47661] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3704), 1,
anon_sym_SEMI,
ACTIONS(3775), 1,
aux_sym_with_clause_token2,
ACTIONS(3778), 1,
aux_sym_expression_token1,
STATE(1470), 1,
sym_record_extension_part,
[47677] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3780), 1,
aux_sym__package_specification_token2,
ACTIONS(3632), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_object_renaming_declaration_token1,
[47689] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2846), 1,
anon_sym_LPAREN,
ACTIONS(3783), 1,
anon_sym_SEMI,
ACTIONS(3785), 1,
aux_sym_accept_statement_token2,
STATE(1403), 1,
sym_formal_part,
[47705] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3787), 1,
anon_sym_SEMI,
ACTIONS(3789), 1,
aux_sym__package_specification_token2,
STATE(1688), 1,
sym_aspect_specification,
[47721] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3791), 1,
aux_sym__package_specification_token2,
ACTIONS(3632), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_object_renaming_declaration_token1,
[47733] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3794), 1,
sym_identifier,
STATE(989), 1,
sym_aspect_association,
STATE(1000), 1,
sym__aspect_mark,
STATE(1176), 1,
sym_aspect_mark_list,
[47749] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3796), 4,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_with_clause_token2,
aux_sym_object_renaming_declaration_token1,
[47759] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
STATE(1479), 1,
sym_aspect_specification,
ACTIONS(3798), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[47773] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3800), 4,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[47783] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2176), 1,
anon_sym_COLON_EQ,
STATE(1511), 1,
sym__assign_value,
ACTIONS(3802), 2,
anon_sym_SEMI,
aux_sym_accept_statement_token2,
[47797] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2176), 1,
anon_sym_COLON_EQ,
STATE(1439), 1,
sym__assign_value,
ACTIONS(3804), 2,
anon_sym_SEMI,
aux_sym_accept_statement_token2,
[47811] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3806), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(1600), 3,
sym_tick,
anon_sym_DOT,
anon_sym_LPAREN,
[47823] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3343), 1,
anon_sym_SEMI,
ACTIONS(3809), 1,
aux_sym__package_specification_token2,
STATE(1441), 1,
sym_aspect_specification,
[47839] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2176), 1,
anon_sym_COLON_EQ,
STATE(1440), 1,
sym__assign_value,
ACTIONS(3804), 2,
anon_sym_SEMI,
aux_sym_accept_statement_token2,
[47853] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3811), 1,
anon_sym_EQ_GT,
ACTIONS(3813), 1,
anon_sym_PIPE,
STATE(1201), 1,
aux_sym_discriminant_association_repeat1,
[47866] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3816), 3,
anon_sym_SEMI,
anon_sym_COLON_EQ,
aux_sym_accept_statement_token2,
[47875] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3818), 1,
anon_sym_COMMA,
ACTIONS(3820), 1,
anon_sym_RPAREN,
STATE(1229), 1,
aux_sym__enumeration_literal_list_repeat1,
[47888] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3822), 1,
anon_sym_SEMI,
STATE(1995), 1,
sym_aspect_specification,
[47901] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3824), 1,
anon_sym_EQ_GT,
ACTIONS(3826), 1,
anon_sym_PIPE,
STATE(1282), 1,
aux_sym_exception_choice_list_repeat1,
[47914] = 3,
ACTIONS(3), 1,
sym_comment,
STATE(1128), 1,
aux_sym__name_list_repeat1,
ACTIONS(3828), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[47925] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3830), 1,
anon_sym_COMMA,
ACTIONS(3832), 1,
anon_sym_RPAREN,
STATE(1377), 1,
aux_sym_case_expression_repeat1,
[47938] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3834), 1,
anon_sym_COMMA,
ACTIONS(3837), 1,
anon_sym_RPAREN,
STATE(1208), 1,
aux_sym_index_constraint_repeat1,
[47951] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3839), 1,
sym_identifier,
ACTIONS(3841), 1,
aux_sym_use_clause_token2,
ACTIONS(3843), 1,
aux_sym_package_body_token1,
[47964] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3845), 1,
sym_identifier,
ACTIONS(3847), 1,
aux_sym_use_clause_token2,
ACTIONS(3849), 1,
aux_sym_package_body_token1,
[47977] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3851), 1,
anon_sym_SEMI,
STATE(1678), 1,
sym_aspect_specification,
[47990] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3702), 1,
aux_sym_range_attribute_designator_token1,
ACTIONS(3853), 1,
aux_sym_attribute_designator_token3,
STATE(1535), 1,
sym_real_range_specification,
[48003] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3855), 1,
anon_sym_COMMA,
ACTIONS(3858), 1,
anon_sym_RPAREN,
STATE(1213), 1,
aux_sym_discriminant_constraint_repeat1,
[48016] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3860), 3,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_entry_declaration_token1,
[48025] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3862), 3,
anon_sym_SEMI,
aux_sym__package_specification_token2,
aux_sym_expression_token3,
[48034] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3864), 1,
anon_sym_SEMI,
STATE(2023), 1,
sym_aspect_specification,
[48047] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1920), 1,
aux_sym_primary_null_token1,
ACTIONS(1926), 1,
aux_sym_record_component_association_list_token1,
STATE(1548), 1,
sym_record_definition,
[48060] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3866), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[48069] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3465), 1,
sym_identifier,
STATE(1526), 1,
sym_discriminant_specification,
STATE(1778), 1,
sym__defining_identifier_list,
[48082] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3868), 1,
anon_sym_SEMI,
STATE(2049), 1,
sym_aspect_specification,
[48095] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2046), 1,
anon_sym_COMMA,
ACTIONS(3870), 1,
anon_sym_COLON,
STATE(1283), 1,
aux_sym__defining_identifier_list_repeat1,
[48108] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(522), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(3872), 1,
anon_sym_LPAREN,
STATE(1906), 1,
sym_iterated_element_association,
[48121] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3874), 1,
sym_identifier,
STATE(1503), 2,
sym_loop_parameter_specification,
sym_iterator_specification,
[48132] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3876), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[48141] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3878), 1,
aux_sym__package_specification_token2,
STATE(1657), 1,
sym_aspect_specification,
[48154] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3880), 1,
anon_sym_RPAREN,
ACTIONS(3882), 1,
anon_sym_SEMI,
STATE(1243), 1,
aux_sym_discriminant_specification_list_repeat1,
[48167] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3884), 1,
anon_sym_COMMA,
ACTIONS(3887), 1,
anon_sym_RPAREN,
STATE(1227), 1,
aux_sym_record_component_association_list_repeat1,
[48180] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3889), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[48189] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3818), 1,
anon_sym_COMMA,
ACTIONS(3891), 1,
anon_sym_RPAREN,
STATE(1327), 1,
aux_sym__enumeration_literal_list_repeat1,
[48202] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3893), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[48211] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3895), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
[48220] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3897), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[48229] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3899), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[48238] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3400), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[48247] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3794), 1,
sym_identifier,
STATE(1000), 1,
sym__aspect_mark,
STATE(1095), 1,
sym_aspect_association,
[48260] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3901), 1,
anon_sym_RPAREN,
ACTIONS(3903), 1,
anon_sym_SEMI,
STATE(1236), 1,
aux_sym__parameter_specification_list_repeat1,
[48273] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3906), 1,
anon_sym_COMMA,
ACTIONS(3908), 1,
anon_sym_RPAREN,
STATE(1397), 1,
aux_sym__index_subtype_definition_list_repeat1,
[48286] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3874), 1,
sym_identifier,
STATE(2026), 2,
sym_loop_parameter_specification,
sym_iterator_specification,
[48297] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3910), 1,
anon_sym_SEMI,
STATE(2036), 1,
sym_aspect_specification,
[48310] = 3,
ACTIONS(3), 1,
sym_comment,
STATE(1462), 1,
sym__enumeration_literal_specification,
ACTIONS(3912), 2,
sym_identifier,
sym_character_literal,
[48321] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3914), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[48330] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3916), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[48339] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3918), 1,
anon_sym_RPAREN,
ACTIONS(3920), 1,
anon_sym_SEMI,
STATE(1243), 1,
aux_sym_discriminant_specification_list_repeat1,
[48352] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3923), 1,
anon_sym_SEMI,
STATE(1963), 1,
sym_aspect_specification,
[48365] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3925), 1,
anon_sym_SEMI,
STATE(2034), 1,
sym_aspect_specification,
[48378] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3927), 3,
aux_sym_access_to_subprogram_definition_token2,
aux_sym_access_to_subprogram_definition_token3,
aux_sym_entry_declaration_token1,
[48387] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3453), 1,
aux_sym_compilation_unit_token1,
ACTIONS(3929), 1,
anon_sym_SEMI,
ACTIONS(3931), 1,
aux_sym_with_clause_token1,
[48400] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3933), 1,
anon_sym_SEMI,
STATE(1956), 1,
sym_aspect_specification,
[48413] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3498), 1,
aux_sym_allocator_token1,
ACTIONS(3935), 1,
aux_sym_with_clause_token1,
ACTIONS(3937), 1,
aux_sym_private_type_declaration_token2,
[48426] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1866), 1,
anon_sym_PIPE,
ACTIONS(3939), 1,
anon_sym_EQ_GT,
STATE(1201), 1,
aux_sym_discriminant_association_repeat1,
[48439] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3941), 1,
aux_sym__package_specification_token2,
STATE(1916), 1,
sym_aspect_specification,
[48452] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3943), 1,
anon_sym_SEMI,
STATE(2045), 1,
sym_aspect_specification,
[48465] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3945), 1,
anon_sym_COMMA,
ACTIONS(3947), 1,
anon_sym_RPAREN,
STATE(1213), 1,
aux_sym_discriminant_constraint_repeat1,
[48478] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2032), 1,
anon_sym_COLON,
ACTIONS(2046), 1,
anon_sym_COMMA,
STATE(1221), 1,
aux_sym__defining_identifier_list_repeat1,
[48491] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(522), 1,
aux_sym_iterated_element_association_token1,
ACTIONS(584), 1,
aux_sym_value_sequence_token1,
STATE(2029), 1,
sym_iterated_element_association,
[48504] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3949), 1,
anon_sym_COMMA,
ACTIONS(3951), 1,
anon_sym_RPAREN,
STATE(1208), 1,
aux_sym_index_constraint_repeat1,
[48517] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3953), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[48526] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3955), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[48535] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3957), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[48544] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3959), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[48553] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3961), 1,
anon_sym_SEMI,
STATE(1953), 1,
sym_aspect_specification,
[48566] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3963), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[48575] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3830), 1,
anon_sym_COMMA,
ACTIONS(3965), 1,
anon_sym_RPAREN,
STATE(1207), 1,
aux_sym_case_expression_repeat1,
[48588] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3967), 3,
anon_sym_RPAREN,
aux_sym_expression_token4,
aux_sym_elsif_expression_item_token1,
[48597] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3969), 1,
anon_sym_SEMI,
STATE(1945), 1,
sym_aspect_specification,
[48610] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3971), 1,
anon_sym_SEMI,
STATE(1863), 1,
sym_aspect_specification,
[48623] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3973), 1,
anon_sym_SEMI,
STATE(1813), 1,
sym_aspect_specification,
[48636] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3975), 1,
aux_sym__package_specification_token2,
STATE(2027), 1,
sym_aspect_specification,
[48649] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3977), 1,
anon_sym_COMMA,
ACTIONS(3979), 1,
anon_sym_RPAREN,
STATE(1227), 1,
aux_sym_record_component_association_list_repeat1,
[48662] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3981), 1,
anon_sym_COMMA,
ACTIONS(3983), 1,
anon_sym_RPAREN,
STATE(1182), 1,
aux_sym_positional_array_aggregate_repeat1,
[48675] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3985), 3,
aux_sym__package_specification_token3,
aux_sym_expression_token3,
aux_sym_expression_token4,
[48684] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3423), 1,
anon_sym_SEMI,
STATE(1890), 1,
sym_aspect_specification,
[48697] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3987), 1,
anon_sym_SEMI,
STATE(1921), 1,
sym_aspect_specification,
[48710] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3989), 1,
anon_sym_SEMI,
STATE(2015), 1,
sym_aspect_specification,
[48723] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3991), 1,
anon_sym_SEMI,
STATE(2013), 1,
sym_aspect_specification,
[48736] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3993), 1,
anon_sym_COMMA,
ACTIONS(3995), 1,
anon_sym_RPAREN,
STATE(1323), 1,
aux_sym_actual_parameter_part_repeat1,
[48749] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3997), 3,
sym_identifier,
sym_string_literal,
sym_character_literal,
[48758] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3826), 1,
anon_sym_PIPE,
ACTIONS(3999), 1,
anon_sym_EQ_GT,
STATE(1205), 1,
aux_sym_exception_choice_list_repeat1,
[48771] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4001), 1,
anon_sym_SEMI,
STATE(1829), 1,
sym_aspect_specification,
[48784] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4003), 1,
anon_sym_SEMI,
STATE(2004), 1,
sym_aspect_specification,
[48797] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4005), 1,
anon_sym_SEMI,
STATE(1870), 1,
sym_aspect_specification,
[48810] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4007), 1,
anon_sym_EQ_GT,
ACTIONS(4009), 1,
anon_sym_PIPE,
STATE(1282), 1,
aux_sym_exception_choice_list_repeat1,
[48823] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4012), 1,
anon_sym_COMMA,
ACTIONS(4015), 1,
anon_sym_COLON,
STATE(1283), 1,
aux_sym__defining_identifier_list_repeat1,
[48836] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3202), 1,
aux_sym_chunk_specification_token1,
ACTIONS(3207), 1,
anon_sym_COLON,
ACTIONS(3209), 1,
aux_sym_iterator_specification_token1,
[48849] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4017), 1,
aux_sym__package_specification_token2,
STATE(1694), 1,
sym_aspect_specification,
[48862] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4019), 1,
aux_sym__package_specification_token2,
STATE(1738), 1,
sym_aspect_specification,
[48875] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1920), 1,
aux_sym_primary_null_token1,
ACTIONS(1926), 1,
aux_sym_record_component_association_list_token1,
STATE(1485), 1,
sym_record_definition,
[48888] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3122), 1,
anon_sym_COMMA,
ACTIONS(3828), 1,
anon_sym_SEMI,
STATE(1128), 1,
aux_sym__name_list_repeat1,
[48901] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4021), 1,
anon_sym_COMMA,
ACTIONS(4024), 1,
anon_sym_RPAREN,
STATE(1289), 1,
aux_sym__discrete_subtype_definition_list_repeat1,
[48914] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1920), 1,
aux_sym_primary_null_token1,
ACTIONS(1926), 1,
aux_sym_record_component_association_list_token1,
STATE(1474), 1,
sym_record_definition,
[48927] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3587), 3,
aux_sym__package_specification_token3,
aux_sym_expression_token3,
aux_sym_expression_token4,
[48936] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4026), 1,
anon_sym_COMMA,
ACTIONS(4029), 1,
anon_sym_RPAREN,
STATE(1292), 1,
aux_sym__index_subtype_definition_list_repeat1,
[48949] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3504), 1,
aux_sym_iterator_filter_token1,
STATE(1101), 2,
sym_exception_handler,
aux_sym_handled_sequence_of_statements_repeat1,
[48960] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4031), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[48969] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3673), 3,
aux_sym__package_specification_token3,
aux_sym_expression_token3,
aux_sym_expression_token4,
[48978] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4033), 1,
anon_sym_SEMI,
STATE(1734), 1,
sym_aspect_specification,
[48991] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4035), 1,
aux_sym__package_specification_token2,
STATE(1738), 1,
sym_aspect_specification,
[49004] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4037), 3,
aux_sym_terminate_alternative_token1,
aux_sym_accept_statement_token1,
aux_sym_delay_until_statement_token1,
[49013] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4039), 1,
anon_sym_SEMI,
STATE(1726), 1,
sym_aspect_specification,
[49026] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4041), 1,
anon_sym_SEMI,
STATE(1666), 1,
sym_aspect_specification,
[49039] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4043), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
[49048] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4045), 1,
sym_identifier,
ACTIONS(4047), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[49059] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4049), 1,
anon_sym_SEMI,
STATE(2031), 1,
sym_aspect_specification,
[49072] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4051), 1,
anon_sym_SEMI,
STATE(1591), 1,
sym_aspect_specification,
[49085] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4053), 1,
anon_sym_SEMI,
STATE(1840), 1,
sym_aspect_specification,
[49098] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3465), 1,
sym_identifier,
STATE(1530), 1,
sym_parameter_specification,
STATE(1737), 1,
sym__defining_identifier_list,
[49111] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4055), 1,
anon_sym_COMMA,
ACTIONS(4057), 1,
anon_sym_RPAREN,
STATE(1393), 1,
aux_sym__discrete_subtype_definition_list_repeat1,
[49124] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3415), 1,
anon_sym_SEMI,
STATE(1758), 1,
sym_aspect_specification,
[49137] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4059), 1,
anon_sym_COMMA,
ACTIONS(4061), 1,
anon_sym_RPAREN,
STATE(1370), 1,
aux_sym_record_component_association_list_repeat2,
[49150] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4063), 1,
anon_sym_SEMI,
STATE(1595), 1,
sym_aspect_specification,
[49163] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4065), 1,
anon_sym_RPAREN,
ACTIONS(4067), 1,
anon_sym_SEMI,
STATE(1236), 1,
aux_sym__parameter_specification_list_repeat1,
[49176] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4069), 1,
anon_sym_EQ_GT,
ACTIONS(4071), 1,
anon_sym_PIPE,
STATE(1356), 1,
aux_sym_discrete_choice_list_repeat1,
[49189] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4073), 1,
anon_sym_COMMA,
ACTIONS(4075), 1,
anon_sym_RPAREN,
STATE(1374), 1,
aux_sym_pragma_g_repeat1,
[49202] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4077), 1,
anon_sym_SEMI,
STATE(1759), 1,
sym_aspect_specification,
[49215] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4079), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[49224] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4081), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[49233] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4083), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[49242] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4085), 1,
anon_sym_SEMI,
STATE(1710), 1,
sym_aspect_specification,
[49255] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4087), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[49264] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4089), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[49273] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4091), 1,
anon_sym_SEMI,
ACTIONS(4093), 1,
aux_sym__package_specification_token2,
ACTIONS(4095), 1,
aux_sym_expression_token3,
[49286] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3945), 1,
anon_sym_COMMA,
ACTIONS(4097), 1,
anon_sym_RPAREN,
STATE(1253), 1,
aux_sym_discriminant_constraint_repeat1,
[49299] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4099), 1,
anon_sym_COMMA,
ACTIONS(4102), 1,
anon_sym_RPAREN,
STATE(1323), 1,
aux_sym_actual_parameter_part_repeat1,
[49312] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3717), 1,
aux_sym_iterator_filter_token1,
STATE(1171), 2,
sym_case_statement_alternative,
aux_sym_case_statement_repeat1,
[49323] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4104), 1,
anon_sym_SEMI,
STATE(1959), 1,
sym_aspect_specification,
[49336] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4106), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[49345] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4108), 1,
anon_sym_COMMA,
ACTIONS(4111), 1,
anon_sym_RPAREN,
STATE(1327), 1,
aux_sym__enumeration_literal_list_repeat1,
[49358] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3949), 1,
anon_sym_COMMA,
ACTIONS(4113), 1,
anon_sym_RPAREN,
STATE(1256), 1,
aux_sym_index_constraint_repeat1,
[49371] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4115), 1,
anon_sym_SEMI,
STATE(1955), 1,
sym_aspect_specification,
[49384] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4117), 1,
aux_sym__package_specification_token2,
STATE(1694), 1,
sym_aspect_specification,
[49397] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4119), 1,
anon_sym_SEMI,
STATE(1950), 1,
sym_aspect_specification,
[49410] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4121), 1,
anon_sym_SEMI,
STATE(1692), 1,
sym_aspect_specification,
[49423] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4123), 1,
anon_sym_EQ_GT,
ACTIONS(4125), 1,
anon_sym_PIPE,
STATE(1333), 1,
aux_sym_component_choice_list_repeat1,
[49436] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4128), 1,
anon_sym_COMMA,
ACTIONS(4130), 1,
anon_sym_RPAREN,
STATE(1342), 1,
aux_sym_global_aspect_definition_repeat1,
[49449] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4132), 3,
aux_sym__package_specification_token3,
aux_sym_expression_token3,
aux_sym_expression_token4,
[49458] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4134), 3,
aux_sym__package_specification_token3,
aux_sym_expression_token3,
aux_sym_expression_token4,
[49467] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3675), 1,
aux_sym_expression_token2,
ACTIONS(4136), 2,
aux_sym_expression_token3,
aux_sym_expression_token4,
[49478] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3122), 1,
anon_sym_COMMA,
ACTIONS(4138), 1,
anon_sym_SEMI,
STATE(1128), 1,
aux_sym__name_list_repeat1,
[49491] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3757), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
[49500] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4140), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[49509] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4142), 3,
aux_sym__package_specification_token3,
aux_sym_expression_token3,
aux_sym_expression_token4,
[49518] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4144), 1,
anon_sym_COMMA,
ACTIONS(4147), 1,
anon_sym_RPAREN,
STATE(1342), 1,
aux_sym_global_aspect_definition_repeat1,
[49531] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4149), 1,
anon_sym_SEMI,
STATE(1619), 1,
sym_aspect_specification,
[49544] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4151), 1,
anon_sym_SEMI,
STATE(1620), 1,
sym_aspect_specification,
[49557] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4153), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[49566] = 3,
ACTIONS(3), 1,
sym_comment,
STATE(1379), 1,
sym_quantifier,
ACTIONS(3314), 2,
aux_sym_use_clause_token1,
aux_sym_quantifier_token1,
[49577] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3977), 1,
anon_sym_COMMA,
ACTIONS(4155), 1,
anon_sym_RPAREN,
STATE(1269), 1,
aux_sym_record_component_association_list_repeat1,
[49590] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4153), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[49599] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4157), 1,
anon_sym_COMMA,
ACTIONS(4159), 1,
anon_sym_RBRACK,
STATE(1182), 1,
aux_sym_positional_array_aggregate_repeat1,
[49612] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4161), 1,
anon_sym_COMMA,
ACTIONS(4164), 1,
anon_sym_RPAREN,
STATE(1350), 1,
aux_sym_pragma_g_repeat1,
[49625] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3993), 1,
anon_sym_COMMA,
ACTIONS(4166), 1,
anon_sym_RPAREN,
STATE(1276), 1,
aux_sym_actual_parameter_part_repeat1,
[49638] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1856), 1,
anon_sym_EQ_GT,
ACTIONS(1858), 1,
anon_sym_PIPE,
STATE(1392), 1,
aux_sym_component_choice_list_repeat1,
[49651] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4168), 1,
anon_sym_SEMI,
STATE(1639), 1,
sym_aspect_specification,
[49664] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4170), 1,
anon_sym_SEMI,
STATE(1627), 1,
sym_aspect_specification,
[49677] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3981), 1,
anon_sym_COMMA,
ACTIONS(4172), 1,
anon_sym_RPAREN,
STATE(1270), 1,
aux_sym_positional_array_aggregate_repeat1,
[49690] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4071), 1,
anon_sym_PIPE,
ACTIONS(4174), 1,
anon_sym_EQ_GT,
STATE(1388), 1,
aux_sym_discrete_choice_list_repeat1,
[49703] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4176), 1,
anon_sym_COMMA,
ACTIONS(4179), 1,
anon_sym_RPAREN,
STATE(1357), 1,
aux_sym_record_component_association_list_repeat2,
[49716] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4181), 1,
anon_sym_SEMI,
STATE(1608), 1,
sym_aspect_specification,
[49729] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4183), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[49738] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4185), 1,
anon_sym_SEMI,
STATE(1607), 1,
sym_aspect_specification,
[49751] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4187), 3,
aux_sym__package_specification_token3,
aux_sym_expression_token4,
aux_sym_elsif_expression_item_token1,
[49760] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4189), 1,
anon_sym_SEMI,
STATE(1605), 1,
sym_aspect_specification,
[49773] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4183), 3,
aux_sym_iterated_element_association_token2,
anon_sym_EQ_GT,
aux_sym_loop_statement_token1,
[49782] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3698), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
[49791] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4191), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[49800] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4193), 1,
anon_sym_SEMI,
STATE(1667), 1,
sym_aspect_specification,
[49813] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4195), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[49822] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4197), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[49831] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4199), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[49840] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4059), 1,
anon_sym_COMMA,
ACTIONS(4201), 1,
anon_sym_RPAREN,
STATE(1357), 1,
aux_sym_record_component_association_list_repeat2,
[49853] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4203), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[49862] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4205), 1,
anon_sym_SEMI,
STATE(1879), 1,
sym_aspect_specification,
[49875] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4207), 1,
anon_sym_SEMI,
STATE(1868), 1,
sym_aspect_specification,
[49888] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4073), 1,
anon_sym_COMMA,
ACTIONS(4209), 1,
anon_sym_RPAREN,
STATE(1350), 1,
aux_sym_pragma_g_repeat1,
[49901] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4211), 1,
anon_sym_SEMI,
STATE(1875), 1,
sym_aspect_specification,
[49914] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3882), 1,
anon_sym_SEMI,
ACTIONS(4213), 1,
anon_sym_RPAREN,
STATE(1226), 1,
aux_sym_discriminant_specification_list_repeat1,
[49927] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4215), 1,
anon_sym_COMMA,
ACTIONS(4218), 1,
anon_sym_RPAREN,
STATE(1377), 1,
aux_sym_case_expression_repeat1,
[49940] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(3392), 1,
anon_sym_SEMI,
STATE(1851), 1,
sym_aspect_specification,
[49953] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3874), 1,
sym_identifier,
STATE(1687), 2,
sym_loop_parameter_specification,
sym_iterator_specification,
[49964] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4220), 1,
anon_sym_SEMI,
STATE(1571), 1,
sym_aspect_specification,
[49977] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4222), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
[49986] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4224), 1,
anon_sym_SEMI,
STATE(1852), 1,
sym_aspect_specification,
[49999] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4226), 1,
anon_sym_SEMI,
STATE(1888), 1,
sym_aspect_specification,
[50012] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1904), 1,
aux_sym_attribute_designator_token1,
STATE(1241), 2,
sym_access_to_subprogram_definition,
sym_access_to_object_definition,
[50023] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4228), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACK,
[50032] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4230), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[50041] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4232), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[50050] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4234), 1,
anon_sym_EQ_GT,
ACTIONS(4236), 1,
anon_sym_PIPE,
STATE(1388), 1,
aux_sym_discrete_choice_list_repeat1,
[50063] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4239), 3,
anon_sym_SEMI,
aux_sym_with_clause_token2,
aux_sym_expression_token3,
[50072] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4241), 1,
anon_sym_SEMI,
STATE(1613), 1,
sym_aspect_specification,
[50085] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4243), 1,
anon_sym_SEMI,
STATE(1859), 1,
sym_aspect_specification,
[50098] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1858), 1,
anon_sym_PIPE,
ACTIONS(4245), 1,
anon_sym_EQ_GT,
STATE(1333), 1,
aux_sym_component_choice_list_repeat1,
[50111] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4055), 1,
anon_sym_COMMA,
ACTIONS(4247), 1,
anon_sym_RPAREN,
STATE(1289), 1,
aux_sym__discrete_subtype_definition_list_repeat1,
[50124] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4249), 1,
anon_sym_SEMI,
STATE(1913), 1,
sym_aspect_specification,
[50137] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4128), 1,
anon_sym_COMMA,
ACTIONS(4251), 1,
anon_sym_RPAREN,
STATE(1334), 1,
aux_sym_global_aspect_definition_repeat1,
[50150] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2324), 1,
aux_sym_with_clause_token2,
ACTIONS(4253), 1,
aux_sym__package_specification_token2,
STATE(1673), 1,
sym_aspect_specification,
[50163] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3906), 1,
anon_sym_COMMA,
ACTIONS(4255), 1,
anon_sym_RPAREN,
STATE(1292), 1,
aux_sym__index_subtype_definition_list_repeat1,
[50176] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3289), 1,
aux_sym_interface_type_definition_token2,
ACTIONS(3544), 1,
aux_sym_allocator_token1,
ACTIONS(3592), 1,
aux_sym_compilation_unit_token1,
[50189] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4067), 1,
anon_sym_SEMI,
ACTIONS(4257), 1,
anon_sym_RPAREN,
STATE(1311), 1,
aux_sym__parameter_specification_list_repeat1,
[50202] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4259), 1,
anon_sym_SEMI,
ACTIONS(4261), 1,
aux_sym__package_specification_token2,
[50212] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4264), 2,
aux_sym_chunk_specification_token1,
aux_sym_iterator_specification_token1,
[50220] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4266), 2,
anon_sym_SEMI,
aux_sym_accept_statement_token2,
[50228] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4268), 1,
anon_sym_SEMI,
ACTIONS(4270), 1,
aux_sym_accept_statement_token2,
[50238] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4272), 1,
sym_identifier,
ACTIONS(4274), 1,
anon_sym_SEMI,
[50248] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3839), 1,
sym_identifier,
ACTIONS(3841), 1,
aux_sym_use_clause_token2,
[50258] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4276), 1,
sym_identifier,
ACTIONS(4278), 1,
anon_sym_SEMI,
[50268] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3845), 1,
sym_identifier,
ACTIONS(3847), 1,
aux_sym_use_clause_token2,
[50278] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4218), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[50286] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4280), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[50294] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3277), 1,
aux_sym_allocator_token1,
ACTIONS(3289), 1,
aux_sym_interface_type_definition_token2,
[50304] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4282), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[50312] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4284), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[50320] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4286), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[50328] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3289), 1,
aux_sym_interface_type_definition_token2,
ACTIONS(3544), 1,
aux_sym_allocator_token1,
[50338] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3798), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[50346] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3144), 1,
aux_sym_iterator_filter_token1,
STATE(1892), 1,
sym_entry_barrier,
[50356] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4288), 1,
aux_sym_with_clause_token2,
STATE(1427), 1,
sym_record_extension_part,
[50366] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4290), 1,
sym_identifier,
ACTIONS(4292), 1,
anon_sym_SEMI,
[50376] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4294), 1,
aux_sym_with_clause_token2,
ACTIONS(4296), 1,
aux_sym_expression_token1,
[50386] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4298), 1,
sym_identifier,
ACTIONS(4300), 1,
anon_sym_SEMI,
[50396] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4302), 2,
sym_identifier,
sym_string_literal,
[50404] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4304), 1,
sym_identifier,
ACTIONS(4306), 1,
anon_sym_SEMI,
[50414] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4308), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[50422] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4310), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[50430] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4312), 1,
anon_sym_SEMI,
ACTIONS(4314), 1,
aux_sym__package_specification_token2,
[50440] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4316), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[50448] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4318), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[50456] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4320), 1,
sym_identifier,
ACTIONS(4322), 1,
anon_sym_SEMI,
[50466] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4324), 1,
aux_sym_with_clause_token2,
STATE(1435), 1,
sym_record_extension_part,
[50476] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4326), 1,
anon_sym_COMMA,
ACTIONS(4328), 1,
anon_sym_RPAREN,
[50486] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4331), 1,
anon_sym_COMMA,
STATE(1182), 1,
aux_sym_positional_array_aggregate_repeat1,
[50496] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4333), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[50504] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4234), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[50512] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4335), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[50520] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4337), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[50528] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4339), 1,
aux_sym_chunk_specification_token1,
ACTIONS(4341), 1,
aux_sym_iterator_specification_token1,
[50538] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3245), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[50546] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2429), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(2431), 1,
aux_sym_access_to_subprogram_definition_token3,
[50556] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4343), 2,
anon_sym_SEMI,
aux_sym_accept_statement_token2,
[50564] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4343), 2,
anon_sym_SEMI,
aux_sym_accept_statement_token2,
[50572] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4345), 1,
anon_sym_SEMI,
ACTIONS(4347), 1,
aux_sym__package_specification_token2,
[50582] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4179), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[50590] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4349), 1,
sym_identifier,
ACTIONS(4351), 1,
anon_sym_SEMI,
[50600] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4353), 1,
anon_sym_EQ_GT,
ACTIONS(4356), 1,
anon_sym_PIPE,
[50610] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4358), 1,
sym_identifier,
ACTIONS(4360), 1,
anon_sym_SEMI,
[50620] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4362), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[50628] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3605), 1,
anon_sym_SEMI,
ACTIONS(3607), 1,
aux_sym__package_specification_token2,
[50638] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4364), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[50646] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3526), 1,
anon_sym_COMMA,
ACTIONS(3528), 1,
anon_sym_RPAREN,
[50656] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4164), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[50664] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4366), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[50672] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4368), 1,
aux_sym_iterator_filter_token1,
STATE(1263), 1,
sym_case_expression_alternative,
[50682] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4370), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[50690] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4147), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[50698] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4372), 1,
anon_sym_SEMI,
ACTIONS(4374), 1,
aux_sym_accept_statement_token2,
[50708] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4376), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[50716] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4378), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[50724] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4380), 2,
aux_sym_iterator_filter_token1,
aux_sym__package_specification_token3,
[50732] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4382), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[50740] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4384), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[50748] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4386), 1,
anon_sym_COMMA,
ACTIONS(4388), 1,
anon_sym_RPAREN,
[50758] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4111), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[50766] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4391), 1,
aux_sym_with_clause_token2,
STATE(1507), 1,
sym_record_extension_part,
[50776] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4393), 1,
anon_sym_SEMI,
ACTIONS(4395), 1,
aux_sym__package_specification_token2,
[50786] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4102), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[50794] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4397), 1,
aux_sym_compilation_unit_token1,
ACTIONS(4399), 1,
aux_sym_with_clause_token1,
[50804] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4401), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[50812] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4403), 1,
sym_identifier,
ACTIONS(4405), 1,
anon_sym_SEMI,
[50822] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4407), 1,
sym_identifier,
ACTIONS(4409), 1,
anon_sym_SEMI,
[50832] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4411), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[50840] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4288), 1,
aux_sym_with_clause_token2,
STATE(1435), 1,
sym_record_extension_part,
[50850] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4413), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[50858] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4415), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[50866] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4417), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[50874] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4419), 1,
aux_sym_with_clause_token2,
STATE(1427), 1,
sym_record_extension_part,
[50884] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4421), 2,
aux_sym_iterator_filter_token1,
aux_sym__package_specification_token3,
[50892] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4043), 1,
anon_sym_COMMA,
ACTIONS(4423), 1,
anon_sym_RBRACK,
[50902] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2846), 1,
anon_sym_LPAREN,
STATE(1512), 1,
sym_formal_part,
[50912] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4426), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[50920] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3613), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[50928] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4356), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[50936] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4428), 1,
sym_identifier,
ACTIONS(4430), 1,
anon_sym_SEMI,
[50946] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4432), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[50954] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4434), 1,
sym_identifier,
ACTIONS(4436), 1,
anon_sym_SEMI,
[50964] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4438), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[50972] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4440), 1,
aux_sym_with_clause_token2,
ACTIONS(4442), 1,
aux_sym_expression_token1,
[50982] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4444), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[50990] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2902), 1,
aux_sym_result_profile_token1,
STATE(883), 1,
sym_result_profile,
[51000] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4446), 1,
sym_identifier,
ACTIONS(4448), 1,
anon_sym_SEMI,
[51010] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4029), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[51018] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4450), 1,
sym_identifier,
ACTIONS(4452), 1,
anon_sym_SEMI,
[51028] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4454), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[51036] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4457), 1,
anon_sym_SEMI,
ACTIONS(4459), 1,
aux_sym__package_specification_token2,
[51046] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4461), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[51054] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4463), 1,
sym_identifier,
ACTIONS(4465), 1,
anon_sym_SEMI,
[51064] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4467), 1,
sym_identifier,
ACTIONS(4469), 1,
anon_sym_SEMI,
[51074] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4471), 1,
sym_identifier,
ACTIONS(4473), 1,
anon_sym_SEMI,
[51084] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4475), 1,
sym_identifier,
ACTIONS(4477), 1,
anon_sym_SEMI,
[51094] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4479), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[51102] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4481), 1,
sym_identifier,
ACTIONS(4483), 1,
anon_sym_SEMI,
[51112] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4485), 2,
aux_sym_iterator_filter_token1,
aux_sym__package_specification_token3,
[51120] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4007), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[51128] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4487), 1,
aux_sym_iterated_element_association_token2,
ACTIONS(4489), 1,
anon_sym_EQ_GT,
[51138] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4015), 2,
anon_sym_COMMA,
anon_sym_COLON,
[51146] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3343), 1,
anon_sym_SEMI,
ACTIONS(3878), 1,
aux_sym__package_specification_token2,
[51156] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4491), 1,
sym_identifier,
STATE(479), 1,
sym_reduction_attribute_designator,
[51166] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4493), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[51174] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4495), 1,
sym_identifier,
ACTIONS(4497), 1,
anon_sym_SEMI,
[51184] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4288), 1,
aux_sym_with_clause_token2,
STATE(1507), 1,
sym_record_extension_part,
[51194] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4499), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[51202] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4501), 2,
anon_sym_SEMI,
aux_sym_accept_statement_token2,
[51210] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4503), 2,
aux_sym_iterator_filter_token1,
aux_sym_with_clause_token2,
[51218] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4505), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[51226] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3609), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[51234] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4507), 1,
aux_sym_expression_token3,
ACTIONS(4509), 1,
aux_sym_expression_token4,
[51244] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4511), 1,
anon_sym_SEMI,
ACTIONS(4513), 1,
aux_sym_accept_statement_token2,
[51254] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4515), 1,
anon_sym_LPAREN,
ACTIONS(4517), 1,
anon_sym_SEMI,
[51264] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4519), 1,
aux_sym__package_specification_token3,
ACTIONS(4521), 1,
aux_sym_subprogram_body_token1,
[51274] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3144), 1,
aux_sym_iterator_filter_token1,
STATE(1749), 1,
sym_entry_barrier,
[51284] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4523), 2,
sym_identifier,
sym_string_literal,
[51292] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4525), 2,
aux_sym_iterator_filter_token1,
aux_sym_with_clause_token2,
[51300] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4527), 2,
aux_sym_iterator_filter_token1,
aux_sym__package_specification_token3,
[51308] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3453), 1,
aux_sym_compilation_unit_token1,
ACTIONS(3658), 1,
aux_sym_allocator_token1,
[51318] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4529), 2,
aux_sym_iterator_filter_token1,
aux_sym__package_specification_token3,
[51326] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4531), 1,
sym_identifier,
ACTIONS(4533), 1,
anon_sym_SEMI,
[51336] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3918), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[51344] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4535), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[51352] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4537), 1,
aux_sym__package_specification_token3,
ACTIONS(4539), 1,
aux_sym_exception_declaration_token1,
[51362] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3508), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[51370] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3901), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[51378] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3561), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[51386] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2509), 2,
aux_sym_iterator_filter_token1,
aux_sym__package_specification_token3,
[51394] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4541), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(4543), 1,
aux_sym_access_to_subprogram_definition_token3,
[51404] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(522), 1,
aux_sym_iterated_element_association_token1,
STATE(1985), 1,
sym_iterated_element_association,
[51414] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4545), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[51422] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4547), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[51430] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4549), 1,
sym_identifier,
ACTIONS(4551), 1,
anon_sym_SEMI,
[51440] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3887), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[51448] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4553), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[51456] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(398), 1,
aux_sym__package_specification_token3,
ACTIONS(400), 1,
aux_sym_subprogram_body_token1,
[51466] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4555), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[51474] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4557), 1,
sym_identifier,
ACTIONS(4559), 1,
anon_sym_SEMI,
[51484] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4561), 1,
aux_sym_with_clause_token2,
ACTIONS(4563), 1,
aux_sym_expression_token1,
[51494] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4565), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[51502] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3811), 2,
anon_sym_EQ_GT,
anon_sym_PIPE,
[51510] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4567), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[51518] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4569), 1,
sym_identifier,
ACTIONS(4571), 1,
anon_sym_SEMI,
[51528] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4573), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[51536] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3858), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[51544] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4386), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[51552] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4575), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[51560] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4577), 1,
sym_identifier,
ACTIONS(4579), 1,
anon_sym_SEMI,
[51570] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4581), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[51578] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4583), 1,
sym_identifier,
ACTIONS(4585), 1,
anon_sym_SEMI,
[51588] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4587), 2,
anon_sym_SEMI,
aux_sym_with_clause_token2,
[51596] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4589), 1,
sym_identifier,
ACTIONS(4591), 1,
anon_sym_SEMI,
[51606] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4593), 1,
sym_identifier,
ACTIONS(4595), 1,
anon_sym_SEMI,
[51616] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4368), 1,
aux_sym_iterator_filter_token1,
STATE(1408), 1,
sym_case_expression_alternative,
[51626] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3730), 1,
aux_sym_compilation_unit_token1,
ACTIONS(4597), 1,
aux_sym_with_clause_token1,
[51636] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4599), 1,
sym_identifier,
ACTIONS(4601), 1,
anon_sym_SEMI,
[51646] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4603), 1,
aux_sym_access_to_subprogram_definition_token2,
ACTIONS(4605), 1,
aux_sym_access_to_subprogram_definition_token3,
[51656] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4607), 1,
aux_sym_compilation_unit_token1,
ACTIONS(4609), 1,
aux_sym_with_clause_token2,
[51666] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4611), 2,
aux_sym_iterator_filter_token1,
aux_sym__package_specification_token3,
[51674] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4613), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[51682] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4615), 1,
anon_sym_SEMI,
[51689] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4617), 1,
anon_sym_SEMI,
[51696] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4619), 1,
aux_sym_if_expression_token1,
[51703] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4621), 1,
aux_sym_if_expression_token1,
[51710] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4623), 1,
anon_sym_SEMI,
[51717] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4625), 1,
anon_sym_DOT_DOT,
[51724] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3864), 1,
anon_sym_SEMI,
[51731] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4627), 1,
anon_sym_RPAREN,
[51738] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4629), 1,
anon_sym_EQ_GT,
[51745] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4631), 1,
anon_sym_RPAREN,
[51752] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4633), 1,
anon_sym_RPAREN,
[51759] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4635), 1,
anon_sym_RPAREN,
[51766] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4633), 1,
anon_sym_RBRACK,
[51773] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4637), 1,
anon_sym_SEMI,
[51780] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3343), 1,
anon_sym_SEMI,
[51787] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4639), 1,
anon_sym_SEMI,
[51794] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4641), 1,
anon_sym_SEMI,
[51801] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(340), 1,
aux_sym_private_type_declaration_token1,
[51808] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4643), 1,
aux_sym_with_clause_token2,
[51815] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4645), 1,
aux_sym_attribute_designator_token4,
[51822] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4647), 1,
anon_sym_SEMI,
[51829] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4649), 1,
aux_sym_record_component_association_list_token1,
[51836] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4651), 1,
aux_sym__package_specification_token3,
[51843] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4653), 1,
anon_sym_SEMI,
[51850] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4405), 1,
anon_sym_SEMI,
[51857] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4655), 1,
sym_identifier,
[51864] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4657), 1,
anon_sym_SEMI,
[51871] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4659), 1,
anon_sym_COLON,
[51878] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4661), 1,
anon_sym_EQ_GT,
[51885] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4663), 1,
aux_sym_if_expression_token1,
[51892] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4665), 1,
anon_sym_SEMI,
[51899] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4667), 1,
anon_sym_SEMI,
[51906] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4669), 1,
aux_sym__package_specification_token3,
[51913] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4671), 1,
anon_sym_LT_GT,
[51920] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4673), 1,
anon_sym_SEMI,
[51927] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4675), 1,
aux_sym_compilation_unit_token1,
[51934] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4677), 1,
aux_sym_allocator_token1,
[51941] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4679), 1,
aux_sym__aspect_mark_token1,
[51948] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3658), 1,
aux_sym_allocator_token1,
[51955] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4681), 1,
aux_sym_compilation_unit_token1,
[51962] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4683), 1,
anon_sym_SEMI,
[51969] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4685), 1,
aux_sym__package_specification_token3,
[51976] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3933), 1,
anon_sym_SEMI,
[51983] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3961), 1,
anon_sym_SEMI,
[51990] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(428), 1,
aux_sym_subprogram_body_token1,
[51997] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4687), 1,
aux_sym_iterated_element_association_token2,
[52004] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4689), 1,
aux_sym_iterated_element_association_token2,
[52011] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4691), 1,
anon_sym_SEMI,
[52018] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3943), 1,
anon_sym_SEMI,
[52025] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4533), 1,
anon_sym_SEMI,
[52032] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4693), 1,
aux_sym__package_specification_token2,
[52039] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4695), 1,
aux_sym_package_body_token1,
[52046] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4697), 1,
aux_sym_package_body_token1,
[52053] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4699), 1,
anon_sym_SEMI,
[52060] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4701), 1,
anon_sym_SEMI,
[52067] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4703), 1,
anon_sym_SEMI,
[52074] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4705), 1,
aux_sym_allocator_token1,
[52081] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3973), 1,
anon_sym_SEMI,
[52088] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4707), 1,
anon_sym_SEMI,
[52095] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4709), 1,
aux_sym__package_specification_token3,
[52102] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4711), 1,
aux_sym_loop_statement_token1,
[52109] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4713), 1,
aux_sym_if_expression_token1,
[52116] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3969), 1,
anon_sym_SEMI,
[52123] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4715), 1,
anon_sym_SEMI,
[52130] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4717), 1,
aux_sym__package_specification_token3,
[52137] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4719), 1,
aux_sym_package_body_token1,
[52144] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4721), 1,
aux_sym_with_clause_token2,
[52151] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3423), 1,
anon_sym_SEMI,
[52158] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4723), 1,
anon_sym_COLON,
[52165] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4725), 1,
anon_sym_SEMI,
[52172] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4727), 1,
anon_sym_SEMI,
[52179] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4729), 1,
anon_sym_SEMI,
[52186] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4731), 1,
aux_sym_asynchronous_select_token1,
[52193] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4733), 1,
aux_sym__package_specification_token3,
[52200] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4735), 1,
anon_sym_SEMI,
[52207] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4737), 1,
anon_sym_SEMI,
[52214] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4739), 1,
anon_sym_SEMI,
[52221] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4741), 1,
anon_sym_SEMI,
[52228] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4743), 1,
anon_sym_EQ_GT,
[52235] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4497), 1,
anon_sym_SEMI,
[52242] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4745), 1,
anon_sym_SEMI,
[52249] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4747), 1,
anon_sym_SEMI,
[52256] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4749), 1,
aux_sym_if_expression_token1,
[52263] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4751), 1,
aux_sym_if_expression_token1,
[52270] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4753), 1,
aux_sym_if_expression_token1,
[52277] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4755), 1,
anon_sym_SEMI,
[52284] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4757), 1,
anon_sym_SEMI,
[52291] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4759), 1,
aux_sym_if_expression_token1,
[52298] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4761), 1,
aux_sym__package_specification_token3,
[52305] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4763), 1,
anon_sym_RPAREN,
[52312] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4765), 1,
anon_sym_SEMI,
[52319] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4767), 1,
anon_sym_EQ_GT,
[52326] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4347), 1,
aux_sym__package_specification_token2,
[52333] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4469), 1,
anon_sym_SEMI,
[52340] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3652), 1,
aux_sym__package_specification_token3,
[52347] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4769), 1,
aux_sym_with_clause_token2,
[52354] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4771), 1,
anon_sym_SEMI,
[52361] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4773), 1,
anon_sym_SEMI,
[52368] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4775), 1,
aux_sym_compilation_unit_token1,
[52375] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4777), 1,
anon_sym_SEMI,
[52382] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4779), 1,
aux_sym_asynchronous_select_token1,
[52389] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4781), 1,
anon_sym_SEMI,
[52396] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4783), 1,
anon_sym_SEMI,
[52403] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4785), 1,
aux_sym__package_specification_token3,
[52410] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4787), 1,
anon_sym_RPAREN,
[52417] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4789), 1,
anon_sym_SEMI,
[52424] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4791), 1,
aux_sym__package_specification_token3,
[52431] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4793), 1,
anon_sym_SEMI,
[52438] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4795), 1,
aux_sym__package_specification_token2,
[52445] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4797), 1,
aux_sym__package_specification_token3,
[52452] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4799), 1,
anon_sym_SEMI,
[52459] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4801), 1,
aux_sym_compilation_unit_token1,
[52466] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4803), 1,
anon_sym_SEMI,
[52473] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4039), 1,
anon_sym_SEMI,
[52480] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4805), 1,
sym_identifier,
[52487] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4807), 1,
anon_sym_EQ_GT,
[52494] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4075), 1,
anon_sym_RPAREN,
[52501] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4809), 1,
aux_sym__package_specification_token3,
[52508] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4811), 1,
anon_sym_DOT_DOT,
[52515] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4813), 1,
aux_sym_if_expression_token1,
[52522] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4815), 1,
aux_sym_iterated_element_association_token2,
[52529] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4817), 1,
aux_sym_asynchronous_select_token1,
[52536] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4819), 1,
anon_sym_EQ_GT,
[52543] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4821), 1,
anon_sym_SEMI,
[52550] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4823), 1,
aux_sym__package_specification_token3,
[52557] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4825), 1,
anon_sym_EQ_GT,
[52564] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4828), 1,
aux_sym__package_specification_token2,
[52571] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4830), 1,
anon_sym_SEMI,
[52578] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4832), 1,
anon_sym_RPAREN,
[52585] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4834), 1,
aux_sym__package_specification_token2,
[52592] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4836), 1,
anon_sym_RPAREN,
[52599] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3259), 1,
aux_sym_entry_declaration_token1,
[52606] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4838), 1,
anon_sym_SEMI,
[52613] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4840), 1,
aux_sym_record_component_association_list_token1,
[52620] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4842), 1,
aux_sym_range_attribute_designator_token1,
[52627] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4844), 1,
aux_sym_attribute_designator_token2,
[52634] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4846), 1,
aux_sym__package_specification_token3,
[52641] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4848), 1,
anon_sym_SEMI,
[52648] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4850), 1,
anon_sym_EQ_GT,
[52655] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4852), 1,
sym_tick,
[52662] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4854), 1,
anon_sym_SEMI,
[52669] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4856), 1,
anon_sym_EQ_GT,
[52676] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4858), 1,
anon_sym_RPAREN,
[52683] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4860), 1,
anon_sym_EQ_GT,
[52690] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4862), 1,
aux_sym_expression_token2,
[52697] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4864), 1,
anon_sym_SEMI,
[52704] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4866), 1,
aux_sym__package_specification_token2,
[52711] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4868), 1,
aux_sym_case_expression_token1,
[52718] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4870), 1,
anon_sym_COLON,
[52725] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4872), 1,
aux_sym__package_specification_token3,
[52732] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4874), 1,
sym_identifier,
[52739] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4876), 1,
sym_identifier,
[52746] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4201), 1,
anon_sym_RPAREN,
[52753] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4878), 1,
anon_sym_SEMI,
[52760] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4207), 1,
anon_sym_SEMI,
[52767] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4880), 1,
aux_sym__package_specification_token3,
[52774] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4882), 1,
aux_sym_with_clause_token2,
[52781] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4884), 1,
sym_identifier,
[52788] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4312), 1,
anon_sym_SEMI,
[52795] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(430), 1,
aux_sym_subprogram_body_token1,
[52802] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4886), 1,
aux_sym_allocator_token1,
[52809] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4205), 1,
anon_sym_SEMI,
[52816] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4888), 1,
aux_sym_compilation_unit_token1,
[52823] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4890), 1,
aux_sym__package_specification_token3,
[52830] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4892), 1,
anon_sym_SEMI,
[52837] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4894), 1,
aux_sym_with_clause_token2,
[52844] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4896), 1,
anon_sym_LT_GT,
[52851] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4898), 1,
anon_sym_LT_GT,
[52858] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4900), 1,
anon_sym_LT_GT,
[52865] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4902), 1,
anon_sym_SEMI,
[52872] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4904), 1,
anon_sym_RPAREN,
[52879] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4906), 1,
anon_sym_LT_GT,
[52886] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4908), 1,
anon_sym_COLON,
[52893] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4910), 1,
aux_sym__package_specification_token2,
[52900] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4253), 1,
aux_sym__package_specification_token2,
[52907] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4912), 1,
anon_sym_SEMI,
[52914] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4914), 1,
anon_sym_SEMI,
[52921] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4916), 1,
anon_sym_SEMI,
[52928] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4918), 1,
anon_sym_SEMI,
[52935] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4920), 1,
aux_sym_with_clause_token2,
[52942] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4922), 1,
anon_sym_SEMI,
[52949] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4924), 1,
sym_identifier,
[52956] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4926), 1,
anon_sym_RPAREN,
[52963] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4928), 1,
aux_sym__package_specification_token2,
[52970] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4930), 1,
aux_sym__package_specification_token2,
[52977] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(348), 1,
aux_sym_subprogram_body_token1,
[52984] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4932), 1,
anon_sym_LT_GT,
[52991] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4934), 1,
anon_sym_SEMI,
[52998] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4936), 1,
anon_sym_SEMI,
[53005] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4938), 1,
aux_sym_iterator_specification_token1,
[53012] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4292), 1,
anon_sym_SEMI,
[53019] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4940), 1,
aux_sym_iterator_specification_token1,
[53026] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4942), 1,
anon_sym_LT_GT,
[53033] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4193), 1,
anon_sym_SEMI,
[53040] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4944), 1,
anon_sym_SEMI,
[53047] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4946), 1,
aux_sym_iterated_element_association_token2,
[53054] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4224), 1,
anon_sym_SEMI,
[53061] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4948), 1,
anon_sym_SEMI,
[53068] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4950), 1,
aux_sym_if_expression_token1,
[53075] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4952), 1,
aux_sym_if_expression_token1,
[53082] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3289), 1,
aux_sym_interface_type_definition_token2,
[53089] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4954), 1,
anon_sym_SEMI,
[53096] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4956), 1,
anon_sym_SEMI,
[53103] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4958), 1,
aux_sym_if_expression_token1,
[53110] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4960), 1,
aux_sym_record_component_association_list_token1,
[53117] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4962), 1,
anon_sym_SEMI,
[53124] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4964), 1,
aux_sym_if_expression_token1,
[53131] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4966), 1,
aux_sym_if_expression_token1,
[53138] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3392), 1,
anon_sym_SEMI,
[53145] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4968), 1,
anon_sym_RPAREN,
[53152] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4970), 1,
aux_sym_expression_token2,
[53159] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4972), 1,
anon_sym_SEMI,
[53166] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4974), 1,
anon_sym_RPAREN,
[53173] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4976), 1,
anon_sym_COLON,
[53180] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4978), 1,
anon_sym_RPAREN,
[53187] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4980), 1,
anon_sym_RPAREN,
[53194] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4980), 1,
anon_sym_RBRACK,
[53201] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4982), 1,
anon_sym_SEMI,
[53208] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4984), 1,
anon_sym_SEMI,
[53215] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4986), 1,
anon_sym_SEMI,
[53222] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4988), 1,
anon_sym_SEMI,
[53229] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4990), 1,
aux_sym_if_expression_token1,
[53236] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4992), 1,
aux_sym_with_clause_token2,
[53243] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4994), 1,
anon_sym_SEMI,
[53250] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4274), 1,
anon_sym_SEMI,
[53257] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4996), 1,
aux_sym__package_specification_token2,
[53264] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4998), 1,
aux_sym_if_expression_token1,
[53271] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5000), 1,
aux_sym__package_specification_token3,
[53278] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5002), 1,
aux_sym_subunit_token1,
[53285] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5004), 1,
anon_sym_SEMI,
[53292] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5006), 1,
anon_sym_SEMI,
[53299] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5008), 1,
anon_sym_SEMI,
[53306] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5010), 1,
anon_sym_SEMI,
[53313] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5012), 1,
aux_sym_compilation_unit_token1,
[53320] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5014), 1,
anon_sym_SEMI,
[53327] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5016), 1,
aux_sym_result_profile_token1,
[53334] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5018), 1,
aux_sym_with_clause_token2,
[53341] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5020), 1,
aux_sym__package_specification_token3,
[53348] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5022), 1,
anon_sym_SEMI,
[53355] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5024), 1,
aux_sym_asynchronous_select_token1,
[53362] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2290), 1,
anon_sym_DOT_DOT,
[53369] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5026), 1,
sym_tick,
[53376] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5028), 1,
anon_sym_RPAREN,
[53383] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5030), 1,
anon_sym_RPAREN,
[53390] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5032), 1,
anon_sym_SEMI,
[53397] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5034), 1,
aux_sym_asynchronous_select_token1,
[53404] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5036), 1,
anon_sym_LPAREN,
[53411] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5038), 1,
anon_sym_SEMI,
[53418] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5040), 1,
anon_sym_SEMI,
[53425] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5042), 1,
anon_sym_SEMI,
[53432] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5044), 1,
anon_sym_SEMI,
[53439] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5046), 1,
aux_sym_component_list_token1,
[53446] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5048), 1,
aux_sym_if_expression_token1,
[53453] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5050), 1,
anon_sym_SEMI,
[53460] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5052), 1,
aux_sym_asynchronous_select_token1,
[53467] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5054), 1,
anon_sym_SEMI,
[53474] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5056), 1,
aux_sym__package_specification_token3,
[53481] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5058), 1,
aux_sym__package_specification_token3,
[53488] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5060), 1,
aux_sym_primary_null_token1,
[53495] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5062), 1,
aux_sym__package_specification_token3,
[53502] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5064), 1,
anon_sym_SEMI,
[53509] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5066), 1,
anon_sym_SEMI,
[53516] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5068), 1,
aux_sym_if_expression_token1,
[53523] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5070), 1,
aux_sym_subprogram_body_token1,
[53530] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5072), 1,
anon_sym_SEMI,
[53537] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5074), 1,
anon_sym_SEMI,
[53544] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5076), 1,
anon_sym_SEMI,
[53551] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5078), 1,
anon_sym_LPAREN,
[53558] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5080), 1,
aux_sym_if_expression_token1,
[53565] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5082), 1,
aux_sym_expression_token2,
[53572] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5084), 1,
anon_sym_EQ_GT,
[53579] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4166), 1,
anon_sym_RPAREN,
[53586] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5086), 1,
aux_sym__package_specification_token3,
[53593] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5088), 1,
anon_sym_RPAREN,
[53600] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5090), 1,
anon_sym_EQ_GT,
[53607] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5092), 1,
anon_sym_SEMI,
[53614] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5094), 1,
anon_sym_SEMI,
[53621] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5096), 1,
anon_sym_SEMI,
[53628] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5098), 1,
aux_sym_loop_statement_token1,
[53635] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5100), 1,
anon_sym_SEMI,
[53642] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5102), 1,
aux_sym__package_specification_token3,
[53649] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5104), 1,
anon_sym_SEMI,
[53656] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5106), 1,
aux_sym_asynchronous_select_token1,
[53663] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5108), 1,
anon_sym_DOT_DOT,
[53670] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4149), 1,
anon_sym_SEMI,
[53677] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5110), 1,
aux_sym_asynchronous_select_token2,
[53684] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4151), 1,
anon_sym_SEMI,
[53691] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5112), 1,
anon_sym_SEMI,
[53698] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5114), 1,
aux_sym__package_specification_token3,
[53705] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5116), 1,
aux_sym_asynchronous_select_token1,
[53712] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5118), 1,
aux_sym_asynchronous_select_token2,
[53719] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5120), 1,
anon_sym_SEMI,
[53726] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5122), 1,
aux_sym_expression_token2,
[53733] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5124), 1,
anon_sym_EQ_GT,
[53740] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5126), 1,
anon_sym_SEMI,
[53747] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5128), 1,
sym_identifier,
[53754] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5130), 1,
anon_sym_SEMI,
[53761] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5132), 1,
aux_sym_if_expression_token1,
[53768] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5134), 1,
anon_sym_SEMI,
[53775] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5136), 1,
anon_sym_EQ_GT,
[53782] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5138), 1,
aux_sym_case_expression_token1,
[53789] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3449), 1,
anon_sym_SEMI,
[53796] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5140), 1,
aux_sym_if_expression_token1,
[53803] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5142), 1,
anon_sym_SEMI,
[53810] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5144), 1,
anon_sym_SEMI,
[53817] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5146), 1,
anon_sym_SEMI,
[53824] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3769), 1,
anon_sym_SEMI,
[53831] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5148), 1,
aux_sym_iterated_element_association_token2,
[53838] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5150), 1,
aux_sym_with_clause_token2,
[53845] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5152), 1,
aux_sym_chunk_specification_token1,
[53852] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5154), 1,
anon_sym_SEMI,
[53859] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5156), 1,
aux_sym_compilation_unit_token1,
[53866] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5158), 1,
aux_sym_compilation_unit_token1,
[53873] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5160), 1,
aux_sym_iterated_element_association_token2,
[53880] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5162), 1,
anon_sym_SEMI,
[53887] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4397), 1,
aux_sym_compilation_unit_token1,
[53894] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5164), 1,
anon_sym_RBRACK,
[53901] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5166), 1,
aux_sym_allocator_token1,
[53908] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5168), 1,
anon_sym_SEMI,
[53915] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5170), 1,
anon_sym_RPAREN,
[53922] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5172), 1,
anon_sym_SEMI,
[53929] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5174), 1,
anon_sym_EQ_GT,
[53936] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5176), 1,
aux_sym_chunk_specification_token1,
[53943] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5178), 1,
anon_sym_SEMI,
[53950] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5164), 1,
anon_sym_RPAREN,
[53957] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3415), 1,
anon_sym_SEMI,
[53964] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(410), 1,
aux_sym_subprogram_body_token1,
[53971] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5180), 1,
aux_sym__package_specification_token2,
[53978] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5182), 1,
anon_sym_RPAREN,
[53985] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4063), 1,
anon_sym_SEMI,
[53992] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5184), 1,
anon_sym_SEMI,
[53999] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5186), 1,
anon_sym_EQ_GT,
[54006] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3263), 1,
anon_sym_RPAREN,
[54013] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5188), 1,
anon_sym_RPAREN,
[54020] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5190), 1,
anon_sym_SEMI,
[54027] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5192), 1,
anon_sym_SEMI,
[54034] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5194), 1,
aux_sym_if_expression_token1,
[54041] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5196), 1,
anon_sym_SEMI,
[54048] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5198), 1,
anon_sym_RPAREN,
[54055] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5200), 1,
anon_sym_SEMI,
[54062] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5202), 1,
aux_sym_subprogram_body_token1,
[54069] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5204), 1,
anon_sym_RBRACK,
[54076] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5206), 1,
anon_sym_RPAREN,
[54083] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5208), 1,
aux_sym_expression_token2,
[54090] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5210), 1,
aux_sym__package_specification_token3,
[54097] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5212), 1,
aux_sym__package_specification_token3,
[54104] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5214), 1,
anon_sym_SEMI,
[54111] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(516), 1,
aux_sym_allocator_token1,
[54118] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5216), 1,
anon_sym_SEMI,
[54125] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4448), 1,
anon_sym_SEMI,
[54132] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5218), 1,
anon_sym_SEMI,
[54139] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5220), 1,
aux_sym__package_specification_token2,
[54146] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5222), 1,
anon_sym_SEMI,
[54153] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5224), 1,
aux_sym_with_clause_token2,
[54160] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5226), 1,
aux_sym_compilation_unit_token1,
[54167] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5228), 1,
aux_sym_compilation_unit_token1,
[54174] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5230), 1,
anon_sym_SEMI,
[54181] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5232), 1,
anon_sym_RPAREN,
[54188] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5234), 1,
aux_sym_with_clause_token2,
[54195] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5236), 1,
anon_sym_SEMI,
[54202] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5238), 1,
aux_sym__package_specification_token3,
[54209] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5240), 1,
anon_sym_SEMI,
[54216] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5242), 1,
aux_sym__package_specification_token2,
[54223] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5244), 1,
anon_sym_SEMI,
[54230] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5246), 1,
anon_sym_SEMI,
[54237] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5248), 1,
aux_sym_with_clause_token2,
[54244] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5250), 1,
anon_sym_SEMI,
[54251] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5252), 1,
anon_sym_SEMI,
[54258] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5254), 1,
aux_sym_loop_statement_token1,
[54265] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5256), 1,
aux_sym_at_clause_token1,
[54272] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5258), 1,
sym_tick,
[54279] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5260), 1,
anon_sym_SEMI,
[54286] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5262), 1,
anon_sym_SEMI,
[54293] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5264), 1,
anon_sym_RPAREN,
[54300] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5266), 1,
anon_sym_GT_GT,
[54307] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5268), 1,
aux_sym_allocator_token1,
[54314] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5270), 1,
aux_sym_object_renaming_declaration_token1,
[54321] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5272), 1,
aux_sym_object_renaming_declaration_token1,
[54328] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5274), 1,
aux_sym_primary_null_token1,
[54335] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5276), 1,
anon_sym_SEMI,
[54342] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5278), 1,
anon_sym_SEMI,
[54349] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5280), 1,
aux_sym_primary_null_token1,
[54356] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5282), 1,
sym_identifier,
[54363] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5284), 1,
anon_sym_EQ_GT,
[54370] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5286), 1,
aux_sym_loop_statement_token1,
[54377] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5288), 1,
anon_sym_SEMI,
[54384] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5290), 1,
anon_sym_RBRACK,
[54391] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5292), 1,
anon_sym_SEMI,
[54398] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5294), 1,
anon_sym_SEMI,
[54405] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5296), 1,
anon_sym_SEMI,
[54412] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5298), 1,
anon_sym_SEMI,
[54419] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5300), 1,
anon_sym_SEMI,
[54426] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5302), 1,
anon_sym_EQ_GT,
[54433] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5304), 1,
aux_sym__package_specification_token2,
[54440] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5306), 1,
anon_sym_SEMI,
[54447] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5308), 1,
aux_sym_compilation_unit_token1,
[54454] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5310), 1,
aux_sym_loop_statement_token1,
[54461] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5312), 1,
aux_sym__package_specification_token3,
[54468] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5314), 1,
anon_sym_SEMI,
[54475] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5316), 1,
aux_sym_with_clause_token2,
[54482] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5318), 1,
aux_sym__package_specification_token3,
[54489] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5290), 1,
anon_sym_RPAREN,
[54496] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5320), 1,
anon_sym_SEMI,
[54503] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5322), 1,
anon_sym_SEMI,
[54510] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5324), 1,
aux_sym_expression_token2,
[54517] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5326), 1,
anon_sym_RPAREN,
[54524] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5328), 1,
anon_sym_SEMI,
[54531] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(424), 1,
aux_sym_subprogram_body_token1,
[54538] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5330), 1,
aux_sym__package_specification_token3,
[54545] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5332), 1,
aux_sym_expression_token2,
[54552] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5334), 1,
aux_sym_subprogram_body_token1,
[54559] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5336), 1,
anon_sym_SEMI,
[54566] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5338), 1,
anon_sym_SEMI,
[54573] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5340), 1,
anon_sym_SEMI,
[54580] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5342), 1,
anon_sym_SEMI,
[54587] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5344), 1,
anon_sym_SEMI,
[54594] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5346), 1,
anon_sym_SEMI,
[54601] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5348), 1,
anon_sym_RPAREN,
[54608] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5350), 1,
aux_sym_expression_token2,
[54615] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5352), 1,
anon_sym_SEMI,
[54622] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5354), 1,
anon_sym_RBRACK,
[54629] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5356), 1,
anon_sym_SEMI,
[54636] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5358), 1,
aux_sym_compilation_unit_token1,
[54643] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5360), 1,
anon_sym_RPAREN,
[54650] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5362), 1,
anon_sym_SEMI,
[54657] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5364), 1,
aux_sym_with_clause_token2,
[54664] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5366), 1,
aux_sym_record_component_association_list_token1,
[54671] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5368), 1,
anon_sym_COLON,
[54678] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5370), 1,
sym_identifier,
[54685] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5372), 1,
anon_sym_SEMI,
[54692] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5374), 1,
anon_sym_SEMI,
[54699] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5376), 1,
sym_identifier,
[54706] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5378), 1,
anon_sym_SEMI,
[54713] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5380), 1,
sym_identifier,
[54720] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5382), 1,
aux_sym__package_specification_token2,
[54727] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(418), 1,
aux_sym_subprogram_body_token1,
[54734] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5384), 1,
anon_sym_SEMI,
[54741] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5386), 1,
sym_identifier,
[54748] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5388), 1,
sym_identifier,
[54755] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5390), 1,
anon_sym_SEMI,
[54762] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4519), 1,
aux_sym__package_specification_token3,
[54769] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5392), 1,
anon_sym_SEMI,
[54776] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(350), 1,
aux_sym_private_type_declaration_token1,
[54783] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4300), 1,
anon_sym_SEMI,
[54790] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4345), 1,
anon_sym_SEMI,
[54797] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5394), 1,
aux_sym_if_expression_token1,
[54804] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5396), 1,
anon_sym_SEMI,
[54811] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5398), 1,
aux_sym__package_specification_token3,
[54818] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5400), 1,
anon_sym_SEMI,
[54825] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5402), 1,
aux_sym_if_expression_token1,
[54832] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5404), 1,
anon_sym_SEMI,
[54839] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5406), 1,
aux_sym_compilation_unit_token1,
[54846] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5408), 1,
anon_sym_SEMI,
[54853] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5410), 1,
anon_sym_RPAREN,
[54860] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5412), 1,
aux_sym__package_specification_token3,
[54867] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5414), 1,
aux_sym_with_clause_token2,
[54874] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5416), 1,
aux_sym_expression_token2,
[54881] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5418), 1,
aux_sym_subprogram_body_token1,
[54888] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3851), 1,
anon_sym_SEMI,
[54895] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5420), 1,
anon_sym_SEMI,
[54902] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5422), 1,
aux_sym_use_clause_token2,
[54909] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5424), 1,
aux_sym_loop_statement_token1,
[54916] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3878), 1,
aux_sym__package_specification_token2,
[54923] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5426), 1,
aux_sym_compilation_unit_token1,
[54930] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5428), 1,
anon_sym_RBRACK,
[54937] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5430), 1,
sym_identifier,
[54944] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5432), 1,
anon_sym_SEMI,
[54951] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5434), 1,
sym_identifier,
[54958] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5436), 1,
sym_identifier,
[54965] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5438), 1,
anon_sym_SEMI,
[54972] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3251), 1,
aux_sym_loop_statement_token1,
[54979] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5440), 1,
anon_sym_SEMI,
[54986] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5442), 1,
anon_sym_SEMI,
[54993] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5444), 1,
sym_tick,
[55000] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5446), 1,
aux_sym_record_component_association_list_token1,
[55007] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4559), 1,
anon_sym_SEMI,
[55014] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5448), 1,
aux_sym__package_specification_token3,
[55021] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4571), 1,
anon_sym_SEMI,
[55028] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5450), 1,
anon_sym_COLON,
[55035] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5452), 1,
ts_builtin_sym_end,
[55042] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5454), 1,
anon_sym_SEMI,
[55049] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5456), 1,
sym_identifier,
[55056] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5458), 1,
sym_identifier,
[55063] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5460), 1,
sym_identifier,
[55070] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5462), 1,
anon_sym_SEMI,
[55077] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4579), 1,
anon_sym_SEMI,
[55084] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5464), 1,
sym_identifier,
[55091] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5466), 1,
anon_sym_SEMI,
[55098] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5468), 1,
aux_sym__package_specification_token3,
[55105] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5470), 1,
aux_sym_with_clause_token2,
[55112] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5472), 1,
sym_identifier,
[55119] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4585), 1,
anon_sym_SEMI,
[55126] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5474), 1,
aux_sym_allocator_token1,
[55133] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5476), 1,
aux_sym_with_clause_token2,
[55140] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5478), 1,
anon_sym_SEMI,
[55147] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3730), 1,
aux_sym_compilation_unit_token1,
[55154] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5480), 1,
anon_sym_SEMI,
[55161] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5482), 1,
aux_sym__package_specification_token2,
[55168] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5484), 1,
aux_sym_global_mode_token1,
[55175] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5486), 1,
anon_sym_LPAREN,
[55182] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(5488), 1,
sym_identifier,
[55189] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4601), 1,
anon_sym_SEMI,
};
static const uint32_t ts_small_parse_table_map[] = {
[SMALL_STATE(98)] = 0,
[SMALL_STATE(99)] = 130,
[SMALL_STATE(100)] = 260,
[SMALL_STATE(101)] = 380,
[SMALL_STATE(102)] = 518,
[SMALL_STATE(103)] = 635,
[SMALL_STATE(104)] = 752,
[SMALL_STATE(105)] = 869,
[SMALL_STATE(106)] = 986,
[SMALL_STATE(107)] = 1101,
[SMALL_STATE(108)] = 1221,
[SMALL_STATE(109)] = 1335,
[SMALL_STATE(110)] = 1467,
[SMALL_STATE(111)] = 1581,
[SMALL_STATE(112)] = 1695,
[SMALL_STATE(113)] = 1809,
[SMALL_STATE(114)] = 1923,
[SMALL_STATE(115)] = 2037,
[SMALL_STATE(116)] = 2166,
[SMALL_STATE(117)] = 2295,
[SMALL_STATE(118)] = 2421,
[SMALL_STATE(119)] = 2547,
[SMALL_STATE(120)] = 2670,
[SMALL_STATE(121)] = 2781,
[SMALL_STATE(122)] = 2895,
[SMALL_STATE(123)] = 3009,
[SMALL_STATE(124)] = 3121,
[SMALL_STATE(125)] = 3235,
[SMALL_STATE(126)] = 3296,
[SMALL_STATE(127)] = 3357,
[SMALL_STATE(128)] = 3418,
[SMALL_STATE(129)] = 3529,
[SMALL_STATE(130)] = 3590,
[SMALL_STATE(131)] = 3651,
[SMALL_STATE(132)] = 3712,
[SMALL_STATE(133)] = 3773,
[SMALL_STATE(134)] = 3834,
[SMALL_STATE(135)] = 3895,
[SMALL_STATE(136)] = 3956,
[SMALL_STATE(137)] = 4017,
[SMALL_STATE(138)] = 4078,
[SMALL_STATE(139)] = 4139,
[SMALL_STATE(140)] = 4200,
[SMALL_STATE(141)] = 4261,
[SMALL_STATE(142)] = 4322,
[SMALL_STATE(143)] = 4383,
[SMALL_STATE(144)] = 4444,
[SMALL_STATE(145)] = 4505,
[SMALL_STATE(146)] = 4566,
[SMALL_STATE(147)] = 4627,
[SMALL_STATE(148)] = 4688,
[SMALL_STATE(149)] = 4749,
[SMALL_STATE(150)] = 4810,
[SMALL_STATE(151)] = 4871,
[SMALL_STATE(152)] = 4932,
[SMALL_STATE(153)] = 4993,
[SMALL_STATE(154)] = 5054,
[SMALL_STATE(155)] = 5115,
[SMALL_STATE(156)] = 5176,
[SMALL_STATE(157)] = 5237,
[SMALL_STATE(158)] = 5298,
[SMALL_STATE(159)] = 5359,
[SMALL_STATE(160)] = 5420,
[SMALL_STATE(161)] = 5481,
[SMALL_STATE(162)] = 5542,
[SMALL_STATE(163)] = 5603,
[SMALL_STATE(164)] = 5664,
[SMALL_STATE(165)] = 5725,
[SMALL_STATE(166)] = 5786,
[SMALL_STATE(167)] = 5847,
[SMALL_STATE(168)] = 5908,
[SMALL_STATE(169)] = 5969,
[SMALL_STATE(170)] = 6030,
[SMALL_STATE(171)] = 6091,
[SMALL_STATE(172)] = 6152,
[SMALL_STATE(173)] = 6213,
[SMALL_STATE(174)] = 6274,
[SMALL_STATE(175)] = 6335,
[SMALL_STATE(176)] = 6396,
[SMALL_STATE(177)] = 6457,
[SMALL_STATE(178)] = 6518,
[SMALL_STATE(179)] = 6579,
[SMALL_STATE(180)] = 6640,
[SMALL_STATE(181)] = 6701,
[SMALL_STATE(182)] = 6762,
[SMALL_STATE(183)] = 6823,
[SMALL_STATE(184)] = 6884,
[SMALL_STATE(185)] = 6945,
[SMALL_STATE(186)] = 7006,
[SMALL_STATE(187)] = 7067,
[SMALL_STATE(188)] = 7128,
[SMALL_STATE(189)] = 7189,
[SMALL_STATE(190)] = 7250,
[SMALL_STATE(191)] = 7311,
[SMALL_STATE(192)] = 7372,
[SMALL_STATE(193)] = 7433,
[SMALL_STATE(194)] = 7494,
[SMALL_STATE(195)] = 7555,
[SMALL_STATE(196)] = 7616,
[SMALL_STATE(197)] = 7677,
[SMALL_STATE(198)] = 7738,
[SMALL_STATE(199)] = 7846,
[SMALL_STATE(200)] = 7951,
[SMALL_STATE(201)] = 8054,
[SMALL_STATE(202)] = 8157,
[SMALL_STATE(203)] = 8260,
[SMALL_STATE(204)] = 8365,
[SMALL_STATE(205)] = 8469,
[SMALL_STATE(206)] = 8573,
[SMALL_STATE(207)] = 8673,
[SMALL_STATE(208)] = 8777,
[SMALL_STATE(209)] = 8877,
[SMALL_STATE(210)] = 8974,
[SMALL_STATE(211)] = 9071,
[SMALL_STATE(212)] = 9168,
[SMALL_STATE(213)] = 9265,
[SMALL_STATE(214)] = 9362,
[SMALL_STATE(215)] = 9459,
[SMALL_STATE(216)] = 9556,
[SMALL_STATE(217)] = 9653,
[SMALL_STATE(218)] = 9752,
[SMALL_STATE(219)] = 9849,
[SMALL_STATE(220)] = 9946,
[SMALL_STATE(221)] = 10043,
[SMALL_STATE(222)] = 10140,
[SMALL_STATE(223)] = 10234,
[SMALL_STATE(224)] = 10290,
[SMALL_STATE(225)] = 10384,
[SMALL_STATE(226)] = 10478,
[SMALL_STATE(227)] = 10572,
[SMALL_STATE(228)] = 10666,
[SMALL_STATE(229)] = 10760,
[SMALL_STATE(230)] = 10854,
[SMALL_STATE(231)] = 10948,
[SMALL_STATE(232)] = 11042,
[SMALL_STATE(233)] = 11098,
[SMALL_STATE(234)] = 11192,
[SMALL_STATE(235)] = 11248,
[SMALL_STATE(236)] = 11342,
[SMALL_STATE(237)] = 11398,
[SMALL_STATE(238)] = 11492,
[SMALL_STATE(239)] = 11586,
[SMALL_STATE(240)] = 11680,
[SMALL_STATE(241)] = 11774,
[SMALL_STATE(242)] = 11868,
[SMALL_STATE(243)] = 11962,
[SMALL_STATE(244)] = 12018,
[SMALL_STATE(245)] = 12112,
[SMALL_STATE(246)] = 12206,
[SMALL_STATE(247)] = 12300,
[SMALL_STATE(248)] = 12394,
[SMALL_STATE(249)] = 12488,
[SMALL_STATE(250)] = 12582,
[SMALL_STATE(251)] = 12676,
[SMALL_STATE(252)] = 12770,
[SMALL_STATE(253)] = 12864,
[SMALL_STATE(254)] = 12958,
[SMALL_STATE(255)] = 13052,
[SMALL_STATE(256)] = 13146,
[SMALL_STATE(257)] = 13240,
[SMALL_STATE(258)] = 13338,
[SMALL_STATE(259)] = 13432,
[SMALL_STATE(260)] = 13526,
[SMALL_STATE(261)] = 13620,
[SMALL_STATE(262)] = 13714,
[SMALL_STATE(263)] = 13808,
[SMALL_STATE(264)] = 13902,
[SMALL_STATE(265)] = 13996,
[SMALL_STATE(266)] = 14090,
[SMALL_STATE(267)] = 14146,
[SMALL_STATE(268)] = 14240,
[SMALL_STATE(269)] = 14334,
[SMALL_STATE(270)] = 14428,
[SMALL_STATE(271)] = 14484,
[SMALL_STATE(272)] = 14540,
[SMALL_STATE(273)] = 14634,
[SMALL_STATE(274)] = 14728,
[SMALL_STATE(275)] = 14822,
[SMALL_STATE(276)] = 14916,
[SMALL_STATE(277)] = 15010,
[SMALL_STATE(278)] = 15066,
[SMALL_STATE(279)] = 15121,
[SMALL_STATE(280)] = 15216,
[SMALL_STATE(281)] = 15271,
[SMALL_STATE(282)] = 15326,
[SMALL_STATE(283)] = 15381,
[SMALL_STATE(284)] = 15436,
[SMALL_STATE(285)] = 15491,
[SMALL_STATE(286)] = 15546,
[SMALL_STATE(287)] = 15601,
[SMALL_STATE(288)] = 15656,
[SMALL_STATE(289)] = 15711,
[SMALL_STATE(290)] = 15766,
[SMALL_STATE(291)] = 15857,
[SMALL_STATE(292)] = 15948,
[SMALL_STATE(293)] = 16003,
[SMALL_STATE(294)] = 16058,
[SMALL_STATE(295)] = 16113,
[SMALL_STATE(296)] = 16168,
[SMALL_STATE(297)] = 16223,
[SMALL_STATE(298)] = 16278,
[SMALL_STATE(299)] = 16333,
[SMALL_STATE(300)] = 16388,
[SMALL_STATE(301)] = 16443,
[SMALL_STATE(302)] = 16534,
[SMALL_STATE(303)] = 16589,
[SMALL_STATE(304)] = 16644,
[SMALL_STATE(305)] = 16699,
[SMALL_STATE(306)] = 16754,
[SMALL_STATE(307)] = 16809,
[SMALL_STATE(308)] = 16864,
[SMALL_STATE(309)] = 16919,
[SMALL_STATE(310)] = 16974,
[SMALL_STATE(311)] = 17029,
[SMALL_STATE(312)] = 17084,
[SMALL_STATE(313)] = 17139,
[SMALL_STATE(314)] = 17194,
[SMALL_STATE(315)] = 17249,
[SMALL_STATE(316)] = 17304,
[SMALL_STATE(317)] = 17359,
[SMALL_STATE(318)] = 17414,
[SMALL_STATE(319)] = 17469,
[SMALL_STATE(320)] = 17524,
[SMALL_STATE(321)] = 17579,
[SMALL_STATE(322)] = 17634,
[SMALL_STATE(323)] = 17689,
[SMALL_STATE(324)] = 17744,
[SMALL_STATE(325)] = 17799,
[SMALL_STATE(326)] = 17854,
[SMALL_STATE(327)] = 17909,
[SMALL_STATE(328)] = 17964,
[SMALL_STATE(329)] = 18019,
[SMALL_STATE(330)] = 18074,
[SMALL_STATE(331)] = 18129,
[SMALL_STATE(332)] = 18184,
[SMALL_STATE(333)] = 18239,
[SMALL_STATE(334)] = 18294,
[SMALL_STATE(335)] = 18349,
[SMALL_STATE(336)] = 18404,
[SMALL_STATE(337)] = 18459,
[SMALL_STATE(338)] = 18514,
[SMALL_STATE(339)] = 18569,
[SMALL_STATE(340)] = 18624,
[SMALL_STATE(341)] = 18679,
[SMALL_STATE(342)] = 18734,
[SMALL_STATE(343)] = 18789,
[SMALL_STATE(344)] = 18844,
[SMALL_STATE(345)] = 18899,
[SMALL_STATE(346)] = 18954,
[SMALL_STATE(347)] = 19009,
[SMALL_STATE(348)] = 19064,
[SMALL_STATE(349)] = 19119,
[SMALL_STATE(350)] = 19174,
[SMALL_STATE(351)] = 19229,
[SMALL_STATE(352)] = 19324,
[SMALL_STATE(353)] = 19379,
[SMALL_STATE(354)] = 19434,
[SMALL_STATE(355)] = 19489,
[SMALL_STATE(356)] = 19544,
[SMALL_STATE(357)] = 19599,
[SMALL_STATE(358)] = 19654,
[SMALL_STATE(359)] = 19709,
[SMALL_STATE(360)] = 19764,
[SMALL_STATE(361)] = 19859,
[SMALL_STATE(362)] = 19914,
[SMALL_STATE(363)] = 19969,
[SMALL_STATE(364)] = 20024,
[SMALL_STATE(365)] = 20079,
[SMALL_STATE(366)] = 20134,
[SMALL_STATE(367)] = 20189,
[SMALL_STATE(368)] = 20244,
[SMALL_STATE(369)] = 20299,
[SMALL_STATE(370)] = 20354,
[SMALL_STATE(371)] = 20409,
[SMALL_STATE(372)] = 20464,
[SMALL_STATE(373)] = 20519,
[SMALL_STATE(374)] = 20574,
[SMALL_STATE(375)] = 20629,
[SMALL_STATE(376)] = 20684,
[SMALL_STATE(377)] = 20739,
[SMALL_STATE(378)] = 20794,
[SMALL_STATE(379)] = 20849,
[SMALL_STATE(380)] = 20904,
[SMALL_STATE(381)] = 20959,
[SMALL_STATE(382)] = 21014,
[SMALL_STATE(383)] = 21069,
[SMALL_STATE(384)] = 21124,
[SMALL_STATE(385)] = 21179,
[SMALL_STATE(386)] = 21234,
[SMALL_STATE(387)] = 21289,
[SMALL_STATE(388)] = 21344,
[SMALL_STATE(389)] = 21399,
[SMALL_STATE(390)] = 21454,
[SMALL_STATE(391)] = 21509,
[SMALL_STATE(392)] = 21564,
[SMALL_STATE(393)] = 21619,
[SMALL_STATE(394)] = 21674,
[SMALL_STATE(395)] = 21729,
[SMALL_STATE(396)] = 21784,
[SMALL_STATE(397)] = 21839,
[SMALL_STATE(398)] = 21894,
[SMALL_STATE(399)] = 21949,
[SMALL_STATE(400)] = 22004,
[SMALL_STATE(401)] = 22059,
[SMALL_STATE(402)] = 22114,
[SMALL_STATE(403)] = 22169,
[SMALL_STATE(404)] = 22224,
[SMALL_STATE(405)] = 22279,
[SMALL_STATE(406)] = 22334,
[SMALL_STATE(407)] = 22389,
[SMALL_STATE(408)] = 22444,
[SMALL_STATE(409)] = 22499,
[SMALL_STATE(410)] = 22554,
[SMALL_STATE(411)] = 22609,
[SMALL_STATE(412)] = 22664,
[SMALL_STATE(413)] = 22719,
[SMALL_STATE(414)] = 22774,
[SMALL_STATE(415)] = 22829,
[SMALL_STATE(416)] = 22884,
[SMALL_STATE(417)] = 22939,
[SMALL_STATE(418)] = 22994,
[SMALL_STATE(419)] = 23049,
[SMALL_STATE(420)] = 23104,
[SMALL_STATE(421)] = 23159,
[SMALL_STATE(422)] = 23214,
[SMALL_STATE(423)] = 23269,
[SMALL_STATE(424)] = 23324,
[SMALL_STATE(425)] = 23379,
[SMALL_STATE(426)] = 23434,
[SMALL_STATE(427)] = 23489,
[SMALL_STATE(428)] = 23544,
[SMALL_STATE(429)] = 23599,
[SMALL_STATE(430)] = 23654,
[SMALL_STATE(431)] = 23709,
[SMALL_STATE(432)] = 23764,
[SMALL_STATE(433)] = 23819,
[SMALL_STATE(434)] = 23874,
[SMALL_STATE(435)] = 23929,
[SMALL_STATE(436)] = 23984,
[SMALL_STATE(437)] = 24079,
[SMALL_STATE(438)] = 24134,
[SMALL_STATE(439)] = 24189,
[SMALL_STATE(440)] = 24244,
[SMALL_STATE(441)] = 24299,
[SMALL_STATE(442)] = 24354,
[SMALL_STATE(443)] = 24409,
[SMALL_STATE(444)] = 24464,
[SMALL_STATE(445)] = 24519,
[SMALL_STATE(446)] = 24574,
[SMALL_STATE(447)] = 24629,
[SMALL_STATE(448)] = 24684,
[SMALL_STATE(449)] = 24739,
[SMALL_STATE(450)] = 24794,
[SMALL_STATE(451)] = 24849,
[SMALL_STATE(452)] = 24904,
[SMALL_STATE(453)] = 24959,
[SMALL_STATE(454)] = 25014,
[SMALL_STATE(455)] = 25069,
[SMALL_STATE(456)] = 25124,
[SMALL_STATE(457)] = 25219,
[SMALL_STATE(458)] = 25273,
[SMALL_STATE(459)] = 25327,
[SMALL_STATE(460)] = 25381,
[SMALL_STATE(461)] = 25435,
[SMALL_STATE(462)] = 25489,
[SMALL_STATE(463)] = 25543,
[SMALL_STATE(464)] = 25597,
[SMALL_STATE(465)] = 25687,
[SMALL_STATE(466)] = 25741,
[SMALL_STATE(467)] = 25795,
[SMALL_STATE(468)] = 25849,
[SMALL_STATE(469)] = 25903,
[SMALL_STATE(470)] = 25957,
[SMALL_STATE(471)] = 26011,
[SMALL_STATE(472)] = 26065,
[SMALL_STATE(473)] = 26119,
[SMALL_STATE(474)] = 26173,
[SMALL_STATE(475)] = 26243,
[SMALL_STATE(476)] = 26297,
[SMALL_STATE(477)] = 26351,
[SMALL_STATE(478)] = 26405,
[SMALL_STATE(479)] = 26495,
[SMALL_STATE(480)] = 26549,
[SMALL_STATE(481)] = 26602,
[SMALL_STATE(482)] = 26655,
[SMALL_STATE(483)] = 26742,
[SMALL_STATE(484)] = 26795,
[SMALL_STATE(485)] = 26847,
[SMALL_STATE(486)] = 26899,
[SMALL_STATE(487)] = 26985,
[SMALL_STATE(488)] = 27037,
[SMALL_STATE(489)] = 27089,
[SMALL_STATE(490)] = 27141,
[SMALL_STATE(491)] = 27193,
[SMALL_STATE(492)] = 27245,
[SMALL_STATE(493)] = 27297,
[SMALL_STATE(494)] = 27359,
[SMALL_STATE(495)] = 27421,
[SMALL_STATE(496)] = 27473,
[SMALL_STATE(497)] = 27525,
[SMALL_STATE(498)] = 27577,
[SMALL_STATE(499)] = 27663,
[SMALL_STATE(500)] = 27715,
[SMALL_STATE(501)] = 27767,
[SMALL_STATE(502)] = 27819,
[SMALL_STATE(503)] = 27871,
[SMALL_STATE(504)] = 27954,
[SMALL_STATE(505)] = 28037,
[SMALL_STATE(506)] = 28120,
[SMALL_STATE(507)] = 28171,
[SMALL_STATE(508)] = 28222,
[SMALL_STATE(509)] = 28305,
[SMALL_STATE(510)] = 28356,
[SMALL_STATE(511)] = 28407,
[SMALL_STATE(512)] = 28490,
[SMALL_STATE(513)] = 28573,
[SMALL_STATE(514)] = 28656,
[SMALL_STATE(515)] = 28739,
[SMALL_STATE(516)] = 28790,
[SMALL_STATE(517)] = 28841,
[SMALL_STATE(518)] = 28892,
[SMALL_STATE(519)] = 28975,
[SMALL_STATE(520)] = 29058,
[SMALL_STATE(521)] = 29141,
[SMALL_STATE(522)] = 29200,
[SMALL_STATE(523)] = 29257,
[SMALL_STATE(524)] = 29313,
[SMALL_STATE(525)] = 29369,
[SMALL_STATE(526)] = 29435,
[SMALL_STATE(527)] = 29491,
[SMALL_STATE(528)] = 29538,
[SMALL_STATE(529)] = 29609,
[SMALL_STATE(530)] = 29680,
[SMALL_STATE(531)] = 29747,
[SMALL_STATE(532)] = 29794,
[SMALL_STATE(533)] = 29841,
[SMALL_STATE(534)] = 29908,
[SMALL_STATE(535)] = 29955,
[SMALL_STATE(536)] = 30002,
[SMALL_STATE(537)] = 30049,
[SMALL_STATE(538)] = 30096,
[SMALL_STATE(539)] = 30145,
[SMALL_STATE(540)] = 30213,
[SMALL_STATE(541)] = 30259,
[SMALL_STATE(542)] = 30305,
[SMALL_STATE(543)] = 30351,
[SMALL_STATE(544)] = 30435,
[SMALL_STATE(545)] = 30481,
[SMALL_STATE(546)] = 30560,
[SMALL_STATE(547)] = 30612,
[SMALL_STATE(548)] = 30670,
[SMALL_STATE(549)] = 30722,
[SMALL_STATE(550)] = 30774,
[SMALL_STATE(551)] = 30826,
[SMALL_STATE(552)] = 30878,
[SMALL_STATE(553)] = 30959,
[SMALL_STATE(554)] = 31006,
[SMALL_STATE(555)] = 31087,
[SMALL_STATE(556)] = 31129,
[SMALL_STATE(557)] = 31170,
[SMALL_STATE(558)] = 31224,
[SMALL_STATE(559)] = 31280,
[SMALL_STATE(560)] = 31336,
[SMALL_STATE(561)] = 31392,
[SMALL_STATE(562)] = 31448,
[SMALL_STATE(563)] = 31491,
[SMALL_STATE(564)] = 31561,
[SMALL_STATE(565)] = 31611,
[SMALL_STATE(566)] = 31656,
[SMALL_STATE(567)] = 31705,
[SMALL_STATE(568)] = 31747,
[SMALL_STATE(569)] = 31802,
[SMALL_STATE(570)] = 31843,
[SMALL_STATE(571)] = 31899,
[SMALL_STATE(572)] = 31955,
[SMALL_STATE(573)] = 32011,
[SMALL_STATE(574)] = 32067,
[SMALL_STATE(575)] = 32123,
[SMALL_STATE(576)] = 32163,
[SMALL_STATE(577)] = 32199,
[SMALL_STATE(578)] = 32256,
[SMALL_STATE(579)] = 32313,
[SMALL_STATE(580)] = 32360,
[SMALL_STATE(581)] = 32417,
[SMALL_STATE(582)] = 32474,
[SMALL_STATE(583)] = 32531,
[SMALL_STATE(584)] = 32568,
[SMALL_STATE(585)] = 32622,
[SMALL_STATE(586)] = 32676,
[SMALL_STATE(587)] = 32734,
[SMALL_STATE(588)] = 32768,
[SMALL_STATE(589)] = 32822,
[SMALL_STATE(590)] = 32854,
[SMALL_STATE(591)] = 32908,
[SMALL_STATE(592)] = 32962,
[SMALL_STATE(593)] = 33002,
[SMALL_STATE(594)] = 33056,
[SMALL_STATE(595)] = 33106,
[SMALL_STATE(596)] = 33157,
[SMALL_STATE(597)] = 33208,
[SMALL_STATE(598)] = 33263,
[SMALL_STATE(599)] = 33314,
[SMALL_STATE(600)] = 33365,
[SMALL_STATE(601)] = 33420,
[SMALL_STATE(602)] = 33471,
[SMALL_STATE(603)] = 33500,
[SMALL_STATE(604)] = 33529,
[SMALL_STATE(605)] = 33558,
[SMALL_STATE(606)] = 33599,
[SMALL_STATE(607)] = 33650,
[SMALL_STATE(608)] = 33699,
[SMALL_STATE(609)] = 33754,
[SMALL_STATE(610)] = 33806,
[SMALL_STATE(611)] = 33858,
[SMALL_STATE(612)] = 33910,
[SMALL_STATE(613)] = 33941,
[SMALL_STATE(614)] = 33992,
[SMALL_STATE(615)] = 34033,
[SMALL_STATE(616)] = 34076,
[SMALL_STATE(617)] = 34125,
[SMALL_STATE(618)] = 34174,
[SMALL_STATE(619)] = 34217,
[SMALL_STATE(620)] = 34248,
[SMALL_STATE(621)] = 34297,
[SMALL_STATE(622)] = 34348,
[SMALL_STATE(623)] = 34379,
[SMALL_STATE(624)] = 34426,
[SMALL_STATE(625)] = 34455,
[SMALL_STATE(626)] = 34506,
[SMALL_STATE(627)] = 34555,
[SMALL_STATE(628)] = 34583,
[SMALL_STATE(629)] = 34611,
[SMALL_STATE(630)] = 34639,
[SMALL_STATE(631)] = 34667,
[SMALL_STATE(632)] = 34695,
[SMALL_STATE(633)] = 34723,
[SMALL_STATE(634)] = 34769,
[SMALL_STATE(635)] = 34813,
[SMALL_STATE(636)] = 34841,
[SMALL_STATE(637)] = 34867,
[SMALL_STATE(638)] = 34893,
[SMALL_STATE(639)] = 34939,
[SMALL_STATE(640)] = 34967,
[SMALL_STATE(641)] = 35013,
[SMALL_STATE(642)] = 35041,
[SMALL_STATE(643)] = 35069,
[SMALL_STATE(644)] = 35095,
[SMALL_STATE(645)] = 35121,
[SMALL_STATE(646)] = 35147,
[SMALL_STATE(647)] = 35192,
[SMALL_STATE(648)] = 35227,
[SMALL_STATE(649)] = 35272,
[SMALL_STATE(650)] = 35317,
[SMALL_STATE(651)] = 35346,
[SMALL_STATE(652)] = 35391,
[SMALL_STATE(653)] = 35432,
[SMALL_STATE(654)] = 35461,
[SMALL_STATE(655)] = 35490,
[SMALL_STATE(656)] = 35519,
[SMALL_STATE(657)] = 35556,
[SMALL_STATE(658)] = 35585,
[SMALL_STATE(659)] = 35630,
[SMALL_STATE(660)] = 35673,
[SMALL_STATE(661)] = 35708,
[SMALL_STATE(662)] = 35737,
[SMALL_STATE(663)] = 35780,
[SMALL_STATE(664)] = 35825,
[SMALL_STATE(665)] = 35868,
[SMALL_STATE(666)] = 35908,
[SMALL_STATE(667)] = 35948,
[SMALL_STATE(668)] = 35988,
[SMALL_STATE(669)] = 36030,
[SMALL_STATE(670)] = 36054,
[SMALL_STATE(671)] = 36094,
[SMALL_STATE(672)] = 36134,
[SMALL_STATE(673)] = 36176,
[SMALL_STATE(674)] = 36200,
[SMALL_STATE(675)] = 36224,
[SMALL_STATE(676)] = 36264,
[SMALL_STATE(677)] = 36304,
[SMALL_STATE(678)] = 36344,
[SMALL_STATE(679)] = 36384,
[SMALL_STATE(680)] = 36426,
[SMALL_STATE(681)] = 36450,
[SMALL_STATE(682)] = 36474,
[SMALL_STATE(683)] = 36516,
[SMALL_STATE(684)] = 36554,
[SMALL_STATE(685)] = 36596,
[SMALL_STATE(686)] = 36623,
[SMALL_STATE(687)] = 36662,
[SMALL_STATE(688)] = 36701,
[SMALL_STATE(689)] = 36736,
[SMALL_STATE(690)] = 36771,
[SMALL_STATE(691)] = 36810,
[SMALL_STATE(692)] = 36847,
[SMALL_STATE(693)] = 36884,
[SMALL_STATE(694)] = 36923,
[SMALL_STATE(695)] = 36950,
[SMALL_STATE(696)] = 36985,
[SMALL_STATE(697)] = 37024,
[SMALL_STATE(698)] = 37063,
[SMALL_STATE(699)] = 37102,
[SMALL_STATE(700)] = 37141,
[SMALL_STATE(701)] = 37180,
[SMALL_STATE(702)] = 37217,
[SMALL_STATE(703)] = 37252,
[SMALL_STATE(704)] = 37291,
[SMALL_STATE(705)] = 37330,
[SMALL_STATE(706)] = 37369,
[SMALL_STATE(707)] = 37406,
[SMALL_STATE(708)] = 37445,
[SMALL_STATE(709)] = 37482,
[SMALL_STATE(710)] = 37521,
[SMALL_STATE(711)] = 37557,
[SMALL_STATE(712)] = 37591,
[SMALL_STATE(713)] = 37623,
[SMALL_STATE(714)] = 37663,
[SMALL_STATE(715)] = 37699,
[SMALL_STATE(716)] = 37733,
[SMALL_STATE(717)] = 37767,
[SMALL_STATE(718)] = 37803,
[SMALL_STATE(719)] = 37837,
[SMALL_STATE(720)] = 37873,
[SMALL_STATE(721)] = 37905,
[SMALL_STATE(722)] = 37934,
[SMALL_STATE(723)] = 37963,
[SMALL_STATE(724)] = 37992,
[SMALL_STATE(725)] = 38021,
[SMALL_STATE(726)] = 38052,
[SMALL_STATE(727)] = 38081,
[SMALL_STATE(728)] = 38110,
[SMALL_STATE(729)] = 38139,
[SMALL_STATE(730)] = 38168,
[SMALL_STATE(731)] = 38197,
[SMALL_STATE(732)] = 38226,
[SMALL_STATE(733)] = 38255,
[SMALL_STATE(734)] = 38286,
[SMALL_STATE(735)] = 38315,
[SMALL_STATE(736)] = 38344,
[SMALL_STATE(737)] = 38373,
[SMALL_STATE(738)] = 38402,
[SMALL_STATE(739)] = 38431,
[SMALL_STATE(740)] = 38460,
[SMALL_STATE(741)] = 38489,
[SMALL_STATE(742)] = 38520,
[SMALL_STATE(743)] = 38541,
[SMALL_STATE(744)] = 38570,
[SMALL_STATE(745)] = 38599,
[SMALL_STATE(746)] = 38628,
[SMALL_STATE(747)] = 38649,
[SMALL_STATE(748)] = 38678,
[SMALL_STATE(749)] = 38709,
[SMALL_STATE(750)] = 38730,
[SMALL_STATE(751)] = 38761,
[SMALL_STATE(752)] = 38790,
[SMALL_STATE(753)] = 38819,
[SMALL_STATE(754)] = 38848,
[SMALL_STATE(755)] = 38879,
[SMALL_STATE(756)] = 38908,
[SMALL_STATE(757)] = 38937,
[SMALL_STATE(758)] = 38966,
[SMALL_STATE(759)] = 38995,
[SMALL_STATE(760)] = 39024,
[SMALL_STATE(761)] = 39055,
[SMALL_STATE(762)] = 39086,
[SMALL_STATE(763)] = 39107,
[SMALL_STATE(764)] = 39136,
[SMALL_STATE(765)] = 39165,
[SMALL_STATE(766)] = 39186,
[SMALL_STATE(767)] = 39215,
[SMALL_STATE(768)] = 39244,
[SMALL_STATE(769)] = 39273,
[SMALL_STATE(770)] = 39302,
[SMALL_STATE(771)] = 39331,
[SMALL_STATE(772)] = 39352,
[SMALL_STATE(773)] = 39381,
[SMALL_STATE(774)] = 39410,
[SMALL_STATE(775)] = 39439,
[SMALL_STATE(776)] = 39460,
[SMALL_STATE(777)] = 39489,
[SMALL_STATE(778)] = 39518,
[SMALL_STATE(779)] = 39547,
[SMALL_STATE(780)] = 39580,
[SMALL_STATE(781)] = 39609,
[SMALL_STATE(782)] = 39630,
[SMALL_STATE(783)] = 39659,
[SMALL_STATE(784)] = 39688,
[SMALL_STATE(785)] = 39717,
[SMALL_STATE(786)] = 39746,
[SMALL_STATE(787)] = 39777,
[SMALL_STATE(788)] = 39806,
[SMALL_STATE(789)] = 39837,
[SMALL_STATE(790)] = 39866,
[SMALL_STATE(791)] = 39895,
[SMALL_STATE(792)] = 39921,
[SMALL_STATE(793)] = 39947,
[SMALL_STATE(794)] = 39973,
[SMALL_STATE(795)] = 40001,
[SMALL_STATE(796)] = 40027,
[SMALL_STATE(797)] = 40053,
[SMALL_STATE(798)] = 40079,
[SMALL_STATE(799)] = 40105,
[SMALL_STATE(800)] = 40131,
[SMALL_STATE(801)] = 40157,
[SMALL_STATE(802)] = 40183,
[SMALL_STATE(803)] = 40209,
[SMALL_STATE(804)] = 40233,
[SMALL_STATE(805)] = 40255,
[SMALL_STATE(806)] = 40281,
[SMALL_STATE(807)] = 40307,
[SMALL_STATE(808)] = 40333,
[SMALL_STATE(809)] = 40361,
[SMALL_STATE(810)] = 40387,
[SMALL_STATE(811)] = 40413,
[SMALL_STATE(812)] = 40439,
[SMALL_STATE(813)] = 40465,
[SMALL_STATE(814)] = 40493,
[SMALL_STATE(815)] = 40519,
[SMALL_STATE(816)] = 40547,
[SMALL_STATE(817)] = 40575,
[SMALL_STATE(818)] = 40601,
[SMALL_STATE(819)] = 40627,
[SMALL_STATE(820)] = 40653,
[SMALL_STATE(821)] = 40679,
[SMALL_STATE(822)] = 40705,
[SMALL_STATE(823)] = 40731,
[SMALL_STATE(824)] = 40759,
[SMALL_STATE(825)] = 40785,
[SMALL_STATE(826)] = 40811,
[SMALL_STATE(827)] = 40839,
[SMALL_STATE(828)] = 40865,
[SMALL_STATE(829)] = 40891,
[SMALL_STATE(830)] = 40917,
[SMALL_STATE(831)] = 40943,
[SMALL_STATE(832)] = 40969,
[SMALL_STATE(833)] = 40995,
[SMALL_STATE(834)] = 41021,
[SMALL_STATE(835)] = 41047,
[SMALL_STATE(836)] = 41073,
[SMALL_STATE(837)] = 41099,
[SMALL_STATE(838)] = 41125,
[SMALL_STATE(839)] = 41151,
[SMALL_STATE(840)] = 41177,
[SMALL_STATE(841)] = 41203,
[SMALL_STATE(842)] = 41229,
[SMALL_STATE(843)] = 41255,
[SMALL_STATE(844)] = 41283,
[SMALL_STATE(845)] = 41309,
[SMALL_STATE(846)] = 41335,
[SMALL_STATE(847)] = 41367,
[SMALL_STATE(848)] = 41393,
[SMALL_STATE(849)] = 41419,
[SMALL_STATE(850)] = 41445,
[SMALL_STATE(851)] = 41471,
[SMALL_STATE(852)] = 41497,
[SMALL_STATE(853)] = 41523,
[SMALL_STATE(854)] = 41556,
[SMALL_STATE(855)] = 41579,
[SMALL_STATE(856)] = 41612,
[SMALL_STATE(857)] = 41633,
[SMALL_STATE(858)] = 41656,
[SMALL_STATE(859)] = 41689,
[SMALL_STATE(860)] = 41712,
[SMALL_STATE(861)] = 41747,
[SMALL_STATE(862)] = 41768,
[SMALL_STATE(863)] = 41788,
[SMALL_STATE(864)] = 41810,
[SMALL_STATE(865)] = 41830,
[SMALL_STATE(866)] = 41852,
[SMALL_STATE(867)] = 41872,
[SMALL_STATE(868)] = 41890,
[SMALL_STATE(869)] = 41912,
[SMALL_STATE(870)] = 41941,
[SMALL_STATE(871)] = 41960,
[SMALL_STATE(872)] = 41979,
[SMALL_STATE(873)] = 42008,
[SMALL_STATE(874)] = 42027,
[SMALL_STATE(875)] = 42046,
[SMALL_STATE(876)] = 42078,
[SMALL_STATE(877)] = 42094,
[SMALL_STATE(878)] = 42110,
[SMALL_STATE(879)] = 42142,
[SMALL_STATE(880)] = 42174,
[SMALL_STATE(881)] = 42190,
[SMALL_STATE(882)] = 42222,
[SMALL_STATE(883)] = 42238,
[SMALL_STATE(884)] = 42254,
[SMALL_STATE(885)] = 42281,
[SMALL_STATE(886)] = 42308,
[SMALL_STATE(887)] = 42339,
[SMALL_STATE(888)] = 42368,
[SMALL_STATE(889)] = 42397,
[SMALL_STATE(890)] = 42424,
[SMALL_STATE(891)] = 42451,
[SMALL_STATE(892)] = 42482,
[SMALL_STATE(893)] = 42513,
[SMALL_STATE(894)] = 42538,
[SMALL_STATE(895)] = 42565,
[SMALL_STATE(896)] = 42592,
[SMALL_STATE(897)] = 42619,
[SMALL_STATE(898)] = 42646,
[SMALL_STATE(899)] = 42673,
[SMALL_STATE(900)] = 42689,
[SMALL_STATE(901)] = 42705,
[SMALL_STATE(902)] = 42721,
[SMALL_STATE(903)] = 42737,
[SMALL_STATE(904)] = 42753,
[SMALL_STATE(905)] = 42775,
[SMALL_STATE(906)] = 42791,
[SMALL_STATE(907)] = 42807,
[SMALL_STATE(908)] = 42823,
[SMALL_STATE(909)] = 42845,
[SMALL_STATE(910)] = 42861,
[SMALL_STATE(911)] = 42887,
[SMALL_STATE(912)] = 42903,
[SMALL_STATE(913)] = 42919,
[SMALL_STATE(914)] = 42935,
[SMALL_STATE(915)] = 42951,
[SMALL_STATE(916)] = 42967,
[SMALL_STATE(917)] = 42993,
[SMALL_STATE(918)] = 43009,
[SMALL_STATE(919)] = 43025,
[SMALL_STATE(920)] = 43041,
[SMALL_STATE(921)] = 43057,
[SMALL_STATE(922)] = 43073,
[SMALL_STATE(923)] = 43089,
[SMALL_STATE(924)] = 43105,
[SMALL_STATE(925)] = 43131,
[SMALL_STATE(926)] = 43147,
[SMALL_STATE(927)] = 43163,
[SMALL_STATE(928)] = 43179,
[SMALL_STATE(929)] = 43195,
[SMALL_STATE(930)] = 43211,
[SMALL_STATE(931)] = 43237,
[SMALL_STATE(932)] = 43261,
[SMALL_STATE(933)] = 43277,
[SMALL_STATE(934)] = 43293,
[SMALL_STATE(935)] = 43309,
[SMALL_STATE(936)] = 43325,
[SMALL_STATE(937)] = 43349,
[SMALL_STATE(938)] = 43375,
[SMALL_STATE(939)] = 43391,
[SMALL_STATE(940)] = 43419,
[SMALL_STATE(941)] = 43435,
[SMALL_STATE(942)] = 43451,
[SMALL_STATE(943)] = 43467,
[SMALL_STATE(944)] = 43483,
[SMALL_STATE(945)] = 43509,
[SMALL_STATE(946)] = 43525,
[SMALL_STATE(947)] = 43541,
[SMALL_STATE(948)] = 43557,
[SMALL_STATE(949)] = 43582,
[SMALL_STATE(950)] = 43597,
[SMALL_STATE(951)] = 43612,
[SMALL_STATE(952)] = 43637,
[SMALL_STATE(953)] = 43662,
[SMALL_STATE(954)] = 43687,
[SMALL_STATE(955)] = 43712,
[SMALL_STATE(956)] = 43737,
[SMALL_STATE(957)] = 43762,
[SMALL_STATE(958)] = 43787,
[SMALL_STATE(959)] = 43810,
[SMALL_STATE(960)] = 43823,
[SMALL_STATE(961)] = 43838,
[SMALL_STATE(962)] = 43859,
[SMALL_STATE(963)] = 43872,
[SMALL_STATE(964)] = 43887,
[SMALL_STATE(965)] = 43912,
[SMALL_STATE(966)] = 43937,
[SMALL_STATE(967)] = 43962,
[SMALL_STATE(968)] = 43987,
[SMALL_STATE(969)] = 44012,
[SMALL_STATE(970)] = 44027,
[SMALL_STATE(971)] = 44048,
[SMALL_STATE(972)] = 44061,
[SMALL_STATE(973)] = 44086,
[SMALL_STATE(974)] = 44111,
[SMALL_STATE(975)] = 44124,
[SMALL_STATE(976)] = 44137,
[SMALL_STATE(977)] = 44162,
[SMALL_STATE(978)] = 44177,
[SMALL_STATE(979)] = 44202,
[SMALL_STATE(980)] = 44227,
[SMALL_STATE(981)] = 44252,
[SMALL_STATE(982)] = 44273,
[SMALL_STATE(983)] = 44298,
[SMALL_STATE(984)] = 44323,
[SMALL_STATE(985)] = 44345,
[SMALL_STATE(986)] = 44357,
[SMALL_STATE(987)] = 44379,
[SMALL_STATE(988)] = 44401,
[SMALL_STATE(989)] = 44415,
[SMALL_STATE(990)] = 44431,
[SMALL_STATE(991)] = 44451,
[SMALL_STATE(992)] = 44469,
[SMALL_STATE(993)] = 44491,
[SMALL_STATE(994)] = 44511,
[SMALL_STATE(995)] = 44533,
[SMALL_STATE(996)] = 44553,
[SMALL_STATE(997)] = 44575,
[SMALL_STATE(998)] = 44595,
[SMALL_STATE(999)] = 44613,
[SMALL_STATE(1000)] = 44633,
[SMALL_STATE(1001)] = 44647,
[SMALL_STATE(1002)] = 44669,
[SMALL_STATE(1003)] = 44691,
[SMALL_STATE(1004)] = 44713,
[SMALL_STATE(1005)] = 44735,
[SMALL_STATE(1006)] = 44751,
[SMALL_STATE(1007)] = 44773,
[SMALL_STATE(1008)] = 44795,
[SMALL_STATE(1009)] = 44811,
[SMALL_STATE(1010)] = 44831,
[SMALL_STATE(1011)] = 44843,
[SMALL_STATE(1012)] = 44861,
[SMALL_STATE(1013)] = 44877,
[SMALL_STATE(1014)] = 44890,
[SMALL_STATE(1015)] = 44909,
[SMALL_STATE(1016)] = 44922,
[SMALL_STATE(1017)] = 44941,
[SMALL_STATE(1018)] = 44960,
[SMALL_STATE(1019)] = 44979,
[SMALL_STATE(1020)] = 44998,
[SMALL_STATE(1021)] = 45017,
[SMALL_STATE(1022)] = 45032,
[SMALL_STATE(1023)] = 45051,
[SMALL_STATE(1024)] = 45062,
[SMALL_STATE(1025)] = 45073,
[SMALL_STATE(1026)] = 45092,
[SMALL_STATE(1027)] = 45111,
[SMALL_STATE(1028)] = 45130,
[SMALL_STATE(1029)] = 45145,
[SMALL_STATE(1030)] = 45162,
[SMALL_STATE(1031)] = 45181,
[SMALL_STATE(1032)] = 45200,
[SMALL_STATE(1033)] = 45219,
[SMALL_STATE(1034)] = 45236,
[SMALL_STATE(1035)] = 45255,
[SMALL_STATE(1036)] = 45270,
[SMALL_STATE(1037)] = 45289,
[SMALL_STATE(1038)] = 45306,
[SMALL_STATE(1039)] = 45325,
[SMALL_STATE(1040)] = 45344,
[SMALL_STATE(1041)] = 45363,
[SMALL_STATE(1042)] = 45382,
[SMALL_STATE(1043)] = 45397,
[SMALL_STATE(1044)] = 45414,
[SMALL_STATE(1045)] = 45433,
[SMALL_STATE(1046)] = 45452,
[SMALL_STATE(1047)] = 45471,
[SMALL_STATE(1048)] = 45486,
[SMALL_STATE(1049)] = 45503,
[SMALL_STATE(1050)] = 45522,
[SMALL_STATE(1051)] = 45541,
[SMALL_STATE(1052)] = 45558,
[SMALL_STATE(1053)] = 45573,
[SMALL_STATE(1054)] = 45592,
[SMALL_STATE(1055)] = 45611,
[SMALL_STATE(1056)] = 45624,
[SMALL_STATE(1057)] = 45641,
[SMALL_STATE(1058)] = 45660,
[SMALL_STATE(1059)] = 45675,
[SMALL_STATE(1060)] = 45694,
[SMALL_STATE(1061)] = 45713,
[SMALL_STATE(1062)] = 45732,
[SMALL_STATE(1063)] = 45751,
[SMALL_STATE(1064)] = 45770,
[SMALL_STATE(1065)] = 45789,
[SMALL_STATE(1066)] = 45808,
[SMALL_STATE(1067)] = 45827,
[SMALL_STATE(1068)] = 45846,
[SMALL_STATE(1069)] = 45865,
[SMALL_STATE(1070)] = 45884,
[SMALL_STATE(1071)] = 45903,
[SMALL_STATE(1072)] = 45922,
[SMALL_STATE(1073)] = 45937,
[SMALL_STATE(1074)] = 45956,
[SMALL_STATE(1075)] = 45975,
[SMALL_STATE(1076)] = 45994,
[SMALL_STATE(1077)] = 46013,
[SMALL_STATE(1078)] = 46032,
[SMALL_STATE(1079)] = 46047,
[SMALL_STATE(1080)] = 46066,
[SMALL_STATE(1081)] = 46083,
[SMALL_STATE(1082)] = 46102,
[SMALL_STATE(1083)] = 46121,
[SMALL_STATE(1084)] = 46140,
[SMALL_STATE(1085)] = 46155,
[SMALL_STATE(1086)] = 46174,
[SMALL_STATE(1087)] = 46185,
[SMALL_STATE(1088)] = 46202,
[SMALL_STATE(1089)] = 46221,
[SMALL_STATE(1090)] = 46240,
[SMALL_STATE(1091)] = 46259,
[SMALL_STATE(1092)] = 46276,
[SMALL_STATE(1093)] = 46295,
[SMALL_STATE(1094)] = 46314,
[SMALL_STATE(1095)] = 46333,
[SMALL_STATE(1096)] = 46344,
[SMALL_STATE(1097)] = 46363,
[SMALL_STATE(1098)] = 46382,
[SMALL_STATE(1099)] = 46401,
[SMALL_STATE(1100)] = 46412,
[SMALL_STATE(1101)] = 46423,
[SMALL_STATE(1102)] = 46437,
[SMALL_STATE(1103)] = 46451,
[SMALL_STATE(1104)] = 46467,
[SMALL_STATE(1105)] = 46477,
[SMALL_STATE(1106)] = 46493,
[SMALL_STATE(1107)] = 46509,
[SMALL_STATE(1108)] = 46519,
[SMALL_STATE(1109)] = 46535,
[SMALL_STATE(1110)] = 46551,
[SMALL_STATE(1111)] = 46565,
[SMALL_STATE(1112)] = 46575,
[SMALL_STATE(1113)] = 46591,
[SMALL_STATE(1114)] = 46601,
[SMALL_STATE(1115)] = 46617,
[SMALL_STATE(1116)] = 46633,
[SMALL_STATE(1117)] = 46647,
[SMALL_STATE(1118)] = 46663,
[SMALL_STATE(1119)] = 46673,
[SMALL_STATE(1120)] = 46683,
[SMALL_STATE(1121)] = 46697,
[SMALL_STATE(1122)] = 46711,
[SMALL_STATE(1123)] = 46721,
[SMALL_STATE(1124)] = 46737,
[SMALL_STATE(1125)] = 46753,
[SMALL_STATE(1126)] = 46769,
[SMALL_STATE(1127)] = 46783,
[SMALL_STATE(1128)] = 46799,
[SMALL_STATE(1129)] = 46813,
[SMALL_STATE(1130)] = 46829,
[SMALL_STATE(1131)] = 46843,
[SMALL_STATE(1132)] = 46859,
[SMALL_STATE(1133)] = 46875,
[SMALL_STATE(1134)] = 46891,
[SMALL_STATE(1135)] = 46905,
[SMALL_STATE(1136)] = 46921,
[SMALL_STATE(1137)] = 46935,
[SMALL_STATE(1138)] = 46951,
[SMALL_STATE(1139)] = 46965,
[SMALL_STATE(1140)] = 46981,
[SMALL_STATE(1141)] = 46997,
[SMALL_STATE(1142)] = 47013,
[SMALL_STATE(1143)] = 47025,
[SMALL_STATE(1144)] = 47041,
[SMALL_STATE(1145)] = 47055,
[SMALL_STATE(1146)] = 47067,
[SMALL_STATE(1147)] = 47081,
[SMALL_STATE(1148)] = 47097,
[SMALL_STATE(1149)] = 47113,
[SMALL_STATE(1150)] = 47129,
[SMALL_STATE(1151)] = 47143,
[SMALL_STATE(1152)] = 47159,
[SMALL_STATE(1153)] = 47175,
[SMALL_STATE(1154)] = 47187,
[SMALL_STATE(1155)] = 47203,
[SMALL_STATE(1156)] = 47219,
[SMALL_STATE(1157)] = 47233,
[SMALL_STATE(1158)] = 47245,
[SMALL_STATE(1159)] = 47259,
[SMALL_STATE(1160)] = 47271,
[SMALL_STATE(1161)] = 47283,
[SMALL_STATE(1162)] = 47299,
[SMALL_STATE(1163)] = 47313,
[SMALL_STATE(1164)] = 47327,
[SMALL_STATE(1165)] = 47343,
[SMALL_STATE(1166)] = 47357,
[SMALL_STATE(1167)] = 47371,
[SMALL_STATE(1168)] = 47387,
[SMALL_STATE(1169)] = 47399,
[SMALL_STATE(1170)] = 47413,
[SMALL_STATE(1171)] = 47429,
[SMALL_STATE(1172)] = 47443,
[SMALL_STATE(1173)] = 47453,
[SMALL_STATE(1174)] = 47467,
[SMALL_STATE(1175)] = 47481,
[SMALL_STATE(1176)] = 47497,
[SMALL_STATE(1177)] = 47507,
[SMALL_STATE(1178)] = 47523,
[SMALL_STATE(1179)] = 47537,
[SMALL_STATE(1180)] = 47553,
[SMALL_STATE(1181)] = 47569,
[SMALL_STATE(1182)] = 47585,
[SMALL_STATE(1183)] = 47599,
[SMALL_STATE(1184)] = 47615,
[SMALL_STATE(1185)] = 47629,
[SMALL_STATE(1186)] = 47645,
[SMALL_STATE(1187)] = 47661,
[SMALL_STATE(1188)] = 47677,
[SMALL_STATE(1189)] = 47689,
[SMALL_STATE(1190)] = 47705,
[SMALL_STATE(1191)] = 47721,
[SMALL_STATE(1192)] = 47733,
[SMALL_STATE(1193)] = 47749,
[SMALL_STATE(1194)] = 47759,
[SMALL_STATE(1195)] = 47773,
[SMALL_STATE(1196)] = 47783,
[SMALL_STATE(1197)] = 47797,
[SMALL_STATE(1198)] = 47811,
[SMALL_STATE(1199)] = 47823,
[SMALL_STATE(1200)] = 47839,
[SMALL_STATE(1201)] = 47853,
[SMALL_STATE(1202)] = 47866,
[SMALL_STATE(1203)] = 47875,
[SMALL_STATE(1204)] = 47888,
[SMALL_STATE(1205)] = 47901,
[SMALL_STATE(1206)] = 47914,
[SMALL_STATE(1207)] = 47925,
[SMALL_STATE(1208)] = 47938,
[SMALL_STATE(1209)] = 47951,
[SMALL_STATE(1210)] = 47964,
[SMALL_STATE(1211)] = 47977,
[SMALL_STATE(1212)] = 47990,
[SMALL_STATE(1213)] = 48003,
[SMALL_STATE(1214)] = 48016,
[SMALL_STATE(1215)] = 48025,
[SMALL_STATE(1216)] = 48034,
[SMALL_STATE(1217)] = 48047,
[SMALL_STATE(1218)] = 48060,
[SMALL_STATE(1219)] = 48069,
[SMALL_STATE(1220)] = 48082,
[SMALL_STATE(1221)] = 48095,
[SMALL_STATE(1222)] = 48108,
[SMALL_STATE(1223)] = 48121,
[SMALL_STATE(1224)] = 48132,
[SMALL_STATE(1225)] = 48141,
[SMALL_STATE(1226)] = 48154,
[SMALL_STATE(1227)] = 48167,
[SMALL_STATE(1228)] = 48180,
[SMALL_STATE(1229)] = 48189,
[SMALL_STATE(1230)] = 48202,
[SMALL_STATE(1231)] = 48211,
[SMALL_STATE(1232)] = 48220,
[SMALL_STATE(1233)] = 48229,
[SMALL_STATE(1234)] = 48238,
[SMALL_STATE(1235)] = 48247,
[SMALL_STATE(1236)] = 48260,
[SMALL_STATE(1237)] = 48273,
[SMALL_STATE(1238)] = 48286,
[SMALL_STATE(1239)] = 48297,
[SMALL_STATE(1240)] = 48310,
[SMALL_STATE(1241)] = 48321,
[SMALL_STATE(1242)] = 48330,
[SMALL_STATE(1243)] = 48339,
[SMALL_STATE(1244)] = 48352,
[SMALL_STATE(1245)] = 48365,
[SMALL_STATE(1246)] = 48378,
[SMALL_STATE(1247)] = 48387,
[SMALL_STATE(1248)] = 48400,
[SMALL_STATE(1249)] = 48413,
[SMALL_STATE(1250)] = 48426,
[SMALL_STATE(1251)] = 48439,
[SMALL_STATE(1252)] = 48452,
[SMALL_STATE(1253)] = 48465,
[SMALL_STATE(1254)] = 48478,
[SMALL_STATE(1255)] = 48491,
[SMALL_STATE(1256)] = 48504,
[SMALL_STATE(1257)] = 48517,
[SMALL_STATE(1258)] = 48526,
[SMALL_STATE(1259)] = 48535,
[SMALL_STATE(1260)] = 48544,
[SMALL_STATE(1261)] = 48553,
[SMALL_STATE(1262)] = 48566,
[SMALL_STATE(1263)] = 48575,
[SMALL_STATE(1264)] = 48588,
[SMALL_STATE(1265)] = 48597,
[SMALL_STATE(1266)] = 48610,
[SMALL_STATE(1267)] = 48623,
[SMALL_STATE(1268)] = 48636,
[SMALL_STATE(1269)] = 48649,
[SMALL_STATE(1270)] = 48662,
[SMALL_STATE(1271)] = 48675,
[SMALL_STATE(1272)] = 48684,
[SMALL_STATE(1273)] = 48697,
[SMALL_STATE(1274)] = 48710,
[SMALL_STATE(1275)] = 48723,
[SMALL_STATE(1276)] = 48736,
[SMALL_STATE(1277)] = 48749,
[SMALL_STATE(1278)] = 48758,
[SMALL_STATE(1279)] = 48771,
[SMALL_STATE(1280)] = 48784,
[SMALL_STATE(1281)] = 48797,
[SMALL_STATE(1282)] = 48810,
[SMALL_STATE(1283)] = 48823,
[SMALL_STATE(1284)] = 48836,
[SMALL_STATE(1285)] = 48849,
[SMALL_STATE(1286)] = 48862,
[SMALL_STATE(1287)] = 48875,
[SMALL_STATE(1288)] = 48888,
[SMALL_STATE(1289)] = 48901,
[SMALL_STATE(1290)] = 48914,
[SMALL_STATE(1291)] = 48927,
[SMALL_STATE(1292)] = 48936,
[SMALL_STATE(1293)] = 48949,
[SMALL_STATE(1294)] = 48960,
[SMALL_STATE(1295)] = 48969,
[SMALL_STATE(1296)] = 48978,
[SMALL_STATE(1297)] = 48991,
[SMALL_STATE(1298)] = 49004,
[SMALL_STATE(1299)] = 49013,
[SMALL_STATE(1300)] = 49026,
[SMALL_STATE(1301)] = 49039,
[SMALL_STATE(1302)] = 49048,
[SMALL_STATE(1303)] = 49059,
[SMALL_STATE(1304)] = 49072,
[SMALL_STATE(1305)] = 49085,
[SMALL_STATE(1306)] = 49098,
[SMALL_STATE(1307)] = 49111,
[SMALL_STATE(1308)] = 49124,
[SMALL_STATE(1309)] = 49137,
[SMALL_STATE(1310)] = 49150,
[SMALL_STATE(1311)] = 49163,
[SMALL_STATE(1312)] = 49176,
[SMALL_STATE(1313)] = 49189,
[SMALL_STATE(1314)] = 49202,
[SMALL_STATE(1315)] = 49215,
[SMALL_STATE(1316)] = 49224,
[SMALL_STATE(1317)] = 49233,
[SMALL_STATE(1318)] = 49242,
[SMALL_STATE(1319)] = 49255,
[SMALL_STATE(1320)] = 49264,
[SMALL_STATE(1321)] = 49273,
[SMALL_STATE(1322)] = 49286,
[SMALL_STATE(1323)] = 49299,
[SMALL_STATE(1324)] = 49312,
[SMALL_STATE(1325)] = 49323,
[SMALL_STATE(1326)] = 49336,
[SMALL_STATE(1327)] = 49345,
[SMALL_STATE(1328)] = 49358,
[SMALL_STATE(1329)] = 49371,
[SMALL_STATE(1330)] = 49384,
[SMALL_STATE(1331)] = 49397,
[SMALL_STATE(1332)] = 49410,
[SMALL_STATE(1333)] = 49423,
[SMALL_STATE(1334)] = 49436,
[SMALL_STATE(1335)] = 49449,
[SMALL_STATE(1336)] = 49458,
[SMALL_STATE(1337)] = 49467,
[SMALL_STATE(1338)] = 49478,
[SMALL_STATE(1339)] = 49491,
[SMALL_STATE(1340)] = 49500,
[SMALL_STATE(1341)] = 49509,
[SMALL_STATE(1342)] = 49518,
[SMALL_STATE(1343)] = 49531,
[SMALL_STATE(1344)] = 49544,
[SMALL_STATE(1345)] = 49557,
[SMALL_STATE(1346)] = 49566,
[SMALL_STATE(1347)] = 49577,
[SMALL_STATE(1348)] = 49590,
[SMALL_STATE(1349)] = 49599,
[SMALL_STATE(1350)] = 49612,
[SMALL_STATE(1351)] = 49625,
[SMALL_STATE(1352)] = 49638,
[SMALL_STATE(1353)] = 49651,
[SMALL_STATE(1354)] = 49664,
[SMALL_STATE(1355)] = 49677,
[SMALL_STATE(1356)] = 49690,
[SMALL_STATE(1357)] = 49703,
[SMALL_STATE(1358)] = 49716,
[SMALL_STATE(1359)] = 49729,
[SMALL_STATE(1360)] = 49738,
[SMALL_STATE(1361)] = 49751,
[SMALL_STATE(1362)] = 49760,
[SMALL_STATE(1363)] = 49773,
[SMALL_STATE(1364)] = 49782,
[SMALL_STATE(1365)] = 49791,
[SMALL_STATE(1366)] = 49800,
[SMALL_STATE(1367)] = 49813,
[SMALL_STATE(1368)] = 49822,
[SMALL_STATE(1369)] = 49831,
[SMALL_STATE(1370)] = 49840,
[SMALL_STATE(1371)] = 49853,
[SMALL_STATE(1372)] = 49862,
[SMALL_STATE(1373)] = 49875,
[SMALL_STATE(1374)] = 49888,
[SMALL_STATE(1375)] = 49901,
[SMALL_STATE(1376)] = 49914,
[SMALL_STATE(1377)] = 49927,
[SMALL_STATE(1378)] = 49940,
[SMALL_STATE(1379)] = 49953,
[SMALL_STATE(1380)] = 49964,
[SMALL_STATE(1381)] = 49977,
[SMALL_STATE(1382)] = 49986,
[SMALL_STATE(1383)] = 49999,
[SMALL_STATE(1384)] = 50012,
[SMALL_STATE(1385)] = 50023,
[SMALL_STATE(1386)] = 50032,
[SMALL_STATE(1387)] = 50041,
[SMALL_STATE(1388)] = 50050,
[SMALL_STATE(1389)] = 50063,
[SMALL_STATE(1390)] = 50072,
[SMALL_STATE(1391)] = 50085,
[SMALL_STATE(1392)] = 50098,
[SMALL_STATE(1393)] = 50111,
[SMALL_STATE(1394)] = 50124,
[SMALL_STATE(1395)] = 50137,
[SMALL_STATE(1396)] = 50150,
[SMALL_STATE(1397)] = 50163,
[SMALL_STATE(1398)] = 50176,
[SMALL_STATE(1399)] = 50189,
[SMALL_STATE(1400)] = 50202,
[SMALL_STATE(1401)] = 50212,
[SMALL_STATE(1402)] = 50220,
[SMALL_STATE(1403)] = 50228,
[SMALL_STATE(1404)] = 50238,
[SMALL_STATE(1405)] = 50248,
[SMALL_STATE(1406)] = 50258,
[SMALL_STATE(1407)] = 50268,
[SMALL_STATE(1408)] = 50278,
[SMALL_STATE(1409)] = 50286,
[SMALL_STATE(1410)] = 50294,
[SMALL_STATE(1411)] = 50304,
[SMALL_STATE(1412)] = 50312,
[SMALL_STATE(1413)] = 50320,
[SMALL_STATE(1414)] = 50328,
[SMALL_STATE(1415)] = 50338,
[SMALL_STATE(1416)] = 50346,
[SMALL_STATE(1417)] = 50356,
[SMALL_STATE(1418)] = 50366,
[SMALL_STATE(1419)] = 50376,
[SMALL_STATE(1420)] = 50386,
[SMALL_STATE(1421)] = 50396,
[SMALL_STATE(1422)] = 50404,
[SMALL_STATE(1423)] = 50414,
[SMALL_STATE(1424)] = 50422,
[SMALL_STATE(1425)] = 50430,
[SMALL_STATE(1426)] = 50440,
[SMALL_STATE(1427)] = 50448,
[SMALL_STATE(1428)] = 50456,
[SMALL_STATE(1429)] = 50466,
[SMALL_STATE(1430)] = 50476,
[SMALL_STATE(1431)] = 50486,
[SMALL_STATE(1432)] = 50496,
[SMALL_STATE(1433)] = 50504,
[SMALL_STATE(1434)] = 50512,
[SMALL_STATE(1435)] = 50520,
[SMALL_STATE(1436)] = 50528,
[SMALL_STATE(1437)] = 50538,
[SMALL_STATE(1438)] = 50546,
[SMALL_STATE(1439)] = 50556,
[SMALL_STATE(1440)] = 50564,
[SMALL_STATE(1441)] = 50572,
[SMALL_STATE(1442)] = 50582,
[SMALL_STATE(1443)] = 50590,
[SMALL_STATE(1444)] = 50600,
[SMALL_STATE(1445)] = 50610,
[SMALL_STATE(1446)] = 50620,
[SMALL_STATE(1447)] = 50628,
[SMALL_STATE(1448)] = 50638,
[SMALL_STATE(1449)] = 50646,
[SMALL_STATE(1450)] = 50656,
[SMALL_STATE(1451)] = 50664,
[SMALL_STATE(1452)] = 50672,
[SMALL_STATE(1453)] = 50682,
[SMALL_STATE(1454)] = 50690,
[SMALL_STATE(1455)] = 50698,
[SMALL_STATE(1456)] = 50708,
[SMALL_STATE(1457)] = 50716,
[SMALL_STATE(1458)] = 50724,
[SMALL_STATE(1459)] = 50732,
[SMALL_STATE(1460)] = 50740,
[SMALL_STATE(1461)] = 50748,
[SMALL_STATE(1462)] = 50758,
[SMALL_STATE(1463)] = 50766,
[SMALL_STATE(1464)] = 50776,
[SMALL_STATE(1465)] = 50786,
[SMALL_STATE(1466)] = 50794,
[SMALL_STATE(1467)] = 50804,
[SMALL_STATE(1468)] = 50812,
[SMALL_STATE(1469)] = 50822,
[SMALL_STATE(1470)] = 50832,
[SMALL_STATE(1471)] = 50840,
[SMALL_STATE(1472)] = 50850,
[SMALL_STATE(1473)] = 50858,
[SMALL_STATE(1474)] = 50866,
[SMALL_STATE(1475)] = 50874,
[SMALL_STATE(1476)] = 50884,
[SMALL_STATE(1477)] = 50892,
[SMALL_STATE(1478)] = 50902,
[SMALL_STATE(1479)] = 50912,
[SMALL_STATE(1480)] = 50920,
[SMALL_STATE(1481)] = 50928,
[SMALL_STATE(1482)] = 50936,
[SMALL_STATE(1483)] = 50946,
[SMALL_STATE(1484)] = 50954,
[SMALL_STATE(1485)] = 50964,
[SMALL_STATE(1486)] = 50972,
[SMALL_STATE(1487)] = 50982,
[SMALL_STATE(1488)] = 50990,
[SMALL_STATE(1489)] = 51000,
[SMALL_STATE(1490)] = 51010,
[SMALL_STATE(1491)] = 51018,
[SMALL_STATE(1492)] = 51028,
[SMALL_STATE(1493)] = 51036,
[SMALL_STATE(1494)] = 51046,
[SMALL_STATE(1495)] = 51054,
[SMALL_STATE(1496)] = 51064,
[SMALL_STATE(1497)] = 51074,
[SMALL_STATE(1498)] = 51084,
[SMALL_STATE(1499)] = 51094,
[SMALL_STATE(1500)] = 51102,
[SMALL_STATE(1501)] = 51112,
[SMALL_STATE(1502)] = 51120,
[SMALL_STATE(1503)] = 51128,
[SMALL_STATE(1504)] = 51138,
[SMALL_STATE(1505)] = 51146,
[SMALL_STATE(1506)] = 51156,
[SMALL_STATE(1507)] = 51166,
[SMALL_STATE(1508)] = 51174,
[SMALL_STATE(1509)] = 51184,
[SMALL_STATE(1510)] = 51194,
[SMALL_STATE(1511)] = 51202,
[SMALL_STATE(1512)] = 51210,
[SMALL_STATE(1513)] = 51218,
[SMALL_STATE(1514)] = 51226,
[SMALL_STATE(1515)] = 51234,
[SMALL_STATE(1516)] = 51244,
[SMALL_STATE(1517)] = 51254,
[SMALL_STATE(1518)] = 51264,
[SMALL_STATE(1519)] = 51274,
[SMALL_STATE(1520)] = 51284,
[SMALL_STATE(1521)] = 51292,
[SMALL_STATE(1522)] = 51300,
[SMALL_STATE(1523)] = 51308,
[SMALL_STATE(1524)] = 51318,
[SMALL_STATE(1525)] = 51326,
[SMALL_STATE(1526)] = 51336,
[SMALL_STATE(1527)] = 51344,
[SMALL_STATE(1528)] = 51352,
[SMALL_STATE(1529)] = 51362,
[SMALL_STATE(1530)] = 51370,
[SMALL_STATE(1531)] = 51378,
[SMALL_STATE(1532)] = 51386,
[SMALL_STATE(1533)] = 51394,
[SMALL_STATE(1534)] = 51404,
[SMALL_STATE(1535)] = 51414,
[SMALL_STATE(1536)] = 51422,
[SMALL_STATE(1537)] = 51430,
[SMALL_STATE(1538)] = 51440,
[SMALL_STATE(1539)] = 51448,
[SMALL_STATE(1540)] = 51456,
[SMALL_STATE(1541)] = 51466,
[SMALL_STATE(1542)] = 51474,
[SMALL_STATE(1543)] = 51484,
[SMALL_STATE(1544)] = 51494,
[SMALL_STATE(1545)] = 51502,
[SMALL_STATE(1546)] = 51510,
[SMALL_STATE(1547)] = 51518,
[SMALL_STATE(1548)] = 51528,
[SMALL_STATE(1549)] = 51536,
[SMALL_STATE(1550)] = 51544,
[SMALL_STATE(1551)] = 51552,
[SMALL_STATE(1552)] = 51560,
[SMALL_STATE(1553)] = 51570,
[SMALL_STATE(1554)] = 51578,
[SMALL_STATE(1555)] = 51588,
[SMALL_STATE(1556)] = 51596,
[SMALL_STATE(1557)] = 51606,
[SMALL_STATE(1558)] = 51616,
[SMALL_STATE(1559)] = 51626,
[SMALL_STATE(1560)] = 51636,
[SMALL_STATE(1561)] = 51646,
[SMALL_STATE(1562)] = 51656,
[SMALL_STATE(1563)] = 51666,
[SMALL_STATE(1564)] = 51674,
[SMALL_STATE(1565)] = 51682,
[SMALL_STATE(1566)] = 51689,
[SMALL_STATE(1567)] = 51696,
[SMALL_STATE(1568)] = 51703,
[SMALL_STATE(1569)] = 51710,
[SMALL_STATE(1570)] = 51717,
[SMALL_STATE(1571)] = 51724,
[SMALL_STATE(1572)] = 51731,
[SMALL_STATE(1573)] = 51738,
[SMALL_STATE(1574)] = 51745,
[SMALL_STATE(1575)] = 51752,
[SMALL_STATE(1576)] = 51759,
[SMALL_STATE(1577)] = 51766,
[SMALL_STATE(1578)] = 51773,
[SMALL_STATE(1579)] = 51780,
[SMALL_STATE(1580)] = 51787,
[SMALL_STATE(1581)] = 51794,
[SMALL_STATE(1582)] = 51801,
[SMALL_STATE(1583)] = 51808,
[SMALL_STATE(1584)] = 51815,
[SMALL_STATE(1585)] = 51822,
[SMALL_STATE(1586)] = 51829,
[SMALL_STATE(1587)] = 51836,
[SMALL_STATE(1588)] = 51843,
[SMALL_STATE(1589)] = 51850,
[SMALL_STATE(1590)] = 51857,
[SMALL_STATE(1591)] = 51864,
[SMALL_STATE(1592)] = 51871,
[SMALL_STATE(1593)] = 51878,
[SMALL_STATE(1594)] = 51885,
[SMALL_STATE(1595)] = 51892,
[SMALL_STATE(1596)] = 51899,
[SMALL_STATE(1597)] = 51906,
[SMALL_STATE(1598)] = 51913,
[SMALL_STATE(1599)] = 51920,
[SMALL_STATE(1600)] = 51927,
[SMALL_STATE(1601)] = 51934,
[SMALL_STATE(1602)] = 51941,
[SMALL_STATE(1603)] = 51948,
[SMALL_STATE(1604)] = 51955,
[SMALL_STATE(1605)] = 51962,
[SMALL_STATE(1606)] = 51969,
[SMALL_STATE(1607)] = 51976,
[SMALL_STATE(1608)] = 51983,
[SMALL_STATE(1609)] = 51990,
[SMALL_STATE(1610)] = 51997,
[SMALL_STATE(1611)] = 52004,
[SMALL_STATE(1612)] = 52011,
[SMALL_STATE(1613)] = 52018,
[SMALL_STATE(1614)] = 52025,
[SMALL_STATE(1615)] = 52032,
[SMALL_STATE(1616)] = 52039,
[SMALL_STATE(1617)] = 52046,
[SMALL_STATE(1618)] = 52053,
[SMALL_STATE(1619)] = 52060,
[SMALL_STATE(1620)] = 52067,
[SMALL_STATE(1621)] = 52074,
[SMALL_STATE(1622)] = 52081,
[SMALL_STATE(1623)] = 52088,
[SMALL_STATE(1624)] = 52095,
[SMALL_STATE(1625)] = 52102,
[SMALL_STATE(1626)] = 52109,
[SMALL_STATE(1627)] = 52116,
[SMALL_STATE(1628)] = 52123,
[SMALL_STATE(1629)] = 52130,
[SMALL_STATE(1630)] = 52137,
[SMALL_STATE(1631)] = 52144,
[SMALL_STATE(1632)] = 52151,
[SMALL_STATE(1633)] = 52158,
[SMALL_STATE(1634)] = 52165,
[SMALL_STATE(1635)] = 52172,
[SMALL_STATE(1636)] = 52179,
[SMALL_STATE(1637)] = 52186,
[SMALL_STATE(1638)] = 52193,
[SMALL_STATE(1639)] = 52200,
[SMALL_STATE(1640)] = 52207,
[SMALL_STATE(1641)] = 52214,
[SMALL_STATE(1642)] = 52221,
[SMALL_STATE(1643)] = 52228,
[SMALL_STATE(1644)] = 52235,
[SMALL_STATE(1645)] = 52242,
[SMALL_STATE(1646)] = 52249,
[SMALL_STATE(1647)] = 52256,
[SMALL_STATE(1648)] = 52263,
[SMALL_STATE(1649)] = 52270,
[SMALL_STATE(1650)] = 52277,
[SMALL_STATE(1651)] = 52284,
[SMALL_STATE(1652)] = 52291,
[SMALL_STATE(1653)] = 52298,
[SMALL_STATE(1654)] = 52305,
[SMALL_STATE(1655)] = 52312,
[SMALL_STATE(1656)] = 52319,
[SMALL_STATE(1657)] = 52326,
[SMALL_STATE(1658)] = 52333,
[SMALL_STATE(1659)] = 52340,
[SMALL_STATE(1660)] = 52347,
[SMALL_STATE(1661)] = 52354,
[SMALL_STATE(1662)] = 52361,
[SMALL_STATE(1663)] = 52368,
[SMALL_STATE(1664)] = 52375,
[SMALL_STATE(1665)] = 52382,
[SMALL_STATE(1666)] = 52389,
[SMALL_STATE(1667)] = 52396,
[SMALL_STATE(1668)] = 52403,
[SMALL_STATE(1669)] = 52410,
[SMALL_STATE(1670)] = 52417,
[SMALL_STATE(1671)] = 52424,
[SMALL_STATE(1672)] = 52431,
[SMALL_STATE(1673)] = 52438,
[SMALL_STATE(1674)] = 52445,
[SMALL_STATE(1675)] = 52452,
[SMALL_STATE(1676)] = 52459,
[SMALL_STATE(1677)] = 52466,
[SMALL_STATE(1678)] = 52473,
[SMALL_STATE(1679)] = 52480,
[SMALL_STATE(1680)] = 52487,
[SMALL_STATE(1681)] = 52494,
[SMALL_STATE(1682)] = 52501,
[SMALL_STATE(1683)] = 52508,
[SMALL_STATE(1684)] = 52515,
[SMALL_STATE(1685)] = 52522,
[SMALL_STATE(1686)] = 52529,
[SMALL_STATE(1687)] = 52536,
[SMALL_STATE(1688)] = 52543,
[SMALL_STATE(1689)] = 52550,
[SMALL_STATE(1690)] = 52557,
[SMALL_STATE(1691)] = 52564,
[SMALL_STATE(1692)] = 52571,
[SMALL_STATE(1693)] = 52578,
[SMALL_STATE(1694)] = 52585,
[SMALL_STATE(1695)] = 52592,
[SMALL_STATE(1696)] = 52599,
[SMALL_STATE(1697)] = 52606,
[SMALL_STATE(1698)] = 52613,
[SMALL_STATE(1699)] = 52620,
[SMALL_STATE(1700)] = 52627,
[SMALL_STATE(1701)] = 52634,
[SMALL_STATE(1702)] = 52641,
[SMALL_STATE(1703)] = 52648,
[SMALL_STATE(1704)] = 52655,
[SMALL_STATE(1705)] = 52662,
[SMALL_STATE(1706)] = 52669,
[SMALL_STATE(1707)] = 52676,
[SMALL_STATE(1708)] = 52683,
[SMALL_STATE(1709)] = 52690,
[SMALL_STATE(1710)] = 52697,
[SMALL_STATE(1711)] = 52704,
[SMALL_STATE(1712)] = 52711,
[SMALL_STATE(1713)] = 52718,
[SMALL_STATE(1714)] = 52725,
[SMALL_STATE(1715)] = 52732,
[SMALL_STATE(1716)] = 52739,
[SMALL_STATE(1717)] = 52746,
[SMALL_STATE(1718)] = 52753,
[SMALL_STATE(1719)] = 52760,
[SMALL_STATE(1720)] = 52767,
[SMALL_STATE(1721)] = 52774,
[SMALL_STATE(1722)] = 52781,
[SMALL_STATE(1723)] = 52788,
[SMALL_STATE(1724)] = 52795,
[SMALL_STATE(1725)] = 52802,
[SMALL_STATE(1726)] = 52809,
[SMALL_STATE(1727)] = 52816,
[SMALL_STATE(1728)] = 52823,
[SMALL_STATE(1729)] = 52830,
[SMALL_STATE(1730)] = 52837,
[SMALL_STATE(1731)] = 52844,
[SMALL_STATE(1732)] = 52851,
[SMALL_STATE(1733)] = 52858,
[SMALL_STATE(1734)] = 52865,
[SMALL_STATE(1735)] = 52872,
[SMALL_STATE(1736)] = 52879,
[SMALL_STATE(1737)] = 52886,
[SMALL_STATE(1738)] = 52893,
[SMALL_STATE(1739)] = 52900,
[SMALL_STATE(1740)] = 52907,
[SMALL_STATE(1741)] = 52914,
[SMALL_STATE(1742)] = 52921,
[SMALL_STATE(1743)] = 52928,
[SMALL_STATE(1744)] = 52935,
[SMALL_STATE(1745)] = 52942,
[SMALL_STATE(1746)] = 52949,
[SMALL_STATE(1747)] = 52956,
[SMALL_STATE(1748)] = 52963,
[SMALL_STATE(1749)] = 52970,
[SMALL_STATE(1750)] = 52977,
[SMALL_STATE(1751)] = 52984,
[SMALL_STATE(1752)] = 52991,
[SMALL_STATE(1753)] = 52998,
[SMALL_STATE(1754)] = 53005,
[SMALL_STATE(1755)] = 53012,
[SMALL_STATE(1756)] = 53019,
[SMALL_STATE(1757)] = 53026,
[SMALL_STATE(1758)] = 53033,
[SMALL_STATE(1759)] = 53040,
[SMALL_STATE(1760)] = 53047,
[SMALL_STATE(1761)] = 53054,
[SMALL_STATE(1762)] = 53061,
[SMALL_STATE(1763)] = 53068,
[SMALL_STATE(1764)] = 53075,
[SMALL_STATE(1765)] = 53082,
[SMALL_STATE(1766)] = 53089,
[SMALL_STATE(1767)] = 53096,
[SMALL_STATE(1768)] = 53103,
[SMALL_STATE(1769)] = 53110,
[SMALL_STATE(1770)] = 53117,
[SMALL_STATE(1771)] = 53124,
[SMALL_STATE(1772)] = 53131,
[SMALL_STATE(1773)] = 53138,
[SMALL_STATE(1774)] = 53145,
[SMALL_STATE(1775)] = 53152,
[SMALL_STATE(1776)] = 53159,
[SMALL_STATE(1777)] = 53166,
[SMALL_STATE(1778)] = 53173,
[SMALL_STATE(1779)] = 53180,
[SMALL_STATE(1780)] = 53187,
[SMALL_STATE(1781)] = 53194,
[SMALL_STATE(1782)] = 53201,
[SMALL_STATE(1783)] = 53208,
[SMALL_STATE(1784)] = 53215,
[SMALL_STATE(1785)] = 53222,
[SMALL_STATE(1786)] = 53229,
[SMALL_STATE(1787)] = 53236,
[SMALL_STATE(1788)] = 53243,
[SMALL_STATE(1789)] = 53250,
[SMALL_STATE(1790)] = 53257,
[SMALL_STATE(1791)] = 53264,
[SMALL_STATE(1792)] = 53271,
[SMALL_STATE(1793)] = 53278,
[SMALL_STATE(1794)] = 53285,
[SMALL_STATE(1795)] = 53292,
[SMALL_STATE(1796)] = 53299,
[SMALL_STATE(1797)] = 53306,
[SMALL_STATE(1798)] = 53313,
[SMALL_STATE(1799)] = 53320,
[SMALL_STATE(1800)] = 53327,
[SMALL_STATE(1801)] = 53334,
[SMALL_STATE(1802)] = 53341,
[SMALL_STATE(1803)] = 53348,
[SMALL_STATE(1804)] = 53355,
[SMALL_STATE(1805)] = 53362,
[SMALL_STATE(1806)] = 53369,
[SMALL_STATE(1807)] = 53376,
[SMALL_STATE(1808)] = 53383,
[SMALL_STATE(1809)] = 53390,
[SMALL_STATE(1810)] = 53397,
[SMALL_STATE(1811)] = 53404,
[SMALL_STATE(1812)] = 53411,
[SMALL_STATE(1813)] = 53418,
[SMALL_STATE(1814)] = 53425,
[SMALL_STATE(1815)] = 53432,
[SMALL_STATE(1816)] = 53439,
[SMALL_STATE(1817)] = 53446,
[SMALL_STATE(1818)] = 53453,
[SMALL_STATE(1819)] = 53460,
[SMALL_STATE(1820)] = 53467,
[SMALL_STATE(1821)] = 53474,
[SMALL_STATE(1822)] = 53481,
[SMALL_STATE(1823)] = 53488,
[SMALL_STATE(1824)] = 53495,
[SMALL_STATE(1825)] = 53502,
[SMALL_STATE(1826)] = 53509,
[SMALL_STATE(1827)] = 53516,
[SMALL_STATE(1828)] = 53523,
[SMALL_STATE(1829)] = 53530,
[SMALL_STATE(1830)] = 53537,
[SMALL_STATE(1831)] = 53544,
[SMALL_STATE(1832)] = 53551,
[SMALL_STATE(1833)] = 53558,
[SMALL_STATE(1834)] = 53565,
[SMALL_STATE(1835)] = 53572,
[SMALL_STATE(1836)] = 53579,
[SMALL_STATE(1837)] = 53586,
[SMALL_STATE(1838)] = 53593,
[SMALL_STATE(1839)] = 53600,
[SMALL_STATE(1840)] = 53607,
[SMALL_STATE(1841)] = 53614,
[SMALL_STATE(1842)] = 53621,
[SMALL_STATE(1843)] = 53628,
[SMALL_STATE(1844)] = 53635,
[SMALL_STATE(1845)] = 53642,
[SMALL_STATE(1846)] = 53649,
[SMALL_STATE(1847)] = 53656,
[SMALL_STATE(1848)] = 53663,
[SMALL_STATE(1849)] = 53670,
[SMALL_STATE(1850)] = 53677,
[SMALL_STATE(1851)] = 53684,
[SMALL_STATE(1852)] = 53691,
[SMALL_STATE(1853)] = 53698,
[SMALL_STATE(1854)] = 53705,
[SMALL_STATE(1855)] = 53712,
[SMALL_STATE(1856)] = 53719,
[SMALL_STATE(1857)] = 53726,
[SMALL_STATE(1858)] = 53733,
[SMALL_STATE(1859)] = 53740,
[SMALL_STATE(1860)] = 53747,
[SMALL_STATE(1861)] = 53754,
[SMALL_STATE(1862)] = 53761,
[SMALL_STATE(1863)] = 53768,
[SMALL_STATE(1864)] = 53775,
[SMALL_STATE(1865)] = 53782,
[SMALL_STATE(1866)] = 53789,
[SMALL_STATE(1867)] = 53796,
[SMALL_STATE(1868)] = 53803,
[SMALL_STATE(1869)] = 53810,
[SMALL_STATE(1870)] = 53817,
[SMALL_STATE(1871)] = 53824,
[SMALL_STATE(1872)] = 53831,
[SMALL_STATE(1873)] = 53838,
[SMALL_STATE(1874)] = 53845,
[SMALL_STATE(1875)] = 53852,
[SMALL_STATE(1876)] = 53859,
[SMALL_STATE(1877)] = 53866,
[SMALL_STATE(1878)] = 53873,
[SMALL_STATE(1879)] = 53880,
[SMALL_STATE(1880)] = 53887,
[SMALL_STATE(1881)] = 53894,
[SMALL_STATE(1882)] = 53901,
[SMALL_STATE(1883)] = 53908,
[SMALL_STATE(1884)] = 53915,
[SMALL_STATE(1885)] = 53922,
[SMALL_STATE(1886)] = 53929,
[SMALL_STATE(1887)] = 53936,
[SMALL_STATE(1888)] = 53943,
[SMALL_STATE(1889)] = 53950,
[SMALL_STATE(1890)] = 53957,
[SMALL_STATE(1891)] = 53964,
[SMALL_STATE(1892)] = 53971,
[SMALL_STATE(1893)] = 53978,
[SMALL_STATE(1894)] = 53985,
[SMALL_STATE(1895)] = 53992,
[SMALL_STATE(1896)] = 53999,
[SMALL_STATE(1897)] = 54006,
[SMALL_STATE(1898)] = 54013,
[SMALL_STATE(1899)] = 54020,
[SMALL_STATE(1900)] = 54027,
[SMALL_STATE(1901)] = 54034,
[SMALL_STATE(1902)] = 54041,
[SMALL_STATE(1903)] = 54048,
[SMALL_STATE(1904)] = 54055,
[SMALL_STATE(1905)] = 54062,
[SMALL_STATE(1906)] = 54069,
[SMALL_STATE(1907)] = 54076,
[SMALL_STATE(1908)] = 54083,
[SMALL_STATE(1909)] = 54090,
[SMALL_STATE(1910)] = 54097,
[SMALL_STATE(1911)] = 54104,
[SMALL_STATE(1912)] = 54111,
[SMALL_STATE(1913)] = 54118,
[SMALL_STATE(1914)] = 54125,
[SMALL_STATE(1915)] = 54132,
[SMALL_STATE(1916)] = 54139,
[SMALL_STATE(1917)] = 54146,
[SMALL_STATE(1918)] = 54153,
[SMALL_STATE(1919)] = 54160,
[SMALL_STATE(1920)] = 54167,
[SMALL_STATE(1921)] = 54174,
[SMALL_STATE(1922)] = 54181,
[SMALL_STATE(1923)] = 54188,
[SMALL_STATE(1924)] = 54195,
[SMALL_STATE(1925)] = 54202,
[SMALL_STATE(1926)] = 54209,
[SMALL_STATE(1927)] = 54216,
[SMALL_STATE(1928)] = 54223,
[SMALL_STATE(1929)] = 54230,
[SMALL_STATE(1930)] = 54237,
[SMALL_STATE(1931)] = 54244,
[SMALL_STATE(1932)] = 54251,
[SMALL_STATE(1933)] = 54258,
[SMALL_STATE(1934)] = 54265,
[SMALL_STATE(1935)] = 54272,
[SMALL_STATE(1936)] = 54279,
[SMALL_STATE(1937)] = 54286,
[SMALL_STATE(1938)] = 54293,
[SMALL_STATE(1939)] = 54300,
[SMALL_STATE(1940)] = 54307,
[SMALL_STATE(1941)] = 54314,
[SMALL_STATE(1942)] = 54321,
[SMALL_STATE(1943)] = 54328,
[SMALL_STATE(1944)] = 54335,
[SMALL_STATE(1945)] = 54342,
[SMALL_STATE(1946)] = 54349,
[SMALL_STATE(1947)] = 54356,
[SMALL_STATE(1948)] = 54363,
[SMALL_STATE(1949)] = 54370,
[SMALL_STATE(1950)] = 54377,
[SMALL_STATE(1951)] = 54384,
[SMALL_STATE(1952)] = 54391,
[SMALL_STATE(1953)] = 54398,
[SMALL_STATE(1954)] = 54405,
[SMALL_STATE(1955)] = 54412,
[SMALL_STATE(1956)] = 54419,
[SMALL_STATE(1957)] = 54426,
[SMALL_STATE(1958)] = 54433,
[SMALL_STATE(1959)] = 54440,
[SMALL_STATE(1960)] = 54447,
[SMALL_STATE(1961)] = 54454,
[SMALL_STATE(1962)] = 54461,
[SMALL_STATE(1963)] = 54468,
[SMALL_STATE(1964)] = 54475,
[SMALL_STATE(1965)] = 54482,
[SMALL_STATE(1966)] = 54489,
[SMALL_STATE(1967)] = 54496,
[SMALL_STATE(1968)] = 54503,
[SMALL_STATE(1969)] = 54510,
[SMALL_STATE(1970)] = 54517,
[SMALL_STATE(1971)] = 54524,
[SMALL_STATE(1972)] = 54531,
[SMALL_STATE(1973)] = 54538,
[SMALL_STATE(1974)] = 54545,
[SMALL_STATE(1975)] = 54552,
[SMALL_STATE(1976)] = 54559,
[SMALL_STATE(1977)] = 54566,
[SMALL_STATE(1978)] = 54573,
[SMALL_STATE(1979)] = 54580,
[SMALL_STATE(1980)] = 54587,
[SMALL_STATE(1981)] = 54594,
[SMALL_STATE(1982)] = 54601,
[SMALL_STATE(1983)] = 54608,
[SMALL_STATE(1984)] = 54615,
[SMALL_STATE(1985)] = 54622,
[SMALL_STATE(1986)] = 54629,
[SMALL_STATE(1987)] = 54636,
[SMALL_STATE(1988)] = 54643,
[SMALL_STATE(1989)] = 54650,
[SMALL_STATE(1990)] = 54657,
[SMALL_STATE(1991)] = 54664,
[SMALL_STATE(1992)] = 54671,
[SMALL_STATE(1993)] = 54678,
[SMALL_STATE(1994)] = 54685,
[SMALL_STATE(1995)] = 54692,
[SMALL_STATE(1996)] = 54699,
[SMALL_STATE(1997)] = 54706,
[SMALL_STATE(1998)] = 54713,
[SMALL_STATE(1999)] = 54720,
[SMALL_STATE(2000)] = 54727,
[SMALL_STATE(2001)] = 54734,
[SMALL_STATE(2002)] = 54741,
[SMALL_STATE(2003)] = 54748,
[SMALL_STATE(2004)] = 54755,
[SMALL_STATE(2005)] = 54762,
[SMALL_STATE(2006)] = 54769,
[SMALL_STATE(2007)] = 54776,
[SMALL_STATE(2008)] = 54783,
[SMALL_STATE(2009)] = 54790,
[SMALL_STATE(2010)] = 54797,
[SMALL_STATE(2011)] = 54804,
[SMALL_STATE(2012)] = 54811,
[SMALL_STATE(2013)] = 54818,
[SMALL_STATE(2014)] = 54825,
[SMALL_STATE(2015)] = 54832,
[SMALL_STATE(2016)] = 54839,
[SMALL_STATE(2017)] = 54846,
[SMALL_STATE(2018)] = 54853,
[SMALL_STATE(2019)] = 54860,
[SMALL_STATE(2020)] = 54867,
[SMALL_STATE(2021)] = 54874,
[SMALL_STATE(2022)] = 54881,
[SMALL_STATE(2023)] = 54888,
[SMALL_STATE(2024)] = 54895,
[SMALL_STATE(2025)] = 54902,
[SMALL_STATE(2026)] = 54909,
[SMALL_STATE(2027)] = 54916,
[SMALL_STATE(2028)] = 54923,
[SMALL_STATE(2029)] = 54930,
[SMALL_STATE(2030)] = 54937,
[SMALL_STATE(2031)] = 54944,
[SMALL_STATE(2032)] = 54951,
[SMALL_STATE(2033)] = 54958,
[SMALL_STATE(2034)] = 54965,
[SMALL_STATE(2035)] = 54972,
[SMALL_STATE(2036)] = 54979,
[SMALL_STATE(2037)] = 54986,
[SMALL_STATE(2038)] = 54993,
[SMALL_STATE(2039)] = 55000,
[SMALL_STATE(2040)] = 55007,
[SMALL_STATE(2041)] = 55014,
[SMALL_STATE(2042)] = 55021,
[SMALL_STATE(2043)] = 55028,
[SMALL_STATE(2044)] = 55035,
[SMALL_STATE(2045)] = 55042,
[SMALL_STATE(2046)] = 55049,
[SMALL_STATE(2047)] = 55056,
[SMALL_STATE(2048)] = 55063,
[SMALL_STATE(2049)] = 55070,
[SMALL_STATE(2050)] = 55077,
[SMALL_STATE(2051)] = 55084,
[SMALL_STATE(2052)] = 55091,
[SMALL_STATE(2053)] = 55098,
[SMALL_STATE(2054)] = 55105,
[SMALL_STATE(2055)] = 55112,
[SMALL_STATE(2056)] = 55119,
[SMALL_STATE(2057)] = 55126,
[SMALL_STATE(2058)] = 55133,
[SMALL_STATE(2059)] = 55140,
[SMALL_STATE(2060)] = 55147,
[SMALL_STATE(2061)] = 55154,
[SMALL_STATE(2062)] = 55161,
[SMALL_STATE(2063)] = 55168,
[SMALL_STATE(2064)] = 55175,
[SMALL_STATE(2065)] = 55182,
[SMALL_STATE(2066)] = 55189,
};
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(893),
[9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015),
[11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255),
[13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720),
[15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701),
[17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94),
[19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725),
[21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562),
[23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740),
[25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065),
[27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064),
[29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61),
[31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063),
[33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723),
[35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061),
[37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209),
[39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797),
[41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800),
[43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23),
[45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259),
[47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210),
[49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055),
[51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623),
[53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214),
[55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051),
[57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048),
[59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251),
[61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208),
[63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563),
[65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806),
[67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807),
[69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047),
[71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247),
[73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718),
[75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809),
[77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219),
[79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80),
[81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238),
[83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046),
[85] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compilation, 1),
[87] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2),
[89] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(893),
[92] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1015),
[95] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1255),
[98] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(720),
[101] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(701),
[104] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(94),
[107] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(725),
[110] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1562),
[113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(740),
[116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2065),
[119] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2064),
[122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(61),
[125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2063),
[128] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(723),
[131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2061),
[134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1209),
[137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(797),
[140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(800),
[143] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(23),
[146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(259),
[149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1210),
[152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2055),
[155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(623),
[158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1214),
[161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2051),
[164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2048),
[167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(251),
[170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(208),
[173] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(563),
[176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(806),
[179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(807),
[182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2047),
[185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(247),
[188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(718),
[191] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(809),
[194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(219),
[197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(80),
[200] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(238),
[203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2046),
[206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1008),
[209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1015),
[212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1255),
[215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1238),
[218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2),
[220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(61),
[223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(723),
[226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(2061),
[229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(23),
[232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(259),
[235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(2051),
[238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(2048),
[241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(251),
[244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(208),
[247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(563),
[250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(806),
[253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(807),
[256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(2047),
[259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(247),
[262] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(718),
[265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(809),
[268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(219),
[271] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(80),
[274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(238),
[277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1127),
[280] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(813),
[283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(701),
[286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(725),
[289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2),
[291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(2065),
[294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(2063),
[297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1209),
[300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(797),
[303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(800),
[306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1210),
[309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(623),
[312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1214),
[315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(2048),
[318] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(248),
[321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(2046),
[324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1127),
[326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813),
[328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248),
[330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241),
[332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33),
[334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684),
[336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360),
[338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64),
[340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362),
[342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37),
[344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014),
[346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248),
[348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53),
[350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244),
[352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525),
[354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474),
[356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525),
[358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538),
[360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866),
[362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(866),
[364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48),
[366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109),
[368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803),
[370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011),
[372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559),
[374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836),
[376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561),
[378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576),
[380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662),
[382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853),
[384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261),
[386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444),
[388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874),
[390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856),
[392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262),
[394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnatprep_declarative_if_statement_repeat1, 4, .production_id = 5),
[396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnatprep_declarative_if_statement_repeat1, 3, .production_id = 5),
[398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784),
[400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63),
[402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774),
[404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52),
[406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394),
[408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69),
[410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54),
[412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1008),
[414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238),
[416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__sequence_of_statements, 1),
[418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68),
[420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57),
[422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_declarative_part, 1),
[424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70),
[426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47),
[428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49),
[430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59),
[432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901),
[434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568),
[436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768),
[438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764),
[440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763),
[442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594),
[444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_alternative, 1),
[446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_triggering_alternative, 1),
[448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__sequence_of_statements, 2),
[450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_alternative, 1),
[452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_call_alternative, 1),
[454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237),
[456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77),
[458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649),
[460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72),
[462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862),
[464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnatprep_if_statement_repeat1, 4, .production_id = 5),
[466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnatprep_if_statement_repeat1, 3, .production_id = 5),
[468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827),
[470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786),
[472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771),
[474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652),
[476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648),
[478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647),
[480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773),
[482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564),
[484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522),
[486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567),
[488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346),
[490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560),
[492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534),
[494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448),
[496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839),
[498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530),
[500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547),
[502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530),
[504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533),
[506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533),
[508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(567),
[510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114),
[512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827),
[514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727),
[516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829),
[518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405),
[520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407),
[522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223),
[524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108),
[526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785),
[528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111),
[530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778),
[532] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(1127),
[535] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(813),
[538] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(701),
[541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2),
[543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(827),
[546] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(2065),
[549] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(2063),
[552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(1405),
[555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(797),
[558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(800),
[561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(1407),
[564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(623),
[567] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(1214),
[570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(2048),
[573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(2046),
[576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583),
[578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521),
[580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753),
[582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(474),
[584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222),
[586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461),
[588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481),
[590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783),
[592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(521),
[594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11),
[596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101),
[598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 7, .production_id = 88),
[600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 7, .production_id = 88),
[602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_call_statement, 3, .production_id = 2),
[604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_call_statement, 3, .production_id = 2),
[606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 7, .production_id = 91),
[608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 7, .production_id = 91),
[610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 7, .production_id = 75),
[612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 7, .production_id = 75),
[614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_g, 3),
[616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pragma_g, 3),
[618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abort_statement, 4),
[620] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abort_statement, 4),
[622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_return_statement, 3),
[624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_return_statement, 3),
[626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_statement, 3),
[628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extended_return_statement, 3),
[630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 7, .production_id = 90),
[632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 7, .production_id = 90),
[634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 4, .production_id = 29),
[636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 4, .production_id = 29),
[638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 3, .production_id = 3),
[640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raise_statement, 3, .production_id = 3),
[642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_return_statement, 2),
[644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_return_statement, 2),
[646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 10, .production_id = 120),
[648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 10, .production_id = 120),
[650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 10, .production_id = 88),
[652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 10, .production_id = 88),
[654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 6),
[656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_statement, 6),
[658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 7),
[660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 7),
[662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 6, .production_id = 75),
[664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 6, .production_id = 75),
[666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abort_statement, 3),
[668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abort_statement, 3),
[670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requeue_statement, 3, .production_id = 3),
[672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requeue_statement, 3, .production_id = 3),
[674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_g, 7),
[676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pragma_g, 7),
[678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 3, .production_id = 13),
[680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 3, .production_id = 13),
[682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 7, .production_id = 5),
[684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 7, .production_id = 5),
[686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 4, .production_id = 30),
[688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 4, .production_id = 30),
[690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 10, .production_id = 104),
[692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 10, .production_id = 104),
[694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 3, .production_id = 14),
[696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 3, .production_id = 14),
[698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 6, .production_id = 53),
[700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 6, .production_id = 53),
[702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_until_statement, 4),
[704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delay_until_statement, 4),
[706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 7, .production_id = 29),
[708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 7, .production_id = 29),
[710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, .production_id = 15),
[712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, .production_id = 15),
[714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 9, .production_id = 113),
[716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 9, .production_id = 113),
[718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 2),
[720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 2),
[722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 7, .production_id = 89),
[724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 7, .production_id = 89),
[726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_statement, 2),
[728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_statement, 2),
[730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selective_accept, 9),
[732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selective_accept, 9),
[734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 6, .production_id = 5),
[736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 6, .production_id = 5),
[738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 2),
[740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raise_statement, 2),
[742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 7),
[744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_statement, 7),
[746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 8, .production_id = 87),
[748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 8, .production_id = 87),
[750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_asynchronous_select, 8, .production_id = 102),
[752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_asynchronous_select, 8, .production_id = 102),
[754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, .production_id = 87),
[756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, .production_id = 87),
[758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_statement, 7),
[760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extended_return_statement, 7),
[762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 5, .production_id = 3),
[764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raise_statement, 5, .production_id = 3),
[766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_call_statement, 2, .production_id = 2),
[768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_call_statement, 2, .production_id = 2),
[770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selective_accept, 8),
[772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selective_accept, 8),
[774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_timed_entry_call, 7),
[776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_timed_entry_call, 7),
[778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 6, .production_id = 13),
[780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 6, .production_id = 13),
[782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_entry_call, 7),
[784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_entry_call, 7),
[786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 5, .production_id = 53),
[788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 5, .production_id = 53),
[790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 5, .production_id = 52),
[792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 5, .production_id = 52),
[794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selective_accept, 7),
[796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selective_accept, 7),
[798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 9, .production_id = 72),
[800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 9, .production_id = 72),
[802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 9, .production_id = 5),
[804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 9, .production_id = 5),
[806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 8, .production_id = 103),
[808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 8, .production_id = 103),
[810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 9, .production_id = 104),
[812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 9, .production_id = 104),
[814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 4),
[816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_statement, 4),
[818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 8, .production_id = 5),
[820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 8, .production_id = 5),
[822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 9, .production_id = 90),
[824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 9, .production_id = 90),
[826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 8, .production_id = 104),
[828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 8, .production_id = 104),
[830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_relative_statement, 3),
[832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delay_relative_statement, 3),
[834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requeue_statement, 5, .production_id = 3),
[836] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requeue_statement, 5, .production_id = 3),
[838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selective_accept, 5),
[840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selective_accept, 5),
[842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 8, .production_id = 91),
[844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 8, .production_id = 91),
[846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 11, .production_id = 124),
[848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 11, .production_id = 124),
[850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 8, .production_id = 90),
[852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 8, .production_id = 90),
[854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 10, .production_id = 119),
[856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 10, .production_id = 119),
[858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_g, 6),
[860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pragma_g, 6),
[862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 8),
[864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_statement, 8),
[866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 5),
[868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_statement, 5),
[870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 6, .production_id = 72),
[872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 6, .production_id = 72),
[874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 2),
[876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 2),
[878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_statement, 3, .production_id = 18),
[880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_statement, 3, .production_id = 18),
[882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selective_accept, 6),
[884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selective_accept, 6),
[886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690),
[888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575),
[890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(568),
[892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557),
[894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579),
[896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579),
[898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(587),
[900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137),
[902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957),
[904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446),
[906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577),
[908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473),
[910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381),
[912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703),
[914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781),
[916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575),
[918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569),
[920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569),
[922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948),
[924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249),
[926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780),
[928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706),
[930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_representation_clause, 5, .production_id = 38),
[932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumeration_representation_clause, 5, .production_id = 38),
[934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 8, .production_id = 38),
[936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 8, .production_id = 38),
[938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 9, .production_id = 107),
[940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 9, .production_id = 107),
[942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 9, .production_id = 38),
[944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 9, .production_id = 38),
[946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 10, .production_id = 115),
[948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 10, .production_id = 115),
[950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279),
[952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_at_clause, 6),
[954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_at_clause, 6),
[956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291),
[958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290),
[960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_definition_clause, 7, .production_id = 38),
[962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_definition_clause, 7, .production_id = 38),
[964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 7, .production_id = 38),
[966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 7, .production_id = 38),
[968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 8, .production_id = 95),
[970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 8, .production_id = 95),
[972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 9),
[974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 9),
[976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body, 6),
[978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body, 6),
[980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 4),
[982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 4),
[984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 4),
[986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 4),
[988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 9),
[990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 9),
[992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_protected_declaration, 9),
[994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_protected_declaration, 9),
[996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 8, .production_id = 63),
[998] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 8, .production_id = 63),
[1000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_procedure_declaration, 6),
[1002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_procedure_declaration, 6),
[1004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 8, .production_id = 76),
[1006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 8, .production_id = 76),
[1008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_renaming_declaration, 7, .production_id = 58),
[1010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exception_renaming_declaration, 7, .production_id = 58),
[1012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 7, .production_id = 93),
[1014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 7, .production_id = 93),
[1016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 59),
[1018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 59),
[1020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 7),
[1022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 7),
[1024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 6),
[1026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 6),
[1028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 60),
[1030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 60),
[1032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 76),
[1034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 76),
[1036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_instantiation, 7, .production_id = 92),
[1038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_instantiation, 7, .production_id = 92),
[1040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 9, .production_id = 110),
[1042] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 9, .production_id = 110),
[1044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body_stub, 6),
[1046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body_stub, 6),
[1048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 8, .production_id = 96),
[1050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 8, .production_id = 96),
[1052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_protected_declaration, 6),
[1054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_protected_declaration, 6),
[1056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 5),
[1058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 5),
[1060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 7, .production_id = 54),
[1062] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 7, .production_id = 54),
[1064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 6, .production_id = 56),
[1066] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 6, .production_id = 56),
[1068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 7, .production_id = 74),
[1070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 7, .production_id = 74),
[1072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_incomplete_type_declaration, 6),
[1074] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_incomplete_type_declaration, 6),
[1076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_type_declaration, 6),
[1078] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_type_declaration, 6),
[1080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body_stub, 7),
[1082] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body_stub, 7),
[1084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 14, .production_id = 123),
[1086] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 14, .production_id = 123),
[1088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_renaming_declaration, 6, .production_id = 57),
[1090] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_renaming_declaration, 6, .production_id = 57),
[1092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 8, .production_id = 71),
[1094] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 8, .production_id = 71),
[1096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 7, .production_id = 2),
[1098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 7, .production_id = 2),
[1100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 13, .production_id = 123),
[1102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 13, .production_id = 123),
[1104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 3),
[1106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 3),
[1108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 7, .production_id = 78),
[1110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 7, .production_id = 78),
[1112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 13, .production_id = 117),
[1114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 13, .production_id = 117),
[1116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 6),
[1118] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 6),
[1120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 5),
[1122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 5),
[1124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 9, .production_id = 71),
[1126] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 9, .production_id = 71),
[1128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 7, .production_id = 63),
[1130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 7, .production_id = 63),
[1132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 6),
[1134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 6),
[1136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 123),
[1138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 123),
[1140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body, 9),
[1142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body, 9),
[1144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_instantiation, 7, .production_id = 65),
[1146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_instantiation, 7, .production_id = 65),
[1148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 110),
[1150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 110),
[1152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 117),
[1154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 117),
[1156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 7),
[1158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 7),
[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_body_stub, 1),
[1166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_body_stub, 1),
[1168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_type_declaration, 1),
[1170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_type_declaration, 1),
[1172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_function_declaration, 6),
[1174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_function_declaration, 6),
[1176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 1),
[1178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 1),
[1180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 9),
[1182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 9),
[1184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_renaming_declaration, 6, .production_id = 41),
[1186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_renaming_declaration, 6, .production_id = 41),
[1188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 9),
[1190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 9),
[1192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body, 9),
[1194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body, 9),
[1196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_instantiation, 6, .production_id = 65),
[1198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_instantiation, 6, .production_id = 65),
[1200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 6, .production_id = 63),
[1202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 6, .production_id = 63),
[1204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body, 11),
[1206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body, 11),
[1208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 6, .production_id = 32),
[1210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 6, .production_id = 32),
[1212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 9, .production_id = 63),
[1214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 9, .production_id = 63),
[1216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_protected_declaration, 8),
[1218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_protected_declaration, 8),
[1220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 6, .production_id = 54),
[1222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 6, .production_id = 54),
[1224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(557),
[1226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 9, .production_id = 108),
[1228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 9, .production_id = 108),
[1230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body_stub, 6),
[1232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body_stub, 6),
[1234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 8),
[1236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 8),
[1238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 11),
[1240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 11),
[1242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_incomplete_type_declaration, 3),
[1244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_incomplete_type_declaration, 3),
[1246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 6, .production_id = 74),
[1248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 6, .production_id = 74),
[1250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 11),
[1252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 11),
[1254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 6, .production_id = 2),
[1256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 6, .production_id = 2),
[1258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_protected_declaration, 5),
[1260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_protected_declaration, 5),
[1262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body, 8),
[1264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body, 8),
[1266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_declaration, 6, .production_id = 37),
[1268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subtype_declaration, 6, .production_id = 37),
[1270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 6, .production_id = 60),
[1272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 6, .production_id = 60),
[1274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_clause, 3),
[1276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_clause, 3),
[1278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_declaration, 4),
[1280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exception_declaration, 4),
[1282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 8),
[1284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 8),
[1286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_type_declaration, 7),
[1288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_type_declaration, 7),
[1290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_incomplete_type_declaration, 4),
[1292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_incomplete_type_declaration, 4),
[1294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 123),
[1296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 123),
[1298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 4, .production_id = 32),
[1300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 4, .production_id = 32),
[1302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 6, .production_id = 59),
[1304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 6, .production_id = 59),
[1306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 110),
[1308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 110),
[1310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 117),
[1312] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 117),
[1314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 8, .production_id = 106),
[1316] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 8, .production_id = 106),
[1318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 4, .production_id = 2),
[1320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 4, .production_id = 2),
[1322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_instantiation, 8, .production_id = 92),
[1324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_instantiation, 8, .production_id = 92),
[1326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 71),
[1328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 71),
[1330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 9, .production_id = 114),
[1332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 9, .production_id = 114),
[1334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 8, .production_id = 2),
[1336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 8, .production_id = 2),
[1338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_function_declaration, 4),
[1340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_function_declaration, 4),
[1342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 9),
[1344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 9),
[1346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_renaming_declaration, 6, .production_id = 58),
[1348] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exception_renaming_declaration, 6, .production_id = 58),
[1350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 8, .production_id = 74),
[1352] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 8, .production_id = 74),
[1354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 11, .production_id = 122),
[1356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 11, .production_id = 122),
[1358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_subprogram_declaration, 4),
[1360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_subprogram_declaration, 4),
[1362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 10, .production_id = 121),
[1364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 10, .production_id = 121),
[1366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_renaming_declaration, 5, .production_id = 34),
[1368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_renaming_declaration, 5, .production_id = 34),
[1370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 7),
[1372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 7),
[1374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body, 7),
[1376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body, 7),
[1378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body_stub, 7),
[1380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body_stub, 7),
[1382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 5, .production_id = 33),
[1384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 5, .production_id = 33),
[1386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 10, .production_id = 116),
[1388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 10, .production_id = 116),
[1390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 2),
[1392] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 2),
[1394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 10, .production_id = 63),
[1396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 10, .production_id = 63),
[1398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_type_declaration, 5),
[1400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_type_declaration, 5),
[1402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_subprogram_declaration, 3),
[1404] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_subprogram_declaration, 3),
[1406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 69),
[1408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 69),
[1410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 68),
[1412] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 68),
[1414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 110),
[1416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 110),
[1418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 71),
[1420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 71),
[1422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_incomplete_type_declaration, 5),
[1424] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_incomplete_type_declaration, 5),
[1426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_package_declaration, 2),
[1428] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_package_declaration, 2),
[1430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_declaration, 2, .production_id = 6),
[1432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_declaration, 2, .production_id = 6),
[1434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_declaration, 5, .production_id = 37),
[1436] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subtype_declaration, 5, .production_id = 37),
[1438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body_stub, 6),
[1440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body_stub, 6),
[1442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 3),
[1444] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 3),
[1446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 69),
[1448] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 69),
[1450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 5, .production_id = 54),
[1452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 5, .production_id = 54),
[1454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 117),
[1456] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 117),
[1458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 5, .production_id = 2),
[1460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 5, .production_id = 2),
[1462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number_declaration, 5),
[1464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number_declaration, 5),
[1466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 10),
[1468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 10),
[1470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 5),
[1472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 5),
[1474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 68),
[1476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 68),
[1478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 8),
[1480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 8),
[1482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 67),
[1484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 67),
[1486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 4),
[1488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 4),
[1490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 10),
[1492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 10),
[1494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_procedure_declaration, 4),
[1496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_procedure_declaration, 4),
[1498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 8),
[1500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 8),
[1502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body, 8),
[1504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body, 8),
[1506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body_stub, 4),
[1508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body_stub, 4),
[1510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body_stub, 6),
[1512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body_stub, 6),
[1514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_renaming_declaration, 5, .production_id = 41),
[1516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_renaming_declaration, 5, .production_id = 41),
[1518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_declaration, 5),
[1520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exception_declaration, 5),
[1522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 5, .production_id = 32),
[1524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 5, .production_id = 32),
[1526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 4, .production_id = 20),
[1528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 4, .production_id = 20),
[1530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 6),
[1532] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 6),
[1534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 6),
[1536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 6),
[1538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_function_declaration, 5),
[1540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_function_declaration, 5),
[1542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_clause, 5, .production_id = 39),
[1544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_clause, 5, .production_id = 39),
[1546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 4, .production_id = 33),
[1548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 4, .production_id = 33),
[1550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_clause, 4, .production_id = 24),
[1552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_clause, 4, .production_id = 24),
[1554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 10),
[1556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 10),
[1558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_renaming_declaration, 5, .production_id = 57),
[1560] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_renaming_declaration, 5, .production_id = 57),
[1562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 7),
[1564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 7),
[1566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body, 10),
[1568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body, 10),
[1570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body_stub, 7),
[1572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body_stub, 7),
[1574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_renaming_declaration, 4, .production_id = 34),
[1576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_renaming_declaration, 4, .production_id = 34),
[1578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_procedure_declaration, 5),
[1580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_procedure_declaration, 5),
[1582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 5, .production_id = 20),
[1584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 5, .production_id = 20),
[1586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body_stub, 5),
[1588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body_stub, 5),
[1590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 5, .production_id = 56),
[1592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 5, .production_id = 56),
[1594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 67),
[1596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 67),
[1598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__attribute_reference, 3),
[1600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attribute_reference, 3),
[1602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_designator, 1),
[1604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_designator, 1),
[1606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selected_component, 3, .production_id = 17),
[1608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_component, 3, .production_id = 17),
[1610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 4),
[1612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 4),
[1614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_array_aggregate, 2),
[1616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_array_aggregate, 2),
[1618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice, 4, .production_id = 31),
[1620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4, .production_id = 31),
[1622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extension_aggregate, 5),
[1624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extension_aggregate, 5),
[1626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522),
[1628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 7),
[1630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 7),
[1632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 8),
[1634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 8),
[1636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_delta_aggregate, 6),
[1638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_delta_aggregate, 6),
[1640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reduction_attribute_designator, 4),
[1642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reduction_attribute_designator, 4),
[1644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_delta_aggregate, 6),
[1646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_delta_aggregate, 6),
[1648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 5),
[1650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 5),
[1652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 6),
[1654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 6),
[1656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parenthesized_expression, 3),
[1658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parenthesized_expression, 3),
[1660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_expression, 3, .production_id = 16),
[1662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_expression, 3, .production_id = 16),
[1664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__name, 1),
[1666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name, 1),
[1668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(98),
[1671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), REDUCE(sym__subtype_indication, 1, .production_id = 7),
[1674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504),
[1676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513),
[1678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 1, .production_id = 7),
[1680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486),
[1682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 3),
[1684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 3),
[1686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_named_array_aggregate, 3),
[1688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_array_aggregate, 3),
[1690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_aggregate, 3),
[1692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_aggregate, 3),
[1694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__reduction_attribute_reference, 3),
[1696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__reduction_attribute_reference, 3),
[1698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_actual_parameter_part, 4),
[1700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_actual_parameter_part, 4),
[1702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 2, .production_id = 2),
[1704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 2, .production_id = 2),
[1706] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_actual_parameter_part, 3),
[1708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_actual_parameter_part, 3),
[1710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 7, .production_id = 71),
[1712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 7, .production_id = 71),
[1714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 3),
[1716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 3),
[1718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 6, .production_id = 55),
[1720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 6, .production_id = 55),
[1722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 5, .production_id = 28),
[1724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 5, .production_id = 28),
[1726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 7, .production_id = 37),
[1728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 7, .production_id = 37),
[1730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 7, .production_id = 84),
[1732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 7, .production_id = 84),
[1734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 9, .production_id = 105),
[1736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 9, .production_id = 105),
[1738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 6, .production_id = 37),
[1740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 6, .production_id = 37),
[1742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__subtype_indication_paren_constraint, 2),
[1744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication_paren_constraint, 2),
[1746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647),
[1748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1277),
[1750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96),
[1752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__subtype_indication_paren_constraint, 1),
[1754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication_paren_constraint, 1),
[1756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 4, .production_id = 28),
[1758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 4, .production_id = 28),
[1760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 4),
[1762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 4),
[1764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 5, .production_id = 55),
[1766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 5, .production_id = 55),
[1768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(854),
[1770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 8, .production_id = 71),
[1772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 8, .production_id = 71),
[1774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 8, .production_id = 105),
[1776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 8, .production_id = 105),
[1778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 5),
[1780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 5),
[1782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 8, .production_id = 84),
[1784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 8, .production_id = 84),
[1786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 26),
[1788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 26),
[1790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 42),
[1792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 42),
[1794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 25),
[1796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 25),
[1798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compilation_unit, 1),
[1800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compilation_unit, 1),
[1802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 3),
[1804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 3),
[1806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compilation_unit, 2),
[1808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compilation_unit, 2),
[1810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subunit, 5, .production_id = 44),
[1812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subunit, 5, .production_id = 44),
[1814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary, 1, .production_id = 2),
[1816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary, 1, .production_id = 2),
[1818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99),
[1820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614),
[1822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_term, 2, .production_id = 11),
[1824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_term, 2, .production_id = 11),
[1826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864),
[1828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(864),
[1830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_term, 1, .production_id = 4),
[1832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_term, 1, .production_id = 4),
[1834] = {.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),
[1838] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__name, 1), REDUCE(sym__subtype_indication, 1, .production_id = 7), SHIFT(1421),
[1842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 11),
[1844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 11),
[1846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 11), SHIFT_REPEAT(864),
[1849] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 11), SHIFT_REPEAT(864),
[1852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_constraint, 4, .production_id = 81),
[1854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_constraint, 4, .production_id = 81),
[1856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_choice_list, 1, .dynamic_precedence = 1),
[1858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421),
[1860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__subtype_indication_paren_constraint, 3),
[1862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication_paren_constraint, 3),
[1864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231),
[1866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520),
[1868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_null, 1),
[1870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_null, 1),
[1872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_constraint, 3, .production_id = 43),
[1874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_constraint, 3, .production_id = 43),
[1876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_allocator, 3),
[1878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_allocator, 3),
[1880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_allocator, 2),
[1882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_allocator, 2),
[1884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__factor, 1, .production_id = 4),
[1886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__factor, 1, .production_id = 4),
[1888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558),
[1890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 9),
[1892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 9),
[1894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_factor_abs, 2, .production_id = 9),
[1896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_factor_abs, 2, .production_id = 9),
[1898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_factor_not, 2, .production_id = 9),
[1900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_factor_not, 2, .production_id = 9),
[1902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163),
[1904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597),
[1906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229),
[1908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228),
[1910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227),
[1912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380),
[1914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004),
[1916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508),
[1918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943),
[1920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769),
[1922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709),
[1924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765),
[1926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707),
[1928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164),
[1930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007),
[1932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410),
[1934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811),
[1936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168),
[1938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_factor_power, 3, .production_id = 27),
[1940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_factor_power, 3, .production_id = 27),
[1942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098),
[1944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686),
[1946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249),
[1948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106),
[1950] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_expression, 3),
[1952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_expression, 3),
[1954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862),
[1956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(862),
[1958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_expression, 2),
[1960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_expression, 2),
[1962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_expression, 1),
[1964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_expression, 1),
[1966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__simple_expression_repeat1, 2),
[1968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__simple_expression_repeat1, 2),
[1970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__simple_expression_repeat1, 2), SHIFT_REPEAT(862),
[1973] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__simple_expression_repeat1, 2), SHIFT_REPEAT(862),
[1976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731),
[1978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732),
[1980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733),
[1982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736),
[1984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369),
[1986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398),
[1988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751),
[1990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830),
[1992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116),
[1994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131),
[1996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414),
[1998] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__sequence_of_statements_repeat2, 2),
[2000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat2, 2),
[2002] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat2, 2), SHIFT_REPEAT(2051),
[2005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177),
[2007] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_label, 3, .production_id = 12),
[2009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label, 3, .production_id = 12),
[2011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544),
[2013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542),
[2015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562),
[2017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541),
[2019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_exclusion, 2),
[2021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_exclusion, 2),
[2023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1015),
[2025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245),
[2027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978),
[2029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(2033),
[2032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__defining_identifier_list, 1),
[2034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(804),
[2036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804),
[2038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__relation, 1),
[2040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478),
[2042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874),
[2044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 2, .production_id = 19),
[2046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033),
[2048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1254),
[2050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496),
[2052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851),
[2054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852),
[2056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560),
[2058] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(1254),
[2061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(813),
[2064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2),
[2066] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(2063),
[2069] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(851),
[2072] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(852),
[2075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(2055),
[2078] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(1214),
[2081] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(2048),
[2084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508),
[2086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717),
[2088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570),
[2090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469),
[2092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756),
[2094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780),
[2096] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(486),
[2099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721),
[2101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767),
[2103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764),
[2105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1602),
[2108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__aspect_mark, 1),
[2110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677),
[2112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600),
[2114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610),
[2116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353),
[2118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611),
[2120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_attribute_designator, 1),
[2122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256),
[2124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277),
[2126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_expression, 2, .production_id = 10),
[2128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519),
[2130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482),
[2132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303),
[2134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679),
[2136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1018),
[2138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018),
[2140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_label, 2, .production_id = 1),
[2142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942),
[2144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525),
[2146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963),
[2148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561),
[2150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035),
[2152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037),
[2154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(813),
[2157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2),
[2159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(2063),
[2162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(851),
[2165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(852),
[2168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(1679),
[2171] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(1214),
[2174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542),
[2176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222),
[2178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_g, 3, .production_id = 46),
[2180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_g, 3),
[2182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_attribute_designator, 4),
[2184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1),
[2186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268),
[2188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269),
[2190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301),
[2192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571),
[2194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(813),
[2197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2),
[2199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(2063),
[2202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(851),
[2205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(852),
[2208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(2055),
[2211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(1214),
[2214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(2048),
[2217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616),
[2219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(879),
[2221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879),
[2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664),
[2225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620),
[2227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633),
[2229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626),
[2231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_membership_choice_list, 1),
[2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482),
[2235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649),
[2237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458),
[2239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115),
[2241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458),
[2243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589),
[2245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(1254),
[2248] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(701),
[2251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2),
[2253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(991),
[2256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(1993),
[2259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(2048),
[2262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(892),
[2264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892),
[2266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_formal_part, 2),
[2268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991),
[2270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993),
[2272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_membership_choice_list, 2),
[2274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_membership_choice_list_repeat1, 2),
[2276] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_membership_choice_list_repeat1, 2), SHIFT_REPEAT(482),
[2279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generic_formal_part, 1), SHIFT(838),
[2282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generic_formal_part, 1), SHIFT(839),
[2285] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generic_formal_part, 1), SHIFT(840),
[2288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__membership_choice, 1),
[2290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512),
[2292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640),
[2294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 8, .production_id = 5),
[2296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 8, .production_id = 5),
[2298] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 7, .production_id = 90),
[2300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 7, .production_id = 90),
[2302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 7, .production_id = 5),
[2304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 7, .production_id = 5),
[2306] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 10, .production_id = 104),
[2308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 10, .production_id = 104),
[2310] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 6, .production_id = 5),
[2312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 6, .production_id = 5),
[2314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 9, .production_id = 90),
[2316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 9, .production_id = 90),
[2318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(995),
[2320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995),
[2322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917),
[2324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192),
[2326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423),
[2328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 9, .production_id = 104),
[2330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 9, .production_id = 104),
[2332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relation_membership, 3),
[2334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 8, .production_id = 90),
[2336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 8, .production_id = 90),
[2338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 8, .production_id = 104),
[2340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 8, .production_id = 104),
[2342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 9, .production_id = 5),
[2344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 9, .production_id = 5),
[2346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relation_membership, 4),
[2348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_expression, 4, .production_id = 10),
[2350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__relation, 3),
[2352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710),
[2354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445),
[2356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736),
[2358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726),
[2360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat1, 2),
[2362] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_repeat1, 2), SHIFT_REPEAT(268),
[2365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724),
[2367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1041),
[2369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041),
[2371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586),
[2373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584),
[2375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 2),
[2377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat3, 2),
[2379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_repeat3, 2), SHIFT_REPEAT(301),
[2382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751),
[2384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat2, 2),
[2386] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_repeat2, 2), SHIFT_REPEAT(269),
[2389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(494),
[2391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494),
[2393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812),
[2395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766),
[2397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(881),
[2399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881),
[2401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 4, .production_id = 36),
[2403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267),
[2405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 3, .production_id = 22),
[2407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886),
[2409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886),
[2411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930),
[2413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930),
[2415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(843),
[2417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843),
[2419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat2, 3),
[2421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat1, 3),
[2423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(808),
[2425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808),
[2427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533),
[2429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865),
[2431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056),
[2433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844),
[2435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794),
[2437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794),
[2439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438),
[2441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863),
[2443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029),
[2445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795),
[2447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(988),
[2449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999),
[2451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510),
[2453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634),
[2455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delta_constraint, 2),
[2457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991),
[2459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(999),
[2461] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(813),
[2464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2),
[2466] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(2063),
[2469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(2055),
[2472] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(1214),
[2475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(2048),
[2478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_digits_constraint, 2),
[2480] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), SHIFT_REPEAT(1041),
[2483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), SHIFT_REPEAT(1041),
[2486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), SHIFT_REPEAT(1255),
[2489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2),
[2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717),
[2493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428),
[2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816),
[2497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590),
[2499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951),
[2501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951),
[2503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025),
[2505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777),
[2507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698),
[2509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_list, 1),
[2511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(875),
[2513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875),
[2515] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_component_list_repeat1, 2), SHIFT_REPEAT(1254),
[2518] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_list_repeat1, 2), SHIFT_REPEAT(813),
[2521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_component_list_repeat1, 2),
[2523] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_list_repeat1, 2), SHIFT_REPEAT(2048),
[2526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616),
[2528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617),
[2530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630),
[2532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497),
[2534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(987),
[2536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987),
[2538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225),
[2540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156),
[2542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557),
[2544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981),
[2546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073),
[2548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895),
[2550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006),
[2552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161),
[2554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939),
[2556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939),
[2558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823),
[2560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081),
[2562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 4, .production_id = 3),
[2564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039),
[2566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293),
[2568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034),
[2570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370),
[2572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016),
[2574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236),
[2576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675),
[2578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070),
[2580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958),
[2582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(891),
[2584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891),
[2586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 3, .production_id = 19),
[2588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069),
[2590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017),
[2592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232),
[2594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_constraint, 4),
[2596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050),
[2598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285),
[2600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894),
[2602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894),
[2604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805),
[2606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_constraint, 2),
[2608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1083),
[2610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083),
[2612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054),
[2614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 7, .production_id = 3),
[2616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(815),
[2618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815),
[2620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030),
[2622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400),
[2624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896),
[2626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896),
[2628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819),
[2630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884),
[2632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884),
[2634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817),
[2636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 2, .production_id = 7),
[2638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_constraint, 1),
[2640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019),
[2642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386),
[2644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059),
[2646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325),
[2648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_digits_constraint, 3),
[2650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071),
[2652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345),
[2654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delta_constraint, 3),
[2656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036),
[2658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271),
[2660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067),
[2662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 5, .production_id = 3),
[2664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566),
[2666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566),
[2668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_constraint, 3),
[2670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045),
[2672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 8, .production_id = 3),
[2674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027),
[2676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324),
[2678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022),
[2680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 6, .production_id = 3),
[2682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916),
[2684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916),
[2686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068),
[2688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348),
[2690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952),
[2692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967),
[2694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966),
[2696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 2, .production_id = 19),
[2698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904),
[2700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897),
[2702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954),
[2704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973),
[2706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888),
[2708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976),
[2710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972),
[2712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_non_empty_mode, 1),
[2714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_mode, 1),
[2716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861),
[2718] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_relational_operator, 1),
[2720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relational_operator, 1),
[2722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885),
[2724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948),
[2726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986),
[2728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 3, .production_id = 35),
[2730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057),
[2732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955),
[2734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493),
[2736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044),
[2738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159),
[2740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956),
[2742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_profile, 3, .production_id = 35),
[2744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890),
[2746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924),
[2748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889),
[2750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049),
[2752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983),
[2754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979),
[2756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055),
[2758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953),
[2760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 4, .production_id = 61),
[2762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085),
[2764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978),
[2766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910),
[2768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965),
[2770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040),
[2772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980),
[2774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970),
[2776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878),
[2778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592),
[2780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964),
[2782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032),
[2784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025),
[2786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020),
[2788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092),
[2790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031),
[2792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_profile, 2, .production_id = 19),
[2794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826),
[2796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887),
[2798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757),
[2800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982),
[2802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944),
[2804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898),
[2806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968),
[2808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936),
[2810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937),
[2812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1124),
[2814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253),
[2816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716),
[2818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715),
[2820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456),
[2822] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1124),
[2825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2),
[2827] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1716),
[2830] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1715),
[2833] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(2048),
[2836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276),
[2838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_non_empty_mode, 2),
[2840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_mode, 2),
[2842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_adding_operator, 1),
[2844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_adding_operator, 1),
[2846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154),
[2848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 2),
[2850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multiplying_operator, 1),
[2852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiplying_operator, 1),
[2854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 3),
[2856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_adding_operator, 1),
[2858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_adding_operator, 1),
[2860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_part, 3),
[2862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 4),
[2864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_declaration, 4),
[2866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 4),
[2868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_declaration, 5),
[2870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 5),
[2872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_declaration, 6),
[2874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 6),
[2876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_mode, 1),
[2878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_mode, 1),
[2880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 98),
[2882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_profile, 2),
[2884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 111),
[2886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 3, .production_id = 35),
[2888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 5),
[2890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 4, .production_id = 61),
[2892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_and_result_profile, 2),
[2894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 5, .production_id = 62),
[2896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920),
[2898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95),
[2900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621),
[2902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671),
[2904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912),
[2906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 6, .production_id = 77),
[2908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911),
[2910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915),
[2912] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(594),
[2915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168),
[2917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810),
[2919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_list, 1),
[2921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796),
[2923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 2, .production_id = 3),
[2925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_procedure_specification, 2, .production_id = 3), SHIFT(1912),
[2928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_procedure_specification, 2, .production_id = 3), SHIFT(1621),
[2931] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 8, .production_id = 86),
[2933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 8, .production_id = 86),
[2935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 6, .production_id = 85),
[2937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 6, .production_id = 85),
[2939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 50),
[2941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 50),
[2943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 5),
[2945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 5),
[2947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 3),
[2949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 3),
[2951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interface_list_repeat1, 2),
[2953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 5),
[2955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 5),
[2957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 3),
[2959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 3),
[2961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_abstract_subprogram_declaration, 7),
[2963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_abstract_subprogram_declaration, 7),
[2965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118),
[2967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116),
[2969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652),
[2971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 5),
[2973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 5),
[2975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 2, .production_id = 19),
[2977] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 2, .production_id = 19), SHIFT(1600),
[2980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732),
[2982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 86),
[2984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 86),
[2986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 7, .production_id = 101),
[2988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 7, .production_id = 101),
[2990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 4),
[2992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 4),
[2994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 5),
[2996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 5),
[2998] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 4, .production_id = 50),
[3000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 4, .production_id = 50),
[3002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4, .production_id = 61),
[3004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_abstract_subprogram_declaration, 5),
[3006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_abstract_subprogram_declaration, 5),
[3008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 4),
[3010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 4),
[3012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 70),
[3014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 70),
[3016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 70),
[3018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 70),
[3020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 112),
[3022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 112),
[3024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_subprogram_declaration, 1),
[3026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_subprogram_declaration, 1),
[3028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 8, .production_id = 112),
[3030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 8, .production_id = 112),
[3032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 61),
[3034] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 61), SHIFT(1920),
[3037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730),
[3039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 8, .production_id = 112),
[3041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 8, .production_id = 112),
[3043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 70),
[3045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 70),
[3047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 9, .production_id = 118),
[3049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 9, .production_id = 118),
[3051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6),
[3053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6),
[3055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 4),
[3057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 4),
[3059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 3, .production_id = 35),
[3061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850),
[3063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_package_declaration, 8, .production_id = 100),
[3065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_package_declaration, 8, .production_id = 100),
[3067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 50),
[3069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 50),
[3071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 6),
[3073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 6),
[3075] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 118),
[3077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 118),
[3079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 10, .production_id = 118),
[3081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 10, .production_id = 118),
[3083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100),
[3085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831),
[3087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 7),
[3089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 7),
[3091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_package_declaration, 7, .production_id = 100),
[3093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_package_declaration, 7, .production_id = 100),
[3095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 86),
[3097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 86),
[3099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 6),
[3101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 6),
[3103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 3, .production_id = 35),
[3105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 3, .production_id = 35), SHIFT(1798),
[3108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757),
[3110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 7),
[3112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 7),
[3114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 6),
[3116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 6),
[3118] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_abstract_subprogram_declaration, 6),
[3120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_abstract_subprogram_declaration, 6),
[3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834),
[3124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143),
[3126] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_clause, 4),
[3128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_clause, 4),
[3130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name_list, 1),
[3132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941),
[3134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923),
[3136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296),
[3138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438),
[3140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446),
[3142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003),
[3144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272),
[3146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 12),
[3148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_clause, 8, .production_id = 125),
[3150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_clause, 8, .production_id = 125),
[3152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082),
[3154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906),
[3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552),
[3158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685),
[3160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 11),
[3162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_general_access_modifier, 1),
[3164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_general_access_modifier, 1),
[3166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450),
[3168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433),
[3170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424),
[3172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297),
[3174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103),
[3176] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subpool_specification, 3, .production_id = 47),
[3178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subpool_specification, 3, .production_id = 47),
[3180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__name_list_repeat1, 2),
[3182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 10),
[3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403),
[3186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404),
[3188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 9),
[3190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 8),
[3192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16),
[3194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602),
[3196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343),
[3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367),
[3200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387),
[3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257),
[3204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1934),
[3207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638),
[3209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748),
[3211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935),
[3213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375),
[3215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132),
[3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281),
[3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651),
[3221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__aspect_mark, 3),
[3223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144),
[3225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850),
[3227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230),
[3229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150),
[3231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_choice_parameter_specification, 1),
[3233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235),
[3235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_mark_list, 1),
[3237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 3),
[3239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860),
[3241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221),
[3243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475),
[3245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice, 1, .dynamic_precedence = 1),
[3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700),
[3249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
[3251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76),
[3253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_default, 1, .production_id = 49),
[3255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849),
[3257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845),
[3259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947),
[3261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199),
[3263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472),
[3265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123),
[3267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice, 1, .production_id = 45),
[3269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_association, 1),
[3271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120),
[3273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216),
[3275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523),
[3277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703),
[3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150),
[3281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247),
[3283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603),
[3285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746),
[3287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696),
[3289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142),
[3291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_aspect_mark_list_repeat1, 2), SHIFT_REPEAT(1235),
[3294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_aspect_mark_list_repeat1, 2),
[3296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136),
[3298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246),
[3300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407),
[3302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115),
[3304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1086),
[3306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357),
[3308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543),
[3310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition, 1, .production_id = 8),
[3312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1284),
[3314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722),
[3316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_mark_list, 2),
[3318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126),
[3320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243),
[3322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234),
[3324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821),
[3326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392),
[3328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802),
[3330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2),
[3332] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(239),
[3335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 7, .production_id = 79),
[3337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_definition, 4),
[3339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_definition, 3),
[3341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799),
[3343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412),
[3345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9),
[3347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814),
[3349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300),
[3351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_list, 2),
[3353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390),
[3355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927),
[3357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793),
[3359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 5, .production_id = 5),
[3361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235),
[3363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226),
[3365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383),
[3367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_subprogram_definition, 2),
[3369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277),
[3371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913),
[3373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378),
[3375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900),
[3377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275),
[3379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interface_list_repeat1, 2), SHIFT_REPEAT(796),
[3382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791),
[3384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91),
[3386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239),
[3388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969),
[3390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 9, .production_id = 109),
[3392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902),
[3394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 3, .production_id = 23),
[3396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925),
[3398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352),
[3400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_subprogram_definition, 3),
[3402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432),
[3404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 8, .production_id = 97),
[3406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1793),
[3409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154),
[3411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289),
[3413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358),
[3415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361),
[3417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399),
[3419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7),
[3421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837),
[3423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416),
[3425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414),
[3427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870),
[3429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1352),
[3431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352),
[3433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 6, .production_id = 64),
[3435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398),
[3437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240),
[3439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317),
[3441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 4, .production_id = 37),
[3443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660),
[3445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908),
[3447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205),
[3449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496),
[3451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374),
[3453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211),
[3455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175),
[3457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379),
[3459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 4, .production_id = 5),
[3461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224),
[3463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 5, .production_id = 40),
[3465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254),
[3467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779),
[3469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798),
[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(226),
[3476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713),
[3478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582),
[3480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204),
[3482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485),
[3484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833),
[3486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83),
[3488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912),
[3490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492),
[3492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582),
[3494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484),
[3496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007),
[3498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697),
[3500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_association, 3),
[3502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_definition, 1),
[3504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678),
[3506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_handled_sequence_of_statements, 3),
[3508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 4, .production_id = 35),
[3510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 3, .production_id = 3),
[3512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81),
[3514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867),
[3516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217),
[3518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 1, .production_id = 8),
[3520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329),
[3522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316),
[3524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646),
[3526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200),
[3528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__record_component_association_list_or_expression, 1),
[3530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_definition, 6, .production_id = 23),
[3532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13),
[3534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 1),
[3536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665),
[3538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860),
[3540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87),
[3542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882),
[3544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848),
[3546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466),
[3548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 37),
[3550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 37), SHIFT(1290),
[3553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737),
[3555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 2),
[3557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 2, .production_id = 43),
[3559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 3),
[3561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 4),
[3563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_definition, 6),
[3565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(676),
[3568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 43),
[3570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 43), SHIFT(1170),
[3573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790),
[3575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124),
[3577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_list, 1),
[3579] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(659),
[3582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__name_list_repeat1, 2), SHIFT_REPEAT(834),
[3585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331),
[3587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 2),
[3589] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 2), SHIFT_REPEAT(860),
[3592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317),
[3594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909),
[3596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880),
[3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878),
[3600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(121),
[3603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2),
[3605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321),
[3607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658),
[3609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 7, .production_id = 111),
[3611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245),
[3613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 98),
[3615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854),
[3617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73),
[3619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 2),
[3621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789),
[3623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905),
[3625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872),
[3627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnatprep_declarative_if_statement_repeat1, 2, .production_id = 51), SHIFT_REPEAT(241),
[3630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnatprep_declarative_if_statement_repeat1, 2, .production_id = 51),
[3632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subprogram_specification, 1),
[3634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(1946),
[3637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119),
[3639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_component_association_list, 1),
[3641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202),
[3643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146),
[3645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51),
[3647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 37), SHIFT(1108),
[3650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722),
[3652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847),
[3654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90),
[3656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940),
[3658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704),
[3660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559),
[3662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34),
[3664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567),
[3666] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(857),
[3669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391),
[3671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_component_association_list, 2),
[3673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_alternative, 2),
[3675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_triggering_alternative, 2),
[3677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214),
[3679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598),
[3681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_ordinary_fixed_point_definition, 2),
[3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31),
[3685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010),
[3687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 3, .production_id = 23),
[3689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203),
[3691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601),
[3693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077),
[3695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_component_association_list_repeat1, 2), SHIFT_REPEAT(119),
[3698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__array_component_association_list_repeat1, 2),
[3700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decimal_fixed_point_definition, 4),
[3702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505),
[3704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 23),
[3706] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 23), SHIFT(1155),
[3709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759),
[3711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 1),
[3713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782),
[3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318),
[3717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121),
[3719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712),
[3721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assign_value, 2),
[3723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnatprep_if_statement_repeat1, 2, .production_id = 51), SHIFT_REPEAT(237),
[3726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnatprep_if_statement_repeat1, 2, .production_id = 51),
[3728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_floating_point_definition, 2),
[3730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299),
[3732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_specification, 2),
[3734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943),
[3736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1610),
[3738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_handled_sequence_of_statements_repeat1, 2), SHIFT_REPEAT(678),
[3741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_handled_sequence_of_statements_repeat1, 2),
[3743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92),
[3745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772),
[3747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 43), SHIFT(1290),
[3750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772),
[3752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287),
[3754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_positional_array_aggregate_repeat1, 2), SHIFT_REPEAT(263),
[3757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_positional_array_aggregate_repeat1, 2),
[3759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203),
[3761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_record_component_association_list, 3), SHIFT(470),
[3764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variant_list_repeat1, 2), SHIFT_REPEAT(124),
[3767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variant_list_repeat1, 2),
[3769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946),
[3771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611),
[3773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280),
[3775] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 23), SHIFT(1290),
[3778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752),
[3780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(859),
[3783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194),
[3785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62),
[3787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903),
[3789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683),
[3791] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(1823),
[3794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977),
[3796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 3, .production_id = 3),
[3798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 61),
[3800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_known_discriminant_part, 3),
[3802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 5, .production_id = 71),
[3804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 4, .production_id = 37),
[3806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__attribute_reference, 3), SHIFT(255),
[3809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10),
[3811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discriminant_association_repeat1, 2),
[3813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discriminant_association_repeat1, 2), SHIFT_REPEAT(1520),
[3816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__return_subtype_indication, 1, .production_id = 8),
[3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240),
[3820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enumeration_literal_list, 1),
[3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353),
[3824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice_list, 2),
[3826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716),
[3828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name_list, 2),
[3830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558),
[3832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 5),
[3834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 73), SHIFT_REPEAT(351),
[3837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 73),
[3839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1251),
[3841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003),
[3843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002),
[3845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1109),
[3847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998),
[3849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996),
[3851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332),
[3853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244),
[3855] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discriminant_constraint_repeat1, 2), SHIFT_REPEAT(217),
[3858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discriminant_constraint_repeat1, 2),
[3860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overriding_indicator, 1),
[3862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unknown_discriminant_part, 3),
[3864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320),
[3866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 8, .production_id = 61),
[3868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315),
[3870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__defining_identifier_list, 2),
[3872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498),
[3874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284),
[3876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 7, .production_id = 35),
[3878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19),
[3880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification_list, 2),
[3882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219),
[3884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2), SHIFT_REPEAT(201),
[3887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2),
[3889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 4, .production_id = 23),
[3891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enumeration_literal_list, 2),
[3893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 4, .production_id = 22),
[3895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterated_element_association, 4),
[3897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_discrete_type_definition, 3),
[3899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_object_definition, 3, .production_id = 23),
[3901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parameter_specification_list_repeat1, 2),
[3903] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameter_specification_list_repeat1, 2), SHIFT_REPEAT(1306),
[3906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734),
[3908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__index_subtype_definition_list, 1),
[3910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331),
[3912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462),
[3914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__access_type_definition, 2),
[3916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 3),
[3918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discriminant_specification_list_repeat1, 2),
[3920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discriminant_specification_list_repeat1, 2), SHIFT_REPEAT(1219),
[3923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454),
[3925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341),
[3927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overriding_indicator, 2),
[3929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307),
[3931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060),
[3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453),
[3935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057),
[3937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181),
[3939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242),
[3941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580),
[3943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308),
[3945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217),
[3947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746),
[3949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351),
[3951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527),
[3953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 6, .production_id = 61),
[3955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 6, .production_id = 19),
[3957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_filter, 2, .production_id = 5),
[3959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 5, .production_id = 37),
[3961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451),
[3963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 5, .production_id = 36),
[3965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 4),
[3967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_expression_item, 4, .production_id = 5),
[3969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441),
[3971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497),
[3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942),
[3975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21),
[3977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201),
[3979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 4),
[3981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263),
[3983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471),
[3985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_alternative, 1),
[3987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437),
[3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373),
[3991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376),
[3993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198),
[3995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480),
[3997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459),
[3999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice_list, 1),
[4001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402),
[4003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388),
[4005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410),
[4007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_exception_choice_list_repeat1, 2),
[4009] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_exception_choice_list_repeat1, 2), SHIFT_REPEAT(716),
[4012] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__defining_identifier_list_repeat1, 2), SHIFT_REPEAT(2033),
[4015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__defining_identifier_list_repeat1, 2),
[4017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28),
[4019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596),
[4021] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 73), SHIFT_REPEAT(360),
[4024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 73),
[4026] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__index_subtype_definition_list_repeat1, 2), SHIFT_REPEAT(734),
[4029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__index_subtype_definition_list_repeat1, 2),
[4031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 5, .production_id = 35),
[4033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350),
[4035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593),
[4037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guard, 3, .production_id = 5),
[4039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333),
[4041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306),
[4043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_component_association, 1),
[4045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1426),
[4047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 4),
[4049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411),
[4051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490),
[4053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500),
[4055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360),
[4057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition_list, 1, .production_id = 8),
[4059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066),
[4061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 1),
[4063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947),
[4065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_specification_list, 2),
[4067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306),
[4069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice_list, 1),
[4071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128),
[4073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206),
[4075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776),
[4077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363),
[4079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_floating_point_definition, 2),
[4081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_modular_type_definition, 2),
[4083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 2),
[4085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313),
[4087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_signed_integer_type_definition, 2),
[4089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 4),
[4091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918),
[4093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554),
[4095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760),
[4097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781),
[4099] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_actual_parameter_part_repeat1, 2), SHIFT_REPEAT(198),
[4102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_actual_parameter_part_repeat1, 2),
[4104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418),
[4106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_subprogram_definition, 4),
[4108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__enumeration_literal_list_repeat1, 2), SHIFT_REPEAT(1240),
[4111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__enumeration_literal_list_repeat1, 2),
[4113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535),
[4115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415),
[4117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17),
[4119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406),
[4121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495),
[4123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_component_choice_list_repeat1, 2),
[4125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_choice_list_repeat1, 2), SHIFT_REPEAT(1421),
[4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001),
[4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023),
[4132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_terminate_alternative, 2),
[4134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_alternative, 2),
[4136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_call_alternative, 2),
[4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131),
[4140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_object_definition, 2, .production_id = 43),
[4142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 3),
[4144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_aspect_definition_repeat1, 2), SHIFT_REPEAT(1001),
[4147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_aspect_definition_repeat1, 2),
[4149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919),
[4151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928),
[4153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 7, .production_id = 77),
[4155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 3),
[4157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218),
[4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460),
[4161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pragma_g_repeat1, 2), SHIFT_REPEAT(206),
[4164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pragma_g_repeat1, 2),
[4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483),
[4168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369),
[4170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385),
[4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470),
[4174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice_list, 2),
[4176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat2, 2), SHIFT_REPEAT(1066),
[4179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat2, 2),
[4181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427),
[4183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 6, .production_id = 62),
[4185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430),
[4187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_statement_item, 4, .production_id = 87),
[4189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443),
[4191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 4),
[4193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314),
[4195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 19),
[4197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_decimal_fixed_point_definition, 4),
[4199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 1),
[4201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 2),
[4203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 3),
[4205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278),
[4207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871),
[4209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842),
[4211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298),
[4213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification_list, 1),
[4215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_expression_repeat1, 2), SHIFT_REPEAT(1558),
[4218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_expression_repeat1, 2),
[4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421),
[4222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_component_association, 3),
[4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901),
[4226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914),
[4228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterated_element_association, 6),
[4230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_interface_type_definition, 1),
[4232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_array_type_definition, 1),
[4234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discrete_choice_list_repeat1, 2),
[4236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discrete_choice_list_repeat1, 2), SHIFT_REPEAT(128),
[4239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_access_type_definition, 1),
[4241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401),
[4243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326),
[4245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_choice_list, 2, .dynamic_precedence = 1),
[4247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition_list, 2, .production_id = 73),
[4249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431),
[4251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024),
[4253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577),
[4255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__index_subtype_definition_list, 2),
[4257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_specification_list, 1),
[4259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discriminant_part, 1),
[4261] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__discriminant_part, 1), SHIFT(545),
[4264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__loop_parameter_subtype_indication, 1, .production_id = 8),
[4266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 4, .production_id = 23),
[4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125),
[4270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67),
[4272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914),
[4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342),
[4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642),
[4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153),
[4280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_association, 4),
[4282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5),
[4284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 35),
[4286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 1),
[4288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290),
[4290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589),
[4292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193),
[4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877),
[4296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738),
[4298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670),
[4300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162),
[4302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457),
[4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672),
[4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127),
[4308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_default, 1),
[4310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 5, .production_id = 37),
[4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439),
[4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663),
[4316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 5),
[4318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 5, .production_id = 43),
[4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937),
[4322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 2),
[4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186),
[4326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_range, 1),
[4328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__discrete_range, 1), SHIFT(462),
[4331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209),
[4333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decimal_fixed_point_definition, 5),
[4335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 5, .production_id = 61),
[4337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 6, .production_id = 23),
[4339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760),
[4341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761),
[4343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 5, .production_id = 37),
[4345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425),
[4347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27),
[4349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931),
[4351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176),
[4353] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_component_choice_list, 1), REDUCE(sym_discrete_choice, 1),
[4356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice, 1),
[4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718),
[4360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 1),
[4362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__named_record_component_association, 3),
[4364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_association, 1),
[4366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_argument_association, 3),
[4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122),
[4370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_element, 2, .production_id = 94),
[4372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135),
[4374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65),
[4376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_real_range_specification, 4),
[4378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_component_choice_list_repeat1, 2, .dynamic_precedence = 1),
[4380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_list, 2),
[4382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4, .production_id = 35),
[4384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4),
[4386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_association, 1),
[4388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_discriminant_association, 1), SHIFT(472),
[4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137),
[4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282),
[4395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648),
[4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242),
[4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604),
[4401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_range, 1, .production_id = 8),
[4403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2008),
[4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140),
[4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658),
[4409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 1),
[4411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 23),
[4413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signed_integer_type_definition, 4),
[4415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_association, 3),
[4417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_extension_part, 2),
[4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129),
[4421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_handler, 6),
[4423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array_component_association, 1), SHIFT(1935),
[4426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 61),
[4428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040),
[4430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280),
[4432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice, 1, .production_id = 8),
[4434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797),
[4436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171),
[4438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 4),
[4440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727),
[4442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755),
[4444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression_alternative, 4),
[4446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986),
[4448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448),
[4450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755),
[4452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180),
[4454] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2), REDUCE(aux_sym_positional_array_aggregate_repeat1, 2),
[4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372),
[4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002),
[4461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 43),
[4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729),
[4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142),
[4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066),
[4469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 2),
[4471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580),
[4473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 3),
[4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997),
[4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139),
[4479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_subtype_definition, 3, .production_id = 7),
[4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869),
[4483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173),
[4485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_handler, 4),
[4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252),
[4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254),
[4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832),
[4493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 7, .production_id = 37),
[4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740),
[4497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 4),
[4499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice, 1),
[4501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 6, .production_id = 71),
[4503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_entry_body_formal_part, 4, .production_id = 55),
[4505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 7, .production_id = 98),
[4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058),
[4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84),
[4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133),
[4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56),
[4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107),
[4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130),
[4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747),
[4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66),
[4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545),
[4525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_entry_body_formal_part, 1, .production_id = 80),
[4527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant, 4),
[4529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_part, 7),
[4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753),
[4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364),
[4535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_type_definition, 3),
[4537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_handled_sequence_of_statements, 1),
[4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293),
[4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868),
[4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087),
[4545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordinary_fixed_point_definition, 3),
[4547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_floating_point_definition, 3),
[4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042),
[4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975),
[4553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 8, .production_id = 111),
[4555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 2),
[4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614),
[4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395),
[4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676),
[4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763),
[4565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_association, 3),
[4567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 2),
[4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050),
[4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974),
[4573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 3),
[4575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_modular_type_definition, 2),
[4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056),
[4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971),
[4581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 43),
[4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059),
[4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962),
[4587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 43),
[4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789),
[4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429),
[4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783),
[4595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 4),
[4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663),
[4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644),
[4601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 3),
[4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052),
[4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051),
[4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020),
[4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770),
[4611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement_alternative, 4),
[4613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_argument_association, 1),
[4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440),
[4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170),
[4619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766),
[4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1767),
[4623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628),
[4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514),
[4627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quantified_expression, 5, .production_id = 82),
[4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233),
[4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604),
[4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465),
[4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527),
[4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339),
[4639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 4, .production_id = 83),
[4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423),
[4643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668),
[4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273),
[4647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428),
[4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776),
[4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404),
[4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266),
[4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062),
[4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502),
[4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621),
[4661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260),
[4663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762),
[4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907),
[4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629),
[4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039),
[4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368),
[4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393),
[4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367),
[4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705),
[4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985),
[4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365),
[4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397),
[4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769),
[4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842),
[4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847),
[4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945),
[4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26),
[4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801),
[4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032),
[4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501),
[4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926),
[4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940),
[4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792),
[4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354),
[4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933),
[4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495),
[4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814),
[4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163),
[4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817),
[4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030),
[4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584),
[4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691),
[4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164),
[4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169),
[4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435),
[4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820),
[4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443),
[4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434),
[4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417),
[4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349),
[4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178),
[4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85),
[4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174),
[4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181),
[4749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825),
[4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826),
[4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812),
[4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183),
[4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189),
[4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830),
[4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484),
[4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189),
[4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185),
[4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88),
[4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588),
[4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186),
[4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302),
[4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372),
[4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294),
[4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831),
[4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389),
[4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384),
[4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819),
[4787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reduction_specification, 3),
[4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192),
[4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810),
[4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187),
[4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578),
[4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800),
[4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381),
[4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375),
[4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499),
[4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957),
[4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250),
[4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768),
[4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518),
[4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011),
[4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832),
[4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634),
[4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264),
[4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929),
[4823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787),
[4825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_component_choice_list, 1), SHIFT(216),
[4828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725),
[4830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488),
[4832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093),
[4834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29),
[4836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463),
[4838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303),
[4840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731),
[4842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520),
[4844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117),
[4846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758),
[4848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950),
[4850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216),
[4852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_sequence, 7, .production_id = 21),
[4854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287),
[4856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211),
[4858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_expression, 3),
[4860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74),
[4862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274),
[4864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323),
[4866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452),
[4868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944),
[4870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608),
[4872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865),
[4874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109),
[4876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251),
[4878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 2, .production_id = 48),
[4880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729),
[4882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679),
[4884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quantifier, 1),
[4886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791),
[4888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325),
[4890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468),
[4892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129),
[4894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876),
[4896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884),
[4898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160),
[4900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315),
[4902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304),
[4904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867),
[4906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316),
[4908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609),
[4910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599),
[4912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 5),
[4914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284),
[4916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283),
[4918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311),
[4920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585),
[4922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362),
[4924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887),
[4926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478),
[4928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_barrier, 2, .production_id = 5),
[4930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18),
[4932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319),
[4934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167),
[4936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328),
[4938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613),
[4940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625),
[4942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499),
[4944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319),
[4946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841),
[4948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627),
[4950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899),
[4952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900),
[4954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641),
[4956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639),
[4958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904),
[4960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541),
[4962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134),
[4964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651),
[4966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650),
[4968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 6, .production_id = 5),
[4970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258),
[4972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191),
[4974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195),
[4976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670),
[4978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215),
[4980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466),
[4982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507),
[4984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 5, .production_id = 99),
[4986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338),
[4988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340),
[4990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646),
[4992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672),
[4994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147),
[4996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15),
[4998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841),
[5000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489),
[5002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204),
[5004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442),
[5006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932),
[5008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223),
[5010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157),
[5012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294),
[5014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_aggregate, 1),
[5016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818),
[5018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919),
[5020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637),
[5022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175),
[5024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635),
[5026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_sequence, 4, .production_id = 21),
[5028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chunk_specification, 1),
[5030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534),
[5032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452),
[5034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566),
[5036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207),
[5038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160),
[5040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899),
[5042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155),
[5044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172),
[5046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458),
[5048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929),
[5050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166),
[5052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815),
[5054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159),
[5056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686),
[5058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498),
[5060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261),
[5062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625),
[5064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177),
[5066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179),
[5068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936),
[5070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55),
[5072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391),
[5074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182),
[5076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197),
[5078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743),
[5080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628),
[5082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89),
[5084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212),
[5086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626),
[5088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462),
[5090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_choice_list, 1),
[5092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491),
[5094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165),
[5096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145),
[5098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500),
[5100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152),
[5102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804),
[5104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148),
[5106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803),
[5108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503),
[5110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655),
[5112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933),
[5114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406),
[5116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661),
[5118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82),
[5120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413),
[5122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46),
[5124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298),
[5126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405),
[5128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691),
[5130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422),
[5132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788),
[5134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487),
[5136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700),
[5138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1952),
[5140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770),
[5142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873),
[5144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151),
[5146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366),
[5148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825),
[5150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960),
[5152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464),
[5154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419),
[5156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275),
[5158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274),
[5160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820),
[5162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420),
[5164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476),
[5166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818),
[5168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365),
[5170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232),
[5172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426),
[5174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213),
[5176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436),
[5178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934),
[5180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25),
[5182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477),
[5184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455),
[5186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210),
[5188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756),
[5190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642),
[5192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635),
[5194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980),
[5196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489),
[5198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754),
[5200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632),
[5202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60),
[5204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806),
[5206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 7, .production_id = 5),
[5208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6),
[5210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418),
[5212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556),
[5214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445),
[5216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449),
[5218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355),
[5220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581),
[5222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447),
[5224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987),
[5226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258),
[5228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257),
[5230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347),
[5232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468),
[5234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684),
[5236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921),
[5238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420),
[5240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506),
[5242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104),
[5244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509),
[5246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190),
[5248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682),
[5250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138),
[5252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444),
[5254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422),
[5256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265),
[5258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_sequence, 3),
[5260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149),
[5262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 3, .production_id = 66),
[5264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096),
[5266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556),
[5268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690),
[5270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822),
[5272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833),
[5274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949),
[5276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141),
[5278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336),
[5280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358),
[5282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074),
[5284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215),
[5286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78),
[5288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382),
[5290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467),
[5292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524),
[5294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286),
[5296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196),
[5298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380),
[5300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299),
[5302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220),
[5304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699),
[5306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377),
[5308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239),
[5310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iteration_scheme, 2, .production_id = 5),
[5312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728),
[5314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305),
[5316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016),
[5318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843),
[5320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184),
[5322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359),
[5324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43),
[5326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469),
[5328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312),
[5330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537),
[5332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855),
[5334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58),
[5336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288),
[5338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292),
[5340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335),
[5342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295),
[5344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630),
[5346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132),
[5348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chunk_specification, 3, .production_id = 23),
[5350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79),
[5352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356),
[5354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704),
[5356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346),
[5358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224),
[5360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_expression, 4),
[5362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270),
[5364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028),
[5366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745),
[5368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617),
[5370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961),
[5372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938),
[5374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309),
[5376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330),
[5378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188),
[5380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984),
[5382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324),
[5384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960),
[5386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297),
[5388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088),
[5390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344),
[5392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329),
[5394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569),
[5396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631),
[5398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491),
[5400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330),
[5402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596),
[5404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327),
[5406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220),
[5408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515),
[5410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_index_specification, 4, .production_id = 37),
[5412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547),
[5414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735),
[5416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14),
[5418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50),
[5420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368),
[5422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744),
[5424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iteration_scheme, 2),
[5426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218),
[5428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935),
[5430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285),
[5432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396),
[5434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286),
[5436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504),
[5438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322),
[5440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318),
[5442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409),
[5444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506),
[5446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302),
[5448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552),
[5450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586),
[5452] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
[5454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371),
[5456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958),
[5458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147),
[5460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517),
[5462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310),
[5464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939),
[5466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394),
[5468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554),
[5470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590),
[5472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089),
[5474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687),
[5476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591),
[5478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959),
[5480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158),
[5482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169),
[5484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246),
[5486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828),
[5488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009),
};
#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