From 6903869a007e11f4c50ebfcaf44a1adae697a663 Mon Sep 17 00:00:00 2001 From: Emmanuel Briot Date: Wed, 14 Dec 2022 10:44:51 +0100 Subject: [PATCH] Fix handling of variant records Having two component_item followed by a variant_part was not accepted --- grammar.js | 4 +- src/grammar.json | 15 +- src/parser.c | 40161 +++++++++++++++++++------------------- test/corpus/records.txt | 103 + 4 files changed, 20183 insertions(+), 20100 deletions(-) diff --git a/grammar.js b/grammar.js index 0275fe9..92a28f4 100644 --- a/grammar.js +++ b/grammar.js @@ -1015,10 +1015,10 @@ module.exports = grammar({ reservedWord('record'), ), ), - component_list: $ => choice( + component_list: $ => choice( // RM 3.8 repeat1($._component_item), seq( - optional($._component_item), + repeat($._component_item), $.variant_part, ), seq( diff --git a/src/grammar.json b/src/grammar.json index c653b79..ea569a4 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -5774,16 +5774,11 @@ "type": "SEQ", "members": [ { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "_component_item" - }, - { - "type": "BLANK" - } - ] + "type": "REPEAT", + "content": { + "type": "SYMBOL", + "name": "_component_item" + } }, { "type": "SYMBOL", diff --git a/src/parser.c b/src/parser.c index 33006a8..27c7704 100644 --- a/src/parser.c +++ b/src/parser.c @@ -6,7 +6,7 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 1948 +#define STATE_COUNT 1947 #define LARGE_STATE_COUNT 75 #define SYMBOL_COUNT 440 #define ALIAS_COUNT 0 @@ -4152,9 +4152,9 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [502] = 502, [503] = 503, [504] = 504, - [505] = 501, + [505] = 505, [506] = 506, - [507] = 507, + [507] = 502, [508] = 508, [509] = 509, [510] = 510, @@ -4162,8 +4162,8 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [512] = 512, [513] = 513, [514] = 514, - [515] = 264, - [516] = 516, + [515] = 515, + [516] = 264, [517] = 517, [518] = 518, [519] = 519, @@ -4203,7 +4203,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [553] = 553, [554] = 554, [555] = 555, - [556] = 556, + [556] = 264, [557] = 557, [558] = 558, [559] = 559, @@ -4212,7 +4212,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [562] = 562, [563] = 563, [564] = 564, - [565] = 264, + [565] = 565, [566] = 566, [567] = 567, [568] = 568, @@ -4566,14 +4566,14 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [916] = 916, [917] = 917, [918] = 918, - [919] = 914, + [919] = 919, [920] = 920, [921] = 921, [922] = 922, [923] = 923, [924] = 924, [925] = 925, - [926] = 926, + [926] = 906, [927] = 927, [928] = 928, [929] = 929, @@ -4978,10 +4978,10 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1328] = 1328, [1329] = 1329, [1330] = 1330, - [1331] = 1155, + [1331] = 1331, [1332] = 1332, [1333] = 1333, - [1334] = 1334, + [1334] = 1159, [1335] = 1335, [1336] = 1336, [1337] = 1337, @@ -5594,7 +5594,6 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1944] = 1944, [1945] = 1945, [1946] = 1946, - [1947] = 1947, }; static bool ts_lex(TSLexer *lexer, TSStateId state) { @@ -7704,22 +7703,22 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [233] = {.lex_state = 26}, [234] = {.lex_state = 26}, [235] = {.lex_state = 26}, - [236] = {.lex_state = 26}, + [236] = {.lex_state = 10}, [237] = {.lex_state = 10}, [238] = {.lex_state = 10}, [239] = {.lex_state = 10}, [240] = {.lex_state = 10}, [241] = {.lex_state = 26}, [242] = {.lex_state = 26}, - [243] = {.lex_state = 10}, + [243] = {.lex_state = 26}, [244] = {.lex_state = 10}, [245] = {.lex_state = 10}, [246] = {.lex_state = 10}, - [247] = {.lex_state = 26}, + [247] = {.lex_state = 10}, [248] = {.lex_state = 10}, [249] = {.lex_state = 26}, [250] = {.lex_state = 10}, - [251] = {.lex_state = 10}, + [251] = {.lex_state = 26}, [252] = {.lex_state = 26}, [253] = {.lex_state = 10}, [254] = {.lex_state = 10}, @@ -7729,12 +7728,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [258] = {.lex_state = 10}, [259] = {.lex_state = 10}, [260] = {.lex_state = 26}, - [261] = {.lex_state = 26}, - [262] = {.lex_state = 10}, + [261] = {.lex_state = 10}, + [262] = {.lex_state = 26}, [263] = {.lex_state = 10}, [264] = {.lex_state = 10}, - [265] = {.lex_state = 10}, - [266] = {.lex_state = 26}, + [265] = {.lex_state = 26}, + [266] = {.lex_state = 10}, [267] = {.lex_state = 10}, [268] = {.lex_state = 26}, [269] = {.lex_state = 26}, @@ -7744,8 +7743,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [273] = {.lex_state = 26}, [274] = {.lex_state = 26}, [275] = {.lex_state = 26}, - [276] = {.lex_state = 10}, - [277] = {.lex_state = 26}, + [276] = {.lex_state = 26}, + [277] = {.lex_state = 10}, [278] = {.lex_state = 26}, [279] = {.lex_state = 26}, [280] = {.lex_state = 26}, @@ -7948,11 +7947,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [477] = {.lex_state = 26}, [478] = {.lex_state = 26}, [479] = {.lex_state = 26}, - [480] = {.lex_state = 26}, + [480] = {.lex_state = 10}, [481] = {.lex_state = 26}, [482] = {.lex_state = 26}, [483] = {.lex_state = 26}, - [484] = {.lex_state = 10}, + [484] = {.lex_state = 26}, [485] = {.lex_state = 10}, [486] = {.lex_state = 10}, [487] = {.lex_state = 10}, @@ -7965,17 +7964,17 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [494] = {.lex_state = 10}, [495] = {.lex_state = 10}, [496] = {.lex_state = 10}, - [497] = {.lex_state = 26}, - [498] = {.lex_state = 26}, - [499] = {.lex_state = 10}, + [497] = {.lex_state = 10}, + [498] = {.lex_state = 10}, + [499] = {.lex_state = 26}, [500] = {.lex_state = 10}, - [501] = {.lex_state = 10}, + [501] = {.lex_state = 26}, [502] = {.lex_state = 10}, - [503] = {.lex_state = 26}, - [504] = {.lex_state = 10}, - [505] = {.lex_state = 10}, + [503] = {.lex_state = 10}, + [504] = {.lex_state = 26}, + [505] = {.lex_state = 26}, [506] = {.lex_state = 26}, - [507] = {.lex_state = 26}, + [507] = {.lex_state = 10}, [508] = {.lex_state = 11}, [509] = {.lex_state = 11}, [510] = {.lex_state = 11}, @@ -7983,8 +7982,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [512] = {.lex_state = 11}, [513] = {.lex_state = 26}, [514] = {.lex_state = 26}, - [515] = {.lex_state = 10}, - [516] = {.lex_state = 11}, + [515] = {.lex_state = 11}, + [516] = {.lex_state = 10}, [517] = {.lex_state = 26}, [518] = {.lex_state = 26}, [519] = {.lex_state = 26}, @@ -7994,17 +7993,17 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [523] = {.lex_state = 10}, [524] = {.lex_state = 7}, [525] = {.lex_state = 10}, - [526] = {.lex_state = 11}, - [527] = {.lex_state = 26}, + [526] = {.lex_state = 26}, + [527] = {.lex_state = 11}, [528] = {.lex_state = 10}, [529] = {.lex_state = 11}, [530] = {.lex_state = 26}, - [531] = {.lex_state = 10}, - [532] = {.lex_state = 26}, + [531] = {.lex_state = 26}, + [532] = {.lex_state = 10}, [533] = {.lex_state = 26}, - [534] = {.lex_state = 10}, + [534] = {.lex_state = 26}, [535] = {.lex_state = 26}, - [536] = {.lex_state = 26}, + [536] = {.lex_state = 10}, [537] = {.lex_state = 26}, [538] = {.lex_state = 10}, [539] = {.lex_state = 26}, @@ -8012,19 +8011,19 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [541] = {.lex_state = 26}, [542] = {.lex_state = 26}, [543] = {.lex_state = 26}, - [544] = {.lex_state = 26}, - [545] = {.lex_state = 26}, + [544] = {.lex_state = 11}, + [545] = {.lex_state = 10}, [546] = {.lex_state = 26}, [547] = {.lex_state = 26}, [548] = {.lex_state = 26}, [549] = {.lex_state = 26}, - [550] = {.lex_state = 10}, + [550] = {.lex_state = 26}, [551] = {.lex_state = 26}, - [552] = {.lex_state = 11}, + [552] = {.lex_state = 26}, [553] = {.lex_state = 26}, [554] = {.lex_state = 26}, [555] = {.lex_state = 26}, - [556] = {.lex_state = 26}, + [556] = {.lex_state = 10}, [557] = {.lex_state = 26}, [558] = {.lex_state = 26}, [559] = {.lex_state = 26}, @@ -8033,7 +8032,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [562] = {.lex_state = 26}, [563] = {.lex_state = 26}, [564] = {.lex_state = 26}, - [565] = {.lex_state = 10}, + [565] = {.lex_state = 26}, [566] = {.lex_state = 26}, [567] = {.lex_state = 26}, [568] = {.lex_state = 26}, @@ -8066,25 +8065,25 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [595] = {.lex_state = 26}, [596] = {.lex_state = 26}, [597] = {.lex_state = 26}, - [598] = {.lex_state = 11}, + [598] = {.lex_state = 26}, [599] = {.lex_state = 26}, [600] = {.lex_state = 26}, [601] = {.lex_state = 26}, - [602] = {.lex_state = 26}, + [602] = {.lex_state = 11}, [603] = {.lex_state = 26}, [604] = {.lex_state = 26}, [605] = {.lex_state = 26}, - [606] = {.lex_state = 26}, + [606] = {.lex_state = 10}, [607] = {.lex_state = 26}, - [608] = {.lex_state = 26}, + [608] = {.lex_state = 10}, [609] = {.lex_state = 26}, - [610] = {.lex_state = 10}, + [610] = {.lex_state = 26}, [611] = {.lex_state = 26}, [612] = {.lex_state = 26}, [613] = {.lex_state = 26}, [614] = {.lex_state = 26}, [615] = {.lex_state = 26}, - [616] = {.lex_state = 10}, + [616] = {.lex_state = 26}, [617] = {.lex_state = 26}, [618] = {.lex_state = 26}, [619] = {.lex_state = 26}, @@ -8145,18 +8144,18 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [674] = {.lex_state = 26}, [675] = {.lex_state = 26}, [676] = {.lex_state = 26}, - [677] = {.lex_state = 26}, + [677] = {.lex_state = 10}, [678] = {.lex_state = 26}, [679] = {.lex_state = 26}, [680] = {.lex_state = 26}, [681] = {.lex_state = 26}, [682] = {.lex_state = 26}, [683] = {.lex_state = 26}, - [684] = {.lex_state = 26}, + [684] = {.lex_state = 11}, [685] = {.lex_state = 26}, [686] = {.lex_state = 26}, [687] = {.lex_state = 26}, - [688] = {.lex_state = 10}, + [688] = {.lex_state = 26}, [689] = {.lex_state = 26}, [690] = {.lex_state = 26}, [691] = {.lex_state = 26}, @@ -8167,10 +8166,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [696] = {.lex_state = 26}, [697] = {.lex_state = 26}, [698] = {.lex_state = 26}, - [699] = {.lex_state = 26}, + [699] = {.lex_state = 11}, [700] = {.lex_state = 26}, - [701] = {.lex_state = 11}, - [702] = {.lex_state = 26}, + [701] = {.lex_state = 26}, + [702] = {.lex_state = 11}, [703] = {.lex_state = 26}, [704] = {.lex_state = 26}, [705] = {.lex_state = 26}, @@ -8181,7 +8180,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [710] = {.lex_state = 26}, [711] = {.lex_state = 26}, [712] = {.lex_state = 26}, - [713] = {.lex_state = 11}, + [713] = {.lex_state = 26}, [714] = {.lex_state = 26}, [715] = {.lex_state = 26}, [716] = {.lex_state = 26}, @@ -8189,7 +8188,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [718] = {.lex_state = 26}, [719] = {.lex_state = 26}, [720] = {.lex_state = 26}, - [721] = {.lex_state = 11}, + [721] = {.lex_state = 26}, [722] = {.lex_state = 26}, [723] = {.lex_state = 26}, [724] = {.lex_state = 26}, @@ -8205,20 +8204,20 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [734] = {.lex_state = 26}, [735] = {.lex_state = 26}, [736] = {.lex_state = 26}, - [737] = {.lex_state = 26}, + [737] = {.lex_state = 11}, [738] = {.lex_state = 26}, - [739] = {.lex_state = 11}, + [739] = {.lex_state = 26}, [740] = {.lex_state = 26}, [741] = {.lex_state = 26}, [742] = {.lex_state = 26}, - [743] = {.lex_state = 10}, + [743] = {.lex_state = 26}, [744] = {.lex_state = 26}, [745] = {.lex_state = 26}, [746] = {.lex_state = 26}, [747] = {.lex_state = 26}, [748] = {.lex_state = 26}, [749] = {.lex_state = 26}, - [750] = {.lex_state = 0}, + [750] = {.lex_state = 26}, [751] = {.lex_state = 26}, [752] = {.lex_state = 26}, [753] = {.lex_state = 26}, @@ -8252,7 +8251,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [781] = {.lex_state = 26}, [782] = {.lex_state = 26}, [783] = {.lex_state = 26}, - [784] = {.lex_state = 26}, + [784] = {.lex_state = 10}, [785] = {.lex_state = 26}, [786] = {.lex_state = 26}, [787] = {.lex_state = 26}, @@ -8263,7 +8262,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [792] = {.lex_state = 26}, [793] = {.lex_state = 26}, [794] = {.lex_state = 26}, - [795] = {.lex_state = 26}, + [795] = {.lex_state = 0}, [796] = {.lex_state = 26}, [797] = {.lex_state = 26}, [798] = {.lex_state = 26}, @@ -8290,16 +8289,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [819] = {.lex_state = 26}, [820] = {.lex_state = 26}, [821] = {.lex_state = 26}, - [822] = {.lex_state = 26}, + [822] = {.lex_state = 11}, [823] = {.lex_state = 26}, - [824] = {.lex_state = 11}, - [825] = {.lex_state = 26}, + [824] = {.lex_state = 26}, + [825] = {.lex_state = 11}, [826] = {.lex_state = 11}, [827] = {.lex_state = 26}, - [828] = {.lex_state = 11}, + [828] = {.lex_state = 26}, [829] = {.lex_state = 26}, - [830] = {.lex_state = 11}, - [831] = {.lex_state = 26}, + [830] = {.lex_state = 26}, + [831] = {.lex_state = 11}, [832] = {.lex_state = 11}, [833] = {.lex_state = 11}, [834] = {.lex_state = 11}, @@ -8324,81 +8323,81 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [853] = {.lex_state = 26}, [854] = {.lex_state = 26}, [855] = {.lex_state = 26}, - [856] = {.lex_state = 26}, + [856] = {.lex_state = 11}, [857] = {.lex_state = 26}, [858] = {.lex_state = 26}, - [859] = {.lex_state = 26}, - [860] = {.lex_state = 26}, + [859] = {.lex_state = 11}, + [860] = {.lex_state = 10}, [861] = {.lex_state = 26}, - [862] = {.lex_state = 11}, + [862] = {.lex_state = 26}, [863] = {.lex_state = 11}, - [864] = {.lex_state = 11}, + [864] = {.lex_state = 26}, [865] = {.lex_state = 26}, [866] = {.lex_state = 26}, [867] = {.lex_state = 26}, - [868] = {.lex_state = 26}, + [868] = {.lex_state = 11}, [869] = {.lex_state = 26}, [870] = {.lex_state = 26}, [871] = {.lex_state = 26}, - [872] = {.lex_state = 10}, - [873] = {.lex_state = 11}, - [874] = {.lex_state = 11}, + [872] = {.lex_state = 26}, + [873] = {.lex_state = 26}, + [874] = {.lex_state = 26}, [875] = {.lex_state = 26}, - [876] = {.lex_state = 11}, + [876] = {.lex_state = 26}, [877] = {.lex_state = 26}, [878] = {.lex_state = 26}, [879] = {.lex_state = 26}, [880] = {.lex_state = 26}, [881] = {.lex_state = 26}, [882] = {.lex_state = 26}, - [883] = {.lex_state = 26}, - [884] = {.lex_state = 11}, - [885] = {.lex_state = 10}, + [883] = {.lex_state = 11}, + [884] = {.lex_state = 26}, + [885] = {.lex_state = 11}, [886] = {.lex_state = 26}, [887] = {.lex_state = 26}, [888] = {.lex_state = 26}, [889] = {.lex_state = 26}, [890] = {.lex_state = 26}, [891] = {.lex_state = 26}, - [892] = {.lex_state = 26}, - [893] = {.lex_state = 26}, + [892] = {.lex_state = 11}, + [893] = {.lex_state = 10}, [894] = {.lex_state = 26}, [895] = {.lex_state = 11}, - [896] = {.lex_state = 11}, - [897] = {.lex_state = 26}, - [898] = {.lex_state = 11}, - [899] = {.lex_state = 11}, - [900] = {.lex_state = 26}, + [896] = {.lex_state = 10}, + [897] = {.lex_state = 11}, + [898] = {.lex_state = 26}, + [899] = {.lex_state = 26}, + [900] = {.lex_state = 11}, [901] = {.lex_state = 26}, [902] = {.lex_state = 11}, - [903] = {.lex_state = 11}, + [903] = {.lex_state = 26}, [904] = {.lex_state = 11}, - [905] = {.lex_state = 11}, - [906] = {.lex_state = 11}, + [905] = {.lex_state = 26}, + [906] = {.lex_state = 0}, [907] = {.lex_state = 11}, - [908] = {.lex_state = 26}, - [909] = {.lex_state = 26}, + [908] = {.lex_state = 10}, + [909] = {.lex_state = 11}, [910] = {.lex_state = 26}, [911] = {.lex_state = 11}, - [912] = {.lex_state = 26}, - [913] = {.lex_state = 10}, - [914] = {.lex_state = 10}, + [912] = {.lex_state = 11}, + [913] = {.lex_state = 26}, + [914] = {.lex_state = 11}, [915] = {.lex_state = 11}, - [916] = {.lex_state = 10}, - [917] = {.lex_state = 11}, + [916] = {.lex_state = 11}, + [917] = {.lex_state = 26}, [918] = {.lex_state = 11}, - [919] = {.lex_state = 0}, + [919] = {.lex_state = 11}, [920] = {.lex_state = 11}, [921] = {.lex_state = 11}, [922] = {.lex_state = 11}, [923] = {.lex_state = 11}, [924] = {.lex_state = 11}, - [925] = {.lex_state = 26}, - [926] = {.lex_state = 11}, + [925] = {.lex_state = 11}, + [926] = {.lex_state = 10}, [927] = {.lex_state = 26}, - [928] = {.lex_state = 10}, - [929] = {.lex_state = 0}, - [930] = {.lex_state = 0}, + [928] = {.lex_state = 26}, + [929] = {.lex_state = 26}, + [930] = {.lex_state = 26}, [931] = {.lex_state = 26}, [932] = {.lex_state = 26}, [933] = {.lex_state = 26}, @@ -8409,129 +8408,129 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [938] = {.lex_state = 26}, [939] = {.lex_state = 26}, [940] = {.lex_state = 26}, - [941] = {.lex_state = 26}, + [941] = {.lex_state = 10}, [942] = {.lex_state = 26}, [943] = {.lex_state = 26}, [944] = {.lex_state = 26}, [945] = {.lex_state = 26}, - [946] = {.lex_state = 26}, - [947] = {.lex_state = 0}, - [948] = {.lex_state = 11}, - [949] = {.lex_state = 26}, + [946] = {.lex_state = 11}, + [947] = {.lex_state = 11}, + [948] = {.lex_state = 26}, + [949] = {.lex_state = 11}, [950] = {.lex_state = 26}, [951] = {.lex_state = 26}, - [952] = {.lex_state = 26}, + [952] = {.lex_state = 11}, [953] = {.lex_state = 26}, [954] = {.lex_state = 26}, [955] = {.lex_state = 26}, [956] = {.lex_state = 26}, [957] = {.lex_state = 26}, [958] = {.lex_state = 26}, - [959] = {.lex_state = 11}, - [960] = {.lex_state = 11}, - [961] = {.lex_state = 11}, + [959] = {.lex_state = 0}, + [960] = {.lex_state = 26}, + [961] = {.lex_state = 0}, [962] = {.lex_state = 26}, - [963] = {.lex_state = 26}, + [963] = {.lex_state = 0}, [964] = {.lex_state = 26}, - [965] = {.lex_state = 26}, + [965] = {.lex_state = 10}, [966] = {.lex_state = 26}, [967] = {.lex_state = 26}, - [968] = {.lex_state = 11}, - [969] = {.lex_state = 26}, - [970] = {.lex_state = 26}, - [971] = {.lex_state = 10}, + [968] = {.lex_state = 10}, + [969] = {.lex_state = 10}, + [970] = {.lex_state = 10}, + [971] = {.lex_state = 0}, [972] = {.lex_state = 26}, - [973] = {.lex_state = 26}, - [974] = {.lex_state = 0}, + [973] = {.lex_state = 10}, + [974] = {.lex_state = 11}, [975] = {.lex_state = 26}, - [976] = {.lex_state = 26}, + [976] = {.lex_state = 11}, [977] = {.lex_state = 26}, - [978] = {.lex_state = 11}, - [979] = {.lex_state = 26}, - [980] = {.lex_state = 0}, + [978] = {.lex_state = 26}, + [979] = {.lex_state = 11}, + [980] = {.lex_state = 26}, [981] = {.lex_state = 10}, - [982] = {.lex_state = 10}, - [983] = {.lex_state = 10}, - [984] = {.lex_state = 10}, + [982] = {.lex_state = 26}, + [983] = {.lex_state = 26}, + [984] = {.lex_state = 26}, [985] = {.lex_state = 26}, [986] = {.lex_state = 26}, [987] = {.lex_state = 26}, [988] = {.lex_state = 10}, - [989] = {.lex_state = 26}, - [990] = {.lex_state = 10}, - [991] = {.lex_state = 10}, + [989] = {.lex_state = 0}, + [990] = {.lex_state = 26}, + [991] = {.lex_state = 0}, [992] = {.lex_state = 26}, [993] = {.lex_state = 26}, [994] = {.lex_state = 26}, - [995] = {.lex_state = 10}, + [995] = {.lex_state = 26}, [996] = {.lex_state = 26}, - [997] = {.lex_state = 26}, - [998] = {.lex_state = 0}, - [999] = {.lex_state = 10}, - [1000] = {.lex_state = 11}, - [1001] = {.lex_state = 10}, - [1002] = {.lex_state = 11}, - [1003] = {.lex_state = 10}, - [1004] = {.lex_state = 26}, + [997] = {.lex_state = 10}, + [998] = {.lex_state = 10}, + [999] = {.lex_state = 26}, + [1000] = {.lex_state = 10}, + [1001] = {.lex_state = 26}, + [1002] = {.lex_state = 10}, + [1003] = {.lex_state = 26}, + [1004] = {.lex_state = 10}, [1005] = {.lex_state = 26}, [1006] = {.lex_state = 26}, [1007] = {.lex_state = 26}, [1008] = {.lex_state = 10}, - [1009] = {.lex_state = 10}, - [1010] = {.lex_state = 11}, - [1011] = {.lex_state = 11}, - [1012] = {.lex_state = 26}, - [1013] = {.lex_state = 26}, + [1009] = {.lex_state = 26}, + [1010] = {.lex_state = 26}, + [1011] = {.lex_state = 26}, + [1012] = {.lex_state = 10}, + [1013] = {.lex_state = 11}, [1014] = {.lex_state = 26}, - [1015] = {.lex_state = 26}, - [1016] = {.lex_state = 11}, - [1017] = {.lex_state = 26}, - [1018] = {.lex_state = 11}, + [1015] = {.lex_state = 10}, + [1016] = {.lex_state = 26}, + [1017] = {.lex_state = 10}, + [1018] = {.lex_state = 26}, [1019] = {.lex_state = 10}, - [1020] = {.lex_state = 0}, + [1020] = {.lex_state = 26}, [1021] = {.lex_state = 10}, [1022] = {.lex_state = 26}, - [1023] = {.lex_state = 26}, - [1024] = {.lex_state = 10}, - [1025] = {.lex_state = 11}, - [1026] = {.lex_state = 10}, - [1027] = {.lex_state = 26}, + [1023] = {.lex_state = 11}, + [1024] = {.lex_state = 26}, + [1025] = {.lex_state = 26}, + [1026] = {.lex_state = 11}, + [1027] = {.lex_state = 10}, [1028] = {.lex_state = 26}, - [1029] = {.lex_state = 10}, + [1029] = {.lex_state = 26}, [1030] = {.lex_state = 26}, [1031] = {.lex_state = 26}, [1032] = {.lex_state = 26}, - [1033] = {.lex_state = 10}, - [1034] = {.lex_state = 10}, + [1033] = {.lex_state = 26}, + [1034] = {.lex_state = 26}, [1035] = {.lex_state = 26}, - [1036] = {.lex_state = 26}, - [1037] = {.lex_state = 26}, - [1038] = {.lex_state = 26}, - [1039] = {.lex_state = 0}, - [1040] = {.lex_state = 26}, - [1041] = {.lex_state = 26}, - [1042] = {.lex_state = 10}, - [1043] = {.lex_state = 26}, + [1036] = {.lex_state = 11}, + [1037] = {.lex_state = 10}, + [1038] = {.lex_state = 0}, + [1039] = {.lex_state = 26}, + [1040] = {.lex_state = 11}, + [1041] = {.lex_state = 10}, + [1042] = {.lex_state = 26}, + [1043] = {.lex_state = 0}, [1044] = {.lex_state = 26}, - [1045] = {.lex_state = 10}, - [1046] = {.lex_state = 26}, + [1045] = {.lex_state = 26}, + [1046] = {.lex_state = 10}, [1047] = {.lex_state = 26}, - [1048] = {.lex_state = 26}, - [1049] = {.lex_state = 26}, + [1048] = {.lex_state = 10}, + [1049] = {.lex_state = 10}, [1050] = {.lex_state = 26}, - [1051] = {.lex_state = 26}, + [1051] = {.lex_state = 11}, [1052] = {.lex_state = 26}, - [1053] = {.lex_state = 10}, + [1053] = {.lex_state = 26}, [1054] = {.lex_state = 26}, [1055] = {.lex_state = 26}, [1056] = {.lex_state = 26}, [1057] = {.lex_state = 26}, [1058] = {.lex_state = 26}, - [1059] = {.lex_state = 11}, + [1059] = {.lex_state = 26}, [1060] = {.lex_state = 26}, [1061] = {.lex_state = 26}, [1062] = {.lex_state = 26}, - [1063] = {.lex_state = 0}, + [1063] = {.lex_state = 26}, [1064] = {.lex_state = 26}, [1065] = {.lex_state = 26}, [1066] = {.lex_state = 26}, @@ -8542,7 +8541,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1071] = {.lex_state = 26}, [1072] = {.lex_state = 26}, [1073] = {.lex_state = 0}, - [1074] = {.lex_state = 26}, + [1074] = {.lex_state = 11}, [1075] = {.lex_state = 26}, [1076] = {.lex_state = 26}, [1077] = {.lex_state = 26}, @@ -8555,11 +8554,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1084] = {.lex_state = 26}, [1085] = {.lex_state = 26}, [1086] = {.lex_state = 26}, - [1087] = {.lex_state = 26}, + [1087] = {.lex_state = 0}, [1088] = {.lex_state = 26}, [1089] = {.lex_state = 26}, - [1090] = {.lex_state = 26}, - [1091] = {.lex_state = 26}, + [1090] = {.lex_state = 0}, + [1091] = {.lex_state = 0}, [1092] = {.lex_state = 26}, [1093] = {.lex_state = 26}, [1094] = {.lex_state = 26}, @@ -8570,67 +8569,67 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1099] = {.lex_state = 26}, [1100] = {.lex_state = 26}, [1101] = {.lex_state = 26}, - [1102] = {.lex_state = 0}, + [1102] = {.lex_state = 26}, [1103] = {.lex_state = 26}, [1104] = {.lex_state = 26}, [1105] = {.lex_state = 26}, [1106] = {.lex_state = 26}, - [1107] = {.lex_state = 26}, + [1107] = {.lex_state = 0}, [1108] = {.lex_state = 26}, [1109] = {.lex_state = 26}, [1110] = {.lex_state = 26}, [1111] = {.lex_state = 26}, - [1112] = {.lex_state = 0}, + [1112] = {.lex_state = 26}, [1113] = {.lex_state = 26}, - [1114] = {.lex_state = 26}, + [1114] = {.lex_state = 0}, [1115] = {.lex_state = 26}, [1116] = {.lex_state = 26}, [1117] = {.lex_state = 26}, - [1118] = {.lex_state = 0}, - [1119] = {.lex_state = 26}, + [1118] = {.lex_state = 26}, + [1119] = {.lex_state = 0}, [1120] = {.lex_state = 26}, [1121] = {.lex_state = 26}, [1122] = {.lex_state = 26}, - [1123] = {.lex_state = 11}, + [1123] = {.lex_state = 26}, [1124] = {.lex_state = 26}, - [1125] = {.lex_state = 0}, - [1126] = {.lex_state = 0}, + [1125] = {.lex_state = 26}, + [1126] = {.lex_state = 26}, [1127] = {.lex_state = 26}, [1128] = {.lex_state = 26}, [1129] = {.lex_state = 26}, [1130] = {.lex_state = 26}, [1131] = {.lex_state = 26}, [1132] = {.lex_state = 26}, - [1133] = {.lex_state = 26}, + [1133] = {.lex_state = 0}, [1134] = {.lex_state = 26}, [1135] = {.lex_state = 26}, - [1136] = {.lex_state = 26}, + [1136] = {.lex_state = 11}, [1137] = {.lex_state = 26}, [1138] = {.lex_state = 26}, [1139] = {.lex_state = 26}, [1140] = {.lex_state = 26}, - [1141] = {.lex_state = 0}, + [1141] = {.lex_state = 26}, [1142] = {.lex_state = 26}, [1143] = {.lex_state = 26}, [1144] = {.lex_state = 26}, [1145] = {.lex_state = 26}, - [1146] = {.lex_state = 26}, - [1147] = {.lex_state = 26}, + [1146] = {.lex_state = 0}, + [1147] = {.lex_state = 0}, [1148] = {.lex_state = 26}, [1149] = {.lex_state = 26}, - [1150] = {.lex_state = 0}, - [1151] = {.lex_state = 0}, + [1150] = {.lex_state = 26}, + [1151] = {.lex_state = 26}, [1152] = {.lex_state = 26}, - [1153] = {.lex_state = 0}, + [1153] = {.lex_state = 26}, [1154] = {.lex_state = 26}, - [1155] = {.lex_state = 26}, - [1156] = {.lex_state = 26}, + [1155] = {.lex_state = 0}, + [1156] = {.lex_state = 0}, [1157] = {.lex_state = 26}, [1158] = {.lex_state = 26}, [1159] = {.lex_state = 26}, - [1160] = {.lex_state = 0}, + [1160] = {.lex_state = 26}, [1161] = {.lex_state = 26}, - [1162] = {.lex_state = 26}, + [1162] = {.lex_state = 0}, [1163] = {.lex_state = 26}, [1164] = {.lex_state = 0}, [1165] = {.lex_state = 26}, @@ -8639,75 +8638,75 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1168] = {.lex_state = 26}, [1169] = {.lex_state = 26}, [1170] = {.lex_state = 26}, - [1171] = {.lex_state = 0}, - [1172] = {.lex_state = 26}, + [1171] = {.lex_state = 26}, + [1172] = {.lex_state = 0}, [1173] = {.lex_state = 26}, - [1174] = {.lex_state = 26}, - [1175] = {.lex_state = 0}, - [1176] = {.lex_state = 0}, + [1174] = {.lex_state = 0}, + [1175] = {.lex_state = 26}, + [1176] = {.lex_state = 26}, [1177] = {.lex_state = 26}, [1178] = {.lex_state = 26}, - [1179] = {.lex_state = 0}, + [1179] = {.lex_state = 26}, [1180] = {.lex_state = 0}, - [1181] = {.lex_state = 0}, + [1181] = {.lex_state = 26}, [1182] = {.lex_state = 26}, [1183] = {.lex_state = 0}, - [1184] = {.lex_state = 0}, - [1185] = {.lex_state = 26}, + [1184] = {.lex_state = 26}, + [1185] = {.lex_state = 0}, [1186] = {.lex_state = 26}, [1187] = {.lex_state = 26}, - [1188] = {.lex_state = 0}, + [1188] = {.lex_state = 26}, [1189] = {.lex_state = 26}, - [1190] = {.lex_state = 26}, + [1190] = {.lex_state = 0}, [1191] = {.lex_state = 0}, [1192] = {.lex_state = 0}, [1193] = {.lex_state = 26}, - [1194] = {.lex_state = 26}, + [1194] = {.lex_state = 0}, [1195] = {.lex_state = 26}, [1196] = {.lex_state = 26}, [1197] = {.lex_state = 0}, - [1198] = {.lex_state = 0}, + [1198] = {.lex_state = 26}, [1199] = {.lex_state = 26}, [1200] = {.lex_state = 26}, [1201] = {.lex_state = 26}, [1202] = {.lex_state = 0}, [1203] = {.lex_state = 0}, - [1204] = {.lex_state = 0}, + [1204] = {.lex_state = 26}, [1205] = {.lex_state = 26}, [1206] = {.lex_state = 26}, - [1207] = {.lex_state = 26}, - [1208] = {.lex_state = 26}, + [1207] = {.lex_state = 0}, + [1208] = {.lex_state = 0}, [1209] = {.lex_state = 0}, [1210] = {.lex_state = 0}, [1211] = {.lex_state = 0}, - [1212] = {.lex_state = 0}, + [1212] = {.lex_state = 26}, [1213] = {.lex_state = 26}, [1214] = {.lex_state = 26}, [1215] = {.lex_state = 26}, [1216] = {.lex_state = 26}, - [1217] = {.lex_state = 26}, + [1217] = {.lex_state = 0}, [1218] = {.lex_state = 0}, [1219] = {.lex_state = 26}, - [1220] = {.lex_state = 0}, - [1221] = {.lex_state = 26}, + [1220] = {.lex_state = 26}, + [1221] = {.lex_state = 0}, [1222] = {.lex_state = 26}, - [1223] = {.lex_state = 26}, + [1223] = {.lex_state = 0}, [1224] = {.lex_state = 0}, - [1225] = {.lex_state = 0}, + [1225] = {.lex_state = 26}, [1226] = {.lex_state = 0}, - [1227] = {.lex_state = 0}, + [1227] = {.lex_state = 26}, [1228] = {.lex_state = 26}, - [1229] = {.lex_state = 0}, + [1229] = {.lex_state = 26}, [1230] = {.lex_state = 26}, [1231] = {.lex_state = 26}, - [1232] = {.lex_state = 26}, + [1232] = {.lex_state = 0}, [1233] = {.lex_state = 26}, - [1234] = {.lex_state = 26}, - [1235] = {.lex_state = 0}, + [1234] = {.lex_state = 0}, + [1235] = {.lex_state = 26}, [1236] = {.lex_state = 26}, [1237] = {.lex_state = 26}, - [1238] = {.lex_state = 26}, - [1239] = {.lex_state = 0}, + [1238] = {.lex_state = 0}, + [1239] = {.lex_state = 26}, [1240] = {.lex_state = 26}, [1241] = {.lex_state = 26}, [1242] = {.lex_state = 26}, @@ -8715,17 +8714,17 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1244] = {.lex_state = 26}, [1245] = {.lex_state = 26}, [1246] = {.lex_state = 26}, - [1247] = {.lex_state = 26}, + [1247] = {.lex_state = 0}, [1248] = {.lex_state = 26}, [1249] = {.lex_state = 0}, [1250] = {.lex_state = 26}, - [1251] = {.lex_state = 26}, + [1251] = {.lex_state = 0}, [1252] = {.lex_state = 26}, - [1253] = {.lex_state = 26}, + [1253] = {.lex_state = 0}, [1254] = {.lex_state = 0}, [1255] = {.lex_state = 26}, [1256] = {.lex_state = 26}, - [1257] = {.lex_state = 0}, + [1257] = {.lex_state = 26}, [1258] = {.lex_state = 26}, [1259] = {.lex_state = 26}, [1260] = {.lex_state = 0}, @@ -8734,12 +8733,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1263] = {.lex_state = 26}, [1264] = {.lex_state = 26}, [1265] = {.lex_state = 26}, - [1266] = {.lex_state = 26}, + [1266] = {.lex_state = 0}, [1267] = {.lex_state = 26}, [1268] = {.lex_state = 26}, [1269] = {.lex_state = 26}, [1270] = {.lex_state = 26}, - [1271] = {.lex_state = 26}, + [1271] = {.lex_state = 0}, [1272] = {.lex_state = 26}, [1273] = {.lex_state = 26}, [1274] = {.lex_state = 26}, @@ -8748,18 +8747,18 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1277] = {.lex_state = 26}, [1278] = {.lex_state = 26}, [1279] = {.lex_state = 26}, - [1280] = {.lex_state = 26}, + [1280] = {.lex_state = 0}, [1281] = {.lex_state = 0}, [1282] = {.lex_state = 26}, [1283] = {.lex_state = 26}, - [1284] = {.lex_state = 0}, + [1284] = {.lex_state = 26}, [1285] = {.lex_state = 26}, [1286] = {.lex_state = 26}, [1287] = {.lex_state = 26}, [1288] = {.lex_state = 26}, [1289] = {.lex_state = 26}, - [1290] = {.lex_state = 0}, - [1291] = {.lex_state = 26}, + [1290] = {.lex_state = 26}, + [1291] = {.lex_state = 0}, [1292] = {.lex_state = 26}, [1293] = {.lex_state = 26}, [1294] = {.lex_state = 26}, @@ -8769,16 +8768,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1298] = {.lex_state = 26}, [1299] = {.lex_state = 26}, [1300] = {.lex_state = 26}, - [1301] = {.lex_state = 26}, - [1302] = {.lex_state = 0}, - [1303] = {.lex_state = 26}, - [1304] = {.lex_state = 0}, + [1301] = {.lex_state = 0}, + [1302] = {.lex_state = 26}, + [1303] = {.lex_state = 0}, + [1304] = {.lex_state = 26}, [1305] = {.lex_state = 26}, [1306] = {.lex_state = 26}, [1307] = {.lex_state = 26}, - [1308] = {.lex_state = 0}, - [1309] = {.lex_state = 26}, - [1310] = {.lex_state = 0}, + [1308] = {.lex_state = 26}, + [1309] = {.lex_state = 0}, + [1310] = {.lex_state = 26}, [1311] = {.lex_state = 26}, [1312] = {.lex_state = 26}, [1313] = {.lex_state = 26}, @@ -8787,11 +8786,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1316] = {.lex_state = 26}, [1317] = {.lex_state = 0}, [1318] = {.lex_state = 0}, - [1319] = {.lex_state = 0}, + [1319] = {.lex_state = 26}, [1320] = {.lex_state = 26}, [1321] = {.lex_state = 26}, [1322] = {.lex_state = 26}, - [1323] = {.lex_state = 26}, + [1323] = {.lex_state = 0}, [1324] = {.lex_state = 26}, [1325] = {.lex_state = 26}, [1326] = {.lex_state = 26}, @@ -8799,17 +8798,17 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1328] = {.lex_state = 26}, [1329] = {.lex_state = 26}, [1330] = {.lex_state = 26}, - [1331] = {.lex_state = 0}, + [1331] = {.lex_state = 26}, [1332] = {.lex_state = 26}, - [1333] = {.lex_state = 26}, + [1333] = {.lex_state = 0}, [1334] = {.lex_state = 0}, [1335] = {.lex_state = 26}, [1336] = {.lex_state = 26}, [1337] = {.lex_state = 26}, [1338] = {.lex_state = 0}, - [1339] = {.lex_state = 0}, - [1340] = {.lex_state = 26}, - [1341] = {.lex_state = 0}, + [1339] = {.lex_state = 26}, + [1340] = {.lex_state = 0}, + [1341] = {.lex_state = 26}, [1342] = {.lex_state = 26}, [1343] = {.lex_state = 26}, [1344] = {.lex_state = 26}, @@ -8835,32 +8834,32 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1364] = {.lex_state = 26}, [1365] = {.lex_state = 26}, [1366] = {.lex_state = 26}, - [1367] = {.lex_state = 26}, + [1367] = {.lex_state = 0}, [1368] = {.lex_state = 26}, - [1369] = {.lex_state = 0}, + [1369] = {.lex_state = 26}, [1370] = {.lex_state = 26}, [1371] = {.lex_state = 26}, [1372] = {.lex_state = 26}, - [1373] = {.lex_state = 26}, + [1373] = {.lex_state = 0}, [1374] = {.lex_state = 26}, [1375] = {.lex_state = 0}, [1376] = {.lex_state = 26}, - [1377] = {.lex_state = 0}, + [1377] = {.lex_state = 26}, [1378] = {.lex_state = 26}, [1379] = {.lex_state = 26}, - [1380] = {.lex_state = 26}, + [1380] = {.lex_state = 0}, [1381] = {.lex_state = 26}, [1382] = {.lex_state = 0}, - [1383] = {.lex_state = 0}, + [1383] = {.lex_state = 26}, [1384] = {.lex_state = 26}, - [1385] = {.lex_state = 26}, + [1385] = {.lex_state = 0}, [1386] = {.lex_state = 0}, [1387] = {.lex_state = 0}, [1388] = {.lex_state = 0}, - [1389] = {.lex_state = 0}, - [1390] = {.lex_state = 26}, - [1391] = {.lex_state = 0}, - [1392] = {.lex_state = 26}, + [1389] = {.lex_state = 26}, + [1390] = {.lex_state = 0}, + [1391] = {.lex_state = 26}, + [1392] = {.lex_state = 0}, [1393] = {.lex_state = 0}, [1394] = {.lex_state = 26}, [1395] = {.lex_state = 26}, @@ -8873,12 +8872,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1402] = {.lex_state = 26}, [1403] = {.lex_state = 26}, [1404] = {.lex_state = 26}, - [1405] = {.lex_state = 26}, - [1406] = {.lex_state = 0}, + [1405] = {.lex_state = 0}, + [1406] = {.lex_state = 26}, [1407] = {.lex_state = 26}, - [1408] = {.lex_state = 26}, + [1408] = {.lex_state = 0}, [1409] = {.lex_state = 0}, - [1410] = {.lex_state = 0}, + [1410] = {.lex_state = 26}, [1411] = {.lex_state = 26}, [1412] = {.lex_state = 26}, [1413] = {.lex_state = 26}, @@ -8907,22 +8906,22 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1436] = {.lex_state = 26}, [1437] = {.lex_state = 26}, [1438] = {.lex_state = 26}, - [1439] = {.lex_state = 26}, + [1439] = {.lex_state = 0}, [1440] = {.lex_state = 26}, [1441] = {.lex_state = 26}, [1442] = {.lex_state = 26}, - [1443] = {.lex_state = 0}, + [1443] = {.lex_state = 26}, [1444] = {.lex_state = 26}, - [1445] = {.lex_state = 26}, - [1446] = {.lex_state = 0}, + [1445] = {.lex_state = 0}, + [1446] = {.lex_state = 26}, [1447] = {.lex_state = 26}, [1448] = {.lex_state = 26}, [1449] = {.lex_state = 26}, [1450] = {.lex_state = 26}, [1451] = {.lex_state = 26}, - [1452] = {.lex_state = 26}, + [1452] = {.lex_state = 0}, [1453] = {.lex_state = 0}, - [1454] = {.lex_state = 0}, + [1454] = {.lex_state = 26}, [1455] = {.lex_state = 26}, [1456] = {.lex_state = 26}, [1457] = {.lex_state = 26}, @@ -8931,10 +8930,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1460] = {.lex_state = 0}, [1461] = {.lex_state = 26}, [1462] = {.lex_state = 26}, - [1463] = {.lex_state = 26}, - [1464] = {.lex_state = 0}, - [1465] = {.lex_state = 26}, - [1466] = {.lex_state = 0}, + [1463] = {.lex_state = 0}, + [1464] = {.lex_state = 26}, + [1465] = {.lex_state = 0}, + [1466] = {.lex_state = 26}, [1467] = {.lex_state = 26}, [1468] = {.lex_state = 26}, [1469] = {.lex_state = 26}, @@ -8945,47 +8944,47 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1474] = {.lex_state = 26}, [1475] = {.lex_state = 26}, [1476] = {.lex_state = 26}, - [1477] = {.lex_state = 26}, + [1477] = {.lex_state = 0}, [1478] = {.lex_state = 0}, [1479] = {.lex_state = 26}, [1480] = {.lex_state = 26}, [1481] = {.lex_state = 26}, [1482] = {.lex_state = 26}, [1483] = {.lex_state = 26}, - [1484] = {.lex_state = 26}, + [1484] = {.lex_state = 0}, [1485] = {.lex_state = 26}, - [1486] = {.lex_state = 0}, + [1486] = {.lex_state = 26}, [1487] = {.lex_state = 26}, - [1488] = {.lex_state = 0}, + [1488] = {.lex_state = 26}, [1489] = {.lex_state = 0}, [1490] = {.lex_state = 26}, - [1491] = {.lex_state = 26}, - [1492] = {.lex_state = 26}, - [1493] = {.lex_state = 26}, + [1491] = {.lex_state = 0}, + [1492] = {.lex_state = 0}, + [1493] = {.lex_state = 0}, [1494] = {.lex_state = 26}, [1495] = {.lex_state = 26}, [1496] = {.lex_state = 26}, - [1497] = {.lex_state = 0}, - [1498] = {.lex_state = 26}, - [1499] = {.lex_state = 26}, - [1500] = {.lex_state = 0}, + [1497] = {.lex_state = 26}, + [1498] = {.lex_state = 0}, + [1499] = {.lex_state = 0}, + [1500] = {.lex_state = 26}, [1501] = {.lex_state = 26}, [1502] = {.lex_state = 26}, [1503] = {.lex_state = 0}, - [1504] = {.lex_state = 0}, - [1505] = {.lex_state = 26}, + [1504] = {.lex_state = 26}, + [1505] = {.lex_state = 0}, [1506] = {.lex_state = 26}, [1507] = {.lex_state = 0}, [1508] = {.lex_state = 26}, - [1509] = {.lex_state = 0}, + [1509] = {.lex_state = 26}, [1510] = {.lex_state = 26}, [1511] = {.lex_state = 26}, - [1512] = {.lex_state = 26}, - [1513] = {.lex_state = 0}, + [1512] = {.lex_state = 0}, + [1513] = {.lex_state = 26}, [1514] = {.lex_state = 26}, [1515] = {.lex_state = 26}, - [1516] = {.lex_state = 26}, - [1517] = {.lex_state = 0}, + [1516] = {.lex_state = 0}, + [1517] = {.lex_state = 26}, [1518] = {.lex_state = 26}, [1519] = {.lex_state = 26}, [1520] = {.lex_state = 26}, @@ -8997,7 +8996,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1526] = {.lex_state = 26}, [1527] = {.lex_state = 26}, [1528] = {.lex_state = 26}, - [1529] = {.lex_state = 26}, + [1529] = {.lex_state = 0}, [1530] = {.lex_state = 26}, [1531] = {.lex_state = 26}, [1532] = {.lex_state = 26}, @@ -9005,25 +9004,25 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1534] = {.lex_state = 26}, [1535] = {.lex_state = 26}, [1536] = {.lex_state = 26}, - [1537] = {.lex_state = 26}, + [1537] = {.lex_state = 0}, [1538] = {.lex_state = 0}, - [1539] = {.lex_state = 0}, + [1539] = {.lex_state = 26}, [1540] = {.lex_state = 26}, - [1541] = {.lex_state = 0}, + [1541] = {.lex_state = 26}, [1542] = {.lex_state = 26}, [1543] = {.lex_state = 26}, [1544] = {.lex_state = 26}, [1545] = {.lex_state = 26}, [1546] = {.lex_state = 26}, [1547] = {.lex_state = 26}, - [1548] = {.lex_state = 26}, + [1548] = {.lex_state = 0}, [1549] = {.lex_state = 26}, [1550] = {.lex_state = 26}, [1551] = {.lex_state = 26}, [1552] = {.lex_state = 26}, [1553] = {.lex_state = 26}, - [1554] = {.lex_state = 26}, - [1555] = {.lex_state = 0}, + [1554] = {.lex_state = 0}, + [1555] = {.lex_state = 26}, [1556] = {.lex_state = 26}, [1557] = {.lex_state = 26}, [1558] = {.lex_state = 26}, @@ -9031,27 +9030,27 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1560] = {.lex_state = 26}, [1561] = {.lex_state = 26}, [1562] = {.lex_state = 26}, - [1563] = {.lex_state = 0}, + [1563] = {.lex_state = 26}, [1564] = {.lex_state = 26}, [1565] = {.lex_state = 26}, [1566] = {.lex_state = 26}, [1567] = {.lex_state = 0}, [1568] = {.lex_state = 26}, - [1569] = {.lex_state = 26}, + [1569] = {.lex_state = 0}, [1570] = {.lex_state = 0}, [1571] = {.lex_state = 26}, [1572] = {.lex_state = 26}, [1573] = {.lex_state = 26}, - [1574] = {.lex_state = 0}, + [1574] = {.lex_state = 26}, [1575] = {.lex_state = 26}, - [1576] = {.lex_state = 26}, + [1576] = {.lex_state = 0}, [1577] = {.lex_state = 26}, [1578] = {.lex_state = 26}, [1579] = {.lex_state = 26}, [1580] = {.lex_state = 26}, [1581] = {.lex_state = 26}, - [1582] = {.lex_state = 26}, - [1583] = {.lex_state = 0}, + [1582] = {.lex_state = 0}, + [1583] = {.lex_state = 26}, [1584] = {.lex_state = 26}, [1585] = {.lex_state = 26}, [1586] = {.lex_state = 26}, @@ -9061,8 +9060,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1590] = {.lex_state = 26}, [1591] = {.lex_state = 26}, [1592] = {.lex_state = 26}, - [1593] = {.lex_state = 0}, - [1594] = {.lex_state = 26}, + [1593] = {.lex_state = 26}, + [1594] = {.lex_state = 0}, [1595] = {.lex_state = 26}, [1596] = {.lex_state = 26}, [1597] = {.lex_state = 26}, @@ -9075,13 +9074,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1604] = {.lex_state = 0}, [1605] = {.lex_state = 26}, [1606] = {.lex_state = 26}, - [1607] = {.lex_state = 26}, - [1608] = {.lex_state = 0}, + [1607] = {.lex_state = 0}, + [1608] = {.lex_state = 26}, [1609] = {.lex_state = 26}, - [1610] = {.lex_state = 26}, - [1611] = {.lex_state = 0}, - [1612] = {.lex_state = 0}, - [1613] = {.lex_state = 26}, + [1610] = {.lex_state = 0}, + [1611] = {.lex_state = 26}, + [1612] = {.lex_state = 26}, + [1613] = {.lex_state = 0}, [1614] = {.lex_state = 26}, [1615] = {.lex_state = 26}, [1616] = {.lex_state = 26}, @@ -9090,10 +9089,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1619] = {.lex_state = 0}, [1620] = {.lex_state = 26}, [1621] = {.lex_state = 26}, - [1622] = {.lex_state = 0}, + [1622] = {.lex_state = 26}, [1623] = {.lex_state = 26}, [1624] = {.lex_state = 26}, - [1625] = {.lex_state = 26}, + [1625] = {.lex_state = 0}, [1626] = {.lex_state = 26}, [1627] = {.lex_state = 26}, [1628] = {.lex_state = 26}, @@ -9103,56 +9102,56 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1632] = {.lex_state = 26}, [1633] = {.lex_state = 26}, [1634] = {.lex_state = 26}, - [1635] = {.lex_state = 0}, - [1636] = {.lex_state = 26}, + [1635] = {.lex_state = 26}, + [1636] = {.lex_state = 0}, [1637] = {.lex_state = 26}, [1638] = {.lex_state = 26}, [1639] = {.lex_state = 26}, [1640] = {.lex_state = 26}, [1641] = {.lex_state = 26}, - [1642] = {.lex_state = 0}, + [1642] = {.lex_state = 26}, [1643] = {.lex_state = 26}, [1644] = {.lex_state = 26}, [1645] = {.lex_state = 26}, [1646] = {.lex_state = 26}, - [1647] = {.lex_state = 0}, - [1648] = {.lex_state = 26}, + [1647] = {.lex_state = 26}, + [1648] = {.lex_state = 0}, [1649] = {.lex_state = 26}, [1650] = {.lex_state = 26}, - [1651] = {.lex_state = 26}, - [1652] = {.lex_state = 0}, - [1653] = {.lex_state = 0}, + [1651] = {.lex_state = 0}, + [1652] = {.lex_state = 26}, + [1653] = {.lex_state = 26}, [1654] = {.lex_state = 26}, [1655] = {.lex_state = 26}, [1656] = {.lex_state = 26}, [1657] = {.lex_state = 26}, [1658] = {.lex_state = 26}, [1659] = {.lex_state = 26}, - [1660] = {.lex_state = 26}, - [1661] = {.lex_state = 0}, + [1660] = {.lex_state = 0}, + [1661] = {.lex_state = 26}, [1662] = {.lex_state = 26}, - [1663] = {.lex_state = 26}, - [1664] = {.lex_state = 0}, - [1665] = {.lex_state = 0}, + [1663] = {.lex_state = 0}, + [1664] = {.lex_state = 26}, + [1665] = {.lex_state = 26}, [1666] = {.lex_state = 26}, [1667] = {.lex_state = 26}, [1668] = {.lex_state = 26}, [1669] = {.lex_state = 0}, - [1670] = {.lex_state = 26}, - [1671] = {.lex_state = 26}, + [1670] = {.lex_state = 0}, + [1671] = {.lex_state = 0}, [1672] = {.lex_state = 26}, [1673] = {.lex_state = 26}, [1674] = {.lex_state = 26}, [1675] = {.lex_state = 26}, - [1676] = {.lex_state = 26}, - [1677] = {.lex_state = 0}, - [1678] = {.lex_state = 26}, + [1676] = {.lex_state = 0}, + [1677] = {.lex_state = 26}, + [1678] = {.lex_state = 0}, [1679] = {.lex_state = 0}, - [1680] = {.lex_state = 0}, + [1680] = {.lex_state = 26}, [1681] = {.lex_state = 26}, - [1682] = {.lex_state = 26}, + [1682] = {.lex_state = 0}, [1683] = {.lex_state = 0}, - [1684] = {.lex_state = 0}, + [1684] = {.lex_state = 26}, [1685] = {.lex_state = 26}, [1686] = {.lex_state = 26}, [1687] = {.lex_state = 26}, @@ -9164,21 +9163,21 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1693] = {.lex_state = 26}, [1694] = {.lex_state = 26}, [1695] = {.lex_state = 0}, - [1696] = {.lex_state = 0}, + [1696] = {.lex_state = 26}, [1697] = {.lex_state = 26}, [1698] = {.lex_state = 26}, - [1699] = {.lex_state = 0}, + [1699] = {.lex_state = 26}, [1700] = {.lex_state = 26}, [1701] = {.lex_state = 26}, [1702] = {.lex_state = 26}, [1703] = {.lex_state = 26}, - [1704] = {.lex_state = 26}, + [1704] = {.lex_state = 0}, [1705] = {.lex_state = 26}, [1706] = {.lex_state = 26}, [1707] = {.lex_state = 26}, - [1708] = {.lex_state = 26}, + [1708] = {.lex_state = 0}, [1709] = {.lex_state = 26}, - [1710] = {.lex_state = 0}, + [1710] = {.lex_state = 26}, [1711] = {.lex_state = 26}, [1712] = {.lex_state = 26}, [1713] = {.lex_state = 26}, @@ -9187,35 +9186,35 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1716] = {.lex_state = 26}, [1717] = {.lex_state = 26}, [1718] = {.lex_state = 26}, - [1719] = {.lex_state = 0}, + [1719] = {.lex_state = 26}, [1720] = {.lex_state = 26}, [1721] = {.lex_state = 26}, [1722] = {.lex_state = 26}, [1723] = {.lex_state = 26}, - [1724] = {.lex_state = 0}, + [1724] = {.lex_state = 26}, [1725] = {.lex_state = 26}, [1726] = {.lex_state = 26}, [1727] = {.lex_state = 26}, [1728] = {.lex_state = 26}, [1729] = {.lex_state = 26}, [1730] = {.lex_state = 26}, - [1731] = {.lex_state = 26}, - [1732] = {.lex_state = 0}, + [1731] = {.lex_state = 0}, + [1732] = {.lex_state = 26}, [1733] = {.lex_state = 26}, - [1734] = {.lex_state = 26}, - [1735] = {.lex_state = 0}, - [1736] = {.lex_state = 26}, + [1734] = {.lex_state = 0}, + [1735] = {.lex_state = 26}, + [1736] = {.lex_state = 0}, [1737] = {.lex_state = 0}, [1738] = {.lex_state = 26}, - [1739] = {.lex_state = 26}, - [1740] = {.lex_state = 0}, - [1741] = {.lex_state = 0}, + [1739] = {.lex_state = 0}, + [1740] = {.lex_state = 26}, + [1741] = {.lex_state = 26}, [1742] = {.lex_state = 26}, - [1743] = {.lex_state = 26}, - [1744] = {.lex_state = 0}, + [1743] = {.lex_state = 0}, + [1744] = {.lex_state = 26}, [1745] = {.lex_state = 26}, [1746] = {.lex_state = 26}, - [1747] = {.lex_state = 26}, + [1747] = {.lex_state = 0}, [1748] = {.lex_state = 0}, [1749] = {.lex_state = 26}, [1750] = {.lex_state = 26}, @@ -9227,8 +9226,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1756] = {.lex_state = 26}, [1757] = {.lex_state = 26}, [1758] = {.lex_state = 26}, - [1759] = {.lex_state = 26}, - [1760] = {.lex_state = 0}, + [1759] = {.lex_state = 0}, + [1760] = {.lex_state = 26}, [1761] = {.lex_state = 26}, [1762] = {.lex_state = 26}, [1763] = {.lex_state = 26}, @@ -9253,7 +9252,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1782] = {.lex_state = 26}, [1783] = {.lex_state = 26}, [1784] = {.lex_state = 26}, - [1785] = {.lex_state = 0}, + [1785] = {.lex_state = 26}, [1786] = {.lex_state = 26}, [1787] = {.lex_state = 26}, [1788] = {.lex_state = 26}, @@ -9261,15 +9260,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1790] = {.lex_state = 26}, [1791] = {.lex_state = 0}, [1792] = {.lex_state = 26}, - [1793] = {.lex_state = 0}, + [1793] = {.lex_state = 26}, [1794] = {.lex_state = 26}, - [1795] = {.lex_state = 26}, + [1795] = {.lex_state = 0}, [1796] = {.lex_state = 0}, - [1797] = {.lex_state = 26}, + [1797] = {.lex_state = 0}, [1798] = {.lex_state = 0}, - [1799] = {.lex_state = 0}, + [1799] = {.lex_state = 26}, [1800] = {.lex_state = 26}, - [1801] = {.lex_state = 26}, + [1801] = {.lex_state = 0}, [1802] = {.lex_state = 26}, [1803] = {.lex_state = 26}, [1804] = {.lex_state = 26}, @@ -9278,21 +9277,21 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1807] = {.lex_state = 26}, [1808] = {.lex_state = 26}, [1809] = {.lex_state = 26}, - [1810] = {.lex_state = 26}, + [1810] = {.lex_state = 0}, [1811] = {.lex_state = 0}, - [1812] = {.lex_state = 0}, - [1813] = {.lex_state = 26}, - [1814] = {.lex_state = 0}, + [1812] = {.lex_state = 26}, + [1813] = {.lex_state = 0}, + [1814] = {.lex_state = 26}, [1815] = {.lex_state = 26}, [1816] = {.lex_state = 26}, [1817] = {.lex_state = 26}, [1818] = {.lex_state = 26}, [1819] = {.lex_state = 26}, - [1820] = {.lex_state = 26}, + [1820] = {.lex_state = 0}, [1821] = {.lex_state = 26}, [1822] = {.lex_state = 0}, [1823] = {.lex_state = 26}, - [1824] = {.lex_state = 0}, + [1824] = {.lex_state = 26}, [1825] = {.lex_state = 26}, [1826] = {.lex_state = 26}, [1827] = {.lex_state = 26}, @@ -9310,8 +9309,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1839] = {.lex_state = 26}, [1840] = {.lex_state = 26}, [1841] = {.lex_state = 26}, - [1842] = {.lex_state = 26}, - [1843] = {.lex_state = 0}, + [1842] = {.lex_state = 0}, + [1843] = {.lex_state = 26}, [1844] = {.lex_state = 26}, [1845] = {.lex_state = 26}, [1846] = {.lex_state = 26}, @@ -9319,36 +9318,36 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1848] = {.lex_state = 26}, [1849] = {.lex_state = 26}, [1850] = {.lex_state = 26}, - [1851] = {.lex_state = 26}, - [1852] = {.lex_state = 0}, + [1851] = {.lex_state = 0}, + [1852] = {.lex_state = 26}, [1853] = {.lex_state = 26}, [1854] = {.lex_state = 26}, [1855] = {.lex_state = 26}, [1856] = {.lex_state = 26}, [1857] = {.lex_state = 26}, - [1858] = {.lex_state = 26}, - [1859] = {.lex_state = 0}, + [1858] = {.lex_state = 0}, + [1859] = {.lex_state = 26}, [1860] = {.lex_state = 26}, [1861] = {.lex_state = 26}, [1862] = {.lex_state = 26}, [1863] = {.lex_state = 26}, [1864] = {.lex_state = 26}, - [1865] = {.lex_state = 26}, - [1866] = {.lex_state = 0}, + [1865] = {.lex_state = 0}, + [1866] = {.lex_state = 26}, [1867] = {.lex_state = 26}, [1868] = {.lex_state = 26}, [1869] = {.lex_state = 26}, - [1870] = {.lex_state = 0}, - [1871] = {.lex_state = 26}, + [1870] = {.lex_state = 26}, + [1871] = {.lex_state = 0}, [1872] = {.lex_state = 0}, [1873] = {.lex_state = 26}, [1874] = {.lex_state = 26}, [1875] = {.lex_state = 26}, - [1876] = {.lex_state = 26}, - [1877] = {.lex_state = 0}, + [1876] = {.lex_state = 0}, + [1877] = {.lex_state = 26}, [1878] = {.lex_state = 26}, - [1879] = {.lex_state = 26}, - [1880] = {.lex_state = 0}, + [1879] = {.lex_state = 0}, + [1880] = {.lex_state = 26}, [1881] = {.lex_state = 26}, [1882] = {.lex_state = 26}, [1883] = {.lex_state = 26}, @@ -9365,8 +9364,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1894] = {.lex_state = 26}, [1895] = {.lex_state = 26}, [1896] = {.lex_state = 26}, - [1897] = {.lex_state = 26}, - [1898] = {.lex_state = 0}, + [1897] = {.lex_state = 0}, + [1898] = {.lex_state = 26}, [1899] = {.lex_state = 26}, [1900] = {.lex_state = 26}, [1901] = {.lex_state = 26}, @@ -9377,27 +9376,27 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1906] = {.lex_state = 26}, [1907] = {.lex_state = 26}, [1908] = {.lex_state = 26}, - [1909] = {.lex_state = 26}, - [1910] = {.lex_state = 0}, - [1911] = {.lex_state = 26}, - [1912] = {.lex_state = 7}, + [1909] = {.lex_state = 0}, + [1910] = {.lex_state = 26}, + [1911] = {.lex_state = 7}, + [1912] = {.lex_state = 26}, [1913] = {.lex_state = 26}, [1914] = {.lex_state = 26}, [1915] = {.lex_state = 26}, - [1916] = {.lex_state = 26}, - [1917] = {.lex_state = 0}, + [1916] = {.lex_state = 0}, + [1917] = {.lex_state = 26}, [1918] = {.lex_state = 26}, [1919] = {.lex_state = 26}, [1920] = {.lex_state = 26}, [1921] = {.lex_state = 26}, - [1922] = {.lex_state = 26}, - [1923] = {.lex_state = 0}, + [1922] = {.lex_state = 0}, + [1923] = {.lex_state = 26}, [1924] = {.lex_state = 26}, [1925] = {.lex_state = 26}, - [1926] = {.lex_state = 0}, - [1927] = {.lex_state = 0}, + [1926] = {.lex_state = 26}, + [1927] = {.lex_state = 26}, [1928] = {.lex_state = 26}, - [1929] = {.lex_state = 26}, + [1929] = {.lex_state = 0}, [1930] = {.lex_state = 26}, [1931] = {.lex_state = 26}, [1932] = {.lex_state = 26}, @@ -9413,9 +9412,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1942] = {.lex_state = 26}, [1943] = {.lex_state = 26}, [1944] = {.lex_state = 0}, - [1945] = {.lex_state = 26}, - [1946] = {.lex_state = 0}, - [1947] = {.lex_state = 26}, + [1945] = {.lex_state = 0}, + [1946] = {.lex_state = 26}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -9535,102 +9533,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(1), }, [1] = { - [sym_compilation] = STATE(1679), - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym__defining_identifier_list] = STATE(1664), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), + [sym_compilation] = STATE(1678), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym__defining_identifier_list] = STATE(1663), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), [sym_compilation_unit] = STATE(3), - [sym__declarative_item] = STATE(483), - [sym__basic_declarative_item] = STATE(483), - [sym__basic_declaration] = STATE(483), - [sym__package_declaration] = STATE(483), - [sym_package_specification] = STATE(1627), - [sym_with_clause] = STATE(483), - [sym_use_clause] = STATE(483), - [sym_subunit] = STATE(483), - [sym__proper_body] = STATE(483), - [sym_subprogram_body] = STATE(483), - [sym_package_body] = STATE(483), - [sym__type_declaration] = STATE(483), - [sym_full_type_declaration] = STATE(483), - [sym_private_type_declaration] = STATE(483), - [sym_private_extension_declaration] = STATE(483), - [sym_incomplete_type_declaration] = STATE(483), - [sym__aspect_clause] = STATE(483), - [sym_at_clause] = STATE(483), - [sym_attribute_definition_clause] = STATE(483), - [sym_body_stub] = STATE(483), + [sym__declarative_item] = STATE(482), + [sym__basic_declarative_item] = STATE(482), + [sym__basic_declaration] = STATE(482), + [sym__package_declaration] = STATE(482), + [sym_package_specification] = STATE(1626), + [sym_with_clause] = STATE(482), + [sym_use_clause] = STATE(482), + [sym_subunit] = STATE(482), + [sym__proper_body] = STATE(482), + [sym_subprogram_body] = STATE(482), + [sym_package_body] = STATE(482), + [sym__type_declaration] = STATE(482), + [sym_full_type_declaration] = STATE(482), + [sym_private_type_declaration] = STATE(482), + [sym_private_extension_declaration] = STATE(482), + [sym_incomplete_type_declaration] = STATE(482), + [sym__aspect_clause] = STATE(482), + [sym_at_clause] = STATE(482), + [sym_attribute_definition_clause] = STATE(482), + [sym_body_stub] = STATE(482), [sym_subprogram_body_stub] = STATE(417), [sym_package_body_stub] = STATE(417), - [sym_task_body] = STATE(483), + [sym_task_body] = STATE(482), [sym_task_body_stub] = STATE(417), [sym_protected_type_declaration] = STATE(419), [sym_single_protected_declaration] = STATE(426), - [sym_protected_body] = STATE(483), + [sym_protected_body] = STATE(482), [sym_protected_body_stub] = STATE(417), - [sym_entry_declaration] = STATE(483), - [sym_enumeration_representation_clause] = STATE(483), - [sym_exception_declaration] = STATE(483), - [sym_function_specification] = STATE(1115), - [sym__generic_declaration] = STATE(483), - [sym_generic_formal_part] = STATE(925), - [sym_generic_subprogram_declaration] = STATE(483), - [sym_generic_package_declaration] = STATE(483), - [sym_generic_instantiation] = STATE(483), - [sym_loop_label] = STATE(941), + [sym_entry_declaration] = STATE(482), + [sym_enumeration_representation_clause] = STATE(482), + [sym_exception_declaration] = STATE(482), + [sym_function_specification] = STATE(1109), + [sym__generic_declaration] = STATE(482), + [sym_generic_formal_part] = STATE(910), + [sym_generic_subprogram_declaration] = STATE(482), + [sym_generic_package_declaration] = STATE(482), + [sym_generic_instantiation] = STATE(482), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), - [sym_null_procedure_declaration] = STATE(483), - [sym_null_statement] = STATE(483), - [sym_number_declaration] = STATE(483), - [sym_object_declaration] = STATE(483), + [sym_null_procedure_declaration] = STATE(482), + [sym_null_statement] = STATE(482), + [sym_number_declaration] = STATE(482), + [sym_object_declaration] = STATE(482), [sym_single_task_declaration] = STATE(426), [sym_task_type_declaration] = STATE(419), - [sym_overriding_indicator] = STATE(940), - [sym_pragma_g] = STATE(483), - [sym_procedure_specification] = STATE(1142), - [sym_record_representation_clause] = STATE(483), - [sym__renaming_declaration] = STATE(483), - [sym_object_renaming_declaration] = STATE(483), - [sym_exception_renaming_declaration] = STATE(483), - [sym_package_renaming_declaration] = STATE(483), - [sym_subprogram_renaming_declaration] = STATE(483), - [sym_generic_renaming_declaration] = STATE(483), - [sym__simple_statement] = STATE(483), - [sym__statement] = STATE(483), - [sym__compound_statement] = STATE(483), - [sym__select_statement] = STATE(483), - [sym_asynchronous_select] = STATE(483), - [sym_conditional_entry_call] = STATE(483), - [sym_timed_entry_call] = STATE(483), - [sym_selective_accept] = STATE(483), - [sym_abort_statement] = STATE(483), - [sym_requeue_statement] = STATE(483), - [sym_accept_statement] = STATE(483), - [sym_case_statement] = STATE(483), - [sym_block_statement] = STATE(483), - [sym_if_statement] = STATE(483), - [sym_exit_statement] = STATE(483), - [sym_goto_statement] = STATE(483), - [sym__delay_statement] = STATE(483), - [sym_delay_until_statement] = STATE(483), - [sym_delay_relative_statement] = STATE(483), - [sym_simple_return_statement] = STATE(483), - [sym_extended_return_statement] = STATE(483), - [sym_procedure_call_statement] = STATE(483), - [sym_function_call] = STATE(947), - [sym_raise_statement] = STATE(483), - [sym_loop_statement] = STATE(483), - [sym_iteration_scheme] = STATE(1576), - [sym_assignment_statement] = STATE(483), - [sym_subprogram_declaration] = STATE(483), - [sym_expression_function_declaration] = STATE(483), - [sym__subprogram_specification] = STATE(1043), - [sym_subtype_declaration] = STATE(483), + [sym_overriding_indicator] = STATE(931), + [sym_pragma_g] = STATE(482), + [sym_procedure_specification] = STATE(1127), + [sym_record_representation_clause] = STATE(482), + [sym__renaming_declaration] = STATE(482), + [sym_object_renaming_declaration] = STATE(482), + [sym_exception_renaming_declaration] = STATE(482), + [sym_package_renaming_declaration] = STATE(482), + [sym_subprogram_renaming_declaration] = STATE(482), + [sym_generic_renaming_declaration] = STATE(482), + [sym__simple_statement] = STATE(482), + [sym__statement] = STATE(482), + [sym__compound_statement] = STATE(482), + [sym__select_statement] = STATE(482), + [sym_asynchronous_select] = STATE(482), + [sym_conditional_entry_call] = STATE(482), + [sym_timed_entry_call] = STATE(482), + [sym_selective_accept] = STATE(482), + [sym_abort_statement] = STATE(482), + [sym_requeue_statement] = STATE(482), + [sym_accept_statement] = STATE(482), + [sym_case_statement] = STATE(482), + [sym_block_statement] = STATE(482), + [sym_if_statement] = STATE(482), + [sym_exit_statement] = STATE(482), + [sym_goto_statement] = STATE(482), + [sym__delay_statement] = STATE(482), + [sym_delay_until_statement] = STATE(482), + [sym_delay_relative_statement] = STATE(482), + [sym_simple_return_statement] = STATE(482), + [sym_extended_return_statement] = STATE(482), + [sym_procedure_call_statement] = STATE(482), + [sym_function_call] = STATE(961), + [sym_raise_statement] = STATE(482), + [sym_loop_statement] = STATE(482), + [sym_iteration_scheme] = STATE(1578), + [sym_assignment_statement] = STATE(482), + [sym_subprogram_declaration] = STATE(482), + [sym_expression_function_declaration] = STATE(482), + [sym__subprogram_specification] = STATE(972), + [sym_subtype_declaration] = STATE(482), [aux_sym_compilation_repeat1] = STATE(3), [aux_sym__sequence_of_statements_repeat2] = STATE(75), [ts_builtin_sym_end] = ACTIONS(5), @@ -9677,101 +9675,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(81), }, [2] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym__defining_identifier_list] = STATE(1664), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym__defining_identifier_list] = STATE(1663), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), [sym_compilation_unit] = STATE(2), - [sym__declarative_item] = STATE(483), - [sym__basic_declarative_item] = STATE(483), - [sym__basic_declaration] = STATE(483), - [sym__package_declaration] = STATE(483), - [sym_package_specification] = STATE(1627), - [sym_with_clause] = STATE(483), - [sym_use_clause] = STATE(483), - [sym_subunit] = STATE(483), - [sym__proper_body] = STATE(483), - [sym_subprogram_body] = STATE(483), - [sym_package_body] = STATE(483), - [sym__type_declaration] = STATE(483), - [sym_full_type_declaration] = STATE(483), - [sym_private_type_declaration] = STATE(483), - [sym_private_extension_declaration] = STATE(483), - [sym_incomplete_type_declaration] = STATE(483), - [sym__aspect_clause] = STATE(483), - [sym_at_clause] = STATE(483), - [sym_attribute_definition_clause] = STATE(483), - [sym_body_stub] = STATE(483), + [sym__declarative_item] = STATE(482), + [sym__basic_declarative_item] = STATE(482), + [sym__basic_declaration] = STATE(482), + [sym__package_declaration] = STATE(482), + [sym_package_specification] = STATE(1626), + [sym_with_clause] = STATE(482), + [sym_use_clause] = STATE(482), + [sym_subunit] = STATE(482), + [sym__proper_body] = STATE(482), + [sym_subprogram_body] = STATE(482), + [sym_package_body] = STATE(482), + [sym__type_declaration] = STATE(482), + [sym_full_type_declaration] = STATE(482), + [sym_private_type_declaration] = STATE(482), + [sym_private_extension_declaration] = STATE(482), + [sym_incomplete_type_declaration] = STATE(482), + [sym__aspect_clause] = STATE(482), + [sym_at_clause] = STATE(482), + [sym_attribute_definition_clause] = STATE(482), + [sym_body_stub] = STATE(482), [sym_subprogram_body_stub] = STATE(417), [sym_package_body_stub] = STATE(417), - [sym_task_body] = STATE(483), + [sym_task_body] = STATE(482), [sym_task_body_stub] = STATE(417), [sym_protected_type_declaration] = STATE(419), [sym_single_protected_declaration] = STATE(426), - [sym_protected_body] = STATE(483), + [sym_protected_body] = STATE(482), [sym_protected_body_stub] = STATE(417), - [sym_entry_declaration] = STATE(483), - [sym_enumeration_representation_clause] = STATE(483), - [sym_exception_declaration] = STATE(483), - [sym_function_specification] = STATE(1115), - [sym__generic_declaration] = STATE(483), - [sym_generic_formal_part] = STATE(925), - [sym_generic_subprogram_declaration] = STATE(483), - [sym_generic_package_declaration] = STATE(483), - [sym_generic_instantiation] = STATE(483), - [sym_loop_label] = STATE(941), + [sym_entry_declaration] = STATE(482), + [sym_enumeration_representation_clause] = STATE(482), + [sym_exception_declaration] = STATE(482), + [sym_function_specification] = STATE(1109), + [sym__generic_declaration] = STATE(482), + [sym_generic_formal_part] = STATE(910), + [sym_generic_subprogram_declaration] = STATE(482), + [sym_generic_package_declaration] = STATE(482), + [sym_generic_instantiation] = STATE(482), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), - [sym_null_procedure_declaration] = STATE(483), - [sym_null_statement] = STATE(483), - [sym_number_declaration] = STATE(483), - [sym_object_declaration] = STATE(483), + [sym_null_procedure_declaration] = STATE(482), + [sym_null_statement] = STATE(482), + [sym_number_declaration] = STATE(482), + [sym_object_declaration] = STATE(482), [sym_single_task_declaration] = STATE(426), [sym_task_type_declaration] = STATE(419), - [sym_overriding_indicator] = STATE(940), - [sym_pragma_g] = STATE(483), - [sym_procedure_specification] = STATE(1142), - [sym_record_representation_clause] = STATE(483), - [sym__renaming_declaration] = STATE(483), - [sym_object_renaming_declaration] = STATE(483), - [sym_exception_renaming_declaration] = STATE(483), - [sym_package_renaming_declaration] = STATE(483), - [sym_subprogram_renaming_declaration] = STATE(483), - [sym_generic_renaming_declaration] = STATE(483), - [sym__simple_statement] = STATE(483), - [sym__statement] = STATE(483), - [sym__compound_statement] = STATE(483), - [sym__select_statement] = STATE(483), - [sym_asynchronous_select] = STATE(483), - [sym_conditional_entry_call] = STATE(483), - [sym_timed_entry_call] = STATE(483), - [sym_selective_accept] = STATE(483), - [sym_abort_statement] = STATE(483), - [sym_requeue_statement] = STATE(483), - [sym_accept_statement] = STATE(483), - [sym_case_statement] = STATE(483), - [sym_block_statement] = STATE(483), - [sym_if_statement] = STATE(483), - [sym_exit_statement] = STATE(483), - [sym_goto_statement] = STATE(483), - [sym__delay_statement] = STATE(483), - [sym_delay_until_statement] = STATE(483), - [sym_delay_relative_statement] = STATE(483), - [sym_simple_return_statement] = STATE(483), - [sym_extended_return_statement] = STATE(483), - [sym_procedure_call_statement] = STATE(483), - [sym_function_call] = STATE(947), - [sym_raise_statement] = STATE(483), - [sym_loop_statement] = STATE(483), - [sym_iteration_scheme] = STATE(1576), - [sym_assignment_statement] = STATE(483), - [sym_subprogram_declaration] = STATE(483), - [sym_expression_function_declaration] = STATE(483), - [sym__subprogram_specification] = STATE(1043), - [sym_subtype_declaration] = STATE(483), + [sym_overriding_indicator] = STATE(931), + [sym_pragma_g] = STATE(482), + [sym_procedure_specification] = STATE(1127), + [sym_record_representation_clause] = STATE(482), + [sym__renaming_declaration] = STATE(482), + [sym_object_renaming_declaration] = STATE(482), + [sym_exception_renaming_declaration] = STATE(482), + [sym_package_renaming_declaration] = STATE(482), + [sym_subprogram_renaming_declaration] = STATE(482), + [sym_generic_renaming_declaration] = STATE(482), + [sym__simple_statement] = STATE(482), + [sym__statement] = STATE(482), + [sym__compound_statement] = STATE(482), + [sym__select_statement] = STATE(482), + [sym_asynchronous_select] = STATE(482), + [sym_conditional_entry_call] = STATE(482), + [sym_timed_entry_call] = STATE(482), + [sym_selective_accept] = STATE(482), + [sym_abort_statement] = STATE(482), + [sym_requeue_statement] = STATE(482), + [sym_accept_statement] = STATE(482), + [sym_case_statement] = STATE(482), + [sym_block_statement] = STATE(482), + [sym_if_statement] = STATE(482), + [sym_exit_statement] = STATE(482), + [sym_goto_statement] = STATE(482), + [sym__delay_statement] = STATE(482), + [sym_delay_until_statement] = STATE(482), + [sym_delay_relative_statement] = STATE(482), + [sym_simple_return_statement] = STATE(482), + [sym_extended_return_statement] = STATE(482), + [sym_procedure_call_statement] = STATE(482), + [sym_function_call] = STATE(961), + [sym_raise_statement] = STATE(482), + [sym_loop_statement] = STATE(482), + [sym_iteration_scheme] = STATE(1578), + [sym_assignment_statement] = STATE(482), + [sym_subprogram_declaration] = STATE(482), + [sym_expression_function_declaration] = STATE(482), + [sym__subprogram_specification] = STATE(972), + [sym_subtype_declaration] = STATE(482), [aux_sym_compilation_repeat1] = STATE(2), [aux_sym__sequence_of_statements_repeat2] = STATE(75), [ts_builtin_sym_end] = ACTIONS(83), @@ -9818,101 +9816,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(196), }, [3] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym__defining_identifier_list] = STATE(1664), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym__defining_identifier_list] = STATE(1663), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), [sym_compilation_unit] = STATE(2), - [sym__declarative_item] = STATE(483), - [sym__basic_declarative_item] = STATE(483), - [sym__basic_declaration] = STATE(483), - [sym__package_declaration] = STATE(483), - [sym_package_specification] = STATE(1627), - [sym_with_clause] = STATE(483), - [sym_use_clause] = STATE(483), - [sym_subunit] = STATE(483), - [sym__proper_body] = STATE(483), - [sym_subprogram_body] = STATE(483), - [sym_package_body] = STATE(483), - [sym__type_declaration] = STATE(483), - [sym_full_type_declaration] = STATE(483), - [sym_private_type_declaration] = STATE(483), - [sym_private_extension_declaration] = STATE(483), - [sym_incomplete_type_declaration] = STATE(483), - [sym__aspect_clause] = STATE(483), - [sym_at_clause] = STATE(483), - [sym_attribute_definition_clause] = STATE(483), - [sym_body_stub] = STATE(483), + [sym__declarative_item] = STATE(482), + [sym__basic_declarative_item] = STATE(482), + [sym__basic_declaration] = STATE(482), + [sym__package_declaration] = STATE(482), + [sym_package_specification] = STATE(1626), + [sym_with_clause] = STATE(482), + [sym_use_clause] = STATE(482), + [sym_subunit] = STATE(482), + [sym__proper_body] = STATE(482), + [sym_subprogram_body] = STATE(482), + [sym_package_body] = STATE(482), + [sym__type_declaration] = STATE(482), + [sym_full_type_declaration] = STATE(482), + [sym_private_type_declaration] = STATE(482), + [sym_private_extension_declaration] = STATE(482), + [sym_incomplete_type_declaration] = STATE(482), + [sym__aspect_clause] = STATE(482), + [sym_at_clause] = STATE(482), + [sym_attribute_definition_clause] = STATE(482), + [sym_body_stub] = STATE(482), [sym_subprogram_body_stub] = STATE(417), [sym_package_body_stub] = STATE(417), - [sym_task_body] = STATE(483), + [sym_task_body] = STATE(482), [sym_task_body_stub] = STATE(417), [sym_protected_type_declaration] = STATE(419), [sym_single_protected_declaration] = STATE(426), - [sym_protected_body] = STATE(483), + [sym_protected_body] = STATE(482), [sym_protected_body_stub] = STATE(417), - [sym_entry_declaration] = STATE(483), - [sym_enumeration_representation_clause] = STATE(483), - [sym_exception_declaration] = STATE(483), - [sym_function_specification] = STATE(1115), - [sym__generic_declaration] = STATE(483), - [sym_generic_formal_part] = STATE(925), - [sym_generic_subprogram_declaration] = STATE(483), - [sym_generic_package_declaration] = STATE(483), - [sym_generic_instantiation] = STATE(483), - [sym_loop_label] = STATE(941), + [sym_entry_declaration] = STATE(482), + [sym_enumeration_representation_clause] = STATE(482), + [sym_exception_declaration] = STATE(482), + [sym_function_specification] = STATE(1109), + [sym__generic_declaration] = STATE(482), + [sym_generic_formal_part] = STATE(910), + [sym_generic_subprogram_declaration] = STATE(482), + [sym_generic_package_declaration] = STATE(482), + [sym_generic_instantiation] = STATE(482), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), - [sym_null_procedure_declaration] = STATE(483), - [sym_null_statement] = STATE(483), - [sym_number_declaration] = STATE(483), - [sym_object_declaration] = STATE(483), + [sym_null_procedure_declaration] = STATE(482), + [sym_null_statement] = STATE(482), + [sym_number_declaration] = STATE(482), + [sym_object_declaration] = STATE(482), [sym_single_task_declaration] = STATE(426), [sym_task_type_declaration] = STATE(419), - [sym_overriding_indicator] = STATE(940), - [sym_pragma_g] = STATE(483), - [sym_procedure_specification] = STATE(1142), - [sym_record_representation_clause] = STATE(483), - [sym__renaming_declaration] = STATE(483), - [sym_object_renaming_declaration] = STATE(483), - [sym_exception_renaming_declaration] = STATE(483), - [sym_package_renaming_declaration] = STATE(483), - [sym_subprogram_renaming_declaration] = STATE(483), - [sym_generic_renaming_declaration] = STATE(483), - [sym__simple_statement] = STATE(483), - [sym__statement] = STATE(483), - [sym__compound_statement] = STATE(483), - [sym__select_statement] = STATE(483), - [sym_asynchronous_select] = STATE(483), - [sym_conditional_entry_call] = STATE(483), - [sym_timed_entry_call] = STATE(483), - [sym_selective_accept] = STATE(483), - [sym_abort_statement] = STATE(483), - [sym_requeue_statement] = STATE(483), - [sym_accept_statement] = STATE(483), - [sym_case_statement] = STATE(483), - [sym_block_statement] = STATE(483), - [sym_if_statement] = STATE(483), - [sym_exit_statement] = STATE(483), - [sym_goto_statement] = STATE(483), - [sym__delay_statement] = STATE(483), - [sym_delay_until_statement] = STATE(483), - [sym_delay_relative_statement] = STATE(483), - [sym_simple_return_statement] = STATE(483), - [sym_extended_return_statement] = STATE(483), - [sym_procedure_call_statement] = STATE(483), - [sym_function_call] = STATE(947), - [sym_raise_statement] = STATE(483), - [sym_loop_statement] = STATE(483), - [sym_iteration_scheme] = STATE(1576), - [sym_assignment_statement] = STATE(483), - [sym_subprogram_declaration] = STATE(483), - [sym_expression_function_declaration] = STATE(483), - [sym__subprogram_specification] = STATE(1043), - [sym_subtype_declaration] = STATE(483), + [sym_overriding_indicator] = STATE(931), + [sym_pragma_g] = STATE(482), + [sym_procedure_specification] = STATE(1127), + [sym_record_representation_clause] = STATE(482), + [sym__renaming_declaration] = STATE(482), + [sym_object_renaming_declaration] = STATE(482), + [sym_exception_renaming_declaration] = STATE(482), + [sym_package_renaming_declaration] = STATE(482), + [sym_subprogram_renaming_declaration] = STATE(482), + [sym_generic_renaming_declaration] = STATE(482), + [sym__simple_statement] = STATE(482), + [sym__statement] = STATE(482), + [sym__compound_statement] = STATE(482), + [sym__select_statement] = STATE(482), + [sym_asynchronous_select] = STATE(482), + [sym_conditional_entry_call] = STATE(482), + [sym_timed_entry_call] = STATE(482), + [sym_selective_accept] = STATE(482), + [sym_abort_statement] = STATE(482), + [sym_requeue_statement] = STATE(482), + [sym_accept_statement] = STATE(482), + [sym_case_statement] = STATE(482), + [sym_block_statement] = STATE(482), + [sym_if_statement] = STATE(482), + [sym_exit_statement] = STATE(482), + [sym_goto_statement] = STATE(482), + [sym__delay_statement] = STATE(482), + [sym_delay_until_statement] = STATE(482), + [sym_delay_relative_statement] = STATE(482), + [sym_simple_return_statement] = STATE(482), + [sym_extended_return_statement] = STATE(482), + [sym_procedure_call_statement] = STATE(482), + [sym_function_call] = STATE(961), + [sym_raise_statement] = STATE(482), + [sym_loop_statement] = STATE(482), + [sym_iteration_scheme] = STATE(1578), + [sym_assignment_statement] = STATE(482), + [sym_subprogram_declaration] = STATE(482), + [sym_expression_function_declaration] = STATE(482), + [sym__subprogram_specification] = STATE(972), + [sym_subtype_declaration] = STATE(482), [aux_sym_compilation_repeat1] = STATE(2), [aux_sym__sequence_of_statements_repeat2] = STATE(75), [ts_builtin_sym_end] = ACTIONS(199), @@ -9959,12 +9957,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(81), }, [4] = { - [sym__defining_identifier_list] = STATE(1664), + [sym__defining_identifier_list] = STATE(1663), [sym__declarative_item] = STATE(23), [sym__basic_declarative_item] = STATE(23), [sym__basic_declaration] = STATE(23), [sym__package_declaration] = STATE(23), - [sym_package_specification] = STATE(1627), + [sym_package_specification] = STATE(1626), [sym_use_clause] = STATE(23), [sym__proper_body] = STATE(23), [sym_subprogram_body] = STATE(23), @@ -9987,12 +9985,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(23), [sym_protected_body_stub] = STATE(417), [sym__declarative_item_pragma] = STATE(23), - [sym_non_empty_declarative_part] = STATE(1848), + [sym_non_empty_declarative_part] = STATE(1847), [sym_enumeration_representation_clause] = STATE(23), [sym_exception_declaration] = STATE(23), - [sym_function_specification] = STATE(1115), + [sym_function_specification] = STATE(1109), [sym__generic_declaration] = STATE(23), - [sym_generic_formal_part] = STATE(925), + [sym_generic_formal_part] = STATE(910), [sym_generic_subprogram_declaration] = STATE(23), [sym_generic_package_declaration] = STATE(23), [sym_generic_instantiation] = STATE(23), @@ -10001,9 +9999,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(23), [sym_single_task_declaration] = STATE(426), [sym_task_type_declaration] = STATE(419), - [sym_overriding_indicator] = STATE(976), + [sym_overriding_indicator] = STATE(1003), [sym_pragma_g] = STATE(23), - [sym_procedure_specification] = STATE(1142), + [sym_procedure_specification] = STATE(1127), [sym_record_representation_clause] = STATE(23), [sym__renaming_declaration] = STATE(23), [sym_object_renaming_declaration] = STATE(23), @@ -10013,7 +10011,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_generic_renaming_declaration] = STATE(23), [sym_subprogram_declaration] = STATE(23), [sym_expression_function_declaration] = STATE(23), - [sym__subprogram_specification] = STATE(1043), + [sym__subprogram_specification] = STATE(972), [sym_subtype_declaration] = STATE(23), [aux_sym_non_empty_declarative_part_repeat1] = STATE(23), [sym_identifier] = ACTIONS(201), @@ -10036,12 +10034,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(81), }, [5] = { - [sym__defining_identifier_list] = STATE(1664), + [sym__defining_identifier_list] = STATE(1663), [sym__declarative_item] = STATE(23), [sym__basic_declarative_item] = STATE(23), [sym__basic_declaration] = STATE(23), [sym__package_declaration] = STATE(23), - [sym_package_specification] = STATE(1627), + [sym_package_specification] = STATE(1626), [sym_use_clause] = STATE(23), [sym__proper_body] = STATE(23), [sym_subprogram_body] = STATE(23), @@ -10064,12 +10062,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(23), [sym_protected_body_stub] = STATE(417), [sym__declarative_item_pragma] = STATE(23), - [sym_non_empty_declarative_part] = STATE(1610), + [sym_non_empty_declarative_part] = STATE(1609), [sym_enumeration_representation_clause] = STATE(23), [sym_exception_declaration] = STATE(23), - [sym_function_specification] = STATE(1115), + [sym_function_specification] = STATE(1109), [sym__generic_declaration] = STATE(23), - [sym_generic_formal_part] = STATE(925), + [sym_generic_formal_part] = STATE(910), [sym_generic_subprogram_declaration] = STATE(23), [sym_generic_package_declaration] = STATE(23), [sym_generic_instantiation] = STATE(23), @@ -10078,9 +10076,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(23), [sym_single_task_declaration] = STATE(426), [sym_task_type_declaration] = STATE(419), - [sym_overriding_indicator] = STATE(976), + [sym_overriding_indicator] = STATE(1003), [sym_pragma_g] = STATE(23), - [sym_procedure_specification] = STATE(1142), + [sym_procedure_specification] = STATE(1127), [sym_record_representation_clause] = STATE(23), [sym__renaming_declaration] = STATE(23), [sym_object_renaming_declaration] = STATE(23), @@ -10090,7 +10088,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_generic_renaming_declaration] = STATE(23), [sym_subprogram_declaration] = STATE(23), [sym_expression_function_declaration] = STATE(23), - [sym__subprogram_specification] = STATE(1043), + [sym__subprogram_specification] = STATE(972), [sym_subtype_declaration] = STATE(23), [aux_sym_non_empty_declarative_part_repeat1] = STATE(23), [sym_identifier] = ACTIONS(201), @@ -10113,58 +10111,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(81), }, [6] = { - [sym_unary_adding_operator] = STATE(498), - [sym__name] = STATE(484), - [sym_selected_component] = STATE(501), + [sym_unary_adding_operator] = STATE(499), + [sym__name] = STATE(480), + [sym_selected_component] = STATE(502), [sym_slice] = STATE(264), [sym__attribute_reference] = STATE(264), [sym__reduction_attribute_reference] = STATE(264), - [sym_value_sequence] = STATE(1652), - [sym_iterated_element_association] = STATE(1226), + [sym_value_sequence] = STATE(1651), + [sym_iterated_element_association] = STATE(1281), [sym_qualified_expression] = STATE(264), - [sym__subtype_indication] = STATE(1377), - [sym_range_g] = STATE(1375), - [sym_expression] = STATE(950), - [sym__relation] = STATE(558), - [sym_relation_membership] = STATE(558), - [sym_raise_expression] = STATE(558), - [sym__simple_expression] = STATE(598), - [sym_term] = STATE(509), + [sym__subtype_indication] = STATE(1375), + [sym_range_g] = STATE(1373), + [sym_expression] = STATE(962), + [sym__relation] = STATE(566), + [sym_relation_membership] = STATE(566), + [sym_raise_expression] = STATE(566), + [sym__simple_expression] = STATE(602), + [sym_term] = STATE(511), [sym__factor] = STATE(487), [sym_factor_power] = STATE(487), [sym_factor_abs] = STATE(487), [sym_factor_not] = STATE(487), - [sym__parenthesized_expression] = STATE(491), - [sym__primary] = STATE(491), - [sym_primary_null] = STATE(491), - [sym_allocator] = STATE(491), - [sym__conditional_expression] = STATE(1866), - [sym_quantified_expression] = STATE(1866), - [sym_declare_expression] = STATE(1866), - [sym_case_expression] = STATE(1866), - [sym_component_choice_list] = STATE(1877), - [sym__aggregate] = STATE(491), - [sym__delta_aggregate] = STATE(491), - [sym_extension_aggregate] = STATE(491), - [sym_record_delta_aggregate] = STATE(491), - [sym_array_delta_aggregate] = STATE(491), - [sym_record_aggregate] = STATE(491), - [sym_record_component_association_list] = STATE(1880), - [sym__named_record_component_association] = STATE(1290), - [sym_null_exclusion] = STATE(802), - [sym__array_aggregate] = STATE(491), - [sym_positional_array_aggregate] = STATE(491), - [sym_null_array_aggregate] = STATE(491), - [sym_named_array_aggregate] = STATE(491), - [sym__array_component_association_list] = STATE(1923), - [sym_array_component_association] = STATE(1073), - [sym_discrete_choice_list] = STATE(1926), - [sym_discrete_choice] = STATE(1171), - [sym_global_aspect_element] = STATE(1334), - [sym_global_mode] = STATE(686), - [sym_non_empty_mode] = STATE(831), - [sym_if_expression] = STATE(1866), - [sym_function_call] = STATE(484), + [sym__parenthesized_expression] = STATE(490), + [sym__primary] = STATE(490), + [sym_primary_null] = STATE(490), + [sym_allocator] = STATE(490), + [sym__conditional_expression] = STATE(1865), + [sym_quantified_expression] = STATE(1865), + [sym_declare_expression] = STATE(1865), + [sym_case_expression] = STATE(1865), + [sym_component_choice_list] = STATE(1876), + [sym__aggregate] = STATE(490), + [sym__delta_aggregate] = STATE(490), + [sym_extension_aggregate] = STATE(490), + [sym_record_delta_aggregate] = STATE(490), + [sym_array_delta_aggregate] = STATE(490), + [sym_record_aggregate] = STATE(490), + [sym_record_component_association_list] = STATE(1879), + [sym__named_record_component_association] = STATE(1309), + [sym_null_exclusion] = STATE(800), + [sym__array_aggregate] = STATE(490), + [sym_positional_array_aggregate] = STATE(490), + [sym_null_array_aggregate] = STATE(490), + [sym_named_array_aggregate] = STATE(490), + [sym__array_component_association_list] = STATE(1922), + [sym_array_component_association] = STATE(1087), + [sym_discrete_choice_list] = STATE(1529), + [sym_discrete_choice] = STATE(1260), + [sym_global_aspect_element] = STATE(1333), + [sym_global_mode] = STATE(690), + [sym_non_empty_mode] = STATE(823), + [sym_if_expression] = STATE(1865), + [sym_function_call] = STATE(480), [sym_identifier] = ACTIONS(217), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(219), @@ -10190,12 +10188,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_if_expression_token1] = ACTIONS(257), }, [7] = { - [sym__defining_identifier_list] = STATE(1664), + [sym__defining_identifier_list] = STATE(1663), [sym__declarative_item] = STATE(23), [sym__basic_declarative_item] = STATE(23), [sym__basic_declaration] = STATE(23), [sym__package_declaration] = STATE(23), - [sym_package_specification] = STATE(1627), + [sym_package_specification] = STATE(1626), [sym_use_clause] = STATE(23), [sym__proper_body] = STATE(23), [sym_subprogram_body] = STATE(23), @@ -10218,12 +10216,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(23), [sym_protected_body_stub] = STATE(417), [sym__declarative_item_pragma] = STATE(23), - [sym_non_empty_declarative_part] = STATE(1610), + [sym_non_empty_declarative_part] = STATE(1609), [sym_enumeration_representation_clause] = STATE(23), [sym_exception_declaration] = STATE(23), - [sym_function_specification] = STATE(1115), + [sym_function_specification] = STATE(1109), [sym__generic_declaration] = STATE(23), - [sym_generic_formal_part] = STATE(925), + [sym_generic_formal_part] = STATE(910), [sym_generic_subprogram_declaration] = STATE(23), [sym_generic_package_declaration] = STATE(23), [sym_generic_instantiation] = STATE(23), @@ -10232,9 +10230,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(23), [sym_single_task_declaration] = STATE(426), [sym_task_type_declaration] = STATE(419), - [sym_overriding_indicator] = STATE(976), + [sym_overriding_indicator] = STATE(1003), [sym_pragma_g] = STATE(23), - [sym_procedure_specification] = STATE(1142), + [sym_procedure_specification] = STATE(1127), [sym_record_representation_clause] = STATE(23), [sym__renaming_declaration] = STATE(23), [sym_object_renaming_declaration] = STATE(23), @@ -10244,7 +10242,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_generic_renaming_declaration] = STATE(23), [sym_subprogram_declaration] = STATE(23), [sym_expression_function_declaration] = STATE(23), - [sym__subprogram_specification] = STATE(1043), + [sym__subprogram_specification] = STATE(972), [sym_subtype_declaration] = STATE(23), [aux_sym_non_empty_declarative_part_repeat1] = STATE(23), [sym_identifier] = ACTIONS(201), @@ -10266,12 +10264,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(81), }, [8] = { - [sym__defining_identifier_list] = STATE(1664), + [sym__defining_identifier_list] = STATE(1663), [sym__declarative_item] = STATE(23), [sym__basic_declarative_item] = STATE(23), [sym__basic_declaration] = STATE(23), [sym__package_declaration] = STATE(23), - [sym_package_specification] = STATE(1627), + [sym_package_specification] = STATE(1626), [sym_use_clause] = STATE(23), [sym__proper_body] = STATE(23), [sym_subprogram_body] = STATE(23), @@ -10294,12 +10292,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(23), [sym_protected_body_stub] = STATE(417), [sym__declarative_item_pragma] = STATE(23), - [sym_non_empty_declarative_part] = STATE(1848), + [sym_non_empty_declarative_part] = STATE(1847), [sym_enumeration_representation_clause] = STATE(23), [sym_exception_declaration] = STATE(23), - [sym_function_specification] = STATE(1115), + [sym_function_specification] = STATE(1109), [sym__generic_declaration] = STATE(23), - [sym_generic_formal_part] = STATE(925), + [sym_generic_formal_part] = STATE(910), [sym_generic_subprogram_declaration] = STATE(23), [sym_generic_package_declaration] = STATE(23), [sym_generic_instantiation] = STATE(23), @@ -10308,9 +10306,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(23), [sym_single_task_declaration] = STATE(426), [sym_task_type_declaration] = STATE(419), - [sym_overriding_indicator] = STATE(976), + [sym_overriding_indicator] = STATE(1003), [sym_pragma_g] = STATE(23), - [sym_procedure_specification] = STATE(1142), + [sym_procedure_specification] = STATE(1127), [sym_record_representation_clause] = STATE(23), [sym__renaming_declaration] = STATE(23), [sym_object_renaming_declaration] = STATE(23), @@ -10320,7 +10318,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_generic_renaming_declaration] = STATE(23), [sym_subprogram_declaration] = STATE(23), [sym_expression_function_declaration] = STATE(23), - [sym__subprogram_specification] = STATE(1043), + [sym__subprogram_specification] = STATE(972), [sym_subtype_declaration] = STATE(23), [aux_sym_non_empty_declarative_part_repeat1] = STATE(23), [sym_identifier] = ACTIONS(201), @@ -10342,12 +10340,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(81), }, [9] = { - [sym__defining_identifier_list] = STATE(1664), + [sym__defining_identifier_list] = STATE(1663), [sym__declarative_item] = STATE(23), [sym__basic_declarative_item] = STATE(23), [sym__basic_declaration] = STATE(23), [sym__package_declaration] = STATE(23), - [sym_package_specification] = STATE(1627), + [sym_package_specification] = STATE(1626), [sym_use_clause] = STATE(23), [sym__proper_body] = STATE(23), [sym_subprogram_body] = STATE(23), @@ -10370,12 +10368,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(23), [sym_protected_body_stub] = STATE(417), [sym__declarative_item_pragma] = STATE(23), - [sym_non_empty_declarative_part] = STATE(1456), + [sym_non_empty_declarative_part] = STATE(1454), [sym_enumeration_representation_clause] = STATE(23), [sym_exception_declaration] = STATE(23), - [sym_function_specification] = STATE(1115), + [sym_function_specification] = STATE(1109), [sym__generic_declaration] = STATE(23), - [sym_generic_formal_part] = STATE(925), + [sym_generic_formal_part] = STATE(910), [sym_generic_subprogram_declaration] = STATE(23), [sym_generic_package_declaration] = STATE(23), [sym_generic_instantiation] = STATE(23), @@ -10384,9 +10382,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(23), [sym_single_task_declaration] = STATE(426), [sym_task_type_declaration] = STATE(419), - [sym_overriding_indicator] = STATE(976), + [sym_overriding_indicator] = STATE(1003), [sym_pragma_g] = STATE(23), - [sym_procedure_specification] = STATE(1142), + [sym_procedure_specification] = STATE(1127), [sym_record_representation_clause] = STATE(23), [sym__renaming_declaration] = STATE(23), [sym_object_renaming_declaration] = STATE(23), @@ -10396,7 +10394,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_generic_renaming_declaration] = STATE(23), [sym_subprogram_declaration] = STATE(23), [sym_expression_function_declaration] = STATE(23), - [sym__subprogram_specification] = STATE(1043), + [sym__subprogram_specification] = STATE(972), [sym_subtype_declaration] = STATE(23), [aux_sym_non_empty_declarative_part_repeat1] = STATE(23), [sym_identifier] = ACTIONS(201), @@ -10418,12 +10416,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(81), }, [10] = { - [sym__defining_identifier_list] = STATE(1664), + [sym__defining_identifier_list] = STATE(1663), [sym__declarative_item] = STATE(23), [sym__basic_declarative_item] = STATE(23), [sym__basic_declaration] = STATE(23), [sym__package_declaration] = STATE(23), - [sym_package_specification] = STATE(1627), + [sym_package_specification] = STATE(1626), [sym_use_clause] = STATE(23), [sym__proper_body] = STATE(23), [sym_subprogram_body] = STATE(23), @@ -10446,12 +10444,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(23), [sym_protected_body_stub] = STATE(417), [sym__declarative_item_pragma] = STATE(23), - [sym_non_empty_declarative_part] = STATE(1345), + [sym_non_empty_declarative_part] = STATE(1343), [sym_enumeration_representation_clause] = STATE(23), [sym_exception_declaration] = STATE(23), - [sym_function_specification] = STATE(1115), + [sym_function_specification] = STATE(1109), [sym__generic_declaration] = STATE(23), - [sym_generic_formal_part] = STATE(925), + [sym_generic_formal_part] = STATE(910), [sym_generic_subprogram_declaration] = STATE(23), [sym_generic_package_declaration] = STATE(23), [sym_generic_instantiation] = STATE(23), @@ -10460,9 +10458,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(23), [sym_single_task_declaration] = STATE(426), [sym_task_type_declaration] = STATE(419), - [sym_overriding_indicator] = STATE(976), + [sym_overriding_indicator] = STATE(1003), [sym_pragma_g] = STATE(23), - [sym_procedure_specification] = STATE(1142), + [sym_procedure_specification] = STATE(1127), [sym_record_representation_clause] = STATE(23), [sym__renaming_declaration] = STATE(23), [sym_object_renaming_declaration] = STATE(23), @@ -10472,7 +10470,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_generic_renaming_declaration] = STATE(23), [sym_subprogram_declaration] = STATE(23), [sym_expression_function_declaration] = STATE(23), - [sym__subprogram_specification] = STATE(1043), + [sym__subprogram_specification] = STATE(972), [sym_subtype_declaration] = STATE(23), [aux_sym_non_empty_declarative_part_repeat1] = STATE(23), [sym_identifier] = ACTIONS(201), @@ -10494,12 +10492,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(81), }, [11] = { - [sym__defining_identifier_list] = STATE(1664), + [sym__defining_identifier_list] = STATE(1663), [sym__declarative_item] = STATE(23), [sym__basic_declarative_item] = STATE(23), [sym__basic_declaration] = STATE(23), [sym__package_declaration] = STATE(23), - [sym_package_specification] = STATE(1627), + [sym_package_specification] = STATE(1626), [sym_use_clause] = STATE(23), [sym__proper_body] = STATE(23), [sym_subprogram_body] = STATE(23), @@ -10522,12 +10520,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(23), [sym_protected_body_stub] = STATE(417), [sym__declarative_item_pragma] = STATE(23), - [sym_non_empty_declarative_part] = STATE(1756), + [sym_non_empty_declarative_part] = STATE(1757), [sym_enumeration_representation_clause] = STATE(23), [sym_exception_declaration] = STATE(23), - [sym_function_specification] = STATE(1115), + [sym_function_specification] = STATE(1109), [sym__generic_declaration] = STATE(23), - [sym_generic_formal_part] = STATE(925), + [sym_generic_formal_part] = STATE(910), [sym_generic_subprogram_declaration] = STATE(23), [sym_generic_package_declaration] = STATE(23), [sym_generic_instantiation] = STATE(23), @@ -10536,9 +10534,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(23), [sym_single_task_declaration] = STATE(426), [sym_task_type_declaration] = STATE(419), - [sym_overriding_indicator] = STATE(976), + [sym_overriding_indicator] = STATE(1003), [sym_pragma_g] = STATE(23), - [sym_procedure_specification] = STATE(1142), + [sym_procedure_specification] = STATE(1127), [sym_record_representation_clause] = STATE(23), [sym__renaming_declaration] = STATE(23), [sym_object_renaming_declaration] = STATE(23), @@ -10548,7 +10546,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_generic_renaming_declaration] = STATE(23), [sym_subprogram_declaration] = STATE(23), [sym_expression_function_declaration] = STATE(23), - [sym__subprogram_specification] = STATE(1043), + [sym__subprogram_specification] = STATE(972), [sym_subtype_declaration] = STATE(23), [aux_sym_non_empty_declarative_part_repeat1] = STATE(23), [sym_identifier] = ACTIONS(201), @@ -10570,12 +10568,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(81), }, [12] = { - [sym__defining_identifier_list] = STATE(1664), + [sym__defining_identifier_list] = STATE(1663), [sym__declarative_item] = STATE(23), [sym__basic_declarative_item] = STATE(23), [sym__basic_declaration] = STATE(23), [sym__package_declaration] = STATE(23), - [sym_package_specification] = STATE(1627), + [sym_package_specification] = STATE(1626), [sym_use_clause] = STATE(23), [sym__proper_body] = STATE(23), [sym_subprogram_body] = STATE(23), @@ -10598,12 +10596,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(23), [sym_protected_body_stub] = STATE(417), [sym__declarative_item_pragma] = STATE(23), - [sym_non_empty_declarative_part] = STATE(1857), + [sym_non_empty_declarative_part] = STATE(1856), [sym_enumeration_representation_clause] = STATE(23), [sym_exception_declaration] = STATE(23), - [sym_function_specification] = STATE(1115), + [sym_function_specification] = STATE(1109), [sym__generic_declaration] = STATE(23), - [sym_generic_formal_part] = STATE(925), + [sym_generic_formal_part] = STATE(910), [sym_generic_subprogram_declaration] = STATE(23), [sym_generic_package_declaration] = STATE(23), [sym_generic_instantiation] = STATE(23), @@ -10612,9 +10610,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(23), [sym_single_task_declaration] = STATE(426), [sym_task_type_declaration] = STATE(419), - [sym_overriding_indicator] = STATE(976), + [sym_overriding_indicator] = STATE(1003), [sym_pragma_g] = STATE(23), - [sym_procedure_specification] = STATE(1142), + [sym_procedure_specification] = STATE(1127), [sym_record_representation_clause] = STATE(23), [sym__renaming_declaration] = STATE(23), [sym_object_renaming_declaration] = STATE(23), @@ -10624,7 +10622,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_generic_renaming_declaration] = STATE(23), [sym_subprogram_declaration] = STATE(23), [sym_expression_function_declaration] = STATE(23), - [sym__subprogram_specification] = STATE(1043), + [sym__subprogram_specification] = STATE(972), [sym_subtype_declaration] = STATE(23), [aux_sym_non_empty_declarative_part_repeat1] = STATE(23), [sym_identifier] = ACTIONS(201), @@ -10645,12 +10643,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(81), }, [13] = { - [sym__defining_identifier_list] = STATE(1664), + [sym__defining_identifier_list] = STATE(1663), [sym__declarative_item] = STATE(23), [sym__basic_declarative_item] = STATE(23), [sym__basic_declaration] = STATE(23), [sym__package_declaration] = STATE(23), - [sym_package_specification] = STATE(1627), + [sym_package_specification] = STATE(1626), [sym_use_clause] = STATE(23), [sym__proper_body] = STATE(23), [sym_subprogram_body] = STATE(23), @@ -10673,12 +10671,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(23), [sym_protected_body_stub] = STATE(417), [sym__declarative_item_pragma] = STATE(23), - [sym_non_empty_declarative_part] = STATE(1902), + [sym_non_empty_declarative_part] = STATE(1901), [sym_enumeration_representation_clause] = STATE(23), [sym_exception_declaration] = STATE(23), - [sym_function_specification] = STATE(1115), + [sym_function_specification] = STATE(1109), [sym__generic_declaration] = STATE(23), - [sym_generic_formal_part] = STATE(925), + [sym_generic_formal_part] = STATE(910), [sym_generic_subprogram_declaration] = STATE(23), [sym_generic_package_declaration] = STATE(23), [sym_generic_instantiation] = STATE(23), @@ -10687,9 +10685,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(23), [sym_single_task_declaration] = STATE(426), [sym_task_type_declaration] = STATE(419), - [sym_overriding_indicator] = STATE(976), + [sym_overriding_indicator] = STATE(1003), [sym_pragma_g] = STATE(23), - [sym_procedure_specification] = STATE(1142), + [sym_procedure_specification] = STATE(1127), [sym_record_representation_clause] = STATE(23), [sym__renaming_declaration] = STATE(23), [sym_object_renaming_declaration] = STATE(23), @@ -10699,7 +10697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_generic_renaming_declaration] = STATE(23), [sym_subprogram_declaration] = STATE(23), [sym_expression_function_declaration] = STATE(23), - [sym__subprogram_specification] = STATE(1043), + [sym__subprogram_specification] = STATE(972), [sym_subtype_declaration] = STATE(23), [aux_sym_non_empty_declarative_part_repeat1] = STATE(23), [sym_identifier] = ACTIONS(201), @@ -10720,12 +10718,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(81), }, [14] = { - [sym__defining_identifier_list] = STATE(1664), + [sym__defining_identifier_list] = STATE(1663), [sym__declarative_item] = STATE(23), [sym__basic_declarative_item] = STATE(23), [sym__basic_declaration] = STATE(23), [sym__package_declaration] = STATE(23), - [sym_package_specification] = STATE(1627), + [sym_package_specification] = STATE(1626), [sym_use_clause] = STATE(23), [sym__proper_body] = STATE(23), [sym_subprogram_body] = STATE(23), @@ -10748,12 +10746,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(23), [sym_protected_body_stub] = STATE(417), [sym__declarative_item_pragma] = STATE(23), - [sym_non_empty_declarative_part] = STATE(1848), + [sym_non_empty_declarative_part] = STATE(1847), [sym_enumeration_representation_clause] = STATE(23), [sym_exception_declaration] = STATE(23), - [sym_function_specification] = STATE(1115), + [sym_function_specification] = STATE(1109), [sym__generic_declaration] = STATE(23), - [sym_generic_formal_part] = STATE(925), + [sym_generic_formal_part] = STATE(910), [sym_generic_subprogram_declaration] = STATE(23), [sym_generic_package_declaration] = STATE(23), [sym_generic_instantiation] = STATE(23), @@ -10762,9 +10760,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(23), [sym_single_task_declaration] = STATE(426), [sym_task_type_declaration] = STATE(419), - [sym_overriding_indicator] = STATE(976), + [sym_overriding_indicator] = STATE(1003), [sym_pragma_g] = STATE(23), - [sym_procedure_specification] = STATE(1142), + [sym_procedure_specification] = STATE(1127), [sym_record_representation_clause] = STATE(23), [sym__renaming_declaration] = STATE(23), [sym_object_renaming_declaration] = STATE(23), @@ -10774,7 +10772,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_generic_renaming_declaration] = STATE(23), [sym_subprogram_declaration] = STATE(23), [sym_expression_function_declaration] = STATE(23), - [sym__subprogram_specification] = STATE(1043), + [sym__subprogram_specification] = STATE(972), [sym_subtype_declaration] = STATE(23), [aux_sym_non_empty_declarative_part_repeat1] = STATE(23), [sym_identifier] = ACTIONS(201), @@ -10795,12 +10793,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(81), }, [15] = { - [sym__defining_identifier_list] = STATE(1664), + [sym__defining_identifier_list] = STATE(1663), [sym__declarative_item] = STATE(15), [sym__basic_declarative_item] = STATE(15), [sym__basic_declaration] = STATE(15), [sym__package_declaration] = STATE(15), - [sym_package_specification] = STATE(1627), + [sym_package_specification] = STATE(1626), [sym_use_clause] = STATE(15), [sym__proper_body] = STATE(15), [sym_subprogram_body] = STATE(15), @@ -10825,9 +10823,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__declarative_item_pragma] = STATE(15), [sym_enumeration_representation_clause] = STATE(15), [sym_exception_declaration] = STATE(15), - [sym_function_specification] = STATE(1115), + [sym_function_specification] = STATE(1109), [sym__generic_declaration] = STATE(15), - [sym_generic_formal_part] = STATE(925), + [sym_generic_formal_part] = STATE(910), [sym_generic_subprogram_declaration] = STATE(15), [sym_generic_package_declaration] = STATE(15), [sym_generic_instantiation] = STATE(15), @@ -10836,9 +10834,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(15), [sym_single_task_declaration] = STATE(426), [sym_task_type_declaration] = STATE(419), - [sym_overriding_indicator] = STATE(976), + [sym_overriding_indicator] = STATE(1003), [sym_pragma_g] = STATE(15), - [sym_procedure_specification] = STATE(1142), + [sym_procedure_specification] = STATE(1127), [sym_record_representation_clause] = STATE(15), [sym__renaming_declaration] = STATE(15), [sym_object_renaming_declaration] = STATE(15), @@ -10848,7 +10846,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_generic_renaming_declaration] = STATE(15), [sym_subprogram_declaration] = STATE(15), [sym_expression_function_declaration] = STATE(15), - [sym__subprogram_specification] = STATE(1043), + [sym__subprogram_specification] = STATE(972), [sym_subtype_declaration] = STATE(15), [aux_sym_non_empty_declarative_part_repeat1] = STATE(15), [sym_identifier] = ACTIONS(275), @@ -10870,12 +10868,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(316), }, [16] = { - [sym__defining_identifier_list] = STATE(1664), + [sym__defining_identifier_list] = STATE(1663), [sym__declarative_item] = STATE(23), [sym__basic_declarative_item] = STATE(23), [sym__basic_declaration] = STATE(23), [sym__package_declaration] = STATE(23), - [sym_package_specification] = STATE(1627), + [sym_package_specification] = STATE(1626), [sym_use_clause] = STATE(23), [sym__proper_body] = STATE(23), [sym_subprogram_body] = STATE(23), @@ -10901,9 +10899,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_non_empty_declarative_part] = STATE(1618), [sym_enumeration_representation_clause] = STATE(23), [sym_exception_declaration] = STATE(23), - [sym_function_specification] = STATE(1115), + [sym_function_specification] = STATE(1109), [sym__generic_declaration] = STATE(23), - [sym_generic_formal_part] = STATE(925), + [sym_generic_formal_part] = STATE(910), [sym_generic_subprogram_declaration] = STATE(23), [sym_generic_package_declaration] = STATE(23), [sym_generic_instantiation] = STATE(23), @@ -10912,9 +10910,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(23), [sym_single_task_declaration] = STATE(426), [sym_task_type_declaration] = STATE(419), - [sym_overriding_indicator] = STATE(976), + [sym_overriding_indicator] = STATE(1003), [sym_pragma_g] = STATE(23), - [sym_procedure_specification] = STATE(1142), + [sym_procedure_specification] = STATE(1127), [sym_record_representation_clause] = STATE(23), [sym__renaming_declaration] = STATE(23), [sym_object_renaming_declaration] = STATE(23), @@ -10924,7 +10922,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_generic_renaming_declaration] = STATE(23), [sym_subprogram_declaration] = STATE(23), [sym_expression_function_declaration] = STATE(23), - [sym__subprogram_specification] = STATE(1043), + [sym__subprogram_specification] = STATE(972), [sym_subtype_declaration] = STATE(23), [aux_sym_non_empty_declarative_part_repeat1] = STATE(23), [sym_identifier] = ACTIONS(201), @@ -10945,12 +10943,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(81), }, [17] = { - [sym__defining_identifier_list] = STATE(1664), + [sym__defining_identifier_list] = STATE(1663), [sym__declarative_item] = STATE(23), [sym__basic_declarative_item] = STATE(23), [sym__basic_declaration] = STATE(23), [sym__package_declaration] = STATE(23), - [sym_package_specification] = STATE(1627), + [sym_package_specification] = STATE(1626), [sym_use_clause] = STATE(23), [sym__proper_body] = STATE(23), [sym_subprogram_body] = STATE(23), @@ -10973,12 +10971,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(23), [sym_protected_body_stub] = STATE(417), [sym__declarative_item_pragma] = STATE(23), - [sym_non_empty_declarative_part] = STATE(1842), + [sym_non_empty_declarative_part] = STATE(1701), [sym_enumeration_representation_clause] = STATE(23), [sym_exception_declaration] = STATE(23), - [sym_function_specification] = STATE(1115), + [sym_function_specification] = STATE(1109), [sym__generic_declaration] = STATE(23), - [sym_generic_formal_part] = STATE(925), + [sym_generic_formal_part] = STATE(910), [sym_generic_subprogram_declaration] = STATE(23), [sym_generic_package_declaration] = STATE(23), [sym_generic_instantiation] = STATE(23), @@ -10987,9 +10985,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(23), [sym_single_task_declaration] = STATE(426), [sym_task_type_declaration] = STATE(419), - [sym_overriding_indicator] = STATE(976), + [sym_overriding_indicator] = STATE(1003), [sym_pragma_g] = STATE(23), - [sym_procedure_specification] = STATE(1142), + [sym_procedure_specification] = STATE(1127), [sym_record_representation_clause] = STATE(23), [sym__renaming_declaration] = STATE(23), [sym_object_renaming_declaration] = STATE(23), @@ -10999,7 +10997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_generic_renaming_declaration] = STATE(23), [sym_subprogram_declaration] = STATE(23), [sym_expression_function_declaration] = STATE(23), - [sym__subprogram_specification] = STATE(1043), + [sym__subprogram_specification] = STATE(972), [sym_subtype_declaration] = STATE(23), [aux_sym_non_empty_declarative_part_repeat1] = STATE(23), [sym_identifier] = ACTIONS(201), @@ -11020,12 +11018,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(81), }, [18] = { - [sym__defining_identifier_list] = STATE(1664), + [sym__defining_identifier_list] = STATE(1663), [sym__declarative_item] = STATE(23), [sym__basic_declarative_item] = STATE(23), [sym__basic_declaration] = STATE(23), [sym__package_declaration] = STATE(23), - [sym_package_specification] = STATE(1627), + [sym_package_specification] = STATE(1626), [sym_use_clause] = STATE(23), [sym__proper_body] = STATE(23), [sym_subprogram_body] = STATE(23), @@ -11048,12 +11046,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(23), [sym_protected_body_stub] = STATE(417), [sym__declarative_item_pragma] = STATE(23), - [sym_non_empty_declarative_part] = STATE(1659), + [sym_non_empty_declarative_part] = STATE(1658), [sym_enumeration_representation_clause] = STATE(23), [sym_exception_declaration] = STATE(23), - [sym_function_specification] = STATE(1115), + [sym_function_specification] = STATE(1109), [sym__generic_declaration] = STATE(23), - [sym_generic_formal_part] = STATE(925), + [sym_generic_formal_part] = STATE(910), [sym_generic_subprogram_declaration] = STATE(23), [sym_generic_package_declaration] = STATE(23), [sym_generic_instantiation] = STATE(23), @@ -11062,9 +11060,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(23), [sym_single_task_declaration] = STATE(426), [sym_task_type_declaration] = STATE(419), - [sym_overriding_indicator] = STATE(976), + [sym_overriding_indicator] = STATE(1003), [sym_pragma_g] = STATE(23), - [sym_procedure_specification] = STATE(1142), + [sym_procedure_specification] = STATE(1127), [sym_record_representation_clause] = STATE(23), [sym__renaming_declaration] = STATE(23), [sym_object_renaming_declaration] = STATE(23), @@ -11074,7 +11072,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_generic_renaming_declaration] = STATE(23), [sym_subprogram_declaration] = STATE(23), [sym_expression_function_declaration] = STATE(23), - [sym__subprogram_specification] = STATE(1043), + [sym__subprogram_specification] = STATE(972), [sym_subtype_declaration] = STATE(23), [aux_sym_non_empty_declarative_part_repeat1] = STATE(23), [sym_identifier] = ACTIONS(201), @@ -11095,12 +11093,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(81), }, [19] = { - [sym__defining_identifier_list] = STATE(1664), + [sym__defining_identifier_list] = STATE(1663), [sym__declarative_item] = STATE(23), [sym__basic_declarative_item] = STATE(23), [sym__basic_declaration] = STATE(23), [sym__package_declaration] = STATE(23), - [sym_package_specification] = STATE(1627), + [sym_package_specification] = STATE(1626), [sym_use_clause] = STATE(23), [sym__proper_body] = STATE(23), [sym_subprogram_body] = STATE(23), @@ -11123,12 +11121,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(23), [sym_protected_body_stub] = STATE(417), [sym__declarative_item_pragma] = STATE(23), - [sym_non_empty_declarative_part] = STATE(1756), + [sym_non_empty_declarative_part] = STATE(1757), [sym_enumeration_representation_clause] = STATE(23), [sym_exception_declaration] = STATE(23), - [sym_function_specification] = STATE(1115), + [sym_function_specification] = STATE(1109), [sym__generic_declaration] = STATE(23), - [sym_generic_formal_part] = STATE(925), + [sym_generic_formal_part] = STATE(910), [sym_generic_subprogram_declaration] = STATE(23), [sym_generic_package_declaration] = STATE(23), [sym_generic_instantiation] = STATE(23), @@ -11137,9 +11135,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(23), [sym_single_task_declaration] = STATE(426), [sym_task_type_declaration] = STATE(419), - [sym_overriding_indicator] = STATE(976), + [sym_overriding_indicator] = STATE(1003), [sym_pragma_g] = STATE(23), - [sym_procedure_specification] = STATE(1142), + [sym_procedure_specification] = STATE(1127), [sym_record_representation_clause] = STATE(23), [sym__renaming_declaration] = STATE(23), [sym_object_renaming_declaration] = STATE(23), @@ -11149,7 +11147,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_generic_renaming_declaration] = STATE(23), [sym_subprogram_declaration] = STATE(23), [sym_expression_function_declaration] = STATE(23), - [sym__subprogram_specification] = STATE(1043), + [sym__subprogram_specification] = STATE(972), [sym_subtype_declaration] = STATE(23), [aux_sym_non_empty_declarative_part_repeat1] = STATE(23), [sym_identifier] = ACTIONS(201), @@ -11170,12 +11168,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(81), }, [20] = { - [sym__defining_identifier_list] = STATE(1664), + [sym__defining_identifier_list] = STATE(1663), [sym__declarative_item] = STATE(23), [sym__basic_declarative_item] = STATE(23), [sym__basic_declaration] = STATE(23), [sym__package_declaration] = STATE(23), - [sym_package_specification] = STATE(1627), + [sym_package_specification] = STATE(1626), [sym_use_clause] = STATE(23), [sym__proper_body] = STATE(23), [sym_subprogram_body] = STATE(23), @@ -11198,12 +11196,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(23), [sym_protected_body_stub] = STATE(417), [sym__declarative_item_pragma] = STATE(23), - [sym_non_empty_declarative_part] = STATE(1610), + [sym_non_empty_declarative_part] = STATE(1609), [sym_enumeration_representation_clause] = STATE(23), [sym_exception_declaration] = STATE(23), - [sym_function_specification] = STATE(1115), + [sym_function_specification] = STATE(1109), [sym__generic_declaration] = STATE(23), - [sym_generic_formal_part] = STATE(925), + [sym_generic_formal_part] = STATE(910), [sym_generic_subprogram_declaration] = STATE(23), [sym_generic_package_declaration] = STATE(23), [sym_generic_instantiation] = STATE(23), @@ -11212,9 +11210,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(23), [sym_single_task_declaration] = STATE(426), [sym_task_type_declaration] = STATE(419), - [sym_overriding_indicator] = STATE(976), + [sym_overriding_indicator] = STATE(1003), [sym_pragma_g] = STATE(23), - [sym_procedure_specification] = STATE(1142), + [sym_procedure_specification] = STATE(1127), [sym_record_representation_clause] = STATE(23), [sym__renaming_declaration] = STATE(23), [sym_object_renaming_declaration] = STATE(23), @@ -11224,7 +11222,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_generic_renaming_declaration] = STATE(23), [sym_subprogram_declaration] = STATE(23), [sym_expression_function_declaration] = STATE(23), - [sym__subprogram_specification] = STATE(1043), + [sym__subprogram_specification] = STATE(972), [sym_subtype_declaration] = STATE(23), [aux_sym_non_empty_declarative_part_repeat1] = STATE(23), [sym_identifier] = ACTIONS(201), @@ -11245,12 +11243,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(81), }, [21] = { - [sym__defining_identifier_list] = STATE(1664), + [sym__defining_identifier_list] = STATE(1663), [sym__declarative_item] = STATE(23), [sym__basic_declarative_item] = STATE(23), [sym__basic_declaration] = STATE(23), [sym__package_declaration] = STATE(23), - [sym_package_specification] = STATE(1627), + [sym_package_specification] = STATE(1626), [sym_use_clause] = STATE(23), [sym__proper_body] = STATE(23), [sym_subprogram_body] = STATE(23), @@ -11273,12 +11271,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(23), [sym_protected_body_stub] = STATE(417), [sym__declarative_item_pragma] = STATE(23), - [sym_non_empty_declarative_part] = STATE(1787), + [sym_non_empty_declarative_part] = STATE(1786), [sym_enumeration_representation_clause] = STATE(23), [sym_exception_declaration] = STATE(23), - [sym_function_specification] = STATE(1115), + [sym_function_specification] = STATE(1109), [sym__generic_declaration] = STATE(23), - [sym_generic_formal_part] = STATE(925), + [sym_generic_formal_part] = STATE(910), [sym_generic_subprogram_declaration] = STATE(23), [sym_generic_package_declaration] = STATE(23), [sym_generic_instantiation] = STATE(23), @@ -11287,9 +11285,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(23), [sym_single_task_declaration] = STATE(426), [sym_task_type_declaration] = STATE(419), - [sym_overriding_indicator] = STATE(976), + [sym_overriding_indicator] = STATE(1003), [sym_pragma_g] = STATE(23), - [sym_procedure_specification] = STATE(1142), + [sym_procedure_specification] = STATE(1127), [sym_record_representation_clause] = STATE(23), [sym__renaming_declaration] = STATE(23), [sym_object_renaming_declaration] = STATE(23), @@ -11299,7 +11297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_generic_renaming_declaration] = STATE(23), [sym_subprogram_declaration] = STATE(23), [sym_expression_function_declaration] = STATE(23), - [sym__subprogram_specification] = STATE(1043), + [sym__subprogram_specification] = STATE(972), [sym_subtype_declaration] = STATE(23), [aux_sym_non_empty_declarative_part_repeat1] = STATE(23), [sym_identifier] = ACTIONS(201), @@ -11320,12 +11318,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(81), }, [22] = { - [sym__defining_identifier_list] = STATE(1664), + [sym__defining_identifier_list] = STATE(1663), [sym__declarative_item] = STATE(23), [sym__basic_declarative_item] = STATE(23), [sym__basic_declaration] = STATE(23), [sym__package_declaration] = STATE(23), - [sym_package_specification] = STATE(1627), + [sym_package_specification] = STATE(1626), [sym_use_clause] = STATE(23), [sym__proper_body] = STATE(23), [sym_subprogram_body] = STATE(23), @@ -11348,12 +11346,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_protected_body] = STATE(23), [sym_protected_body_stub] = STATE(417), [sym__declarative_item_pragma] = STATE(23), - [sym_non_empty_declarative_part] = STATE(1614), + [sym_non_empty_declarative_part] = STATE(1615), [sym_enumeration_representation_clause] = STATE(23), [sym_exception_declaration] = STATE(23), - [sym_function_specification] = STATE(1115), + [sym_function_specification] = STATE(1109), [sym__generic_declaration] = STATE(23), - [sym_generic_formal_part] = STATE(925), + [sym_generic_formal_part] = STATE(910), [sym_generic_subprogram_declaration] = STATE(23), [sym_generic_package_declaration] = STATE(23), [sym_generic_instantiation] = STATE(23), @@ -11362,9 +11360,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(23), [sym_single_task_declaration] = STATE(426), [sym_task_type_declaration] = STATE(419), - [sym_overriding_indicator] = STATE(976), + [sym_overriding_indicator] = STATE(1003), [sym_pragma_g] = STATE(23), - [sym_procedure_specification] = STATE(1142), + [sym_procedure_specification] = STATE(1127), [sym_record_representation_clause] = STATE(23), [sym__renaming_declaration] = STATE(23), [sym_object_renaming_declaration] = STATE(23), @@ -11374,7 +11372,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_generic_renaming_declaration] = STATE(23), [sym_subprogram_declaration] = STATE(23), [sym_expression_function_declaration] = STATE(23), - [sym__subprogram_specification] = STATE(1043), + [sym__subprogram_specification] = STATE(972), [sym_subtype_declaration] = STATE(23), [aux_sym_non_empty_declarative_part_repeat1] = STATE(23), [sym_identifier] = ACTIONS(201), @@ -11395,12 +11393,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(81), }, [23] = { - [sym__defining_identifier_list] = STATE(1664), + [sym__defining_identifier_list] = STATE(1663), [sym__declarative_item] = STATE(15), [sym__basic_declarative_item] = STATE(15), [sym__basic_declaration] = STATE(15), [sym__package_declaration] = STATE(15), - [sym_package_specification] = STATE(1627), + [sym_package_specification] = STATE(1626), [sym_use_clause] = STATE(15), [sym__proper_body] = STATE(15), [sym_subprogram_body] = STATE(15), @@ -11425,9 +11423,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__declarative_item_pragma] = STATE(15), [sym_enumeration_representation_clause] = STATE(15), [sym_exception_declaration] = STATE(15), - [sym_function_specification] = STATE(1115), + [sym_function_specification] = STATE(1109), [sym__generic_declaration] = STATE(15), - [sym_generic_formal_part] = STATE(925), + [sym_generic_formal_part] = STATE(910), [sym_generic_subprogram_declaration] = STATE(15), [sym_generic_package_declaration] = STATE(15), [sym_generic_instantiation] = STATE(15), @@ -11436,9 +11434,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_object_declaration] = STATE(15), [sym_single_task_declaration] = STATE(426), [sym_task_type_declaration] = STATE(419), - [sym_overriding_indicator] = STATE(976), + [sym_overriding_indicator] = STATE(1003), [sym_pragma_g] = STATE(15), - [sym_procedure_specification] = STATE(1142), + [sym_procedure_specification] = STATE(1127), [sym_record_representation_clause] = STATE(15), [sym__renaming_declaration] = STATE(15), [sym_object_renaming_declaration] = STATE(15), @@ -11448,7 +11446,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_generic_renaming_declaration] = STATE(15), [sym_subprogram_declaration] = STATE(15), [sym_expression_function_declaration] = STATE(15), - [sym__subprogram_specification] = STATE(1043), + [sym__subprogram_specification] = STATE(972), [sym_subtype_declaration] = STATE(15), [aux_sym_non_empty_declarative_part_repeat1] = STATE(15), [sym_identifier] = ACTIONS(201), @@ -11470,14 +11468,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(81), }, [24] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_loop_label] = STATE(932), [sym_label] = STATE(27), [sym_null_statement] = STATE(25), [sym_pragma_g] = STATE(25), @@ -11503,10 +11501,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(25), [sym_extended_return_statement] = STATE(25), [sym_procedure_call_statement] = STATE(25), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(25), [sym_loop_statement] = STATE(25), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(25), [aux_sym__sequence_of_statements_repeat1] = STATE(25), [aux_sym__sequence_of_statements_repeat2] = STATE(27), @@ -11544,14 +11542,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [25] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(25), [sym_pragma_g] = STATE(25), @@ -11577,10 +11575,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(25), [sym_extended_return_statement] = STATE(25), [sym_procedure_call_statement] = STATE(25), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(25), [sym_loop_statement] = STATE(25), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(25), [aux_sym__sequence_of_statements_repeat1] = STATE(25), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -11618,18 +11616,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(402), }, [26] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1117), + [sym__sequence_of_statements] = STATE(1105), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -11652,10 +11650,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -11690,14 +11688,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [27] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_loop_label] = STATE(932), [sym_label] = STATE(517), [sym_null_statement] = STATE(181), [sym_pragma_g] = STATE(181), @@ -11722,10 +11720,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(181), [sym_extended_return_statement] = STATE(181), [sym_procedure_call_statement] = STATE(181), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(181), [sym_loop_statement] = STATE(181), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(181), [aux_sym__sequence_of_statements_repeat2] = STATE(517), [sym_identifier] = ACTIONS(331), @@ -11762,18 +11760,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [28] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1200), + [sym__sequence_of_statements] = STATE(1264), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -11796,10 +11794,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -11833,18 +11831,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [29] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1232), + [sym__sequence_of_statements] = STATE(1267), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -11867,10 +11865,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -11904,55 +11902,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [30] = { - [sym_unary_adding_operator] = STATE(498), - [sym__name] = STATE(484), - [sym_selected_component] = STATE(501), + [sym_unary_adding_operator] = STATE(499), + [sym__name] = STATE(480), + [sym_selected_component] = STATE(502), [sym_slice] = STATE(264), [sym__attribute_reference] = STATE(264), [sym__reduction_attribute_reference] = STATE(264), - [sym_value_sequence] = STATE(1652), - [sym_iterated_element_association] = STATE(1226), + [sym_value_sequence] = STATE(1651), + [sym_iterated_element_association] = STATE(1281), [sym_qualified_expression] = STATE(264), - [sym__subtype_indication] = STATE(1377), - [sym_range_g] = STATE(1375), - [sym_expression] = STATE(950), - [sym__relation] = STATE(558), - [sym_relation_membership] = STATE(558), - [sym_raise_expression] = STATE(558), - [sym__simple_expression] = STATE(598), - [sym_term] = STATE(509), + [sym__subtype_indication] = STATE(1375), + [sym_range_g] = STATE(1373), + [sym_expression] = STATE(962), + [sym__relation] = STATE(566), + [sym_relation_membership] = STATE(566), + [sym_raise_expression] = STATE(566), + [sym__simple_expression] = STATE(602), + [sym_term] = STATE(511), [sym__factor] = STATE(487), [sym_factor_power] = STATE(487), [sym_factor_abs] = STATE(487), [sym_factor_not] = STATE(487), - [sym__parenthesized_expression] = STATE(491), - [sym__primary] = STATE(491), - [sym_primary_null] = STATE(491), - [sym_allocator] = STATE(491), - [sym__conditional_expression] = STATE(1866), - [sym_quantified_expression] = STATE(1866), - [sym_declare_expression] = STATE(1866), - [sym_case_expression] = STATE(1866), - [sym_component_choice_list] = STATE(1877), - [sym__aggregate] = STATE(491), - [sym__delta_aggregate] = STATE(491), - [sym_extension_aggregate] = STATE(491), - [sym_record_delta_aggregate] = STATE(491), - [sym_array_delta_aggregate] = STATE(491), - [sym_record_aggregate] = STATE(491), - [sym_record_component_association_list] = STATE(1880), - [sym__named_record_component_association] = STATE(1290), - [sym_null_exclusion] = STATE(802), - [sym__array_aggregate] = STATE(491), - [sym_positional_array_aggregate] = STATE(491), - [sym_null_array_aggregate] = STATE(491), - [sym_named_array_aggregate] = STATE(491), - [sym__array_component_association_list] = STATE(1923), - [sym_array_component_association] = STATE(1073), - [sym_discrete_choice_list] = STATE(1926), - [sym_discrete_choice] = STATE(1171), - [sym_if_expression] = STATE(1866), - [sym_function_call] = STATE(484), + [sym__parenthesized_expression] = STATE(490), + [sym__primary] = STATE(490), + [sym_primary_null] = STATE(490), + [sym_allocator] = STATE(490), + [sym__conditional_expression] = STATE(1865), + [sym_quantified_expression] = STATE(1865), + [sym_declare_expression] = STATE(1865), + [sym_case_expression] = STATE(1865), + [sym_component_choice_list] = STATE(1876), + [sym__aggregate] = STATE(490), + [sym__delta_aggregate] = STATE(490), + [sym_extension_aggregate] = STATE(490), + [sym_record_delta_aggregate] = STATE(490), + [sym_array_delta_aggregate] = STATE(490), + [sym_record_aggregate] = STATE(490), + [sym_record_component_association_list] = STATE(1879), + [sym__named_record_component_association] = STATE(1309), + [sym_null_exclusion] = STATE(800), + [sym__array_aggregate] = STATE(490), + [sym_positional_array_aggregate] = STATE(490), + [sym_null_array_aggregate] = STATE(490), + [sym_named_array_aggregate] = STATE(490), + [sym__array_component_association_list] = STATE(1922), + [sym_array_component_association] = STATE(1087), + [sym_discrete_choice_list] = STATE(1529), + [sym_discrete_choice] = STATE(1260), + [sym_if_expression] = STATE(1865), + [sym_function_call] = STATE(480), [sym_identifier] = ACTIONS(217), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(219), @@ -11975,18 +11973,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_if_expression_token1] = ACTIONS(257), }, [31] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1330), + [sym__sequence_of_statements] = STATE(1144), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -12009,10 +12007,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -12046,59 +12044,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [32] = { - [sym__defining_identifier_list] = STATE(1664), - [sym__declarative_item] = STATE(479), - [sym__basic_declarative_item] = STATE(479), - [sym__basic_declaration] = STATE(479), - [sym__package_declaration] = STATE(479), - [sym_package_specification] = STATE(1627), - [sym_use_clause] = STATE(479), - [sym__proper_body] = STATE(479), - [sym_subprogram_body] = STATE(479), - [sym_package_body] = STATE(479), - [sym__type_declaration] = STATE(479), - [sym_full_type_declaration] = STATE(479), - [sym_private_type_declaration] = STATE(479), - [sym_private_extension_declaration] = STATE(479), - [sym_incomplete_type_declaration] = STATE(479), - [sym__aspect_clause] = STATE(479), - [sym_at_clause] = STATE(479), - [sym_attribute_definition_clause] = STATE(479), - [sym_body_stub] = STATE(479), + [sym__defining_identifier_list] = STATE(1663), + [sym__declarative_item] = STATE(483), + [sym__basic_declarative_item] = STATE(483), + [sym__basic_declaration] = STATE(483), + [sym__package_declaration] = STATE(483), + [sym_package_specification] = STATE(1626), + [sym_use_clause] = STATE(483), + [sym__proper_body] = STATE(483), + [sym_subprogram_body] = STATE(483), + [sym_package_body] = STATE(483), + [sym__type_declaration] = STATE(483), + [sym_full_type_declaration] = STATE(483), + [sym_private_type_declaration] = STATE(483), + [sym_private_extension_declaration] = STATE(483), + [sym_incomplete_type_declaration] = STATE(483), + [sym__aspect_clause] = STATE(483), + [sym_at_clause] = STATE(483), + [sym_attribute_definition_clause] = STATE(483), + [sym_body_stub] = STATE(483), [sym_subprogram_body_stub] = STATE(417), [sym_package_body_stub] = STATE(417), - [sym_task_body] = STATE(479), + [sym_task_body] = STATE(483), [sym_task_body_stub] = STATE(417), [sym_protected_type_declaration] = STATE(419), [sym_single_protected_declaration] = STATE(426), - [sym_protected_body] = STATE(479), + [sym_protected_body] = STATE(483), [sym_protected_body_stub] = STATE(417), - [sym_enumeration_representation_clause] = STATE(479), - [sym_exception_declaration] = STATE(479), - [sym_function_specification] = STATE(1115), - [sym__generic_declaration] = STATE(479), - [sym_generic_formal_part] = STATE(925), - [sym_generic_subprogram_declaration] = STATE(479), - [sym_generic_package_declaration] = STATE(479), - [sym_generic_instantiation] = STATE(479), - [sym_null_procedure_declaration] = STATE(479), - [sym_number_declaration] = STATE(479), - [sym_object_declaration] = STATE(479), + [sym_enumeration_representation_clause] = STATE(483), + [sym_exception_declaration] = STATE(483), + [sym_function_specification] = STATE(1109), + [sym__generic_declaration] = STATE(483), + [sym_generic_formal_part] = STATE(910), + [sym_generic_subprogram_declaration] = STATE(483), + [sym_generic_package_declaration] = STATE(483), + [sym_generic_instantiation] = STATE(483), + [sym_null_procedure_declaration] = STATE(483), + [sym_number_declaration] = STATE(483), + [sym_object_declaration] = STATE(483), [sym_single_task_declaration] = STATE(426), [sym_task_type_declaration] = STATE(419), - [sym_overriding_indicator] = STATE(976), - [sym_procedure_specification] = STATE(1142), - [sym_record_representation_clause] = STATE(479), - [sym__renaming_declaration] = STATE(479), - [sym_object_renaming_declaration] = STATE(479), - [sym_exception_renaming_declaration] = STATE(479), - [sym_package_renaming_declaration] = STATE(479), - [sym_subprogram_renaming_declaration] = STATE(479), - [sym_generic_renaming_declaration] = STATE(479), - [sym_subprogram_declaration] = STATE(479), - [sym_expression_function_declaration] = STATE(479), - [sym__subprogram_specification] = STATE(1043), - [sym_subtype_declaration] = STATE(479), + [sym_overriding_indicator] = STATE(1003), + [sym_procedure_specification] = STATE(1127), + [sym_record_representation_clause] = STATE(483), + [sym__renaming_declaration] = STATE(483), + [sym_object_renaming_declaration] = STATE(483), + [sym_exception_renaming_declaration] = STATE(483), + [sym_package_renaming_declaration] = STATE(483), + [sym_subprogram_renaming_declaration] = STATE(483), + [sym_generic_renaming_declaration] = STATE(483), + [sym_subprogram_declaration] = STATE(483), + [sym_expression_function_declaration] = STATE(483), + [sym__subprogram_specification] = STATE(972), + [sym_subtype_declaration] = STATE(483), [sym_identifier] = ACTIONS(201), [sym_comment] = ACTIONS(3), [aux_sym_iterated_element_association_token1] = ACTIONS(203), @@ -12116,19 +12114,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(81), }, [33] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_handled_sequence_of_statements] = STATE(1703), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_handled_sequence_of_statements] = STATE(1705), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1349), + [sym__sequence_of_statements] = STATE(1348), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -12151,10 +12149,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -12185,19 +12183,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [34] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_handled_sequence_of_statements] = STATE(1562), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_handled_sequence_of_statements] = STATE(1561), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1349), + [sym__sequence_of_statements] = STATE(1348), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -12220,10 +12218,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -12254,19 +12252,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [35] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_handled_sequence_of_statements] = STATE(1596), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_handled_sequence_of_statements] = STATE(1595), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1349), + [sym__sequence_of_statements] = STATE(1348), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -12289,10 +12287,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -12323,19 +12321,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [36] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_handled_sequence_of_statements] = STATE(1623), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_handled_sequence_of_statements] = STATE(1628), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1349), + [sym__sequence_of_statements] = STATE(1348), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -12358,10 +12356,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -12392,19 +12390,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [37] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_handled_sequence_of_statements] = STATE(1615), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_handled_sequence_of_statements] = STATE(1614), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1349), + [sym__sequence_of_statements] = STATE(1348), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -12427,10 +12425,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -12461,14 +12459,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [38] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_loop_label] = STATE(932), [sym_label] = STATE(73), [sym_null_statement] = STATE(25), [sym_pragma_g] = STATE(25), @@ -12494,10 +12492,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(25), [sym_extended_return_statement] = STATE(25), [sym_procedure_call_statement] = STATE(25), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(25), [sym_loop_statement] = STATE(25), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(25), [aux_sym__sequence_of_statements_repeat1] = STATE(25), [aux_sym__sequence_of_statements_repeat2] = STATE(73), @@ -12530,19 +12528,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [39] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_handled_sequence_of_statements] = STATE(1932), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_handled_sequence_of_statements] = STATE(1931), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1349), + [sym__sequence_of_statements] = STATE(1348), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -12565,10 +12563,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -12599,19 +12597,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [40] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_handled_sequence_of_statements] = STATE(1786), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_handled_sequence_of_statements] = STATE(1785), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1349), + [sym__sequence_of_statements] = STATE(1348), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -12634,10 +12632,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -12668,19 +12666,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [41] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_handled_sequence_of_statements] = STATE(1645), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_handled_sequence_of_statements] = STATE(1647), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1349), + [sym__sequence_of_statements] = STATE(1348), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -12703,10 +12701,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -12737,19 +12735,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [42] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_handled_sequence_of_statements] = STATE(1920), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_handled_sequence_of_statements] = STATE(1919), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1349), + [sym__sequence_of_statements] = STATE(1348), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -12772,10 +12770,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -12806,19 +12804,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [43] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_handled_sequence_of_statements] = STATE(1577), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_handled_sequence_of_statements] = STATE(1684), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1349), + [sym__sequence_of_statements] = STATE(1348), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -12841,10 +12839,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -12875,19 +12873,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [44] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_handled_sequence_of_statements] = STATE(1617), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_handled_sequence_of_statements] = STATE(1620), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1349), + [sym__sequence_of_statements] = STATE(1348), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -12910,10 +12908,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -12944,19 +12942,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [45] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_handled_sequence_of_statements] = STATE(1681), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_handled_sequence_of_statements] = STATE(1564), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1349), + [sym__sequence_of_statements] = STATE(1348), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -12979,10 +12977,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -13013,19 +13011,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [46] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), [sym_handled_sequence_of_statements] = STATE(1597), - [sym_loop_label] = STATE(941), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1349), + [sym__sequence_of_statements] = STATE(1348), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -13048,10 +13046,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -13082,19 +13080,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [47] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_handled_sequence_of_statements] = STATE(1892), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_handled_sequence_of_statements] = STATE(1888), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1349), + [sym__sequence_of_statements] = STATE(1348), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -13117,10 +13115,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -13151,19 +13149,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [48] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), [sym_handled_sequence_of_statements] = STATE(1511), - [sym_loop_label] = STATE(941), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1349), + [sym__sequence_of_statements] = STATE(1348), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -13186,10 +13184,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -13220,19 +13218,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [49] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_handled_sequence_of_statements] = STATE(1779), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_handled_sequence_of_statements] = STATE(1789), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1349), + [sym__sequence_of_statements] = STATE(1348), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -13255,10 +13253,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -13289,19 +13287,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [50] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_handled_sequence_of_statements] = STATE(1718), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_handled_sequence_of_statements] = STATE(1694), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1349), + [sym__sequence_of_statements] = STATE(1348), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -13324,10 +13322,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -13358,19 +13356,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [51] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_handled_sequence_of_statements] = STATE(1725), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_handled_sequence_of_statements] = STATE(1724), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1349), + [sym__sequence_of_statements] = STATE(1348), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -13393,10 +13391,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -13427,19 +13425,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [52] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_handled_sequence_of_statements] = STATE(1858), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_handled_sequence_of_statements] = STATE(1857), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1349), + [sym__sequence_of_statements] = STATE(1348), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -13462,10 +13460,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -13496,19 +13494,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [53] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_handled_sequence_of_statements] = STATE(1899), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_handled_sequence_of_statements] = STATE(1898), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1349), + [sym__sequence_of_statements] = STATE(1348), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -13531,10 +13529,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -13565,19 +13563,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [54] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), [sym_handled_sequence_of_statements] = STATE(1646), - [sym_loop_label] = STATE(941), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1349), + [sym__sequence_of_statements] = STATE(1348), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -13600,10 +13598,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -13634,19 +13632,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [55] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_handled_sequence_of_statements] = STATE(1916), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_handled_sequence_of_statements] = STATE(1915), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1349), + [sym__sequence_of_statements] = STATE(1348), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -13669,10 +13667,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -13703,19 +13701,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [56] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_handled_sequence_of_statements] = STATE(1901), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_handled_sequence_of_statements] = STATE(1900), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1349), + [sym__sequence_of_statements] = STATE(1348), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -13738,10 +13736,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -13772,14 +13770,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [57] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), @@ -13806,10 +13804,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -13840,18 +13838,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [58] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1697), + [sym__sequence_of_statements] = STATE(1710), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -13874,10 +13872,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -13908,18 +13906,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [59] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1230), + [sym__sequence_of_statements] = STATE(1206), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -13942,10 +13940,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -13976,18 +13974,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [60] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1037), + [sym__sequence_of_statements] = STATE(1025), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -14010,10 +14008,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -14044,18 +14042,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [61] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(38), [sym_pragma_g] = STATE(38), - [sym__sequence_of_statements] = STATE(1236), + [sym__sequence_of_statements] = STATE(1235), [sym__simple_statement] = STATE(38), [sym__statement] = STATE(38), [sym__compound_statement] = STATE(38), @@ -14078,10 +14076,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(38), [sym_extended_return_statement] = STATE(38), [sym_procedure_call_statement] = STATE(38), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(38), [sym_loop_statement] = STATE(38), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(38), [aux_sym__sequence_of_statements_repeat1] = STATE(38), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -14112,18 +14110,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [62] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1553), + [sym__sequence_of_statements] = STATE(1552), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -14146,10 +14144,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -14180,18 +14178,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [63] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1485), + [sym__sequence_of_statements] = STATE(1487), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -14214,10 +14212,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -14248,18 +14246,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [64] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1630), + [sym__sequence_of_statements] = STATE(1699), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -14282,10 +14280,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -14316,18 +14314,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [65] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(38), [sym_pragma_g] = STATE(38), - [sym__sequence_of_statements] = STATE(1169), + [sym__sequence_of_statements] = STATE(1242), [sym__simple_statement] = STATE(38), [sym__statement] = STATE(38), [sym__compound_statement] = STATE(38), @@ -14350,10 +14348,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(38), [sym_extended_return_statement] = STATE(38), [sym_procedure_call_statement] = STATE(38), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(38), [sym_loop_statement] = STATE(38), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(38), [aux_sym__sequence_of_statements_repeat1] = STATE(38), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -14384,18 +14382,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [66] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1826), + [sym__sequence_of_statements] = STATE(1825), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -14418,10 +14416,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -14452,14 +14450,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [67] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), @@ -14486,10 +14484,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -14520,14 +14518,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [68] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), @@ -14554,10 +14552,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -14588,18 +14586,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [69] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1670), + [sym__sequence_of_statements] = STATE(1668), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -14622,10 +14620,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -14656,18 +14654,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [70] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1819), + [sym__sequence_of_statements] = STATE(1818), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -14690,10 +14688,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -14724,18 +14722,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [71] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_loop_label] = STATE(932), [sym_label] = STATE(75), [sym_null_statement] = STATE(24), [sym_pragma_g] = STATE(24), - [sym__sequence_of_statements] = STATE(1657), + [sym__sequence_of_statements] = STATE(1656), [sym__simple_statement] = STATE(24), [sym__statement] = STATE(24), [sym__compound_statement] = STATE(24), @@ -14758,10 +14756,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(24), [sym_extended_return_statement] = STATE(24), [sym_procedure_call_statement] = STATE(24), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(24), [sym_loop_statement] = STATE(24), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(24), [aux_sym__sequence_of_statements_repeat1] = STATE(24), [aux_sym__sequence_of_statements_repeat2] = STATE(75), @@ -14792,50 +14790,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [72] = { - [sym_unary_adding_operator] = STATE(498), - [sym__name] = STATE(484), - [sym_selected_component] = STATE(505), - [sym_slice] = STATE(515), - [sym__attribute_reference] = STATE(515), - [sym__reduction_attribute_reference] = STATE(515), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(515), - [sym__subtype_indication] = STATE(1382), - [sym_range_g] = STATE(1393), - [sym_expression] = STATE(1409), - [sym__relation] = STATE(558), - [sym_relation_membership] = STATE(558), - [sym_raise_expression] = STATE(558), - [sym__simple_expression] = STATE(598), - [sym_term] = STATE(509), + [sym_unary_adding_operator] = STATE(499), + [sym__name] = STATE(480), + [sym_selected_component] = STATE(507), + [sym_slice] = STATE(516), + [sym__attribute_reference] = STATE(516), + [sym__reduction_attribute_reference] = STATE(516), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(516), + [sym__subtype_indication] = STATE(1380), + [sym_range_g] = STATE(1392), + [sym_expression] = STATE(1408), + [sym__relation] = STATE(566), + [sym_relation_membership] = STATE(566), + [sym_raise_expression] = STATE(566), + [sym__simple_expression] = STATE(602), + [sym_term] = STATE(511), [sym__factor] = STATE(487), [sym_factor_power] = STATE(487), [sym_factor_abs] = STATE(487), [sym_factor_not] = STATE(487), - [sym__parenthesized_expression] = STATE(491), - [sym__primary] = STATE(491), - [sym_primary_null] = STATE(491), - [sym_allocator] = STATE(491), - [sym_parameter_association] = STATE(1150), - [sym__conditional_expression] = STATE(1737), - [sym_quantified_expression] = STATE(1737), - [sym_declare_expression] = STATE(1737), - [sym_case_expression] = STATE(1737), - [sym_component_choice_list] = STATE(1735), - [sym__aggregate] = STATE(491), - [sym__delta_aggregate] = STATE(491), - [sym_extension_aggregate] = STATE(491), - [sym_record_delta_aggregate] = STATE(491), - [sym_array_delta_aggregate] = STATE(491), - [sym_record_aggregate] = STATE(491), - [sym_null_exclusion] = STATE(802), - [sym__discrete_range] = STATE(1202), - [sym__array_aggregate] = STATE(491), - [sym_positional_array_aggregate] = STATE(491), - [sym_null_array_aggregate] = STATE(491), - [sym_named_array_aggregate] = STATE(491), - [sym_if_expression] = STATE(1737), - [sym_function_call] = STATE(484), + [sym__parenthesized_expression] = STATE(490), + [sym__primary] = STATE(490), + [sym_primary_null] = STATE(490), + [sym_allocator] = STATE(490), + [sym_parameter_association] = STATE(1218), + [sym__conditional_expression] = STATE(1736), + [sym_quantified_expression] = STATE(1736), + [sym_declare_expression] = STATE(1736), + [sym_case_expression] = STATE(1736), + [sym_component_choice_list] = STATE(1734), + [sym__aggregate] = STATE(490), + [sym__delta_aggregate] = STATE(490), + [sym_extension_aggregate] = STATE(490), + [sym_record_delta_aggregate] = STATE(490), + [sym_array_delta_aggregate] = STATE(490), + [sym_record_aggregate] = STATE(490), + [sym_null_exclusion] = STATE(800), + [sym__discrete_range] = STATE(1271), + [sym__array_aggregate] = STATE(490), + [sym_positional_array_aggregate] = STATE(490), + [sym_null_array_aggregate] = STATE(490), + [sym_named_array_aggregate] = STATE(490), + [sym_if_expression] = STATE(1736), + [sym_function_call] = STATE(480), [sym_identifier] = ACTIONS(417), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(419), @@ -14859,14 +14857,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_if_expression_token1] = ACTIONS(257), }, [73] = { - [sym__name] = STATE(947), - [sym_selected_component] = STATE(1042), - [sym_slice] = STATE(1042), - [sym__attribute_reference] = STATE(1042), - [sym__reduction_attribute_reference] = STATE(1042), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(1042), - [sym_loop_label] = STATE(941), + [sym__name] = STATE(961), + [sym_selected_component] = STATE(970), + [sym_slice] = STATE(970), + [sym__attribute_reference] = STATE(970), + [sym__reduction_attribute_reference] = STATE(970), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(970), + [sym_loop_label] = STATE(932), [sym_label] = STATE(517), [sym_null_statement] = STATE(181), [sym_pragma_g] = STATE(181), @@ -14891,10 +14889,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(181), [sym_extended_return_statement] = STATE(181), [sym_procedure_call_statement] = STATE(181), - [sym_function_call] = STATE(947), + [sym_function_call] = STATE(961), [sym_raise_statement] = STATE(181), [sym_loop_statement] = STATE(181), - [sym_iteration_scheme] = STATE(1576), + [sym_iteration_scheme] = STATE(1578), [sym_assignment_statement] = STATE(181), [aux_sym__sequence_of_statements_repeat2] = STATE(517), [sym_identifier] = ACTIONS(331), @@ -14926,50 +14924,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(79), }, [74] = { - [sym_unary_adding_operator] = STATE(498), - [sym__name] = STATE(484), + [sym_unary_adding_operator] = STATE(499), + [sym__name] = STATE(480), [sym_selected_component] = STATE(528), - [sym__defining_identifier_list] = STATE(1699), - [sym_slice] = STATE(484), - [sym__attribute_reference] = STATE(484), - [sym__reduction_attribute_reference] = STATE(484), - [sym_value_sequence] = STATE(1652), - [sym_qualified_expression] = STATE(484), - [sym_range_g] = STATE(1740), - [sym_expression] = STATE(1409), - [sym__relation] = STATE(558), - [sym_relation_membership] = STATE(558), - [sym_raise_expression] = STATE(558), - [sym__simple_expression] = STATE(598), - [sym_term] = STATE(509), + [sym__defining_identifier_list] = STATE(1708), + [sym_slice] = STATE(480), + [sym__attribute_reference] = STATE(480), + [sym__reduction_attribute_reference] = STATE(480), + [sym_value_sequence] = STATE(1651), + [sym_qualified_expression] = STATE(480), + [sym_range_g] = STATE(1739), + [sym_expression] = STATE(1408), + [sym__relation] = STATE(566), + [sym_relation_membership] = STATE(566), + [sym_raise_expression] = STATE(566), + [sym__simple_expression] = STATE(602), + [sym_term] = STATE(511), [sym__factor] = STATE(487), [sym_factor_power] = STATE(487), [sym_factor_abs] = STATE(487), [sym_factor_not] = STATE(487), - [sym__parenthesized_expression] = STATE(491), - [sym__primary] = STATE(491), - [sym_primary_null] = STATE(491), - [sym_allocator] = STATE(491), - [sym_parameter_association] = STATE(1150), - [sym__conditional_expression] = STATE(1737), - [sym_quantified_expression] = STATE(1737), - [sym_declare_expression] = STATE(1737), - [sym_case_expression] = STATE(1737), - [sym_component_choice_list] = STATE(1735), - [sym__aggregate] = STATE(491), - [sym__delta_aggregate] = STATE(491), - [sym_extension_aggregate] = STATE(491), - [sym_record_delta_aggregate] = STATE(491), - [sym_array_delta_aggregate] = STATE(491), - [sym_record_aggregate] = STATE(491), - [sym__array_aggregate] = STATE(491), - [sym_positional_array_aggregate] = STATE(491), - [sym_null_array_aggregate] = STATE(491), - [sym_named_array_aggregate] = STATE(491), - [sym_parameter_specification] = STATE(1256), - [sym__parameter_specification_list] = STATE(1665), - [sym_if_expression] = STATE(1737), - [sym_function_call] = STATE(484), + [sym__parenthesized_expression] = STATE(490), + [sym__primary] = STATE(490), + [sym_primary_null] = STATE(490), + [sym_allocator] = STATE(490), + [sym_parameter_association] = STATE(1218), + [sym__conditional_expression] = STATE(1736), + [sym_quantified_expression] = STATE(1736), + [sym_declare_expression] = STATE(1736), + [sym_case_expression] = STATE(1736), + [sym_component_choice_list] = STATE(1734), + [sym__aggregate] = STATE(490), + [sym__delta_aggregate] = STATE(490), + [sym_extension_aggregate] = STATE(490), + [sym_record_delta_aggregate] = STATE(490), + [sym_array_delta_aggregate] = STATE(490), + [sym_record_aggregate] = STATE(490), + [sym__array_aggregate] = STATE(490), + [sym_positional_array_aggregate] = STATE(490), + [sym_null_array_aggregate] = STATE(490), + [sym_named_array_aggregate] = STATE(490), + [sym_parameter_specification] = STATE(1255), + [sym__parameter_specification_list] = STATE(1671), + [sym_if_expression] = STATE(1736), + [sym_function_call] = STATE(480), [sym_identifier] = ACTIONS(431), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(433), @@ -15040,23 +15038,23 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(333), 1, aux_sym_iterated_element_association_token1, - STATE(941), 1, + STATE(932), 1, sym_loop_label, - STATE(1576), 1, + STATE(1578), 1, sym_iteration_scheme, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, STATE(517), 2, sym_label, aux_sym__sequence_of_statements_repeat2, - STATE(947), 2, + STATE(961), 2, sym__name, sym_function_call, ACTIONS(9), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(1042), 5, + STATE(970), 5, sym_selected_component, sym_slice, sym__attribute_reference, @@ -15126,19 +15124,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token1, ACTIONS(449), 1, aux_sym_interface_type_definition_token1, - STATE(925), 1, + STATE(910), 1, sym_generic_formal_part, - STATE(997), 1, + STATE(1001), 1, sym__subprogram_specification, - STATE(1032), 1, + STATE(1011), 1, sym_overriding_indicator, - STATE(1115), 1, + STATE(1109), 1, sym_function_specification, - STATE(1142), 1, + STATE(1127), 1, sym_procedure_specification, - STATE(1627), 1, + STATE(1626), 1, sym_package_specification, - STATE(1664), 1, + STATE(1663), 1, sym__defining_identifier_list, STATE(419), 2, sym_protected_type_declaration, @@ -15216,19 +15214,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_compilation_unit_token1, ACTIONS(453), 1, aux_sym_package_specification_token3, - STATE(925), 1, + STATE(910), 1, sym_generic_formal_part, - STATE(997), 1, + STATE(1001), 1, sym__subprogram_specification, - STATE(1032), 1, + STATE(1011), 1, sym_overriding_indicator, - STATE(1115), 1, + STATE(1109), 1, sym_function_specification, - STATE(1142), 1, + STATE(1127), 1, sym_procedure_specification, - STATE(1627), 1, + STATE(1626), 1, sym_package_specification, - STATE(1664), 1, + STATE(1663), 1, sym__defining_identifier_list, STATE(419), 2, sym_protected_type_declaration, @@ -15306,19 +15304,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token1, ACTIONS(449), 1, aux_sym_interface_type_definition_token1, - STATE(925), 1, + STATE(910), 1, sym_generic_formal_part, - STATE(997), 1, + STATE(1001), 1, sym__subprogram_specification, - STATE(1032), 1, + STATE(1011), 1, sym_overriding_indicator, - STATE(1115), 1, + STATE(1109), 1, sym_function_specification, - STATE(1142), 1, + STATE(1127), 1, sym_procedure_specification, - STATE(1627), 1, + STATE(1626), 1, sym_package_specification, - STATE(1664), 1, + STATE(1663), 1, sym__defining_identifier_list, STATE(419), 2, sym_protected_type_declaration, @@ -15400,28 +15398,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(455), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, STATE(528), 1, sym_selected_component, - STATE(598), 1, + STATE(602), 1, sym__simple_expression, - STATE(1150), 1, + STATE(1218), 1, sym_parameter_association, - STATE(1409), 1, + STATE(1408), 1, sym_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1735), 1, + STATE(1734), 1, sym_component_choice_list, - STATE(1740), 1, + STATE(1739), 1, sym_range_g, ACTIONS(435), 2, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -15430,20 +15428,20 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(1737), 5, + STATE(1736), 5, sym__conditional_expression, sym_quantified_expression, sym_declare_expression, sym_case_expression, sym_if_expression, - STATE(484), 6, + STATE(480), 6, sym__name, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -15489,19 +15487,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_pragma_g_token1, ACTIONS(498), 1, aux_sym_subtype_declaration_token1, - STATE(925), 1, + STATE(910), 1, sym_generic_formal_part, - STATE(997), 1, + STATE(1001), 1, sym__subprogram_specification, - STATE(1032), 1, + STATE(1011), 1, sym_overriding_indicator, - STATE(1115), 1, + STATE(1109), 1, sym_function_specification, - STATE(1142), 1, + STATE(1127), 1, sym_procedure_specification, - STATE(1627), 1, + STATE(1626), 1, sym_package_specification, - STATE(1664), 1, + STATE(1663), 1, sym__defining_identifier_list, ACTIONS(466), 2, aux_sym_compilation_unit_token1, @@ -15582,19 +15580,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_compilation_unit_token1, ACTIONS(503), 1, aux_sym_package_specification_token3, - STATE(925), 1, + STATE(910), 1, sym_generic_formal_part, - STATE(997), 1, + STATE(1001), 1, sym__subprogram_specification, - STATE(1032), 1, + STATE(1011), 1, sym_overriding_indicator, - STATE(1115), 1, + STATE(1109), 1, sym_function_specification, - STATE(1142), 1, + STATE(1127), 1, sym_procedure_specification, - STATE(1627), 1, + STATE(1626), 1, sym_package_specification, - STATE(1664), 1, + STATE(1663), 1, sym__defining_identifier_list, STATE(419), 2, sym_protected_type_declaration, @@ -15672,19 +15670,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_compilation_unit_token1, ACTIONS(453), 1, aux_sym_package_specification_token3, - STATE(925), 1, + STATE(910), 1, sym_generic_formal_part, - STATE(997), 1, + STATE(1001), 1, sym__subprogram_specification, - STATE(1032), 1, + STATE(1011), 1, sym_overriding_indicator, - STATE(1115), 1, + STATE(1109), 1, sym_function_specification, - STATE(1142), 1, + STATE(1127), 1, sym_procedure_specification, - STATE(1627), 1, + STATE(1626), 1, sym_package_specification, - STATE(1664), 1, + STATE(1663), 1, sym__defining_identifier_list, STATE(419), 2, sym_protected_type_declaration, @@ -15760,19 +15758,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_interface_type_definition_token1, ACTIONS(503), 1, aux_sym_package_specification_token3, - STATE(925), 1, + STATE(910), 1, sym_generic_formal_part, - STATE(997), 1, + STATE(1001), 1, sym__subprogram_specification, - STATE(1032), 1, + STATE(1011), 1, sym_overriding_indicator, - STATE(1115), 1, + STATE(1109), 1, sym_function_specification, - STATE(1142), 1, + STATE(1127), 1, sym_procedure_specification, - STATE(1627), 1, + STATE(1626), 1, sym_package_specification, - STATE(1664), 1, + STATE(1663), 1, sym__defining_identifier_list, STATE(419), 2, sym_protected_type_declaration, @@ -15848,19 +15846,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_interface_type_definition_token1, ACTIONS(505), 1, aux_sym_package_specification_token3, - STATE(925), 1, + STATE(910), 1, sym_generic_formal_part, - STATE(997), 1, + STATE(1001), 1, sym__subprogram_specification, - STATE(1032), 1, + STATE(1011), 1, sym_overriding_indicator, - STATE(1115), 1, + STATE(1109), 1, sym_function_specification, - STATE(1142), 1, + STATE(1127), 1, sym_procedure_specification, - STATE(1627), 1, + STATE(1626), 1, sym_package_specification, - STATE(1664), 1, + STATE(1663), 1, sym__defining_identifier_list, STATE(419), 2, sym_protected_type_declaration, @@ -15936,19 +15934,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_interface_type_definition_token1, ACTIONS(507), 1, aux_sym_package_specification_token3, - STATE(925), 1, + STATE(910), 1, sym_generic_formal_part, - STATE(997), 1, + STATE(1001), 1, sym__subprogram_specification, - STATE(1032), 1, + STATE(1011), 1, sym_overriding_indicator, - STATE(1115), 1, + STATE(1109), 1, sym_function_specification, - STATE(1142), 1, + STATE(1127), 1, sym_procedure_specification, - STATE(1627), 1, + STATE(1626), 1, sym_package_specification, - STATE(1664), 1, + STATE(1663), 1, sym__defining_identifier_list, STATE(419), 2, sym_protected_type_declaration, @@ -16024,19 +16022,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_interface_type_definition_token1, ACTIONS(453), 1, aux_sym_package_specification_token3, - STATE(925), 1, + STATE(910), 1, sym_generic_formal_part, - STATE(997), 1, + STATE(1001), 1, sym__subprogram_specification, - STATE(1032), 1, + STATE(1011), 1, sym_overriding_indicator, - STATE(1115), 1, + STATE(1109), 1, sym_function_specification, - STATE(1142), 1, + STATE(1127), 1, sym_procedure_specification, - STATE(1627), 1, + STATE(1626), 1, sym_package_specification, - STATE(1664), 1, + STATE(1663), 1, sym__defining_identifier_list, STATE(419), 2, sym_protected_type_declaration, @@ -16110,47 +16108,47 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_component_choice_list_token1, ACTIONS(509), 1, aux_sym_iterated_element_association_token1, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(501), 1, + STATE(502), 1, sym_selected_component, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(598), 1, + STATE(602), 1, sym__simple_expression, - STATE(802), 1, + STATE(800), 1, sym_null_exclusion, - STATE(1073), 1, + STATE(1087), 1, sym_array_component_association, - STATE(1171), 1, - sym_discrete_choice, STATE(1226), 1, - sym_iterated_element_association, - STATE(1227), 1, sym_expression, - STATE(1290), 1, + STATE(1260), 1, + sym_discrete_choice, + STATE(1281), 1, + sym_iterated_element_association, + STATE(1309), 1, sym__named_record_component_association, - STATE(1375), 1, + STATE(1373), 1, sym_range_g, - STATE(1377), 1, + STATE(1375), 1, sym__subtype_indication, + STATE(1529), 1, + sym_discrete_choice_list, STATE(1570), 1, sym_record_component_association_list, - STATE(1574), 1, + STATE(1576), 1, sym__array_component_association_list, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1877), 1, + STATE(1876), 1, sym_component_choice_list, - STATE(1926), 1, - sym_discrete_choice_list, ACTIONS(221), 2, sym_character_literal, sym_target_name, - STATE(484), 2, + STATE(480), 2, sym__name, sym_function_call, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -16164,7 +16162,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -16212,19 +16210,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_interface_type_definition_token1, ACTIONS(507), 1, aux_sym_package_specification_token3, - STATE(925), 1, + STATE(910), 1, sym_generic_formal_part, - STATE(997), 1, + STATE(1001), 1, sym__subprogram_specification, - STATE(1032), 1, + STATE(1011), 1, sym_overriding_indicator, - STATE(1115), 1, + STATE(1109), 1, sym_function_specification, - STATE(1142), 1, + STATE(1127), 1, sym_procedure_specification, - STATE(1627), 1, + STATE(1626), 1, sym_package_specification, - STATE(1664), 1, + STATE(1663), 1, sym__defining_identifier_list, STATE(419), 2, sym_protected_type_declaration, @@ -16300,19 +16298,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_interface_type_definition_token1, ACTIONS(503), 1, aux_sym_package_specification_token3, - STATE(925), 1, + STATE(910), 1, sym_generic_formal_part, - STATE(997), 1, + STATE(1001), 1, sym__subprogram_specification, - STATE(1032), 1, + STATE(1011), 1, sym_overriding_indicator, - STATE(1115), 1, + STATE(1109), 1, sym_function_specification, - STATE(1142), 1, + STATE(1127), 1, sym_procedure_specification, - STATE(1627), 1, + STATE(1626), 1, sym_package_specification, - STATE(1664), 1, + STATE(1663), 1, sym__defining_identifier_list, STATE(419), 2, sym_protected_type_declaration, @@ -16386,47 +16384,47 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_component_choice_list_token1, ACTIONS(509), 1, aux_sym_iterated_element_association_token1, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(501), 1, + STATE(502), 1, sym_selected_component, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(598), 1, + STATE(602), 1, sym__simple_expression, - STATE(802), 1, + STATE(800), 1, sym_null_exclusion, - STATE(939), 1, + STATE(942), 1, sym_expression, - STATE(1073), 1, + STATE(1087), 1, sym_array_component_association, - STATE(1171), 1, + STATE(1260), 1, sym_discrete_choice, - STATE(1226), 1, + STATE(1281), 1, sym_iterated_element_association, - STATE(1290), 1, + STATE(1309), 1, sym__named_record_component_association, - STATE(1375), 1, + STATE(1373), 1, sym_range_g, - STATE(1377), 1, + STATE(1375), 1, sym__subtype_indication, - STATE(1652), 1, - sym_value_sequence, - STATE(1877), 1, - sym_component_choice_list, - STATE(1880), 1, - sym_record_component_association_list, - STATE(1923), 1, - sym__array_component_association_list, - STATE(1926), 1, + STATE(1529), 1, sym_discrete_choice_list, + STATE(1651), 1, + sym_value_sequence, + STATE(1876), 1, + sym_component_choice_list, + STATE(1879), 1, + sym_record_component_association_list, + STATE(1922), 1, + sym__array_component_association_list, ACTIONS(221), 2, sym_character_literal, sym_target_name, - STATE(484), 2, + STATE(480), 2, sym__name, sym_function_call, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -16440,7 +16438,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -16488,40 +16486,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, ACTIONS(517), 1, aux_sym_component_choice_list_token1, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(598), 1, + STATE(602), 1, sym__simple_expression, - STATE(802), 1, + STATE(800), 1, sym_null_exclusion, - STATE(933), 1, + STATE(929), 1, sym_expression, - STATE(1073), 1, + STATE(1087), 1, sym_array_component_association, - STATE(1171), 1, + STATE(1260), 1, sym_discrete_choice, - STATE(1375), 1, + STATE(1373), 1, sym_range_g, - STATE(1377), 1, + STATE(1375), 1, sym__subtype_indication, - STATE(1383), 1, + STATE(1382), 1, sym_iterated_element_association, - STATE(1652), 1, - sym_value_sequence, - STATE(1926), 1, + STATE(1529), 1, sym_discrete_choice_list, - STATE(1946), 1, + STATE(1651), 1, + sym_value_sequence, + STATE(1945), 1, sym__array_component_association_list, - STATE(484), 2, + STATE(480), 2, sym__name, sym_function_call, ACTIONS(221), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -16536,7 +16534,7 @@ static const uint16_t ts_small_parse_table[] = { sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -16582,40 +16580,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, ACTIONS(517), 1, aux_sym_component_choice_list_token1, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(598), 1, + STATE(602), 1, sym__simple_expression, - STATE(802), 1, + STATE(800), 1, sym_null_exclusion, - STATE(933), 1, + STATE(929), 1, sym_expression, - STATE(1073), 1, + STATE(1087), 1, sym_array_component_association, - STATE(1171), 1, + STATE(1260), 1, sym_discrete_choice, - STATE(1226), 1, + STATE(1281), 1, sym_iterated_element_association, - STATE(1375), 1, + STATE(1373), 1, sym_range_g, - STATE(1377), 1, + STATE(1375), 1, sym__subtype_indication, - STATE(1652), 1, - sym_value_sequence, - STATE(1926), 1, + STATE(1529), 1, sym_discrete_choice_list, - STATE(1946), 1, + STATE(1651), 1, + sym_value_sequence, + STATE(1945), 1, sym__array_component_association_list, - STATE(484), 2, + STATE(480), 2, sym__name, sym_function_call, ACTIONS(221), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -16630,7 +16628,7 @@ static const uint16_t ts_small_parse_table[] = { sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -16676,40 +16674,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, ACTIONS(517), 1, aux_sym_component_choice_list_token1, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(598), 1, + STATE(602), 1, sym__simple_expression, - STATE(802), 1, + STATE(800), 1, sym_null_exclusion, - STATE(1020), 1, + STATE(971), 1, sym_expression, - STATE(1073), 1, + STATE(1087), 1, sym_array_component_association, - STATE(1171), 1, + STATE(1260), 1, sym_discrete_choice, - STATE(1226), 1, + STATE(1281), 1, sym_iterated_element_association, - STATE(1375), 1, + STATE(1373), 1, sym_range_g, - STATE(1377), 1, + STATE(1375), 1, sym__subtype_indication, - STATE(1652), 1, - sym_value_sequence, - STATE(1926), 1, + STATE(1529), 1, sym_discrete_choice_list, - STATE(1946), 1, + STATE(1651), 1, + sym_value_sequence, + STATE(1945), 1, sym__array_component_association_list, - STATE(484), 2, + STATE(480), 2, sym__name, sym_function_call, ACTIONS(221), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -16724,7 +16722,7 @@ static const uint16_t ts_small_parse_table[] = { sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -16768,39 +16766,39 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(517), 1, aux_sym_component_choice_list_token1, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(598), 1, + STATE(602), 1, sym__simple_expression, - STATE(802), 1, + STATE(800), 1, sym_null_exclusion, - STATE(1073), 1, + STATE(1087), 1, sym_array_component_association, - STATE(1171), 1, + STATE(1260), 1, sym_discrete_choice, - STATE(1226), 1, + STATE(1281), 1, sym_iterated_element_association, - STATE(1377), 1, + STATE(1375), 1, sym__subtype_indication, + STATE(1529), 1, + sym_discrete_choice_list, STATE(1619), 1, sym__array_component_association_list, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1926), 1, - sym_discrete_choice_list, - STATE(484), 2, + STATE(480), 2, sym__name, sym_function_call, - STATE(1375), 2, + STATE(1373), 2, sym_range_g, sym_expression, ACTIONS(221), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -16815,7 +16813,7 @@ static const uint16_t ts_small_parse_table[] = { sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -16859,40 +16857,40 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(517), 1, aux_sym_component_choice_list_token1, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(598), 1, + STATE(602), 1, sym__simple_expression, - STATE(802), 1, + STATE(800), 1, sym_null_exclusion, - STATE(1063), 1, - sym_expression, - STATE(1073), 1, + STATE(1087), 1, sym_array_component_association, - STATE(1171), 1, + STATE(1133), 1, + sym_expression, + STATE(1260), 1, sym_discrete_choice, - STATE(1226), 1, + STATE(1281), 1, sym_iterated_element_association, - STATE(1375), 1, + STATE(1373), 1, sym_range_g, - STATE(1377), 1, + STATE(1375), 1, sym__subtype_indication, - STATE(1652), 1, - sym_value_sequence, - STATE(1923), 1, - sym__array_component_association_list, - STATE(1926), 1, + STATE(1529), 1, sym_discrete_choice_list, - STATE(484), 2, + STATE(1651), 1, + sym_value_sequence, + STATE(1922), 1, + sym__array_component_association_list, + STATE(480), 2, sym__name, sym_function_call, ACTIONS(221), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -16907,7 +16905,7 @@ static const uint16_t ts_small_parse_table[] = { sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -16953,25 +16951,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(519), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1284), 1, + STATE(1172), 1, sym_pragma_argument_association, - STATE(1453), 1, + STATE(1452), 1, sym_expression, - STATE(1611), 1, + STATE(1610), 1, sym__aspect_mark, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -16980,12 +16978,12 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(1608), 4, + STATE(1607), 4, sym__conditional_quantified_expression, sym_quantified_expression, sym_case_expression, sym_if_expression, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -16993,7 +16991,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -17037,37 +17035,37 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(517), 1, aux_sym_component_choice_list_token1, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(598), 1, + STATE(602), 1, sym__simple_expression, - STATE(802), 1, + STATE(800), 1, sym_null_exclusion, - STATE(1171), 1, - sym_discrete_choice, - STATE(1181), 1, + STATE(1253), 1, sym_array_component_association, - STATE(1226), 1, + STATE(1260), 1, + sym_discrete_choice, + STATE(1281), 1, sym_iterated_element_association, - STATE(1377), 1, + STATE(1375), 1, sym__subtype_indication, - STATE(1652), 1, - sym_value_sequence, - STATE(1926), 1, + STATE(1529), 1, sym_discrete_choice_list, - STATE(484), 2, + STATE(1651), 1, + sym_value_sequence, + STATE(480), 2, sym__name, sym_function_call, - STATE(1375), 2, + STATE(1373), 2, sym_range_g, sym_expression, ACTIONS(221), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -17082,7 +17080,7 @@ static const uint16_t ts_small_parse_table[] = { sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -17128,27 +17126,27 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(525), 1, anon_sym_LPAREN, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(831), 1, + STATE(823), 1, sym_non_empty_mode, - STATE(1050), 1, + STATE(1028), 1, sym_global_mode, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, - STATE(1049), 3, + STATE(1029), 3, sym_expression, sym__aspect_definition, sym_global_aspect_definition, @@ -17157,7 +17155,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -17165,7 +17163,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -17207,33 +17205,33 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(517), 1, aux_sym_component_choice_list_token1, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(598), 1, + STATE(602), 1, sym__simple_expression, - STATE(802), 1, + STATE(800), 1, sym_null_exclusion, - STATE(1171), 1, + STATE(1260), 1, sym_discrete_choice, - STATE(1377), 1, + STATE(1375), 1, sym__subtype_indication, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1785), 1, + STATE(1791), 1, sym_discrete_choice_list, - STATE(484), 2, + STATE(480), 2, sym__name, sym_function_call, - STATE(1375), 2, + STATE(1373), 2, sym_range_g, sym_expression, ACTIONS(221), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -17248,7 +17246,7 @@ static const uint16_t ts_small_parse_table[] = { sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -17290,33 +17288,33 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(517), 1, aux_sym_component_choice_list_token1, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(598), 1, + STATE(602), 1, sym__simple_expression, - STATE(802), 1, + STATE(800), 1, sym_null_exclusion, - STATE(1171), 1, + STATE(1260), 1, sym_discrete_choice, - STATE(1377), 1, + STATE(1375), 1, sym__subtype_indication, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1760), 1, + STATE(1759), 1, sym_discrete_choice_list, - STATE(484), 2, + STATE(480), 2, sym__name, sym_function_call, - STATE(1375), 2, + STATE(1373), 2, sym_range_g, sym_expression, ACTIONS(221), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -17331,7 +17329,7 @@ static const uint16_t ts_small_parse_table[] = { sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -17373,33 +17371,33 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(517), 1, aux_sym_component_choice_list_token1, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(598), 1, + STATE(602), 1, sym__simple_expression, - STATE(802), 1, + STATE(800), 1, sym_null_exclusion, - STATE(1171), 1, + STATE(1260), 1, sym_discrete_choice, - STATE(1377), 1, + STATE(1375), 1, sym__subtype_indication, - STATE(1504), 1, + STATE(1493), 1, sym_discrete_choice_list, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(484), 2, + STATE(480), 2, sym__name, sym_function_call, - STATE(1375), 2, + STATE(1373), 2, sym_range_g, sym_expression, ACTIONS(221), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -17414,7 +17412,7 @@ static const uint16_t ts_small_parse_table[] = { sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -17456,31 +17454,31 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(517), 1, aux_sym_component_choice_list_token1, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(598), 1, + STATE(602), 1, sym__simple_expression, - STATE(802), 1, + STATE(800), 1, sym_null_exclusion, - STATE(1377), 1, + STATE(1375), 1, sym__subtype_indication, - STATE(1391), 1, + STATE(1390), 1, sym_discrete_choice, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(484), 2, + STATE(480), 2, sym__name, sym_function_call, - STATE(1375), 2, + STATE(1373), 2, sym_range_g, sym_expression, ACTIONS(221), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -17495,7 +17493,7 @@ static const uint16_t ts_small_parse_table[] = { sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -17541,28 +17539,28 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(527), 1, aux_sym_attribute_designator_token2, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, STATE(528), 1, sym_selected_component, - STATE(1290), 1, + STATE(1309), 1, sym__named_record_component_association, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1811), 1, + STATE(1810), 1, sym_record_component_association_list, - STATE(1812), 1, + STATE(1811), 1, sym_expression, - STATE(1877), 1, + STATE(1876), 1, sym_component_choice_list, ACTIONS(521), 2, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -17571,14 +17569,14 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 6, + STATE(277), 6, sym__name, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -17624,26 +17622,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(455), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, STATE(528), 1, sym_selected_component, - STATE(1409), 1, + STATE(1408), 1, sym_expression, STATE(1425), 1, sym_parameter_association, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1735), 1, + STATE(1734), 1, sym_component_choice_list, ACTIONS(521), 2, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -17652,14 +17650,14 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 6, + STATE(277), 6, sym__name, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -17703,25 +17701,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(455), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, STATE(528), 1, sym_selected_component, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1877), 1, + STATE(1876), 1, sym_component_choice_list, ACTIONS(521), 2, sym_character_literal, sym_target_name, - STATE(1488), 2, + STATE(1478), 2, sym_expression, sym__named_record_component_association, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -17730,14 +17728,14 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 6, + STATE(277), 6, sym__name, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -17781,26 +17779,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(455), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, STATE(528), 1, sym_selected_component, - STATE(1488), 1, - sym__named_record_component_association, - STATE(1489), 1, + STATE(1340), 1, sym_expression, - STATE(1652), 1, + STATE(1478), 1, + sym__named_record_component_association, + STATE(1651), 1, sym_value_sequence, - STATE(1877), 1, + STATE(1876), 1, sym_component_choice_list, ACTIONS(521), 2, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -17809,14 +17807,14 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 6, + STATE(277), 6, sym__name, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -17860,25 +17858,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(455), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, STATE(528), 1, sym_selected_component, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1877), 1, + STATE(1876), 1, sym_component_choice_list, ACTIONS(521), 2, sym_character_literal, sym_target_name, - STATE(1188), 2, + STATE(1211), 2, sym_expression, sym__named_record_component_association, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -17887,14 +17885,14 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 6, + STATE(277), 6, sym__name, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -17934,27 +17932,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(529), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1256), 1, + STATE(1255), 1, sym_parameter_specification, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1665), 1, + STATE(1671), 1, sym__parameter_specification_list, - STATE(1680), 1, + STATE(1679), 1, sym_expression, - STATE(1699), 1, + STATE(1708), 1, sym__defining_identifier_list, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -17963,7 +17961,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -17971,7 +17969,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -18015,26 +18013,26 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(531), 1, aux_sym_component_choice_list_token1, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, STATE(528), 1, sym_selected_component, - STATE(1125), 1, + STATE(1119), 1, sym_expression, - STATE(1188), 1, + STATE(1211), 1, sym__named_record_component_association, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1877), 1, + STATE(1876), 1, sym_component_choice_list, ACTIONS(521), 2, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -18043,14 +18041,14 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 6, + STATE(277), 6, sym__name, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -18088,28 +18086,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_primary_null_token1, ACTIONS(533), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(802), 1, + STATE(800), 1, sym_null_exclusion, - STATE(954), 1, + STATE(928), 1, sym__subtype_indication, - STATE(1256), 1, + STATE(1255), 1, sym_parameter_specification, - STATE(1513), 1, + STATE(1512), 1, sym__simple_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1665), 1, + STATE(1671), 1, sym__parameter_specification_list, - STATE(1699), 1, + STATE(1708), 1, sym__defining_identifier_list, - STATE(484), 2, + STATE(480), 2, sym__name, sym_function_call, - STATE(1642), 2, + STATE(1489), 2, sym__discrete_subtype_definition, sym_range_g, ACTIONS(535), 3, @@ -18127,7 +18125,7 @@ static const uint16_t ts_small_parse_table[] = { sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -18169,15 +18167,15 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(539), 1, anon_sym_SEMI, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, STATE(1420), 1, sym_extended_return_object_declaration, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, STATE(1707), 1, sym_expression, @@ -18185,7 +18183,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -18194,7 +18192,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -18202,7 +18200,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -18240,28 +18238,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_primary_null_token1, ACTIONS(541), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(802), 1, + STATE(800), 1, sym_null_exclusion, - STATE(954), 1, + STATE(928), 1, sym__subtype_indication, - STATE(1339), 1, + STATE(1191), 1, sym_index_subtype_definition, - STATE(1513), 1, + STATE(1512), 1, sym__simple_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1653), 1, - sym__index_subtype_definition_list, STATE(1669), 1, + sym__index_subtype_definition_list, + STATE(1670), 1, sym__discrete_subtype_definition_list, - STATE(688), 2, + STATE(677), 2, sym__name, sym_function_call, - STATE(1212), 2, + STATE(1192), 2, sym__discrete_subtype_definition, sym_range_g, ACTIONS(543), 3, @@ -18273,13 +18271,13 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(565), 5, + STATE(556), 5, sym_selected_component, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -18317,25 +18315,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_primary_null_token1, ACTIONS(533), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(802), 1, + STATE(800), 1, sym_null_exclusion, - STATE(954), 1, + STATE(928), 1, sym__subtype_indication, - STATE(1256), 1, + STATE(1255), 1, sym_parameter_specification, - STATE(1513), 1, + STATE(1512), 1, sym__simple_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1665), 1, + STATE(1671), 1, sym__parameter_specification_list, - STATE(1699), 1, + STATE(1708), 1, sym__defining_identifier_list, - STATE(484), 2, + STATE(480), 2, sym__name, sym_function_call, STATE(1567), 2, @@ -18356,7 +18354,7 @@ static const uint16_t ts_small_parse_table[] = { sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -18396,25 +18394,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(519), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1386), 1, + STATE(1385), 1, sym_pragma_argument_association, - STATE(1453), 1, + STATE(1452), 1, sym_expression, - STATE(1611), 1, + STATE(1610), 1, sym__aspect_mark, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -18423,7 +18421,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -18431,7 +18429,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -18579,21 +18577,21 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(553), 1, anon_sym_LT_GT, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1652), 1, - sym_value_sequence, - STATE(1695), 1, + STATE(1499), 1, sym_expression, + STATE(1651), 1, + sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -18602,7 +18600,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -18610,7 +18608,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -18652,21 +18650,21 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(555), 1, anon_sym_LT_GT, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1497), 1, + STATE(1503), 1, sym_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -18675,7 +18673,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -18683,7 +18681,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -18990,21 +18988,21 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(577), 1, aux_sym_component_choice_list_token1, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1302), 1, + STATE(1301), 1, sym_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -19013,7 +19011,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -19021,7 +19019,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -19964,21 +19962,21 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(647), 1, anon_sym_LT_GT, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1683), 1, + STATE(1682), 1, sym_expression, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -19987,7 +19985,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -19995,7 +19993,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -20037,21 +20035,21 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(649), 1, anon_sym_LT_GT, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1684), 1, + STATE(1683), 1, sym_expression, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -20060,7 +20058,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -20068,7 +20066,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -20110,21 +20108,21 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(651), 1, anon_sym_LT_GT, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1388), 1, + STATE(1387), 1, sym_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -20133,7 +20131,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -20141,7 +20139,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -20395,21 +20393,21 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(669), 1, aux_sym_component_choice_list_token1, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1175), 1, + STATE(1247), 1, sym_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -20418,7 +20416,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -20426,7 +20424,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -20521,21 +20519,21 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(675), 1, aux_sym_component_choice_list_token1, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1175), 1, + STATE(1247), 1, sym_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -20544,7 +20542,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -20552,7 +20550,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -21124,21 +21122,21 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(717), 1, anon_sym_LT_GT, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1180), 1, + STATE(1251), 1, sym_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -21147,7 +21145,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -21155,7 +21153,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -21356,21 +21354,21 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(731), 1, aux_sym_delay_until_statement_token2, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1816), 1, + STATE(1815), 1, sym_expression, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -21379,7 +21377,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -21387,7 +21385,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -21694,21 +21692,21 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(753), 1, anon_sym_LT_GT, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, STATE(1426), 1, sym_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -21717,7 +21715,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -21725,7 +21723,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -22509,21 +22507,21 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(811), 1, aux_sym_component_choice_list_token1, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1175), 1, + STATE(1247), 1, sym_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -22532,7 +22530,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -22540,7 +22538,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -22633,21 +22631,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1677), 1, + STATE(1676), 1, sym_expression, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -22656,7 +22654,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -22664,7 +22662,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -22704,21 +22702,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1082), 1, + STATE(1095), 1, sym_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -22727,7 +22725,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -22735,7 +22733,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -22777,19 +22775,19 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(817), 1, aux_sym_expression_token2, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(609), 3, + STATE(617), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -22798,7 +22796,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -22806,7 +22804,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -22846,21 +22844,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(966), 1, + STATE(1042), 1, sym_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -22869,7 +22867,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -22877,7 +22875,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -22919,19 +22917,19 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(819), 1, aux_sym_expression_token4, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(612), 3, + STATE(611), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -22940,7 +22938,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -22948,7 +22946,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -22988,21 +22986,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, STATE(1122), 1, sym_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -23011,7 +23009,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -23019,7 +23017,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -23059,21 +23057,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1548), 1, + STATE(1553), 1, sym_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -23082,7 +23080,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -23090,7 +23088,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -23130,21 +23128,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1250), 1, + STATE(1289), 1, sym_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -23153,7 +23151,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -23161,7 +23159,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -23201,21 +23199,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1702), 1, + STATE(1696), 1, sym_expression, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -23224,7 +23222,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -23232,7 +23230,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -23272,13 +23270,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, STATE(1869), 1, sym_expression, @@ -23286,7 +23284,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -23295,7 +23293,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -23303,7 +23301,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -23343,21 +23341,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1780), 1, + STATE(1779), 1, sym_expression, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -23366,7 +23364,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -23374,7 +23372,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -23414,21 +23412,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, STATE(1496), 1, sym_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -23437,7 +23435,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -23445,7 +23443,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -23485,21 +23483,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1541), 1, + STATE(1548), 1, sym_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -23508,7 +23506,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -23516,7 +23514,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -23556,21 +23554,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1796), 1, + STATE(1795), 1, sym_expression, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -23579,7 +23577,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -23587,7 +23585,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -23627,21 +23625,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1502), 1, + STATE(1494), 1, sym_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -23650,7 +23648,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -23658,7 +23656,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -23698,21 +23696,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1789), 1, + STATE(1788), 1, sym_expression, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -23721,7 +23719,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -23729,7 +23727,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -23769,21 +23767,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1341), 1, + STATE(1393), 1, sym_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -23792,7 +23790,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -23800,7 +23798,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -23840,21 +23838,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, STATE(1602), 1, sym_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -23863,7 +23861,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -23871,7 +23869,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -23911,21 +23909,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1678), 1, + STATE(1677), 1, sym_expression, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -23934,7 +23932,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -23942,7 +23940,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -23982,22 +23980,22 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(821), 1, aux_sym_loop_parameter_specification_token1, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(802), 1, + STATE(800), 1, sym_null_exclusion, - STATE(954), 1, + STATE(928), 1, sym__subtype_indication, - STATE(1513), 1, + STATE(1512), 1, sym__simple_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(610), 2, + STATE(606), 2, sym__name, sym_function_call, - STATE(993), 2, + STATE(1033), 2, sym__discrete_subtype_definition, sym_range_g, ACTIONS(221), 3, @@ -24015,7 +24013,7 @@ static const uint16_t ts_small_parse_table[] = { sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -24055,21 +24053,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1733), 1, + STATE(1729), 1, sym_expression, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -24078,7 +24076,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -24086,7 +24084,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -24126,21 +24124,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1662), 1, + STATE(1661), 1, sym_expression, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -24149,7 +24147,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -24157,7 +24155,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -24197,21 +24195,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1268), 1, + STATE(1160), 1, sym_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -24220,7 +24218,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -24228,7 +24226,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -24268,21 +24266,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1583), 1, + STATE(1582), 1, sym_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -24291,7 +24289,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -24299,7 +24297,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -24339,21 +24337,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1387), 1, + STATE(1386), 1, sym_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -24362,7 +24360,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -24370,7 +24368,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -24410,21 +24408,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1947), 1, + STATE(1821), 1, sym_expression, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -24433,7 +24431,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -24441,7 +24439,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -24481,21 +24479,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1710), 1, + STATE(1704), 1, sym_expression, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -24504,7 +24502,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -24512,7 +24510,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -24552,21 +24550,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1175), 1, + STATE(1247), 1, sym_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -24575,7 +24573,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -24583,7 +24581,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -24623,21 +24621,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1652), 1, - sym_value_sequence, - STATE(1719), 1, + STATE(1498), 1, sym_expression, + STATE(1651), 1, + sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -24646,7 +24644,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -24654,7 +24652,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -24694,21 +24692,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1852), 1, + STATE(1851), 1, sym_expression, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -24717,7 +24715,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -24725,7 +24723,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -24765,21 +24763,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1351), 1, + STATE(1347), 1, sym_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -24788,7 +24786,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -24796,7 +24794,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -24836,21 +24834,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1074), 1, + STATE(1088), 1, sym_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -24859,7 +24857,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -24867,7 +24865,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -24907,21 +24905,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1301), 1, + STATE(1321), 1, sym_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -24930,7 +24928,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -24938,7 +24936,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -24978,21 +24976,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1838), 1, + STATE(1837), 1, sym_expression, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -25001,7 +24999,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -25009,7 +25007,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -25049,21 +25047,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1507), 1, + STATE(1492), 1, sym_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -25072,7 +25070,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -25080,7 +25078,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -25120,21 +25118,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, STATE(1338), 1, sym_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -25143,7 +25141,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -25151,7 +25149,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -25191,21 +25189,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1317), 1, + STATE(1185), 1, sym_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -25214,7 +25212,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -25222,7 +25220,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -25262,13 +25260,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, STATE(1944), 1, sym_expression, @@ -25276,7 +25274,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -25285,7 +25283,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -25293,7 +25291,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -25333,21 +25331,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1806), 1, + STATE(1816), 1, sym_expression, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -25356,7 +25354,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -25364,7 +25362,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -25404,21 +25402,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1805), 1, + STATE(1809), 1, sym_expression, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -25427,7 +25425,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -25435,7 +25433,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -25475,13 +25473,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(526), 1, + STATE(527), 1, sym__simple_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, STATE(1943), 1, sym_expression, @@ -25489,7 +25487,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(558), 3, + STATE(566), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -25498,7 +25496,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -25506,7 +25504,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -25697,22 +25695,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_primary_null_token1, ACTIONS(511), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(802), 1, + STATE(800), 1, sym_null_exclusion, - STATE(954), 1, + STATE(928), 1, sym__subtype_indication, - STATE(1513), 1, + STATE(1512), 1, sym__simple_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(616), 2, + STATE(608), 2, sym__name, sym_function_call, - STATE(1035), 2, + STATE(967), 2, sym__discrete_subtype_definition, sym_range_g, ACTIONS(221), 3, @@ -25730,7 +25728,7 @@ static const uint16_t ts_small_parse_table[] = { sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -25768,22 +25766,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_primary_null_token1, ACTIONS(835), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(802), 1, + STATE(800), 1, sym_null_exclusion, - STATE(1382), 1, + STATE(1380), 1, sym__subtype_indication, - STATE(1513), 1, + STATE(1512), 1, sym__simple_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(484), 2, + STATE(480), 2, sym__name, sym_function_call, - STATE(1478), 2, + STATE(1477), 2, sym_range_g, sym__discrete_range, ACTIONS(535), 3, @@ -25801,7 +25799,7 @@ static const uint16_t ts_small_parse_table[] = { sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -25839,19 +25837,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_primary_null_token1, ACTIONS(835), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(802), 1, + STATE(800), 1, sym_null_exclusion, - STATE(954), 1, + STATE(928), 1, sym__subtype_indication, - STATE(1513), 1, + STATE(1512), 1, sym__simple_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(484), 2, + STATE(480), 2, sym__name, sym_function_call, STATE(1604), 2, @@ -25872,7 +25870,7 @@ static const uint16_t ts_small_parse_table[] = { sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -25887,76 +25885,7 @@ static const uint16_t ts_small_parse_table[] = { sym_positional_array_aggregate, sym_null_array_aggregate, sym_named_array_aggregate, - [13473] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(223), 1, - sym_numeric_literal, - ACTIONS(225), 1, - anon_sym_PLUS, - ACTIONS(227), 1, - anon_sym_DASH, - ACTIONS(229), 1, - anon_sym_LPAREN, - ACTIONS(231), 1, - anon_sym_LBRACK, - ACTIONS(239), 1, - aux_sym_raise_expression_token1, - ACTIONS(241), 1, - aux_sym_factor_abs_token1, - ACTIONS(245), 1, - aux_sym_allocator_token1, - ACTIONS(425), 1, - aux_sym_primary_null_token1, - ACTIONS(437), 1, - aux_sym_relation_membership_token1, - ACTIONS(523), 1, - sym_identifier, - STATE(498), 1, - sym_unary_adding_operator, - STATE(509), 1, - sym_term, - STATE(526), 1, - sym__simple_expression, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(521), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(614), 3, - sym__relation, - sym_relation_membership, - sym_raise_expression, - STATE(487), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(276), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(491), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [13563] = 3, + [13473] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(837), 7, @@ -26007,7 +25936,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_result_profile_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [13617] = 3, + [13527] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(841), 7, @@ -26058,7 +25987,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_result_profile_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [13671] = 3, + [13581] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(845), 7, @@ -26109,7 +26038,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_result_profile_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [13725] = 3, + [13635] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(849), 7, @@ -26160,149 +26089,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_result_profile_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [13779] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(223), 1, - sym_numeric_literal, - ACTIONS(225), 1, - anon_sym_PLUS, - ACTIONS(227), 1, - anon_sym_DASH, - ACTIONS(229), 1, - anon_sym_LPAREN, - ACTIONS(231), 1, - anon_sym_LBRACK, - ACTIONS(237), 1, - aux_sym_relation_membership_token1, - ACTIONS(241), 1, - aux_sym_factor_abs_token1, - ACTIONS(245), 1, - aux_sym_allocator_token1, - ACTIONS(425), 1, - aux_sym_primary_null_token1, - ACTIONS(835), 1, - sym_identifier, - STATE(498), 1, - sym_unary_adding_operator, - STATE(509), 1, - sym_term, - STATE(802), 1, - sym_null_exclusion, - STATE(1382), 1, - sym__subtype_indication, - STATE(1513), 1, - sym__simple_expression, - STATE(1652), 1, - sym_value_sequence, - STATE(484), 2, - sym__name, - sym_function_call, - STATE(1202), 2, - sym_range_g, - sym__discrete_range, - ACTIONS(535), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(487), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(525), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - STATE(491), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [13873] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(223), 1, - sym_numeric_literal, - ACTIONS(225), 1, - anon_sym_PLUS, - ACTIONS(227), 1, - anon_sym_DASH, - ACTIONS(229), 1, - anon_sym_LPAREN, - ACTIONS(231), 1, - anon_sym_LBRACK, - ACTIONS(237), 1, - aux_sym_relation_membership_token1, - ACTIONS(241), 1, - aux_sym_factor_abs_token1, - ACTIONS(245), 1, - aux_sym_allocator_token1, - ACTIONS(425), 1, - aux_sym_primary_null_token1, - ACTIONS(835), 1, - sym_identifier, - STATE(498), 1, - sym_unary_adding_operator, - STATE(509), 1, - sym_term, - STATE(802), 1, - sym_null_exclusion, - STATE(954), 1, - sym__subtype_indication, - STATE(1513), 1, - sym__simple_expression, - STATE(1652), 1, - sym_value_sequence, - STATE(484), 2, - sym__name, - sym_function_call, - STATE(1464), 2, - sym__discrete_subtype_definition, - sym_range_g, - ACTIONS(535), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(487), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(525), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - STATE(491), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [13967] = 3, + [13689] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(853), 7, @@ -26353,6 +26140,217 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_result_profile_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, + [13743] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(223), 1, + sym_numeric_literal, + ACTIONS(225), 1, + anon_sym_PLUS, + ACTIONS(227), 1, + anon_sym_DASH, + ACTIONS(229), 1, + anon_sym_LPAREN, + ACTIONS(231), 1, + anon_sym_LBRACK, + ACTIONS(237), 1, + aux_sym_relation_membership_token1, + ACTIONS(241), 1, + aux_sym_factor_abs_token1, + ACTIONS(245), 1, + aux_sym_allocator_token1, + ACTIONS(425), 1, + aux_sym_primary_null_token1, + ACTIONS(835), 1, + sym_identifier, + STATE(499), 1, + sym_unary_adding_operator, + STATE(511), 1, + sym_term, + STATE(800), 1, + sym_null_exclusion, + STATE(1380), 1, + sym__subtype_indication, + STATE(1512), 1, + sym__simple_expression, + STATE(1651), 1, + sym_value_sequence, + STATE(480), 2, + sym__name, + sym_function_call, + STATE(1271), 2, + sym_range_g, + sym__discrete_range, + ACTIONS(535), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(487), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(525), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + STATE(490), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [13837] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(223), 1, + sym_numeric_literal, + ACTIONS(225), 1, + anon_sym_PLUS, + ACTIONS(227), 1, + anon_sym_DASH, + ACTIONS(229), 1, + anon_sym_LPAREN, + ACTIONS(231), 1, + anon_sym_LBRACK, + ACTIONS(237), 1, + aux_sym_relation_membership_token1, + ACTIONS(241), 1, + aux_sym_factor_abs_token1, + ACTIONS(245), 1, + aux_sym_allocator_token1, + ACTIONS(425), 1, + aux_sym_primary_null_token1, + ACTIONS(835), 1, + sym_identifier, + STATE(499), 1, + sym_unary_adding_operator, + STATE(511), 1, + sym_term, + STATE(800), 1, + sym_null_exclusion, + STATE(928), 1, + sym__subtype_indication, + STATE(1512), 1, + sym__simple_expression, + STATE(1651), 1, + sym_value_sequence, + STATE(480), 2, + sym__name, + sym_function_call, + STATE(1463), 2, + sym__discrete_subtype_definition, + sym_range_g, + ACTIONS(535), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(487), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(525), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + STATE(490), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [13931] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(223), 1, + sym_numeric_literal, + ACTIONS(225), 1, + anon_sym_PLUS, + ACTIONS(227), 1, + anon_sym_DASH, + ACTIONS(229), 1, + anon_sym_LPAREN, + ACTIONS(231), 1, + anon_sym_LBRACK, + ACTIONS(239), 1, + aux_sym_raise_expression_token1, + ACTIONS(241), 1, + aux_sym_factor_abs_token1, + ACTIONS(245), 1, + aux_sym_allocator_token1, + ACTIONS(425), 1, + aux_sym_primary_null_token1, + ACTIONS(437), 1, + aux_sym_relation_membership_token1, + ACTIONS(523), 1, + sym_identifier, + STATE(499), 1, + sym_unary_adding_operator, + STATE(511), 1, + sym_term, + STATE(527), 1, + sym__simple_expression, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(521), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(610), 3, + sym__relation, + sym_relation_membership, + sym_raise_expression, + STATE(487), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(277), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(490), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, [14021] = 3, ACTIONS(3), 1, sym_comment, @@ -26506,76 +26504,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_result_profile_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [14183] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(223), 1, - sym_numeric_literal, - ACTIONS(225), 1, - anon_sym_PLUS, - ACTIONS(227), 1, - anon_sym_DASH, - ACTIONS(229), 1, - anon_sym_LPAREN, - ACTIONS(231), 1, - anon_sym_LBRACK, - ACTIONS(239), 1, - aux_sym_raise_expression_token1, - ACTIONS(241), 1, - aux_sym_factor_abs_token1, - ACTIONS(245), 1, - aux_sym_allocator_token1, - ACTIONS(425), 1, - aux_sym_primary_null_token1, - ACTIONS(437), 1, - aux_sym_relation_membership_token1, - ACTIONS(523), 1, - sym_identifier, - STATE(498), 1, - sym_unary_adding_operator, - STATE(509), 1, - sym_term, - STATE(526), 1, - sym__simple_expression, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(521), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(606), 3, - sym__relation, - sym_relation_membership, - sym_raise_expression, - STATE(487), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(276), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(491), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [14273] = 3, + [14183] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(869), 7, @@ -26626,76 +26555,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_result_profile_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [14327] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(223), 1, - sym_numeric_literal, - ACTIONS(225), 1, - anon_sym_PLUS, - ACTIONS(227), 1, - anon_sym_DASH, - ACTIONS(229), 1, - anon_sym_LPAREN, - ACTIONS(231), 1, - anon_sym_LBRACK, - ACTIONS(239), 1, - aux_sym_raise_expression_token1, - ACTIONS(241), 1, - aux_sym_factor_abs_token1, - ACTIONS(245), 1, - aux_sym_allocator_token1, - ACTIONS(425), 1, - aux_sym_primary_null_token1, - ACTIONS(437), 1, - aux_sym_relation_membership_token1, - ACTIONS(523), 1, - sym_identifier, - STATE(498), 1, - sym_unary_adding_operator, - STATE(509), 1, - sym_term, - STATE(526), 1, - sym__simple_expression, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(521), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(607), 3, - sym__relation, - sym_relation_membership, - sym_raise_expression, - STATE(487), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(276), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(491), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [14417] = 3, + [14237] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(873), 7, @@ -26746,7 +26606,76 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_result_profile_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [14471] = 3, + [14291] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(223), 1, + sym_numeric_literal, + ACTIONS(225), 1, + anon_sym_PLUS, + ACTIONS(227), 1, + anon_sym_DASH, + ACTIONS(229), 1, + anon_sym_LPAREN, + ACTIONS(231), 1, + anon_sym_LBRACK, + ACTIONS(239), 1, + aux_sym_raise_expression_token1, + ACTIONS(241), 1, + aux_sym_factor_abs_token1, + ACTIONS(245), 1, + aux_sym_allocator_token1, + ACTIONS(425), 1, + aux_sym_primary_null_token1, + ACTIONS(437), 1, + aux_sym_relation_membership_token1, + ACTIONS(523), 1, + sym_identifier, + STATE(499), 1, + sym_unary_adding_operator, + STATE(511), 1, + sym_term, + STATE(527), 1, + sym__simple_expression, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(521), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(607), 3, + sym__relation, + sym_relation_membership, + sym_raise_expression, + STATE(487), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(277), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(490), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [14381] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(877), 7, @@ -26797,6 +26726,75 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_result_profile_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, + [14435] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(223), 1, + sym_numeric_literal, + ACTIONS(225), 1, + anon_sym_PLUS, + ACTIONS(227), 1, + anon_sym_DASH, + ACTIONS(229), 1, + anon_sym_LPAREN, + ACTIONS(231), 1, + anon_sym_LBRACK, + ACTIONS(239), 1, + aux_sym_raise_expression_token1, + ACTIONS(241), 1, + aux_sym_factor_abs_token1, + ACTIONS(245), 1, + aux_sym_allocator_token1, + ACTIONS(425), 1, + aux_sym_primary_null_token1, + ACTIONS(437), 1, + aux_sym_relation_membership_token1, + ACTIONS(523), 1, + sym_identifier, + STATE(499), 1, + sym_unary_adding_operator, + STATE(511), 1, + sym_term, + STATE(527), 1, + sym__simple_expression, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(521), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(604), 3, + sym__relation, + sym_relation_membership, + sym_raise_expression, + STATE(487), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(277), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(490), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, [14525] = 23, ACTIONS(3), 1, sym_comment, @@ -26820,22 +26818,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_primary_null_token1, ACTIONS(835), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(802), 1, + STATE(800), 1, sym_null_exclusion, - STATE(954), 1, + STATE(928), 1, sym__subtype_indication, - STATE(1513), 1, + STATE(1512), 1, sym__simple_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(484), 2, + STATE(480), 2, sym__name, sym_function_call, - STATE(1898), 2, + STATE(1897), 2, sym__discrete_subtype_definition, sym_range_g, ACTIONS(535), 3, @@ -26853,7 +26851,7 @@ static const uint16_t ts_small_parse_table[] = { sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -27247,17 +27245,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(909), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(574), 1, + STATE(572), 1, sym__simple_expression, - STATE(585), 1, + STATE(592), 1, sym_membership_choice_list, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(572), 2, + STATE(579), 2, sym_range_g, sym__membership_choice, ACTIONS(435), 3, @@ -27269,7 +27267,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(484), 7, + STATE(480), 7, sym__name, sym_selected_component, sym_slice, @@ -27277,7 +27275,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -27292,75 +27290,7 @@ static const uint16_t ts_small_parse_table[] = { sym_positional_array_aggregate, sym_null_array_aggregate, sym_named_array_aggregate, - [15085] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(223), 1, - sym_numeric_literal, - ACTIONS(225), 1, - anon_sym_PLUS, - ACTIONS(227), 1, - anon_sym_DASH, - ACTIONS(229), 1, - anon_sym_LPAREN, - ACTIONS(231), 1, - anon_sym_LBRACK, - ACTIONS(241), 1, - aux_sym_factor_abs_token1, - ACTIONS(245), 1, - aux_sym_allocator_token1, - ACTIONS(425), 1, - aux_sym_primary_null_token1, - ACTIONS(437), 1, - aux_sym_relation_membership_token1, - ACTIONS(909), 1, - sym_identifier, - STATE(498), 1, - sym_unary_adding_operator, - STATE(509), 1, - sym_term, - STATE(574), 1, - sym__simple_expression, - STATE(583), 1, - sym_membership_choice_list, - STATE(1652), 1, - sym_value_sequence, - STATE(572), 2, - sym_range_g, - sym__membership_choice, - ACTIONS(435), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(487), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(484), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(491), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [15174] = 3, + [15085] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(911), 7, @@ -27410,6 +27340,74 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_result_profile_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, + [15138] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(223), 1, + sym_numeric_literal, + ACTIONS(225), 1, + anon_sym_PLUS, + ACTIONS(227), 1, + anon_sym_DASH, + ACTIONS(229), 1, + anon_sym_LPAREN, + ACTIONS(231), 1, + anon_sym_LBRACK, + ACTIONS(241), 1, + aux_sym_factor_abs_token1, + ACTIONS(245), 1, + aux_sym_allocator_token1, + ACTIONS(425), 1, + aux_sym_primary_null_token1, + ACTIONS(437), 1, + aux_sym_relation_membership_token1, + ACTIONS(909), 1, + sym_identifier, + STATE(499), 1, + sym_unary_adding_operator, + STATE(511), 1, + sym_term, + STATE(572), 1, + sym__simple_expression, + STATE(590), 1, + sym_membership_choice_list, + STATE(1651), 1, + sym_value_sequence, + STATE(579), 2, + sym_range_g, + sym__membership_choice, + ACTIONS(435), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(487), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(480), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(490), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, [15227] = 3, ACTIONS(3), 1, sym_comment, @@ -27481,7 +27479,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_filter_token1, anon_sym_PIPE, aux_sym_loop_statement_token1, - STATE(656), 6, + STATE(649), 6, sym__constraint, sym__scalar_constraint, sym_range_constraint, @@ -27516,7 +27514,73 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_expression_token5, aux_sym_relation_membership_token1, anon_sym_STAR_STAR, - [15346] = 8, + [15346] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(223), 1, + sym_numeric_literal, + ACTIONS(225), 1, + anon_sym_PLUS, + ACTIONS(227), 1, + anon_sym_DASH, + ACTIONS(229), 1, + anon_sym_LPAREN, + ACTIONS(231), 1, + anon_sym_LBRACK, + ACTIONS(241), 1, + aux_sym_factor_abs_token1, + ACTIONS(245), 1, + aux_sym_allocator_token1, + ACTIONS(425), 1, + aux_sym_primary_null_token1, + ACTIONS(437), 1, + aux_sym_relation_membership_token1, + ACTIONS(909), 1, + sym_identifier, + STATE(499), 1, + sym_unary_adding_operator, + STATE(511), 1, + sym_term, + STATE(572), 1, + sym__simple_expression, + STATE(1651), 1, + sym_value_sequence, + STATE(585), 2, + sym_range_g, + sym__membership_choice, + ACTIONS(435), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(487), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(480), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(490), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [15432] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, @@ -27525,9 +27589,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, ACTIONS(945), 1, anon_sym_LPAREN, - STATE(262), 1, + STATE(261), 1, sym_actual_parameter_part, - STATE(494), 1, + STATE(488), 1, sym_index_constraint, ACTIONS(937), 6, anon_sym_EQ, @@ -27570,72 +27634,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [15408] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(223), 1, - sym_numeric_literal, - ACTIONS(225), 1, - anon_sym_PLUS, - ACTIONS(227), 1, - anon_sym_DASH, - ACTIONS(229), 1, - anon_sym_LPAREN, - ACTIONS(231), 1, - anon_sym_LBRACK, - ACTIONS(241), 1, - aux_sym_factor_abs_token1, - ACTIONS(245), 1, - aux_sym_allocator_token1, - ACTIONS(425), 1, - aux_sym_primary_null_token1, - ACTIONS(437), 1, - aux_sym_relation_membership_token1, - ACTIONS(909), 1, - sym_identifier, - STATE(498), 1, - sym_unary_adding_operator, - STATE(509), 1, - sym_term, - STATE(574), 1, - sym__simple_expression, - STATE(1652), 1, - sym_value_sequence, - STATE(587), 2, - sym_range_g, - sym__membership_choice, - ACTIONS(435), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(487), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(484), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(491), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, [15494] = 8, ACTIONS(3), 1, sym_comment, @@ -27645,9 +27643,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, ACTIONS(945), 1, anon_sym_LPAREN, - STATE(262), 1, + STATE(261), 1, sym_actual_parameter_part, - STATE(488), 1, + STATE(493), 1, sym_index_constraint, ACTIONS(947), 6, anon_sym_EQ, @@ -27951,19 +27949,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_primary_null_token1, ACTIONS(437), 1, aux_sym_relation_membership_token1, - ACTIONS(909), 1, + ACTIONS(971), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(648), 1, - sym_range_g, - STATE(1513), 1, + STATE(1538), 1, sym__simple_expression, - STATE(1652), 1, + STATE(1554), 1, + sym_chunk_specification, + STATE(1651), 1, sym_value_sequence, - ACTIONS(435), 3, + ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, @@ -27972,7 +27970,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(484), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -27980,7 +27978,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -27998,9 +27996,9 @@ static const uint16_t ts_small_parse_table[] = { [15896] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(973), 1, + ACTIONS(975), 1, sym_identifier, - ACTIONS(971), 42, + ACTIONS(973), 42, ts_builtin_sym_end, sym_string_literal, sym_character_literal, @@ -28043,7 +28041,55 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [15947] = 20, + [15947] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(979), 1, + sym_identifier, + ACTIONS(977), 42, + ts_builtin_sym_end, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_iterator_filter_token1, + aux_sym_compilation_unit_token1, + aux_sym_package_specification_token1, + aux_sym_package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [15998] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(223), 1, @@ -28064,19 +28110,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_primary_null_token1, ACTIONS(437), 1, aux_sym_relation_membership_token1, - ACTIONS(975), 1, + ACTIONS(909), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(1539), 1, + STATE(665), 1, + sym_range_g, + STATE(1512), 1, sym__simple_expression, - STATE(1555), 1, - sym_chunk_specification, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - ACTIONS(521), 3, + ACTIONS(435), 3, sym_string_literal, sym_character_literal, sym_target_name, @@ -28085,7 +28131,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(480), 7, sym__name, sym_selected_component, sym_slice, @@ -28093,7 +28139,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -28108,25 +28154,25 @@ static const uint16_t ts_small_parse_table[] = { sym_positional_array_aggregate, sym_null_array_aggregate, sym_named_array_aggregate, - [16032] = 7, + [16083] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, sym_tick, ACTIONS(943), 1, anon_sym_DOT, - ACTIONS(981), 1, + ACTIONS(985), 1, anon_sym_LPAREN, - STATE(262), 1, + STATE(261), 1, sym_actual_parameter_part, - ACTIONS(977), 6, + ACTIONS(981), 6, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(979), 33, + ACTIONS(983), 33, anon_sym_SLASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -28160,54 +28206,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [16091] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(985), 1, - sym_identifier, - ACTIONS(983), 42, - ts_builtin_sym_end, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_iterator_filter_token1, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, [16142] = 3, ACTIONS(3), 1, sym_comment, @@ -28680,70 +28678,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [16644] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(223), 1, - sym_numeric_literal, - ACTIONS(225), 1, - anon_sym_PLUS, - ACTIONS(227), 1, - anon_sym_DASH, - ACTIONS(229), 1, - anon_sym_LPAREN, - ACTIONS(231), 1, - anon_sym_LBRACK, - ACTIONS(241), 1, - aux_sym_factor_abs_token1, - ACTIONS(245), 1, - aux_sym_allocator_token1, - ACTIONS(425), 1, - aux_sym_primary_null_token1, - ACTIONS(437), 1, - aux_sym_relation_membership_token1, - ACTIONS(523), 1, - sym_identifier, - STATE(498), 1, - sym_unary_adding_operator, - STATE(509), 1, - sym_term, - STATE(624), 1, - sym__simple_expression, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(521), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(487), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(276), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(491), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [16726] = 3, + [16644] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1029), 1, @@ -28790,7 +28725,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [16776] = 3, + [16694] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1033), 1, @@ -28837,7 +28772,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [16826] = 3, + [16744] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1037), 1, @@ -28884,7 +28819,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [16876] = 3, + [16794] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1041), 1, @@ -28931,7 +28866,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [16926] = 3, + [16844] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1045), 1, @@ -28978,7 +28913,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [16976] = 3, + [16894] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1049), 1, @@ -29025,54 +28960,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [17026] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1049), 1, - sym_identifier, - ACTIONS(1047), 41, - ts_builtin_sym_end, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [17076] = 3, + [16944] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1053), 1, @@ -29119,7 +29007,54 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [17126] = 3, + [16994] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1053), 1, + sym_identifier, + ACTIONS(1051), 41, + ts_builtin_sym_end, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym_package_specification_token1, + aux_sym_package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [17044] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1057), 1, @@ -29166,7 +29101,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [17176] = 3, + [17094] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1061), 1, @@ -29213,70 +29148,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [17226] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(223), 1, - sym_numeric_literal, - ACTIONS(225), 1, - anon_sym_PLUS, - ACTIONS(227), 1, - anon_sym_DASH, - ACTIONS(229), 1, - anon_sym_LPAREN, - ACTIONS(231), 1, - anon_sym_LBRACK, - ACTIONS(241), 1, - aux_sym_factor_abs_token1, - ACTIONS(245), 1, - aux_sym_allocator_token1, - ACTIONS(425), 1, - aux_sym_primary_null_token1, - ACTIONS(437), 1, - aux_sym_relation_membership_token1, - ACTIONS(523), 1, - sym_identifier, - STATE(498), 1, - sym_unary_adding_operator, - STATE(509), 1, - sym_term, - STATE(626), 1, - sym__simple_expression, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(521), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(487), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(276), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(491), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [17308] = 3, + [17144] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1065), 1, @@ -29323,7 +29195,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [17358] = 3, + [17194] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1069), 1, @@ -29370,7 +29242,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [17408] = 3, + [17244] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1073), 1, @@ -29417,164 +29289,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [17458] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1073), 1, - sym_identifier, - ACTIONS(1071), 41, - ts_builtin_sym_end, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [17508] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(223), 1, - sym_numeric_literal, - ACTIONS(225), 1, - anon_sym_PLUS, - ACTIONS(227), 1, - anon_sym_DASH, - ACTIONS(229), 1, - anon_sym_LPAREN, - ACTIONS(231), 1, - anon_sym_LBRACK, - ACTIONS(241), 1, - aux_sym_factor_abs_token1, - ACTIONS(245), 1, - aux_sym_allocator_token1, - ACTIONS(425), 1, - aux_sym_primary_null_token1, - ACTIONS(437), 1, - aux_sym_relation_membership_token1, - ACTIONS(523), 1, - sym_identifier, - STATE(498), 1, - sym_unary_adding_operator, - STATE(509), 1, - sym_term, - STATE(588), 1, - sym__simple_expression, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(521), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(487), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(276), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(491), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [17590] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1069), 1, - sym_identifier, - ACTIONS(1067), 41, - ts_builtin_sym_end, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [17640] = 3, + [17294] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1077), 1, @@ -29621,7 +29336,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [17690] = 3, + [17344] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1081), 1, @@ -29668,7 +29383,164 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [17740] = 3, + [17394] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1081), 1, + sym_identifier, + ACTIONS(1079), 41, + ts_builtin_sym_end, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym_package_specification_token1, + aux_sym_package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [17444] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(223), 1, + sym_numeric_literal, + ACTIONS(225), 1, + anon_sym_PLUS, + ACTIONS(227), 1, + anon_sym_DASH, + ACTIONS(229), 1, + anon_sym_LPAREN, + ACTIONS(231), 1, + anon_sym_LBRACK, + ACTIONS(241), 1, + aux_sym_factor_abs_token1, + ACTIONS(245), 1, + aux_sym_allocator_token1, + ACTIONS(425), 1, + aux_sym_primary_null_token1, + ACTIONS(437), 1, + aux_sym_relation_membership_token1, + ACTIONS(523), 1, + sym_identifier, + STATE(499), 1, + sym_unary_adding_operator, + STATE(511), 1, + sym_term, + STATE(589), 1, + sym__simple_expression, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(521), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(487), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(277), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(490), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [17526] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1077), 1, + sym_identifier, + ACTIONS(1075), 41, + ts_builtin_sym_end, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym_package_specification_token1, + aux_sym_package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [17576] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1085), 1, @@ -29715,12 +29587,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [17790] = 3, + [17626] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1081), 1, + ACTIONS(1049), 1, sym_identifier, - ACTIONS(1079), 41, + ACTIONS(1047), 41, ts_builtin_sym_end, sym_string_literal, sym_character_literal, @@ -29762,7 +29634,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [17840] = 3, + [17676] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1089), 1, @@ -29809,7 +29681,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [17890] = 3, + [17726] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1093), 1, @@ -29856,7 +29728,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [17940] = 3, + [17776] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1097), 1, @@ -29903,7 +29775,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [17990] = 3, + [17826] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1101), 1, @@ -29950,7 +29822,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [18040] = 3, + [17876] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1105), 1, @@ -29997,7 +29869,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [18090] = 3, + [17926] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1109), 1, @@ -30044,7 +29916,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [18140] = 3, + [17976] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1113), 1, @@ -30091,7 +29963,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [18190] = 3, + [18026] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1117), 1, @@ -30138,7 +30010,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [18240] = 3, + [18076] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1121), 1, @@ -30185,7 +30057,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [18290] = 3, + [18126] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1125), 1, @@ -30232,7 +30104,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [18340] = 3, + [18176] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1129), 1, @@ -30279,7 +30151,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [18390] = 3, + [18226] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1133), 1, @@ -30326,54 +30198,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [18440] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1133), 1, - sym_identifier, - ACTIONS(1131), 41, - ts_builtin_sym_end, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [18490] = 3, + [18276] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1137), 1, @@ -30420,54 +30245,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [18540] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1129), 1, - sym_identifier, - ACTIONS(1127), 41, - ts_builtin_sym_end, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [18590] = 3, + [18326] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1141), 1, @@ -30514,7 +30292,54 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [18640] = 3, + [18376] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1141), 1, + sym_identifier, + ACTIONS(1139), 41, + ts_builtin_sym_end, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym_package_specification_token1, + aux_sym_package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [18426] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1145), 1, @@ -30561,7 +30386,54 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [18690] = 3, + [18476] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1137), 1, + sym_identifier, + ACTIONS(1135), 41, + ts_builtin_sym_end, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym_package_specification_token1, + aux_sym_package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [18526] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1149), 1, @@ -30608,7 +30480,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [18740] = 3, + [18576] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1153), 1, @@ -30655,7 +30527,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [18790] = 3, + [18626] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1157), 1, @@ -30702,54 +30574,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [18840] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1081), 1, - sym_identifier, - ACTIONS(1079), 41, - ts_builtin_sym_end, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [18890] = 3, + [18676] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1161), 1, @@ -30796,7 +30621,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [18940] = 3, + [18726] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1165), 1, @@ -30843,7 +30668,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [18990] = 3, + [18776] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1169), 1, @@ -30890,7 +30715,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [19040] = 3, + [18826] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1173), 1, @@ -30937,7 +30762,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [19090] = 3, + [18876] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1177), 1, @@ -30984,7 +30809,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [19140] = 3, + [18926] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1181), 1, @@ -31031,7 +30856,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [19190] = 3, + [18976] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1185), 1, @@ -31078,7 +30903,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [19240] = 3, + [19026] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1189), 1, @@ -31125,7 +30950,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [19290] = 3, + [19076] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1193), 1, @@ -31172,54 +30997,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [19340] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1193), 1, - sym_identifier, - ACTIONS(1191), 41, - ts_builtin_sym_end, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [19390] = 3, + [19126] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1197), 1, @@ -31266,7 +31044,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [19440] = 3, + [19176] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1201), 1, @@ -31313,54 +31091,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [19490] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1189), 1, - sym_identifier, - ACTIONS(1187), 41, - ts_builtin_sym_end, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [19540] = 3, + [19226] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1205), 1, @@ -31407,7 +31138,54 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [19590] = 3, + [19276] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1205), 1, + sym_identifier, + ACTIONS(1203), 41, + ts_builtin_sym_end, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym_package_specification_token1, + aux_sym_package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [19326] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1209), 1, @@ -31454,117 +31232,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [19640] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1081), 1, - sym_identifier, - ACTIONS(1079), 41, - ts_builtin_sym_end, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [19690] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(223), 1, - sym_numeric_literal, - ACTIONS(225), 1, - anon_sym_PLUS, - ACTIONS(227), 1, - anon_sym_DASH, - ACTIONS(229), 1, - anon_sym_LPAREN, - ACTIONS(231), 1, - anon_sym_LBRACK, - ACTIONS(241), 1, - aux_sym_factor_abs_token1, - ACTIONS(245), 1, - aux_sym_allocator_token1, - ACTIONS(425), 1, - aux_sym_primary_null_token1, - ACTIONS(437), 1, - aux_sym_relation_membership_token1, - ACTIONS(523), 1, - sym_identifier, - STATE(498), 1, - sym_unary_adding_operator, - STATE(509), 1, - sym_term, - STATE(1652), 1, - sym_value_sequence, - STATE(1881), 1, - sym__simple_expression, - ACTIONS(521), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(487), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(276), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(491), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [19772] = 3, + [19376] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1213), 1, @@ -31611,7 +31279,54 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [19822] = 3, + [19426] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1201), 1, + sym_identifier, + ACTIONS(1199), 41, + ts_builtin_sym_end, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym_package_specification_token1, + aux_sym_package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [19476] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1217), 1, @@ -31658,7 +31373,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [19872] = 3, + [19526] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1221), 1, @@ -31705,7 +31420,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [19922] = 3, + [19576] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1225), 1, @@ -31752,7 +31467,70 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [19972] = 3, + [19626] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(223), 1, + sym_numeric_literal, + ACTIONS(225), 1, + anon_sym_PLUS, + ACTIONS(227), 1, + anon_sym_DASH, + ACTIONS(229), 1, + anon_sym_LPAREN, + ACTIONS(231), 1, + anon_sym_LBRACK, + ACTIONS(241), 1, + aux_sym_factor_abs_token1, + ACTIONS(245), 1, + aux_sym_allocator_token1, + ACTIONS(425), 1, + aux_sym_primary_null_token1, + ACTIONS(437), 1, + aux_sym_relation_membership_token1, + ACTIONS(523), 1, + sym_identifier, + STATE(499), 1, + sym_unary_adding_operator, + STATE(511), 1, + sym_term, + STATE(1651), 1, + sym_value_sequence, + STATE(1880), 1, + sym__simple_expression, + ACTIONS(521), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(487), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(277), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(490), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [19708] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1229), 1, @@ -31799,7 +31577,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [20022] = 3, + [19758] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1233), 1, @@ -31846,7 +31624,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [20072] = 3, + [19808] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1237), 1, @@ -31893,7 +31671,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [20122] = 3, + [19858] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1241), 1, @@ -31940,7 +31718,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [20172] = 3, + [19908] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1245), 1, @@ -31987,7 +31765,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [20222] = 3, + [19958] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1249), 1, @@ -32034,7 +31812,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [20272] = 3, + [20008] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1253), 1, @@ -32081,7 +31859,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [20322] = 3, + [20058] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1257), 1, @@ -32128,7 +31906,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [20372] = 3, + [20108] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1261), 1, @@ -32175,7 +31953,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [20422] = 3, + [20158] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 1, @@ -32222,7 +32000,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [20472] = 3, + [20208] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1269), 1, @@ -32269,7 +32047,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [20522] = 3, + [20258] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1273), 1, @@ -32316,7 +32094,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [20572] = 3, + [20308] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1277), 1, @@ -32363,7 +32141,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [20622] = 3, + [20358] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1281), 1, @@ -32410,7 +32188,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [20672] = 3, + [20408] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1285), 1, @@ -32457,7 +32235,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [20722] = 3, + [20458] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1289), 1, @@ -32504,7 +32282,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [20772] = 3, + [20508] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1293), 1, @@ -32551,7 +32329,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [20822] = 3, + [20558] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1297), 1, @@ -32598,7 +32376,54 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [20872] = 3, + [20608] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1281), 1, + sym_identifier, + ACTIONS(1279), 41, + ts_builtin_sym_end, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym_package_specification_token1, + aux_sym_package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [20658] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1301), 1, @@ -32645,54 +32470,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [20922] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1293), 1, - sym_identifier, - ACTIONS(1291), 41, - ts_builtin_sym_end, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [20972] = 3, + [20708] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1305), 1, @@ -32739,7 +32517,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [21022] = 3, + [20758] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1309), 1, @@ -32786,7 +32564,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [21072] = 3, + [20808] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1313), 1, @@ -32833,7 +32611,54 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [21122] = 3, + [20858] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1305), 1, + sym_identifier, + ACTIONS(1303), 41, + ts_builtin_sym_end, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym_package_specification_token1, + aux_sym_package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [20908] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1317), 1, @@ -32880,7 +32705,54 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [21172] = 3, + [20958] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1317), 1, + sym_identifier, + ACTIONS(1315), 41, + ts_builtin_sym_end, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym_package_specification_token1, + aux_sym_package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [21008] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1321), 1, @@ -32927,7 +32799,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [21222] = 3, + [21058] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1325), 1, @@ -32974,7 +32846,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [21272] = 3, + [21108] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, @@ -33021,7 +32893,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [21322] = 3, + [21158] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1333), 1, @@ -33068,7 +32940,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [21372] = 3, + [21208] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1337), 1, @@ -33115,7 +32987,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [21422] = 3, + [21258] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1341), 1, @@ -33162,7 +33034,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [21472] = 3, + [21308] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 1, @@ -33209,7 +33081,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [21522] = 3, + [21358] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1349), 1, @@ -33256,7 +33128,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [21572] = 3, + [21408] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1353), 1, @@ -33303,7 +33175,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [21622] = 3, + [21458] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1357), 1, @@ -33350,7 +33222,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [21672] = 3, + [21508] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1361), 1, @@ -33397,7 +33269,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [21722] = 3, + [21558] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1365), 1, @@ -33444,54 +33316,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [21772] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1321), 1, - sym_identifier, - ACTIONS(1319), 41, - ts_builtin_sym_end, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [21822] = 3, + [21608] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1369), 1, @@ -33538,7 +33363,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [21872] = 3, + [21658] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1373), 1, @@ -33585,7 +33410,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [21922] = 3, + [21708] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1377), 1, @@ -33632,7 +33457,70 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [21972] = 3, + [21758] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(223), 1, + sym_numeric_literal, + ACTIONS(225), 1, + anon_sym_PLUS, + ACTIONS(227), 1, + anon_sym_DASH, + ACTIONS(229), 1, + anon_sym_LPAREN, + ACTIONS(231), 1, + anon_sym_LBRACK, + ACTIONS(241), 1, + aux_sym_factor_abs_token1, + ACTIONS(245), 1, + aux_sym_allocator_token1, + ACTIONS(425), 1, + aux_sym_primary_null_token1, + ACTIONS(437), 1, + aux_sym_relation_membership_token1, + ACTIONS(523), 1, + sym_identifier, + STATE(499), 1, + sym_unary_adding_operator, + STATE(511), 1, + sym_term, + STATE(622), 1, + sym__simple_expression, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(521), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(487), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(277), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(490), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [21840] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1381), 1, @@ -33679,7 +33567,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22022] = 3, + [21890] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 1, @@ -33726,54 +33614,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22072] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1377), 1, - sym_identifier, - ACTIONS(1375), 41, - ts_builtin_sym_end, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [22122] = 3, + [21940] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1389), 1, @@ -33820,7 +33661,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22172] = 3, + [21990] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1393), 1, @@ -33867,7 +33708,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22222] = 3, + [22040] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1397), 1, @@ -33914,7 +33755,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22272] = 3, + [22090] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1401), 1, @@ -33961,7 +33802,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22322] = 3, + [22140] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1405), 1, @@ -34008,7 +33849,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22372] = 3, + [22190] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1409), 1, @@ -34055,7 +33896,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22422] = 3, + [22240] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1413), 1, @@ -34102,7 +33943,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22472] = 3, + [22290] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1417), 1, @@ -34149,7 +33990,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22522] = 3, + [22340] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1421), 1, @@ -34196,7 +34037,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22572] = 3, + [22390] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1425), 1, @@ -34243,7 +34084,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22622] = 3, + [22440] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1429), 1, @@ -34290,7 +34131,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22672] = 3, + [22490] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1433), 1, @@ -34337,7 +34178,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22722] = 3, + [22540] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1437), 1, @@ -34384,7 +34225,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22772] = 3, + [22590] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1441), 1, @@ -34431,7 +34272,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22822] = 3, + [22640] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1445), 1, @@ -34478,7 +34319,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22872] = 3, + [22690] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1449), 1, @@ -34525,133 +34366,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22922] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(223), 1, - sym_numeric_literal, - ACTIONS(225), 1, - anon_sym_PLUS, - ACTIONS(227), 1, - anon_sym_DASH, - ACTIONS(229), 1, - anon_sym_LPAREN, - ACTIONS(231), 1, - anon_sym_LBRACK, - ACTIONS(241), 1, - aux_sym_factor_abs_token1, - ACTIONS(245), 1, - aux_sym_allocator_token1, - ACTIONS(425), 1, - aux_sym_primary_null_token1, - ACTIONS(437), 1, - aux_sym_relation_membership_token1, - ACTIONS(523), 1, - sym_identifier, - STATE(498), 1, - sym_unary_adding_operator, - STATE(509), 1, - sym_term, - STATE(1405), 1, - sym__simple_expression, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(521), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(487), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(276), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(491), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [23004] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(223), 1, - sym_numeric_literal, - ACTIONS(225), 1, - anon_sym_PLUS, - ACTIONS(227), 1, - anon_sym_DASH, - ACTIONS(229), 1, - anon_sym_LPAREN, - ACTIONS(231), 1, - anon_sym_LBRACK, - ACTIONS(241), 1, - aux_sym_factor_abs_token1, - ACTIONS(245), 1, - aux_sym_allocator_token1, - ACTIONS(425), 1, - aux_sym_primary_null_token1, - ACTIONS(437), 1, - aux_sym_relation_membership_token1, - ACTIONS(523), 1, - sym_identifier, - STATE(498), 1, - sym_unary_adding_operator, - STATE(509), 1, - sym_term, - STATE(563), 1, - sym__simple_expression, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(521), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(487), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(276), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(491), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [23086] = 3, + [22740] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 1, @@ -34698,7 +34413,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [23136] = 3, + [22790] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1457), 1, @@ -34745,7 +34460,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [23186] = 3, + [22840] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1461), 1, @@ -34792,7 +34507,70 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [23236] = 3, + [22890] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(223), 1, + sym_numeric_literal, + ACTIONS(225), 1, + anon_sym_PLUS, + ACTIONS(227), 1, + anon_sym_DASH, + ACTIONS(229), 1, + anon_sym_LPAREN, + ACTIONS(231), 1, + anon_sym_LBRACK, + ACTIONS(241), 1, + aux_sym_factor_abs_token1, + ACTIONS(245), 1, + aux_sym_allocator_token1, + ACTIONS(425), 1, + aux_sym_primary_null_token1, + ACTIONS(437), 1, + aux_sym_relation_membership_token1, + ACTIONS(523), 1, + sym_identifier, + STATE(499), 1, + sym_unary_adding_operator, + STATE(511), 1, + sym_term, + STATE(1406), 1, + sym__simple_expression, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(521), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(487), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(277), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(490), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [22972] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1465), 1, @@ -34839,7 +34617,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [23286] = 3, + [23022] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1469), 1, @@ -34886,70 +34664,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [23336] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(223), 1, - sym_numeric_literal, - ACTIONS(225), 1, - anon_sym_PLUS, - ACTIONS(227), 1, - anon_sym_DASH, - ACTIONS(229), 1, - anon_sym_LPAREN, - ACTIONS(231), 1, - anon_sym_LBRACK, - ACTIONS(241), 1, - aux_sym_factor_abs_token1, - ACTIONS(245), 1, - aux_sym_allocator_token1, - ACTIONS(425), 1, - aux_sym_primary_null_token1, - ACTIONS(437), 1, - aux_sym_relation_membership_token1, - ACTIONS(523), 1, - sym_identifier, - STATE(498), 1, - sym_unary_adding_operator, - STATE(509), 1, - sym_term, - STATE(1652), 1, - sym_value_sequence, - STATE(1744), 1, - sym__simple_expression, - ACTIONS(521), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(487), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(276), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(491), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [23418] = 3, + [23072] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1473), 1, @@ -34996,7 +34711,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [23468] = 3, + [23122] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1477), 1, @@ -35043,7 +34758,70 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [23518] = 3, + [23172] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(223), 1, + sym_numeric_literal, + ACTIONS(225), 1, + anon_sym_PLUS, + ACTIONS(227), 1, + anon_sym_DASH, + ACTIONS(229), 1, + anon_sym_LPAREN, + ACTIONS(231), 1, + anon_sym_LBRACK, + ACTIONS(241), 1, + aux_sym_factor_abs_token1, + ACTIONS(245), 1, + aux_sym_allocator_token1, + ACTIONS(425), 1, + aux_sym_primary_null_token1, + ACTIONS(437), 1, + aux_sym_relation_membership_token1, + ACTIONS(523), 1, + sym_identifier, + STATE(499), 1, + sym_unary_adding_operator, + STATE(511), 1, + sym_term, + STATE(1651), 1, + sym_value_sequence, + STATE(1748), 1, + sym__simple_expression, + ACTIONS(521), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(487), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(277), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(490), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [23254] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1481), 1, @@ -35090,7 +34868,70 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [23568] = 3, + [23304] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(223), 1, + sym_numeric_literal, + ACTIONS(225), 1, + anon_sym_PLUS, + ACTIONS(227), 1, + anon_sym_DASH, + ACTIONS(229), 1, + anon_sym_LPAREN, + ACTIONS(231), 1, + anon_sym_LBRACK, + ACTIONS(241), 1, + aux_sym_factor_abs_token1, + ACTIONS(245), 1, + aux_sym_allocator_token1, + ACTIONS(425), 1, + aux_sym_primary_null_token1, + ACTIONS(437), 1, + aux_sym_relation_membership_token1, + ACTIONS(523), 1, + sym_identifier, + STATE(499), 1, + sym_unary_adding_operator, + STATE(511), 1, + sym_term, + STATE(1651), 1, + sym_value_sequence, + STATE(1743), 1, + sym__simple_expression, + ACTIONS(521), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(487), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(277), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(490), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [23386] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1485), 1, @@ -35137,7 +34978,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [23618] = 3, + [23436] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1489), 1, @@ -35184,7 +35025,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [23668] = 3, + [23486] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1493), 1, @@ -35231,7 +35072,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [23718] = 3, + [23536] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1497), 1, @@ -35278,7 +35119,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [23768] = 3, + [23586] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1501), 1, @@ -35325,7 +35166,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [23818] = 3, + [23636] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1505), 1, @@ -35372,7 +35213,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [23868] = 3, + [23686] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1509), 1, @@ -35419,7 +35260,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [23918] = 3, + [23736] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1513), 1, @@ -35466,54 +35307,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [23968] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1513), 1, - sym_identifier, - ACTIONS(1511), 41, - ts_builtin_sym_end, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [24018] = 3, + [23786] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1517), 1, @@ -35560,7 +35354,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [24068] = 3, + [23836] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1521), 1, @@ -35607,7 +35401,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [24118] = 3, + [23886] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1525), 1, @@ -35654,7 +35448,54 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [24168] = 3, + [23936] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1525), 1, + sym_identifier, + ACTIONS(1523), 41, + ts_builtin_sym_end, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym_package_specification_token1, + aux_sym_package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [23986] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1529), 1, @@ -35701,7 +35542,70 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [24218] = 3, + [24036] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(223), 1, + sym_numeric_literal, + ACTIONS(225), 1, + anon_sym_PLUS, + ACTIONS(227), 1, + anon_sym_DASH, + ACTIONS(229), 1, + anon_sym_LPAREN, + ACTIONS(231), 1, + anon_sym_LBRACK, + ACTIONS(241), 1, + aux_sym_factor_abs_token1, + ACTIONS(245), 1, + aux_sym_allocator_token1, + ACTIONS(425), 1, + aux_sym_primary_null_token1, + ACTIONS(437), 1, + aux_sym_relation_membership_token1, + ACTIONS(523), 1, + sym_identifier, + STATE(499), 1, + sym_unary_adding_operator, + STATE(511), 1, + sym_term, + STATE(1415), 1, + sym__simple_expression, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(521), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(487), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(277), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(490), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [24118] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1533), 1, @@ -35748,54 +35652,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [24268] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1505), 1, - sym_identifier, - ACTIONS(1503), 41, - ts_builtin_sym_end, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [24318] = 3, + [24168] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1537), 1, @@ -35842,7 +35699,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [24368] = 3, + [24218] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1541), 1, @@ -35889,7 +35746,54 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [24418] = 3, + [24268] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1517), 1, + sym_identifier, + ACTIONS(1515), 41, + ts_builtin_sym_end, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym_package_specification_token1, + aux_sym_package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [24318] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1545), 1, @@ -35936,70 +35840,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [24468] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(223), 1, - sym_numeric_literal, - ACTIONS(225), 1, - anon_sym_PLUS, - ACTIONS(227), 1, - anon_sym_DASH, - ACTIONS(229), 1, - anon_sym_LPAREN, - ACTIONS(231), 1, - anon_sym_LBRACK, - ACTIONS(241), 1, - aux_sym_factor_abs_token1, - ACTIONS(245), 1, - aux_sym_allocator_token1, - ACTIONS(425), 1, - aux_sym_primary_null_token1, - ACTIONS(437), 1, - aux_sym_relation_membership_token1, - ACTIONS(523), 1, - sym_identifier, - STATE(498), 1, - sym_unary_adding_operator, - STATE(509), 1, - sym_term, - STATE(1652), 1, - sym_value_sequence, - STATE(1917), 1, - sym__simple_expression, - ACTIONS(521), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(487), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(276), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(491), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [24550] = 3, + [24368] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1549), 1, @@ -36046,7 +35887,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [24600] = 3, + [24418] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1553), 1, @@ -36093,7 +35934,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [24650] = 3, + [24468] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1557), 1, @@ -36140,7 +35981,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [24700] = 3, + [24518] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1561), 1, @@ -36187,7 +36028,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [24750] = 3, + [24568] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1565), 1, @@ -36234,7 +36075,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [24800] = 3, + [24618] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1569), 1, @@ -36281,7 +36122,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [24850] = 3, + [24668] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1573), 1, @@ -36328,7 +36169,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [24900] = 3, + [24718] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1577), 1, @@ -36375,7 +36216,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [24950] = 3, + [24768] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1581), 1, @@ -36422,7 +36263,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [25000] = 3, + [24818] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1585), 1, @@ -36469,70 +36310,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [25050] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(223), 1, - sym_numeric_literal, - ACTIONS(225), 1, - anon_sym_PLUS, - ACTIONS(227), 1, - anon_sym_DASH, - ACTIONS(229), 1, - anon_sym_LPAREN, - ACTIONS(231), 1, - anon_sym_LBRACK, - ACTIONS(241), 1, - aux_sym_factor_abs_token1, - ACTIONS(245), 1, - aux_sym_allocator_token1, - ACTIONS(425), 1, - aux_sym_primary_null_token1, - ACTIONS(437), 1, - aux_sym_relation_membership_token1, - ACTIONS(523), 1, - sym_identifier, - STATE(498), 1, - sym_unary_adding_operator, - STATE(509), 1, - sym_term, - STATE(1652), 1, - sym_value_sequence, - STATE(1741), 1, - sym__simple_expression, - ACTIONS(521), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(487), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(276), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(491), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [25132] = 3, + [24868] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1589), 1, @@ -36579,7 +36357,70 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [25182] = 3, + [24918] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(223), 1, + sym_numeric_literal, + ACTIONS(225), 1, + anon_sym_PLUS, + ACTIONS(227), 1, + anon_sym_DASH, + ACTIONS(229), 1, + anon_sym_LPAREN, + ACTIONS(231), 1, + anon_sym_LBRACK, + ACTIONS(241), 1, + aux_sym_factor_abs_token1, + ACTIONS(245), 1, + aux_sym_allocator_token1, + ACTIONS(425), 1, + aux_sym_primary_null_token1, + ACTIONS(437), 1, + aux_sym_relation_membership_token1, + ACTIONS(523), 1, + sym_identifier, + STATE(499), 1, + sym_unary_adding_operator, + STATE(511), 1, + sym_term, + STATE(1651), 1, + sym_value_sequence, + STATE(1916), 1, + sym__simple_expression, + ACTIONS(521), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(487), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(277), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(490), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [25000] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1593), 1, @@ -36626,7 +36467,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [25232] = 3, + [25050] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1597), 1, @@ -36673,7 +36514,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [25282] = 3, + [25100] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1601), 1, @@ -36720,70 +36561,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [25332] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(223), 1, - sym_numeric_literal, - ACTIONS(225), 1, - anon_sym_PLUS, - ACTIONS(227), 1, - anon_sym_DASH, - ACTIONS(229), 1, - anon_sym_LPAREN, - ACTIONS(231), 1, - anon_sym_LBRACK, - ACTIONS(241), 1, - aux_sym_factor_abs_token1, - ACTIONS(245), 1, - aux_sym_allocator_token1, - ACTIONS(425), 1, - aux_sym_primary_null_token1, - ACTIONS(437), 1, - aux_sym_relation_membership_token1, - ACTIONS(523), 1, - sym_identifier, - STATE(498), 1, - sym_unary_adding_operator, - STATE(509), 1, - sym_term, - STATE(1416), 1, - sym__simple_expression, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(521), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(487), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(276), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(491), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [25414] = 3, + [25150] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1605), 1, @@ -36830,7 +36608,54 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [25464] = 3, + [25200] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1049), 1, + sym_identifier, + ACTIONS(1047), 41, + ts_builtin_sym_end, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym_package_specification_token1, + aux_sym_package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [25250] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1609), 1, @@ -36877,7 +36702,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [25514] = 3, + [25300] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1613), 1, @@ -36924,7 +36749,54 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [25564] = 3, + [25350] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1049), 1, + sym_identifier, + ACTIONS(1047), 41, + ts_builtin_sym_end, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym_package_specification_token1, + aux_sym_package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [25400] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1617), 1, @@ -36971,7 +36843,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [25614] = 3, + [25450] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1621), 1, @@ -37018,7 +36890,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [25664] = 3, + [25500] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1625), 1, @@ -37065,7 +36937,70 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [25714] = 3, + [25550] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(223), 1, + sym_numeric_literal, + ACTIONS(225), 1, + anon_sym_PLUS, + ACTIONS(227), 1, + anon_sym_DASH, + ACTIONS(229), 1, + anon_sym_LPAREN, + ACTIONS(231), 1, + anon_sym_LBRACK, + ACTIONS(241), 1, + aux_sym_factor_abs_token1, + ACTIONS(245), 1, + aux_sym_allocator_token1, + ACTIONS(425), 1, + aux_sym_primary_null_token1, + ACTIONS(437), 1, + aux_sym_relation_membership_token1, + ACTIONS(523), 1, + sym_identifier, + STATE(499), 1, + sym_unary_adding_operator, + STATE(511), 1, + sym_term, + STATE(588), 1, + sym__simple_expression, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(521), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(487), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(277), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(490), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [25632] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1629), 1, @@ -37112,7 +37047,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [25764] = 3, + [25682] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1633), 1, @@ -37159,7 +37094,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [25814] = 3, + [25732] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1637), 1, @@ -37206,7 +37141,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [25864] = 3, + [25782] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1641), 1, @@ -37253,7 +37188,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [25914] = 3, + [25832] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1645), 1, @@ -37300,7 +37235,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [25964] = 3, + [25882] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1649), 1, @@ -37347,7 +37282,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [26014] = 3, + [25932] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1653), 1, @@ -37394,6 +37329,69 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, + [25982] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(223), 1, + sym_numeric_literal, + ACTIONS(225), 1, + anon_sym_PLUS, + ACTIONS(227), 1, + anon_sym_DASH, + ACTIONS(229), 1, + anon_sym_LPAREN, + ACTIONS(231), 1, + anon_sym_LBRACK, + ACTIONS(241), 1, + aux_sym_factor_abs_token1, + ACTIONS(245), 1, + aux_sym_allocator_token1, + ACTIONS(425), 1, + aux_sym_primary_null_token1, + ACTIONS(437), 1, + aux_sym_relation_membership_token1, + ACTIONS(523), 1, + sym_identifier, + STATE(499), 1, + sym_unary_adding_operator, + STATE(511), 1, + sym_term, + STATE(558), 1, + sym__simple_expression, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(521), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(487), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(277), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(490), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, [26064] = 3, ACTIONS(3), 1, sym_comment, @@ -37558,13 +37556,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(498), 1, + STATE(499), 1, sym_unary_adding_operator, - STATE(509), 1, + STATE(511), 1, sym_term, - STATE(584), 1, + STATE(621), 1, sym__simple_expression, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, @@ -37575,7 +37573,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -37583,7 +37581,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -37877,209 +37875,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [26593] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1693), 1, - sym_identifier, - ACTIONS(1691), 40, - ts_builtin_sym_end, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [26642] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1697), 1, - sym_identifier, - ACTIONS(1695), 40, - ts_builtin_sym_end, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [26691] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1701), 1, - sym_identifier, - ACTIONS(1699), 40, - ts_builtin_sym_end, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [26740] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1705), 1, - sym_identifier, - ACTIONS(1703), 40, - ts_builtin_sym_end, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [26789] = 7, + [26593] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(943), 1, anon_sym_DOT, - ACTIONS(981), 1, + ACTIONS(985), 1, anon_sym_LPAREN, - ACTIONS(1707), 1, + ACTIONS(1691), 1, sym_tick, - STATE(262), 1, + STATE(261), 1, sym_actual_parameter_part, - ACTIONS(977), 6, + ACTIONS(981), 6, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(979), 31, + ACTIONS(983), 31, anon_sym_SLASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -38111,6 +37925,190 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, + [26650] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1695), 1, + sym_identifier, + ACTIONS(1693), 40, + ts_builtin_sym_end, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym_package_specification_token1, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [26699] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1699), 1, + sym_identifier, + ACTIONS(1697), 40, + ts_builtin_sym_end, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym_package_specification_token1, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [26748] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1703), 1, + sym_identifier, + ACTIONS(1701), 40, + ts_builtin_sym_end, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym_package_specification_token1, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [26797] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1707), 1, + sym_identifier, + ACTIONS(1705), 40, + ts_builtin_sym_end, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym_package_specification_token1, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, [26846] = 7, ACTIONS(3), 1, sym_comment, @@ -38118,7 +38116,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, STATE(485), 1, aux_sym_term_repeat1, - STATE(507), 1, + STATE(505), 1, sym_multiplying_operator, ACTIONS(1713), 3, anon_sym_STAR, @@ -38167,7 +38165,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, STATE(485), 1, aux_sym_term_repeat1, - STATE(507), 1, + STATE(505), 1, sym_multiplying_operator, ACTIONS(1723), 3, anon_sym_STAR, @@ -38216,7 +38214,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, STATE(486), 1, aux_sym_term_repeat1, - STATE(507), 1, + STATE(505), 1, sym_multiplying_operator, ACTIONS(1723), 3, anon_sym_STAR, @@ -38259,6 +38257,50 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, [27014] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(947), 6, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(949), 33, + anon_sym_SLASH_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_mod, + anon_sym_rem, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_DOT_DOT, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + aux_sym_relation_membership_token1, + anon_sym_PIPE, + anon_sym_STAR_STAR, + anon_sym_COLON_EQ, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [27061] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1731), 6, @@ -38302,9 +38344,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [27061] = 3, + [27108] = 4, ACTIONS(3), 1, sym_comment, + ACTIONS(1739), 1, + anon_sym_STAR_STAR, ACTIONS(1735), 6, anon_sym_EQ, anon_sym_LT, @@ -38312,7 +38356,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1737), 33, + ACTIONS(1737), 32, anon_sym_SLASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -38341,22 +38385,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_expression_token5, aux_sym_relation_membership_token1, anon_sym_PIPE, - anon_sym_STAR_STAR, anon_sym_COLON_EQ, aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [27108] = 3, + [27157] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1739), 6, + ACTIONS(1741), 6, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1741), 33, + ACTIONS(1743), 33, anon_sym_SLASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -38390,52 +38433,51 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [27155] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1747), 1, - anon_sym_STAR_STAR, - ACTIONS(1743), 6, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1745), 32, - anon_sym_SLASH_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_mod, - anon_sym_rem, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_DOT_DOT, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - aux_sym_relation_membership_token1, - anon_sym_PIPE, - anon_sym_COLON_EQ, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, [27204] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1745), 6, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1747), 33, + anon_sym_SLASH_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_mod, + anon_sym_rem, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_DOT_DOT, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + aux_sym_relation_membership_token1, + anon_sym_PIPE, + anon_sym_STAR_STAR, + anon_sym_COLON_EQ, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [27251] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1749), 6, @@ -38479,7 +38521,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [27251] = 3, + [27298] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1753), 6, @@ -38523,50 +38565,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [27298] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(947), 6, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(949), 33, - anon_sym_SLASH_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_mod, - anon_sym_rem, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_DOT_DOT, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - aux_sym_relation_membership_token1, - anon_sym_PIPE, - anon_sym_STAR_STAR, - anon_sym_COLON_EQ, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, [27345] = 3, ACTIONS(3), 1, sym_comment, @@ -38655,69 +38653,93 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [27439] = 22, + [27439] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1765), 1, - anon_sym_LPAREN, - ACTIONS(1767), 1, - aux_sym_attribute_designator_token1, - ACTIONS(1769), 1, - aux_sym_attribute_designator_token2, - ACTIONS(1771), 1, + ACTIONS(1765), 5, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DASH, + anon_sym_SLASH, + ACTIONS(1767), 33, + anon_sym_SLASH_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_STAR, + anon_sym_mod, + anon_sym_rem, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, aux_sym_attribute_designator_token3, - ACTIONS(1773), 1, - aux_sym_attribute_designator_token4, - ACTIONS(1775), 1, - aux_sym_compilation_unit_token1, - ACTIONS(1777), 1, - aux_sym_with_clause_token1, - ACTIONS(1779), 1, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_DOT_DOT, aux_sym_range_attribute_designator_token1, - ACTIONS(1781), 1, + 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, - ACTIONS(1783), 1, - aux_sym_primary_null_token1, - ACTIONS(1785), 1, - aux_sym_allocator_token1, - ACTIONS(1789), 1, - aux_sym_record_component_association_list_token1, - ACTIONS(1791), 1, - aux_sym_private_type_declaration_token1, - ACTIONS(1793), 1, - aux_sym_private_type_declaration_token2, - ACTIONS(1795), 1, - aux_sym_private_extension_declaration_token1, - ACTIONS(1797), 1, - aux_sym_array_type_definition_token1, - ACTIONS(1799), 1, - aux_sym_interface_type_definition_token2, - STATE(1329), 1, - sym_null_exclusion, - STATE(1358), 1, - sym_record_definition, - ACTIONS(1787), 2, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_interface_type_definition_token1, - STATE(1328), 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, - [27523] = 15, + anon_sym_PIPE, + anon_sym_COLON_EQ, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [27485] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1769), 5, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DASH, + anon_sym_SLASH, + ACTIONS(1771), 33, + anon_sym_SLASH_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_STAR, + anon_sym_mod, + anon_sym_rem, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_DOT_DOT, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + aux_sym_relation_membership_token1, + anon_sym_PIPE, + anon_sym_COLON_EQ, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [27531] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(223), 1, @@ -38736,9 +38758,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_relation_membership_token1, ACTIONS(523), 1, sym_identifier, - STATE(508), 1, + STATE(509), 1, sym_term, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, @@ -38749,7 +38771,7 @@ static const uint16_t ts_small_parse_table[] = { sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -38757,7 +38779,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(491), 14, + STATE(490), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -38772,16 +38794,16 @@ static const uint16_t ts_small_parse_table[] = { sym_positional_array_aggregate, sym_null_array_aggregate, sym_named_array_aggregate, - [27593] = 3, + [27601] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1801), 5, + ACTIONS(1773), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DASH, anon_sym_SLASH, - ACTIONS(1803), 33, + ACTIONS(1775), 33, anon_sym_SLASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -38815,50 +38837,69 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [27639] = 3, + [27647] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1805), 5, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DASH, - anon_sym_SLASH, - ACTIONS(1807), 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, + ACTIONS(1777), 1, + anon_sym_LPAREN, + ACTIONS(1779), 1, + aux_sym_attribute_designator_token1, + ACTIONS(1781), 1, + aux_sym_attribute_designator_token2, + ACTIONS(1783), 1, aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_DOT_DOT, + ACTIONS(1785), 1, + aux_sym_attribute_designator_token4, + ACTIONS(1787), 1, + aux_sym_compilation_unit_token1, + ACTIONS(1789), 1, + aux_sym_with_clause_token1, + ACTIONS(1791), 1, aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, + ACTIONS(1793), 1, aux_sym_relation_membership_token1, - anon_sym_PIPE, - anon_sym_COLON_EQ, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [27685] = 11, + ACTIONS(1795), 1, + aux_sym_primary_null_token1, + ACTIONS(1797), 1, + aux_sym_allocator_token1, + ACTIONS(1801), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(1803), 1, + aux_sym_private_type_declaration_token1, + ACTIONS(1805), 1, + aux_sym_private_type_declaration_token2, + ACTIONS(1807), 1, + aux_sym_private_extension_declaration_token1, + ACTIONS(1809), 1, + aux_sym_array_type_definition_token1, + ACTIONS(1811), 1, + aux_sym_interface_type_definition_token2, + STATE(1328), 1, + sym_null_exclusion, + STATE(1357), 1, + sym_record_definition, + ACTIONS(1799), 2, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_interface_type_definition_token1, + STATE(1327), 17, + sym__access_type_definition, + sym_access_to_subprogram_definition, + sym_access_to_object_definition, + sym__type_definition, + sym_array_type_definition, + sym_enumeration_type_definition, + sym__integer_type_definition, + sym_modular_type_definition, + sym__real_type_definition, + sym_floating_point_definition, + sym__fixed_point_definition, + sym_decimal_fixed_point_definition, + sym_ordinary_fixed_point_definition, + sym_signed_integer_type_definition, + sym_derived_type_definition, + sym_interface_type_definition, + sym_record_type_definition, + [27731] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(923), 1, @@ -38869,13 +38910,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_attribute_designator_token3, ACTIONS(935), 1, aux_sym_range_attribute_designator_token1, - ACTIONS(1809), 1, - anon_sym_EQ_GT, ACTIONS(1813), 1, + anon_sym_EQ_GT, + ACTIONS(1817), 1, anon_sym_PIPE, - STATE(1239), 1, + STATE(1238), 1, aux_sym_component_choice_list_repeat1, - STATE(656), 6, + STATE(649), 6, sym__constraint, sym__scalar_constraint, sym_range_constraint, @@ -38909,105 +38950,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_expression_token5, aux_sym_relation_membership_token1, anon_sym_STAR_STAR, - [27747] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1817), 5, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DASH, - anon_sym_SLASH, - ACTIONS(1819), 33, - anon_sym_SLASH_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_STAR, - anon_sym_mod, - anon_sym_rem, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_DOT_DOT, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - aux_sym_relation_membership_token1, - anon_sym_PIPE, - anon_sym_COLON_EQ, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [27793] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(223), 1, - sym_numeric_literal, - ACTIONS(229), 1, - anon_sym_LPAREN, - ACTIONS(231), 1, - anon_sym_LBRACK, - ACTIONS(241), 1, - aux_sym_factor_abs_token1, - ACTIONS(245), 1, - aux_sym_allocator_token1, - ACTIONS(425), 1, - aux_sym_primary_null_token1, - ACTIONS(437), 1, - aux_sym_relation_membership_token1, - ACTIONS(523), 1, - sym_identifier, - STATE(516), 1, - sym_term, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(521), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(487), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(276), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(491), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [27863] = 3, + [27793] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1821), 5, @@ -39050,7 +38993,174 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [27909] = 12, + [27839] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(223), 1, + sym_numeric_literal, + ACTIONS(229), 1, + anon_sym_LPAREN, + ACTIONS(231), 1, + anon_sym_LBRACK, + ACTIONS(241), 1, + aux_sym_factor_abs_token1, + ACTIONS(245), 1, + aux_sym_allocator_token1, + ACTIONS(425), 1, + aux_sym_primary_null_token1, + ACTIONS(437), 1, + aux_sym_relation_membership_token1, + ACTIONS(523), 1, + sym_identifier, + STATE(515), 1, + sym_term, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(521), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(487), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(277), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(490), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [27909] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(223), 1, + sym_numeric_literal, + ACTIONS(229), 1, + anon_sym_LPAREN, + ACTIONS(231), 1, + anon_sym_LBRACK, + ACTIONS(241), 1, + aux_sym_factor_abs_token1, + ACTIONS(245), 1, + aux_sym_allocator_token1, + ACTIONS(425), 1, + aux_sym_primary_null_token1, + ACTIONS(437), 1, + aux_sym_relation_membership_token1, + ACTIONS(523), 1, + sym_identifier, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(521), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(498), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(277), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(490), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [27976] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1777), 1, + anon_sym_LPAREN, + ACTIONS(1779), 1, + aux_sym_attribute_designator_token1, + ACTIONS(1781), 1, + aux_sym_attribute_designator_token2, + ACTIONS(1783), 1, + aux_sym_attribute_designator_token3, + ACTIONS(1785), 1, + aux_sym_attribute_designator_token4, + ACTIONS(1791), 1, + aux_sym_range_attribute_designator_token1, + ACTIONS(1793), 1, + aux_sym_relation_membership_token1, + ACTIONS(1795), 1, + aux_sym_primary_null_token1, + ACTIONS(1801), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(1809), 1, + aux_sym_array_type_definition_token1, + ACTIONS(1811), 1, + aux_sym_interface_type_definition_token2, + ACTIONS(1825), 1, + aux_sym_with_clause_token1, + ACTIONS(1827), 1, + aux_sym_allocator_token1, + ACTIONS(1829), 1, + aux_sym_private_type_declaration_token1, + ACTIONS(1831), 1, + aux_sym_private_type_declaration_token2, + STATE(1328), 1, + sym_null_exclusion, + STATE(1357), 1, + sym_record_definition, + ACTIONS(1799), 3, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_private_extension_declaration_token1, + aux_sym_interface_type_definition_token1, + STATE(1294), 17, + sym__access_type_definition, + sym_access_to_subprogram_definition, + sym_access_to_object_definition, + sym__type_definition, + sym_array_type_definition, + sym_enumeration_type_definition, + sym__integer_type_definition, + sym_modular_type_definition, + sym__real_type_definition, + sym_floating_point_definition, + sym__fixed_point_definition, + sym_decimal_fixed_point_definition, + sym_ordinary_fixed_point_definition, + sym_signed_integer_type_definition, + sym_derived_type_definition, + sym_interface_type_definition, + sym_record_type_definition, + [28055] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(923), 1, @@ -39061,16 +39171,16 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_attribute_designator_token3, ACTIONS(935), 1, aux_sym_range_attribute_designator_token1, - ACTIONS(1825), 1, + ACTIONS(1833), 1, anon_sym_EQ_GT, - ACTIONS(1827), 1, + ACTIONS(1835), 1, anon_sym_PIPE, - STATE(1239), 1, + STATE(1238), 1, aux_sym_component_choice_list_repeat1, ACTIONS(926), 2, anon_sym_COMMA, anon_sym_RPAREN, - STATE(656), 6, + STATE(649), 6, sym__constraint, sym__scalar_constraint, sym_range_constraint, @@ -39101,126 +39211,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_expression_token5, aux_sym_relation_membership_token1, anon_sym_STAR_STAR, - [27972] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1765), 1, - anon_sym_LPAREN, - ACTIONS(1767), 1, - aux_sym_attribute_designator_token1, - ACTIONS(1769), 1, - aux_sym_attribute_designator_token2, - ACTIONS(1771), 1, - aux_sym_attribute_designator_token3, - ACTIONS(1773), 1, - aux_sym_attribute_designator_token4, - ACTIONS(1779), 1, - aux_sym_range_attribute_designator_token1, - ACTIONS(1781), 1, - aux_sym_relation_membership_token1, - ACTIONS(1783), 1, - aux_sym_primary_null_token1, - ACTIONS(1789), 1, - aux_sym_record_component_association_list_token1, - ACTIONS(1797), 1, - aux_sym_array_type_definition_token1, - ACTIONS(1799), 1, - aux_sym_interface_type_definition_token2, - ACTIONS(1829), 1, - aux_sym_with_clause_token1, - ACTIONS(1831), 1, - aux_sym_allocator_token1, - ACTIONS(1833), 1, - aux_sym_private_type_declaration_token1, - ACTIONS(1835), 1, - aux_sym_private_type_declaration_token2, - STATE(1329), 1, - sym_null_exclusion, - STATE(1358), 1, - sym_record_definition, - ACTIONS(1787), 3, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_private_extension_declaration_token1, - aux_sym_interface_type_definition_token1, - STATE(1267), 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, - [28051] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(223), 1, - sym_numeric_literal, - ACTIONS(229), 1, - anon_sym_LPAREN, - ACTIONS(231), 1, - anon_sym_LBRACK, - ACTIONS(241), 1, - aux_sym_factor_abs_token1, - ACTIONS(245), 1, - aux_sym_allocator_token1, - ACTIONS(425), 1, - aux_sym_primary_null_token1, - ACTIONS(437), 1, - aux_sym_relation_membership_token1, - ACTIONS(523), 1, - sym_identifier, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(521), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(502), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(276), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(491), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, [28118] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1843), 1, anon_sym_DASH, - STATE(503), 1, + STATE(504), 1, sym_binary_adding_operator, - STATE(510), 1, + STATE(512), 1, aux_sym__simple_expression_repeat1, ACTIONS(1841), 2, anon_sym_PLUS, @@ -39263,9 +39261,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(1843), 1, anon_sym_DASH, - STATE(503), 1, + STATE(504), 1, sym_binary_adding_operator, - STATE(511), 1, + STATE(508), 1, aux_sym__simple_expression_repeat1, ACTIONS(1841), 2, anon_sym_PLUS, @@ -39308,13 +39306,58 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(1843), 1, anon_sym_DASH, - STATE(503), 1, + STATE(504), 1, sym_binary_adding_operator, STATE(512), 1, aux_sym__simple_expression_repeat1, ACTIONS(1841), 2, anon_sym_PLUS, anon_sym_AMP, + ACTIONS(1845), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1847), 28, + anon_sym_SLASH_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_DOT_DOT, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + aux_sym_relation_membership_token1, + anon_sym_PIPE, + anon_sym_COLON_EQ, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [28274] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1843), 1, + anon_sym_DASH, + STATE(504), 1, + sym_binary_adding_operator, + STATE(510), 1, + aux_sym__simple_expression_repeat1, + ACTIONS(1841), 2, + anon_sym_PLUS, + anon_sym_AMP, ACTIONS(1849), 3, anon_sym_EQ, anon_sym_LT, @@ -39348,57 +39391,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [28274] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1843), 1, - anon_sym_DASH, - STATE(503), 1, - sym_binary_adding_operator, - STATE(512), 1, - aux_sym__simple_expression_repeat1, - ACTIONS(1841), 2, - anon_sym_PLUS, - anon_sym_AMP, - ACTIONS(1837), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1839), 28, - anon_sym_SLASH_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_DOT_DOT, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - aux_sym_relation_membership_token1, - anon_sym_PIPE, - anon_sym_COLON_EQ, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, [28326] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1860), 1, anon_sym_DASH, - STATE(503), 1, + STATE(504), 1, sym_binary_adding_operator, STATE(512), 1, aux_sym__simple_expression_repeat1, @@ -39441,13 +39439,13 @@ static const uint16_t ts_small_parse_table[] = { [28378] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1767), 1, + ACTIONS(1779), 1, aux_sym_attribute_designator_token1, - ACTIONS(1781), 1, + ACTIONS(1793), 1, aux_sym_relation_membership_token1, - ACTIONS(1797), 1, + ACTIONS(1809), 1, aux_sym_array_type_definition_token1, - ACTIONS(1799), 1, + ACTIONS(1811), 1, aux_sym_interface_type_definition_token2, ACTIONS(1863), 1, anon_sym_LPAREN, @@ -39471,20 +39469,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_private_type_declaration_token2, ACTIONS(1883), 1, aux_sym_private_extension_declaration_token1, - STATE(1186), 1, + STATE(1214), 1, sym_interface_type_definition, - STATE(1207), 1, + STATE(1215), 1, sym_array_type_definition, - STATE(1329), 1, + STATE(1328), 1, sym_null_exclusion, - ACTIONS(1787), 2, + ACTIONS(1799), 2, aux_sym_access_to_subprogram_definition_token1, aux_sym_interface_type_definition_token1, - STATE(1201), 3, + STATE(1216), 3, sym__access_type_definition, sym_access_to_subprogram_definition, sym_access_to_object_definition, - STATE(1079), 12, + STATE(1130), 12, sym__formal_type_definition, sym_formal_private_type_definition, sym_formal_derived_type_definition, @@ -39500,13 +39498,13 @@ static const uint16_t ts_small_parse_table[] = { [28459] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1767), 1, + ACTIONS(1779), 1, aux_sym_attribute_designator_token1, - ACTIONS(1781), 1, + ACTIONS(1793), 1, aux_sym_relation_membership_token1, - ACTIONS(1797), 1, + ACTIONS(1809), 1, aux_sym_array_type_definition_token1, - ACTIONS(1799), 1, + ACTIONS(1811), 1, aux_sym_interface_type_definition_token2, ACTIONS(1863), 1, anon_sym_LPAREN, @@ -39530,20 +39528,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_private_extension_declaration_token1, ACTIONS(1885), 1, aux_sym_private_type_declaration_token2, - STATE(1186), 1, + STATE(1214), 1, sym_interface_type_definition, - STATE(1207), 1, + STATE(1215), 1, sym_array_type_definition, - STATE(1329), 1, + STATE(1328), 1, sym_null_exclusion, - ACTIONS(1787), 2, + ACTIONS(1799), 2, aux_sym_access_to_subprogram_definition_token1, aux_sym_interface_type_definition_token1, - STATE(1201), 3, + STATE(1216), 3, sym__access_type_definition, sym_access_to_subprogram_definition, sym_access_to_object_definition, - STATE(1114), 12, + STATE(1077), 12, sym__formal_type_definition, sym_formal_private_type_definition, sym_formal_derived_type_definition, @@ -39556,52 +39554,7 @@ static const uint16_t ts_small_parse_table[] = { sym_formal_array_type_definition, sym_formal_access_type_definition, sym_formal_interface_type_definition, - [28540] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(923), 1, - anon_sym_LPAREN, - ACTIONS(929), 1, - aux_sym_attribute_designator_token2, - ACTIONS(931), 1, - aux_sym_attribute_designator_token3, - ACTIONS(935), 1, - aux_sym_range_attribute_designator_token1, - ACTIONS(926), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(919), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_DOT, - STATE(656), 6, - sym__constraint, - sym__scalar_constraint, - sym_range_constraint, - sym_index_constraint, - sym_digits_constraint, - sym_delta_constraint, - ACTIONS(921), 16, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_mod, - anon_sym_rem, - sym_tick, - aux_sym_chunk_specification_token1, - anon_sym_DOT_DOT, - aux_sym_expression_token1, - aux_sym_expression_token3, - aux_sym_expression_token5, - aux_sym_relation_membership_token1, - anon_sym_STAR_STAR, - [28594] = 3, + [28540] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1853), 4, @@ -39640,6 +39593,51 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, + [28582] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(923), 1, + anon_sym_LPAREN, + ACTIONS(929), 1, + aux_sym_attribute_designator_token2, + ACTIONS(931), 1, + aux_sym_attribute_designator_token3, + ACTIONS(935), 1, + aux_sym_range_attribute_designator_token1, + ACTIONS(926), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(919), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_DOT, + STATE(649), 6, + sym__constraint, + sym__scalar_constraint, + sym_range_constraint, + sym_index_constraint, + sym_digits_constraint, + sym_delta_constraint, + ACTIONS(921), 16, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_mod, + anon_sym_rem, + sym_tick, + aux_sym_chunk_specification_token1, + anon_sym_DOT_DOT, + aux_sym_expression_token1, + aux_sym_expression_token3, + aux_sym_expression_token5, + aux_sym_relation_membership_token1, + anon_sym_STAR_STAR, [28636] = 5, ACTIONS(3), 1, sym_comment, @@ -39695,13 +39693,13 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_literal, ACTIONS(1896), 1, aux_sym_primary_null_token1, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -39709,7 +39707,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(499), 14, + STATE(497), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -39724,100 +39722,12 @@ static const uint16_t ts_small_parse_table[] = { sym_positional_array_aggregate, sym_null_array_aggregate, sym_named_array_aggregate, - [28736] = 11, + [28736] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(229), 1, - anon_sym_LPAREN, - ACTIONS(231), 1, - anon_sym_LBRACK, - ACTIONS(245), 1, - aux_sym_allocator_token1, - ACTIONS(425), 1, - aux_sym_primary_null_token1, - ACTIONS(523), 1, - sym_identifier, - ACTIONS(1894), 1, - sym_numeric_literal, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(521), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(276), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(499), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [28791] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(229), 1, - anon_sym_LPAREN, - ACTIONS(231), 1, - anon_sym_LBRACK, - ACTIONS(245), 1, - aux_sym_allocator_token1, - ACTIONS(425), 1, - aux_sym_primary_null_token1, - ACTIONS(523), 1, - sym_identifier, ACTIONS(1898), 1, - sym_numeric_literal, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(521), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(276), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(500), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [28846] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1900), 1, sym_identifier, - ACTIONS(1902), 30, + ACTIONS(1900), 30, sym_string_literal, sym_character_literal, sym_target_name, @@ -39848,6 +39758,94 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_delay_until_statement_token1, aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, + [28775] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(229), 1, + anon_sym_LPAREN, + ACTIONS(231), 1, + anon_sym_LBRACK, + ACTIONS(245), 1, + aux_sym_allocator_token1, + ACTIONS(425), 1, + aux_sym_primary_null_token1, + ACTIONS(523), 1, + sym_identifier, + ACTIONS(1902), 1, + sym_numeric_literal, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(521), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(277), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(503), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [28830] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(229), 1, + anon_sym_LPAREN, + ACTIONS(231), 1, + anon_sym_LBRACK, + ACTIONS(245), 1, + aux_sym_allocator_token1, + ACTIONS(425), 1, + aux_sym_primary_null_token1, + ACTIONS(523), 1, + sym_identifier, + ACTIONS(1894), 1, + sym_numeric_literal, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(521), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(277), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(497), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, [28885] = 11, ACTIONS(3), 1, sym_comment, @@ -39863,13 +39861,13 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1904), 1, sym_numeric_literal, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(521), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(276), 7, + STATE(277), 7, sym__name, sym_selected_component, sym_slice, @@ -39877,7 +39875,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(504), 14, + STATE(500), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -39895,17 +39893,17 @@ static const uint16_t ts_small_parse_table[] = { [28940] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1825), 1, + ACTIONS(1833), 1, anon_sym_EQ_GT, - ACTIONS(1827), 1, + ACTIONS(1835), 1, anon_sym_PIPE, ACTIONS(1906), 1, anon_sym_COMMA, ACTIONS(1909), 1, anon_sym_COLON, - STATE(1160), 1, + STATE(1147), 1, aux_sym__defining_identifier_list_repeat1, - STATE(1239), 1, + STATE(1238), 1, aux_sym_component_choice_list_repeat1, ACTIONS(919), 7, anon_sym_EQ, @@ -39943,7 +39941,7 @@ static const uint16_t ts_small_parse_table[] = { sym_character_literal, sym_target_name, anon_sym_LBRACK, - ACTIONS(1749), 7, + ACTIONS(1741), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -39951,7 +39949,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_mod, anon_sym_rem, - ACTIONS(1751), 18, + ACTIONS(1743), 18, anon_sym_SLASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -39985,7 +39983,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_STAR, anon_sym_DOT, - STATE(656), 6, + STATE(649), 6, sym__constraint, sym__scalar_constraint, sym_range_constraint, @@ -40011,24 +40009,74 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_expression_token1, aux_sym_expression_token3, anon_sym_COLON_EQ, - [29082] = 7, + [29082] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1921), 1, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(69), 1, + aux_sym_accept_statement_token1, + ACTIONS(75), 1, + aux_sym_delay_until_statement_token1, + ACTIONS(1915), 1, + sym_identifier, + ACTIONS(1917), 1, + aux_sym_iterator_filter_token1, + ACTIONS(1919), 1, + aux_sym_terminate_alternative_token1, + STATE(28), 1, + sym_procedure_call_statement, + STATE(29), 1, + sym_accept_statement, + STATE(818), 1, + sym_guard, + STATE(1067), 1, + sym_select_alternative, + STATE(1414), 1, + sym_entry_call_alternative, + STATE(1651), 1, + sym_value_sequence, + STATE(1727), 1, + sym_triggering_alternative, + STATE(1107), 2, + sym__name, + sym_function_call, + ACTIONS(9), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(26), 3, + sym__delay_statement, + sym_delay_until_statement, + sym_delay_relative_statement, + STATE(1229), 3, + sym_delay_alternative, + sym_accept_alternative, + sym_terminate_alternative, + STATE(970), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [29151] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1927), 1, aux_sym_chunk_specification_token1, - ACTIONS(1923), 1, + ACTIONS(1929), 1, aux_sym_relation_membership_token1, STATE(304), 1, sym_relational_operator, - ACTIONS(1915), 3, + ACTIONS(1921), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1917), 3, + ACTIONS(1923), 3, anon_sym_SLASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1919), 20, + ACTIONS(1925), 20, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, @@ -40049,64 +40097,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [29127] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(69), 1, - aux_sym_accept_statement_token1, - ACTIONS(75), 1, - aux_sym_delay_until_statement_token1, - ACTIONS(1925), 1, - sym_identifier, - ACTIONS(1927), 1, - aux_sym_iterator_filter_token1, - ACTIONS(1929), 1, - aux_sym_terminate_alternative_token1, - STATE(28), 1, - sym_procedure_call_statement, - STATE(29), 1, - sym_accept_statement, - STATE(821), 1, - sym_guard, - STATE(1088), 1, - sym_select_alternative, - STATE(1413), 1, - sym_entry_call_alternative, - STATE(1652), 1, - sym_value_sequence, - STATE(1727), 1, - sym_triggering_alternative, - STATE(1102), 2, - sym__name, - sym_function_call, - ACTIONS(9), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(26), 3, - sym__delay_statement, - sym_delay_until_statement, - sym_delay_relative_statement, - STATE(1157), 3, - sym_delay_alternative, - sym_accept_alternative, - sym_terminate_alternative, - STATE(1042), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, [29196] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1825), 1, + ACTIONS(1833), 1, anon_sym_EQ_GT, - ACTIONS(1827), 1, + ACTIONS(1835), 1, anon_sym_PIPE, - STATE(1239), 1, + STATE(1238), 1, aux_sym_component_choice_list_repeat1, ACTIONS(919), 7, anon_sym_EQ, @@ -40149,7 +40147,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(921), 2, sym_tick, anon_sym_DOT, - STATE(657), 6, + STATE(648), 6, sym__constraint, sym__scalar_constraint, sym_range_constraint, @@ -40193,11 +40191,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, ACTIONS(1939), 1, aux_sym_access_to_subprogram_definition_token3, - STATE(963), 1, + STATE(944), 1, sym_overriding_indicator, - STATE(1910), 1, + STATE(1909), 1, sym__defining_identifier_list, - STATE(1065), 3, + STATE(1085), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, @@ -40214,14 +40212,214 @@ static const uint16_t ts_small_parse_table[] = { sym_record_representation_clause, sym_subprogram_declaration, aux_sym_protected_definition_repeat2, - [29339] = 6, + [29339] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(1933), 1, + sym_identifier, + ACTIONS(1937), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(1939), 1, + aux_sym_access_to_subprogram_definition_token3, + ACTIONS(1941), 1, + aux_sym_package_specification_token3, + STATE(944), 1, + sym_overriding_indicator, + STATE(1909), 1, + sym__defining_identifier_list, + STATE(1085), 3, + sym_function_specification, + sym_procedure_specification, + sym__subprogram_specification, + STATE(535), 12, + sym_component_declaration, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym__protected_operation_declaration, + sym__protected_element_declaration, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym_pragma_g, + sym_record_representation_clause, + sym_subprogram_declaration, + aux_sym_protected_definition_repeat2, + [29395] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1943), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(1741), 6, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1743), 19, + anon_sym_SLASH_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_mod, + anon_sym_rem, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + anon_sym_EQ_GT, + aux_sym_with_clause_token2, + anon_sym_DOT_DOT, + aux_sym_expression_token1, + aux_sym_expression_token3, + aux_sym_expression_token5, + aux_sym_relation_membership_token1, + anon_sym_PIPE, + anon_sym_STAR_STAR, + [29431] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(1933), 1, + sym_identifier, + ACTIONS(1937), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(1939), 1, + aux_sym_access_to_subprogram_definition_token3, + ACTIONS(1945), 1, + aux_sym_package_specification_token3, + STATE(944), 1, + sym_overriding_indicator, + STATE(1909), 1, + sym__defining_identifier_list, + STATE(1085), 3, + sym_function_specification, + sym_procedure_specification, + sym__subprogram_specification, + STATE(534), 12, + sym_component_declaration, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym__protected_operation_declaration, + sym__protected_element_declaration, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym_pragma_g, + sym_record_representation_clause, + sym_subprogram_declaration, + aux_sym_protected_definition_repeat2, + [29487] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1947), 1, + sym_identifier, + ACTIONS(1950), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(1953), 1, + aux_sym_package_specification_token3, + ACTIONS(1955), 1, + aux_sym_relation_membership_token1, + ACTIONS(1958), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(1961), 1, + aux_sym_access_to_subprogram_definition_token3, + ACTIONS(1964), 1, + aux_sym_entry_declaration_token1, + ACTIONS(1967), 1, + aux_sym_global_mode_token1, + ACTIONS(1970), 1, + aux_sym_pragma_g_token1, + STATE(944), 1, + sym_overriding_indicator, + STATE(1909), 1, + sym__defining_identifier_list, + STATE(1085), 3, + sym_function_specification, + sym_procedure_specification, + sym__subprogram_specification, + STATE(534), 12, + sym_component_declaration, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym__protected_operation_declaration, + sym__protected_element_declaration, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym_pragma_g, + sym_record_representation_clause, + sym_subprogram_declaration, + aux_sym_protected_definition_repeat2, + [29543] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(1933), 1, + sym_identifier, + ACTIONS(1935), 1, + aux_sym_package_specification_token3, + ACTIONS(1937), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(1939), 1, + aux_sym_access_to_subprogram_definition_token3, + STATE(944), 1, + sym_overriding_indicator, + STATE(1909), 1, + sym__defining_identifier_list, + STATE(1085), 3, + sym_function_specification, + sym_procedure_specification, + sym__subprogram_specification, + STATE(534), 12, + sym_component_declaration, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym__protected_operation_declaration, + sym__protected_element_declaration, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym_pragma_g, + sym_record_representation_clause, + sym_subprogram_declaration, + aux_sym_protected_definition_repeat2, + [29599] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1909), 1, anon_sym_COLON, - ACTIONS(1941), 1, + ACTIONS(1973), 1, anon_sym_COMMA, - STATE(1160), 1, + STATE(1147), 1, aux_sym__defining_identifier_list_repeat1, ACTIONS(919), 5, anon_sym_LT, @@ -40248,206 +40446,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_expression_token5, aux_sym_relation_membership_token1, anon_sym_STAR_STAR, - [29379] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(57), 1, - aux_sym_pragma_g_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(1933), 1, - sym_identifier, - ACTIONS(1937), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(1939), 1, - aux_sym_access_to_subprogram_definition_token3, - ACTIONS(1943), 1, - aux_sym_package_specification_token3, - STATE(963), 1, - sym_overriding_indicator, - STATE(1910), 1, - sym__defining_identifier_list, - STATE(1065), 3, - sym_function_specification, - sym_procedure_specification, - sym__subprogram_specification, - STATE(535), 12, - sym_component_declaration, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym__protected_operation_declaration, - sym__protected_element_declaration, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym_pragma_g, - sym_record_representation_clause, - sym_subprogram_declaration, - aux_sym_protected_definition_repeat2, - [29435] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(57), 1, - aux_sym_pragma_g_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(1933), 1, - sym_identifier, - ACTIONS(1937), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(1939), 1, - aux_sym_access_to_subprogram_definition_token3, - ACTIONS(1943), 1, - aux_sym_package_specification_token3, - STATE(963), 1, - sym_overriding_indicator, - STATE(1910), 1, - sym__defining_identifier_list, - STATE(1065), 3, - sym_function_specification, - sym_procedure_specification, - sym__subprogram_specification, - STATE(536), 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, - [29491] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1945), 1, - aux_sym_record_component_association_list_token1, - ACTIONS(1749), 6, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1751), 19, - anon_sym_SLASH_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_mod, - anon_sym_rem, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - anon_sym_EQ_GT, - aux_sym_with_clause_token2, - anon_sym_DOT_DOT, - aux_sym_expression_token1, - aux_sym_expression_token3, - aux_sym_expression_token5, - aux_sym_relation_membership_token1, - anon_sym_PIPE, - anon_sym_STAR_STAR, - [29527] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(57), 1, - aux_sym_pragma_g_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(1933), 1, - sym_identifier, - ACTIONS(1937), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(1939), 1, - aux_sym_access_to_subprogram_definition_token3, - ACTIONS(1947), 1, - aux_sym_package_specification_token3, - STATE(963), 1, - sym_overriding_indicator, - STATE(1910), 1, - sym__defining_identifier_list, - STATE(1065), 3, - sym_function_specification, - sym_procedure_specification, - sym__subprogram_specification, - STATE(536), 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, - [29583] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1949), 1, - sym_identifier, - ACTIONS(1952), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(1955), 1, - aux_sym_package_specification_token3, - ACTIONS(1957), 1, - aux_sym_relation_membership_token1, - ACTIONS(1960), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(1963), 1, - aux_sym_access_to_subprogram_definition_token3, - ACTIONS(1966), 1, - aux_sym_entry_declaration_token1, - ACTIONS(1969), 1, - aux_sym_global_mode_token1, - ACTIONS(1972), 1, - aux_sym_pragma_g_token1, - STATE(963), 1, - sym_overriding_indicator, - STATE(1910), 1, - sym__defining_identifier_list, - STATE(1065), 3, - sym_function_specification, - sym_procedure_specification, - sym__subprogram_specification, - STATE(536), 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, [29639] = 15, ACTIONS(3), 1, sym_comment, @@ -40471,96 +40469,15 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_package_specification_token3, ACTIONS(1979), 1, aux_sym_allocator_token1, - STATE(963), 1, - sym_overriding_indicator, - STATE(1579), 1, - sym_protected_definition, - STATE(1065), 3, - sym_function_specification, - sym_procedure_specification, - sym__subprogram_specification, - STATE(561), 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, - [29696] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(923), 1, - anon_sym_LPAREN, - ACTIONS(929), 1, - aux_sym_attribute_designator_token2, - ACTIONS(931), 1, - aux_sym_attribute_designator_token3, - ACTIONS(933), 1, - anon_sym_RPAREN, - ACTIONS(935), 1, - aux_sym_range_attribute_designator_token1, - ACTIONS(1909), 1, - anon_sym_COLON, - ACTIONS(1941), 1, - anon_sym_COMMA, - STATE(1160), 1, - aux_sym__defining_identifier_list_repeat1, - ACTIONS(919), 3, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_DOT, - STATE(656), 6, - sym__constraint, - sym__scalar_constraint, - sym_range_constraint, - sym_index_constraint, - sym_digits_constraint, - sym_delta_constraint, - ACTIONS(921), 8, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_rem, - sym_tick, - anon_sym_DOT_DOT, - anon_sym_STAR_STAR, - [29747] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(57), 1, - aux_sym_pragma_g_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(1937), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(1939), 1, - aux_sym_access_to_subprogram_definition_token3, - ACTIONS(1975), 1, - aux_sym_compilation_unit_token1, - ACTIONS(1977), 1, - aux_sym_package_specification_token3, - ACTIONS(1981), 1, - aux_sym_allocator_token1, - STATE(963), 1, + STATE(944), 1, sym_overriding_indicator, STATE(1846), 1, sym_protected_definition, - STATE(1065), 3, + STATE(1085), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, - STATE(561), 10, + STATE(554), 10, sym__aspect_clause, sym_at_clause, sym_attribute_definition_clause, @@ -40571,12 +40488,12 @@ static const uint16_t ts_small_parse_table[] = { sym_record_representation_clause, sym_subprogram_declaration, aux_sym_protected_definition_repeat1, - [29804] = 5, + [29696] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1983), 1, + ACTIONS(1981), 1, sym_tick, - ACTIONS(1986), 1, + ACTIONS(1984), 1, anon_sym_EQ_GT, ACTIONS(919), 6, anon_sym_EQ, @@ -40603,6 +40520,87 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_expression_token5, aux_sym_relation_membership_token1, anon_sym_STAR_STAR, + [29733] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(1937), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(1939), 1, + aux_sym_access_to_subprogram_definition_token3, + ACTIONS(1975), 1, + aux_sym_compilation_unit_token1, + ACTIONS(1977), 1, + aux_sym_package_specification_token3, + ACTIONS(1986), 1, + aux_sym_allocator_token1, + STATE(944), 1, + sym_overriding_indicator, + STATE(1515), 1, + sym_protected_definition, + STATE(1085), 3, + sym_function_specification, + sym_procedure_specification, + sym__subprogram_specification, + STATE(554), 10, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym__protected_operation_declaration, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym_pragma_g, + sym_record_representation_clause, + sym_subprogram_declaration, + aux_sym_protected_definition_repeat1, + [29790] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(923), 1, + anon_sym_LPAREN, + ACTIONS(929), 1, + aux_sym_attribute_designator_token2, + ACTIONS(931), 1, + aux_sym_attribute_designator_token3, + ACTIONS(933), 1, + anon_sym_RPAREN, + ACTIONS(935), 1, + aux_sym_range_attribute_designator_token1, + ACTIONS(1909), 1, + anon_sym_COLON, + ACTIONS(1973), 1, + anon_sym_COMMA, + STATE(1147), 1, + aux_sym__defining_identifier_list_repeat1, + ACTIONS(919), 3, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_DOT, + STATE(649), 6, + sym__constraint, + sym__scalar_constraint, + sym_range_constraint, + sym_index_constraint, + sym_digits_constraint, + sym_delta_constraint, + ACTIONS(921), 8, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_rem, + sym_tick, + anon_sym_DOT_DOT, + anon_sym_STAR_STAR, [29841] = 15, ACTIONS(3), 1, sym_comment, @@ -40626,15 +40624,15 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_package_specification_token3, ACTIONS(1988), 1, aux_sym_allocator_token1, - STATE(963), 1, + STATE(944), 1, sym_overriding_indicator, - STATE(1516), 1, + STATE(1845), 1, sym_protected_definition, - STATE(1065), 3, + STATE(1085), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, - STATE(561), 10, + STATE(554), 10, sym__aspect_clause, sym_at_clause, sym_attribute_definition_clause, @@ -40668,15 +40666,15 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_package_specification_token3, ACTIONS(1990), 1, aux_sym_allocator_token1, - STATE(963), 1, + STATE(944), 1, sym_overriding_indicator, - STATE(1847), 1, + STATE(1878), 1, sym_protected_definition, - STATE(1065), 3, + STATE(1085), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, - STATE(561), 10, + STATE(554), 10, sym__aspect_clause, sym_at_clause, sym_attribute_definition_clause, @@ -40710,15 +40708,15 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_package_specification_token3, ACTIONS(1992), 1, aux_sym_allocator_token1, - STATE(963), 1, + STATE(944), 1, sym_overriding_indicator, - STATE(1879), 1, + STATE(1592), 1, sym_protected_definition, - STATE(1065), 3, + STATE(1085), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, - STATE(561), 10, + STATE(554), 10, sym__aspect_clause, sym_at_clause, sym_attribute_definition_clause, @@ -40729,184 +40727,29 @@ static const uint16_t ts_small_parse_table[] = { sym_record_representation_clause, sym_subprogram_declaration, aux_sym_protected_definition_repeat1, - [30012] = 14, + [30012] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(57), 1, - aux_sym_pragma_g_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(1937), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(1939), 1, - aux_sym_access_to_subprogram_definition_token3, - ACTIONS(1975), 1, - aux_sym_compilation_unit_token1, - ACTIONS(1977), 1, - aux_sym_package_specification_token3, - STATE(963), 1, - sym_overriding_indicator, - STATE(1781), 1, - sym_protected_definition, - STATE(1065), 3, - sym_function_specification, - sym_procedure_specification, - sym__subprogram_specification, - STATE(561), 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, - [30066] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(57), 1, - aux_sym_pragma_g_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(1937), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(1939), 1, - aux_sym_access_to_subprogram_definition_token3, - ACTIONS(1975), 1, - aux_sym_compilation_unit_token1, - ACTIONS(1977), 1, - aux_sym_package_specification_token3, - STATE(963), 1, - sym_overriding_indicator, - STATE(1613), 1, - sym_protected_definition, - STATE(1065), 3, - sym_function_specification, - sym_procedure_specification, - sym__subprogram_specification, - STATE(561), 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, - [30120] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(57), 1, - aux_sym_pragma_g_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(1937), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(1939), 1, - aux_sym_access_to_subprogram_definition_token3, - ACTIONS(1975), 1, - aux_sym_compilation_unit_token1, - ACTIONS(1977), 1, - aux_sym_package_specification_token3, - STATE(963), 1, - sym_overriding_indicator, - STATE(1655), 1, - sym_protected_definition, - STATE(1065), 3, - sym_function_specification, - sym_procedure_specification, - sym__subprogram_specification, - STATE(561), 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, - [30174] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(57), 1, - aux_sym_pragma_g_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(1937), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(1939), 1, - aux_sym_access_to_subprogram_definition_token3, - ACTIONS(1975), 1, - aux_sym_compilation_unit_token1, - ACTIONS(1977), 1, - aux_sym_package_specification_token3, - STATE(963), 1, - sym_overriding_indicator, - STATE(1656), 1, - sym_protected_definition, - STATE(1065), 3, - sym_function_specification, - sym_procedure_specification, - sym__subprogram_specification, - STATE(561), 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, - [30228] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1996), 1, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, anon_sym_LPAREN, - ACTIONS(1994), 23, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(1998), 1, + aux_sym_with_clause_token2, + STATE(261), 1, + sym_actual_parameter_part, + ACTIONS(1996), 19, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, - aux_sym_chunk_specification_token1, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, aux_sym_package_specification_token2, - aux_sym_with_clause_token2, aux_sym_range_attribute_designator_token1, aux_sym_expression_token1, aux_sym_expression_token2, @@ -40914,54 +40757,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_expression_token4, aux_sym_expression_token5, anon_sym_PIPE, - anon_sym_COLON_EQ, aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [30260] = 14, + [30052] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(1937), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(1939), 1, - aux_sym_access_to_subprogram_definition_token3, - ACTIONS(1998), 1, - aux_sym_package_specification_token3, ACTIONS(2000), 1, - aux_sym_subunit_token1, - ACTIONS(2002), 1, - aux_sym_entry_declaration_token1, - STATE(1012), 1, - sym_overriding_indicator, - STATE(1107), 1, - sym__subprogram_specification, - STATE(1115), 1, - sym_function_specification, - STATE(1142), 1, - sym_procedure_specification, - STATE(556), 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, - [30314] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2004), 1, anon_sym_COLON, ACTIONS(919), 5, anon_sym_LT, @@ -40988,7 +40790,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_expression_token5, aux_sym_relation_membership_token1, anon_sym_STAR_STAR, - [30348] = 14, + [30086] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, @@ -41009,119 +40811,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_compilation_unit_token1, ACTIONS(1977), 1, aux_sym_package_specification_token3, - STATE(963), 1, + STATE(944), 1, sym_overriding_indicator, - STATE(1853), 1, + STATE(1617), 1, sym_protected_definition, - STATE(1065), 3, - sym_function_specification, - sym_procedure_specification, - sym__subprogram_specification, - STATE(561), 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, - [30402] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(2010), 1, - aux_sym_with_clause_token2, - STATE(262), 1, - sym_actual_parameter_part, - ACTIONS(2008), 19, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - anon_sym_PIPE, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [30442] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(1937), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(1939), 1, - aux_sym_access_to_subprogram_definition_token3, - ACTIONS(1998), 1, - aux_sym_package_specification_token3, - ACTIONS(2002), 1, - aux_sym_entry_declaration_token1, - STATE(1012), 1, - sym_overriding_indicator, - STATE(1107), 1, - sym__subprogram_specification, - STATE(1115), 1, - sym_function_specification, - STATE(1142), 1, - sym_procedure_specification, - STATE(556), 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, - [30493] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2012), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2017), 1, - aux_sym_relation_membership_token1, - ACTIONS(2020), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(2023), 1, - aux_sym_access_to_subprogram_definition_token3, - ACTIONS(2026), 1, - aux_sym_entry_declaration_token1, - ACTIONS(2029), 1, - aux_sym_global_mode_token1, - ACTIONS(2032), 1, - aux_sym_pragma_g_token1, - STATE(963), 1, - sym_overriding_indicator, - ACTIONS(2015), 2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token3, - STATE(1065), 3, + STATE(1085), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, @@ -41136,48 +40830,87 @@ static const uint16_t ts_small_parse_table[] = { sym_record_representation_clause, sym_subprogram_declaration, aux_sym_protected_definition_repeat1, - [30542] = 16, + [30140] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(835), 1, - sym_identifier, - ACTIONS(1781), 1, + ACTIONS(31), 1, aux_sym_relation_membership_token1, - ACTIONS(1797), 1, - aux_sym_array_type_definition_token1, - ACTIONS(2035), 1, - aux_sym_attribute_designator_token1, - ACTIONS(2037), 1, - aux_sym_general_access_modifier_token1, - ACTIONS(2039), 1, - aux_sym_component_definition_token1, - ACTIONS(2041), 1, - aux_sym_exception_declaration_token1, - STATE(691), 1, - sym_null_exclusion, - STATE(987), 1, - sym__subtype_indication, - STATE(1652), 1, - sym_value_sequence, - STATE(1007), 2, - sym_access_definition, - sym_array_type_definition, - STATE(1112), 2, - sym__name, - sym_function_call, - ACTIONS(535), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(525), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [30599] = 13, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(1937), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(1939), 1, + aux_sym_access_to_subprogram_definition_token3, + ACTIONS(1975), 1, + aux_sym_compilation_unit_token1, + ACTIONS(1977), 1, + aux_sym_package_specification_token3, + STATE(944), 1, + sym_overriding_indicator, + STATE(1655), 1, + sym_protected_definition, + STATE(1085), 3, + sym_function_specification, + sym_procedure_specification, + sym__subprogram_specification, + STATE(554), 10, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym__protected_operation_declaration, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym_pragma_g, + sym_record_representation_clause, + sym_subprogram_declaration, + aux_sym_protected_definition_repeat1, + [30194] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(1937), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(1939), 1, + aux_sym_access_to_subprogram_definition_token3, + ACTIONS(1975), 1, + aux_sym_compilation_unit_token1, + ACTIONS(1977), 1, + aux_sym_package_specification_token3, + STATE(944), 1, + sym_overriding_indicator, + STATE(1654), 1, + sym_protected_definition, + STATE(1085), 3, + sym_function_specification, + sym_procedure_specification, + sym__subprogram_specification, + STATE(554), 10, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym__protected_operation_declaration, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym_pragma_g, + sym_record_representation_clause, + sym_subprogram_declaration, + aux_sym_protected_definition_repeat1, + [30248] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, @@ -41191,18 +40924,20 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1939), 1, aux_sym_access_to_subprogram_definition_token3, ACTIONS(2002), 1, - aux_sym_entry_declaration_token1, - ACTIONS(2043), 1, aux_sym_package_specification_token3, - STATE(1012), 1, + ACTIONS(2004), 1, + aux_sym_subunit_token1, + ACTIONS(2006), 1, + aux_sym_entry_declaration_token1, + STATE(1009), 1, sym_overriding_indicator, - STATE(1107), 1, + STATE(1094), 1, sym__subprogram_specification, - STATE(1115), 1, + STATE(1109), 1, sym_function_specification, - STATE(1142), 1, + STATE(1127), 1, sym_procedure_specification, - STATE(559), 12, + STATE(561), 12, sym_subprogram_body, sym__aspect_clause, sym_at_clause, @@ -41215,7 +40950,116 @@ static const uint16_t ts_small_parse_table[] = { sym_subprogram_declaration, sym_expression_function_declaration, aux_sym_protected_body_repeat1, - [30650] = 13, + [30302] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2010), 1, + anon_sym_LPAREN, + ACTIONS(2008), 23, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + anon_sym_PIPE, + anon_sym_COLON_EQ, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [30334] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(1937), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(1939), 1, + aux_sym_access_to_subprogram_definition_token3, + ACTIONS(1975), 1, + aux_sym_compilation_unit_token1, + ACTIONS(1977), 1, + aux_sym_package_specification_token3, + STATE(944), 1, + sym_overriding_indicator, + STATE(1780), 1, + sym_protected_definition, + STATE(1085), 3, + sym_function_specification, + sym_procedure_specification, + sym__subprogram_specification, + STATE(554), 10, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym__protected_operation_declaration, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym_pragma_g, + sym_record_representation_clause, + sym_subprogram_declaration, + aux_sym_protected_definition_repeat1, + [30388] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(1937), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(1939), 1, + aux_sym_access_to_subprogram_definition_token3, + ACTIONS(1975), 1, + aux_sym_compilation_unit_token1, + ACTIONS(1977), 1, + aux_sym_package_specification_token3, + STATE(944), 1, + sym_overriding_indicator, + STATE(1852), 1, + sym_protected_definition, + STATE(1085), 3, + sym_function_specification, + sym_procedure_specification, + sym__subprogram_specification, + STATE(554), 10, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym__protected_operation_declaration, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym_pragma_g, + sym_record_representation_clause, + sym_subprogram_declaration, + aux_sym_protected_definition_repeat1, + [30442] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, @@ -41228,17 +41072,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, ACTIONS(1939), 1, aux_sym_access_to_subprogram_definition_token3, - ACTIONS(2002), 1, + ACTIONS(2006), 1, aux_sym_entry_declaration_token1, - ACTIONS(2043), 1, + ACTIONS(2012), 1, aux_sym_package_specification_token3, - STATE(1012), 1, + STATE(1009), 1, sym_overriding_indicator, - STATE(1107), 1, + STATE(1094), 1, sym__subprogram_specification, - STATE(1115), 1, + STATE(1109), 1, sym_function_specification, - STATE(1142), 1, + STATE(1127), 1, sym_procedure_specification, STATE(564), 12, sym_subprogram_body, @@ -41253,105 +41097,7 @@ static const uint16_t ts_small_parse_table[] = { sym_subprogram_declaration, sym_expression_function_declaration, aux_sym_protected_body_repeat1, - [30701] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2047), 1, - aux_sym_expression_token1, - ACTIONS(2049), 1, - aux_sym_expression_token3, - ACTIONS(2051), 1, - aux_sym_expression_token5, - STATE(595), 1, - aux_sym_expression_repeat2, - STATE(597), 1, - aux_sym_expression_repeat3, - STATE(602), 1, - aux_sym_expression_repeat1, - ACTIONS(2045), 17, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token2, - aux_sym_expression_token4, - anon_sym_PIPE, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [30742] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2053), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2056), 1, - aux_sym_package_specification_token3, - ACTIONS(2058), 1, - aux_sym_relation_membership_token1, - ACTIONS(2061), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(2064), 1, - aux_sym_access_to_subprogram_definition_token3, - ACTIONS(2067), 1, - aux_sym_entry_declaration_token1, - ACTIONS(2070), 1, - aux_sym_global_mode_token1, - STATE(1012), 1, - sym_overriding_indicator, - STATE(1107), 1, - sym__subprogram_specification, - STATE(1115), 1, - sym_function_specification, - STATE(1142), 1, - sym_procedure_specification, - STATE(559), 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, - [30793] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2073), 23, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - anon_sym_PIPE, - anon_sym_COLON_EQ, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [30822] = 13, + [30493] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, @@ -41364,21 +41110,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_pragma_g_token1, ACTIONS(203), 1, aux_sym_iterated_element_association_token1, - ACTIONS(1935), 1, - aux_sym_package_specification_token3, ACTIONS(1937), 1, aux_sym_access_to_subprogram_definition_token2, ACTIONS(1939), 1, aux_sym_access_to_subprogram_definition_token3, - ACTIONS(2075), 1, + ACTIONS(1941), 1, + aux_sym_package_specification_token3, + ACTIONS(2014), 1, aux_sym_compilation_unit_token1, - STATE(963), 1, + STATE(944), 1, sym_overriding_indicator, - STATE(1065), 3, + STATE(1085), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, - STATE(554), 10, + STATE(560), 10, sym__aspect_clause, sym_at_clause, sym_attribute_definition_clause, @@ -41389,10 +41135,10 @@ static const uint16_t ts_small_parse_table[] = { sym_record_representation_clause, sym_subprogram_declaration, aux_sym_protected_definition_repeat1, - [30873] = 2, + [30544] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2077), 23, + ACTIONS(2016), 23, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, @@ -41416,72 +41162,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [30902] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2079), 23, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - anon_sym_PIPE, - anon_sym_COLON_EQ, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [30931] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(1937), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(1939), 1, - aux_sym_access_to_subprogram_definition_token3, - ACTIONS(2002), 1, - aux_sym_entry_declaration_token1, - ACTIONS(2081), 1, - aux_sym_package_specification_token3, - STATE(1012), 1, - sym_overriding_indicator, - STATE(1107), 1, - sym__subprogram_specification, - STATE(1115), 1, - sym_function_specification, - STATE(1142), 1, - sym_procedure_specification, - STATE(559), 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, - [30982] = 9, + [30573] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(923), 1, @@ -41490,7 +41171,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_attribute_designator_token2, ACTIONS(931), 1, aux_sym_attribute_designator_token3, - ACTIONS(2083), 1, + ACTIONS(2018), 1, aux_sym_range_attribute_designator_token1, ACTIONS(933), 2, anon_sym_COMMA, @@ -41499,7 +41180,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_STAR, anon_sym_DOT, - STATE(656), 6, + STATE(649), 6, sym__constraint, sym__scalar_constraint, sym_range_constraint, @@ -41515,36 +41196,203 @@ static const uint16_t ts_small_parse_table[] = { sym_tick, anon_sym_DOT_DOT, anon_sym_STAR_STAR, - [31025] = 12, + [30616] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(1937), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(1939), 1, + aux_sym_access_to_subprogram_definition_token3, + ACTIONS(2002), 1, + aux_sym_package_specification_token3, + ACTIONS(2006), 1, + aux_sym_entry_declaration_token1, + STATE(1009), 1, + sym_overriding_indicator, + STATE(1094), 1, + sym__subprogram_specification, + STATE(1109), 1, + sym_function_specification, + STATE(1127), 1, + sym_procedure_specification, + STATE(561), 12, + sym_subprogram_body, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym__protected_operation_item, + sym_entry_body, + sym_enumeration_representation_clause, + sym_null_procedure_declaration, + sym_record_representation_clause, + sym_subprogram_declaration, + sym_expression_function_declaration, + aux_sym_protected_body_repeat1, + [30667] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2021), 23, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + anon_sym_PIPE, + anon_sym_COLON_EQ, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [30696] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2023), 23, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + anon_sym_PIPE, + anon_sym_COLON_EQ, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [30725] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2025), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2030), 1, + aux_sym_relation_membership_token1, + ACTIONS(2033), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(2036), 1, + aux_sym_access_to_subprogram_definition_token3, + ACTIONS(2039), 1, + aux_sym_entry_declaration_token1, + ACTIONS(2042), 1, + aux_sym_global_mode_token1, + ACTIONS(2045), 1, + aux_sym_pragma_g_token1, + STATE(944), 1, + sym_overriding_indicator, + ACTIONS(2028), 2, + aux_sym_compilation_unit_token1, + aux_sym_package_specification_token3, + STATE(1085), 3, + sym_function_specification, + sym_procedure_specification, + sym__subprogram_specification, + STATE(560), 10, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym__protected_operation_declaration, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym_pragma_g, + sym_record_representation_clause, + sym_subprogram_declaration, + aux_sym_protected_definition_repeat1, + [30774] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(1937), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(1939), 1, + aux_sym_access_to_subprogram_definition_token3, + ACTIONS(2006), 1, + aux_sym_entry_declaration_token1, + ACTIONS(2012), 1, + aux_sym_package_specification_token3, + STATE(1009), 1, + sym_overriding_indicator, + STATE(1094), 1, + sym__subprogram_specification, + STATE(1109), 1, + sym_function_specification, + STATE(1127), 1, + sym_procedure_specification, + STATE(565), 12, + sym_subprogram_body, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym__protected_operation_item, + sym_entry_body, + sym_enumeration_representation_clause, + sym_null_procedure_declaration, + sym_record_representation_clause, + sym_subprogram_declaration, + sym_expression_function_declaration, + aux_sym_protected_body_repeat1, + [30825] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(1781), 1, + ACTIONS(1793), 1, aux_sym_relation_membership_token1, - ACTIONS(2035), 1, - aux_sym_attribute_designator_token1, - ACTIONS(2086), 1, + ACTIONS(2048), 1, sym_identifier, - ACTIONS(2092), 1, + ACTIONS(2054), 1, + aux_sym_attribute_designator_token1, + ACTIONS(2056), 1, aux_sym_exception_declaration_token1, - STATE(679), 1, + STATE(714), 1, sym_null_exclusion, - STATE(1526), 1, + STATE(1525), 1, sym_access_definition, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2088), 3, + ACTIONS(2050), 3, sym_string_literal, sym_character_literal, sym_target_name, - ACTIONS(2090), 5, + ACTIONS(2052), 5, aux_sym_iterated_element_association_token1, aux_sym_subprogram_body_token1, aux_sym_declare_expression_token1, aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, - STATE(968), 7, + STATE(1023), 7, sym__name, sym_selected_component, sym_slice, @@ -41552,6 +41400,156 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, + [30874] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(835), 1, + sym_identifier, + ACTIONS(1793), 1, + aux_sym_relation_membership_token1, + ACTIONS(1809), 1, + aux_sym_array_type_definition_token1, + ACTIONS(2054), 1, + aux_sym_attribute_designator_token1, + ACTIONS(2058), 1, + aux_sym_general_access_modifier_token1, + ACTIONS(2060), 1, + aux_sym_component_definition_token1, + ACTIONS(2062), 1, + aux_sym_exception_declaration_token1, + STATE(679), 1, + sym_null_exclusion, + STATE(992), 1, + sym__subtype_indication, + STATE(1651), 1, + sym_value_sequence, + STATE(1014), 2, + sym_access_definition, + sym_array_type_definition, + STATE(1114), 2, + sym__name, + sym_function_call, + ACTIONS(535), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(525), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [30931] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(1937), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(1939), 1, + aux_sym_access_to_subprogram_definition_token3, + ACTIONS(2006), 1, + aux_sym_entry_declaration_token1, + ACTIONS(2064), 1, + aux_sym_package_specification_token3, + STATE(1009), 1, + sym_overriding_indicator, + STATE(1094), 1, + sym__subprogram_specification, + STATE(1109), 1, + sym_function_specification, + STATE(1127), 1, + sym_procedure_specification, + STATE(565), 12, + sym_subprogram_body, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym__protected_operation_item, + sym_entry_body, + sym_enumeration_representation_clause, + sym_null_procedure_declaration, + sym_record_representation_clause, + sym_subprogram_declaration, + sym_expression_function_declaration, + aux_sym_protected_body_repeat1, + [30982] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2066), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2069), 1, + aux_sym_package_specification_token3, + ACTIONS(2071), 1, + aux_sym_relation_membership_token1, + ACTIONS(2074), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(2077), 1, + aux_sym_access_to_subprogram_definition_token3, + ACTIONS(2080), 1, + aux_sym_entry_declaration_token1, + ACTIONS(2083), 1, + aux_sym_global_mode_token1, + STATE(1009), 1, + sym_overriding_indicator, + STATE(1094), 1, + sym__subprogram_specification, + STATE(1109), 1, + sym_function_specification, + STATE(1127), 1, + sym_procedure_specification, + STATE(565), 12, + sym_subprogram_body, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym__protected_operation_item, + sym_entry_body, + sym_enumeration_representation_clause, + sym_null_procedure_declaration, + sym_record_representation_clause, + sym_subprogram_declaration, + sym_expression_function_declaration, + aux_sym_protected_body_repeat1, + [31033] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2088), 1, + aux_sym_expression_token1, + ACTIONS(2090), 1, + aux_sym_expression_token3, + ACTIONS(2092), 1, + aux_sym_expression_token5, + STATE(593), 1, + aux_sym_expression_repeat2, + STATE(598), 1, + aux_sym_expression_repeat3, + STATE(601), 1, + aux_sym_expression_repeat1, + ACTIONS(2086), 17, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token2, + aux_sym_expression_token4, + anon_sym_PIPE, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, [31074] = 15, ACTIONS(3), 1, sym_comment, @@ -41559,7 +41557,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(835), 1, sym_identifier, - ACTIONS(1781), 1, + ACTIONS(1793), 1, aux_sym_relation_membership_token1, ACTIONS(2096), 1, aux_sym_access_to_subprogram_definition_token1, @@ -41567,18 +41565,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, ACTIONS(2100), 1, aux_sym_access_to_subprogram_definition_token3, - STATE(637), 1, + STATE(640), 1, sym_general_access_modifier, - STATE(802), 1, + STATE(800), 1, sym_null_exclusion, - STATE(1305), 1, + STATE(1322), 1, sym__subtype_indication, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, ACTIONS(2094), 2, aux_sym_use_clause_token1, aux_sym_general_access_modifier_token1, - STATE(1112), 2, + STATE(1114), 2, sym__name, sym_function_call, ACTIONS(535), 3, @@ -41598,26 +41596,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(835), 1, sym_identifier, - ACTIONS(1781), 1, + ACTIONS(1793), 1, aux_sym_relation_membership_token1, - ACTIONS(1797), 1, + ACTIONS(1809), 1, aux_sym_array_type_definition_token1, - ACTIONS(2035), 1, + ACTIONS(2054), 1, aux_sym_attribute_designator_token1, + ACTIONS(2060), 1, + aux_sym_component_definition_token1, ACTIONS(2102), 1, - anon_sym_COLON_EQ, - STATE(691), 1, + aux_sym_general_access_modifier_token1, + STATE(679), 1, sym_null_exclusion, - STATE(1044), 1, + STATE(992), 1, sym__subtype_indication, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1774), 1, - sym__assign_value, - STATE(967), 2, + STATE(1014), 2, sym_access_definition, sym_array_type_definition, - STATE(1112), 2, + STATE(1114), 2, sym__name, sym_function_call, ACTIONS(535), 3, @@ -41637,26 +41635,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(835), 1, sym_identifier, - ACTIONS(1781), 1, + ACTIONS(1793), 1, aux_sym_relation_membership_token1, - ACTIONS(1797), 1, + ACTIONS(1809), 1, aux_sym_array_type_definition_token1, - ACTIONS(2035), 1, + ACTIONS(2054), 1, aux_sym_attribute_designator_token1, - ACTIONS(2039), 1, - aux_sym_component_definition_token1, ACTIONS(2104), 1, - aux_sym_general_access_modifier_token1, - STATE(691), 1, + anon_sym_COLON_EQ, + STATE(679), 1, sym_null_exclusion, - STATE(987), 1, + STATE(984), 1, sym__subtype_indication, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1007), 2, + STATE(1924), 1, + sym__assign_value, + STATE(982), 2, sym_access_definition, sym_array_type_definition, - STATE(1112), 2, + STATE(1114), 2, sym__name, sym_function_call, ACTIONS(535), 3, @@ -41669,29 +41667,156 @@ static const uint16_t ts_small_parse_table[] = { sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - [31236] = 10, + [31236] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2106), 1, - sym_identifier, - ACTIONS(2109), 1, + ACTIONS(2108), 1, + anon_sym_PIPE, + STATE(570), 1, + aux_sym_membership_choice_list_repeat1, + ACTIONS(2106), 19, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, aux_sym_iterated_element_association_token2, - ACTIONS(2114), 1, + 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, + [31267] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(835), 1, + sym_identifier, + ACTIONS(1793), 1, + aux_sym_relation_membership_token1, + ACTIONS(1809), 1, + aux_sym_array_type_definition_token1, + ACTIONS(2054), 1, + aux_sym_attribute_designator_token1, + ACTIONS(2111), 1, + aux_sym_general_access_modifier_token1, + STATE(679), 1, + sym_null_exclusion, + STATE(978), 1, + sym__subtype_indication, + STATE(1651), 1, + sym_value_sequence, + STATE(982), 2, + sym_access_definition, + sym_array_type_definition, + STATE(1114), 2, + sym__name, + sym_function_call, + ACTIONS(535), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(525), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [31318] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2115), 1, + anon_sym_DOT_DOT, + ACTIONS(2113), 20, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + anon_sym_PIPE, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [31347] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(233), 1, + aux_sym_chunk_specification_token1, + ACTIONS(255), 1, + aux_sym_non_empty_mode_token1, + ACTIONS(1793), 1, + aux_sym_relation_membership_token1, + ACTIONS(2054), 1, + aux_sym_attribute_designator_token1, ACTIONS(2117), 1, + sym_identifier, + ACTIONS(2121), 1, + aux_sym_component_definition_token1, + STATE(650), 1, + sym_non_empty_mode, + STATE(723), 1, + sym_null_exclusion, + STATE(960), 1, + sym_access_definition, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2119), 3, + 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, + [31398] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2123), 1, + sym_identifier, + ACTIONS(2126), 1, + aux_sym_iterated_element_association_token2, + ACTIONS(2131), 1, + aux_sym_with_clause_token2, + ACTIONS(2134), 1, aux_sym_use_clause_token2, - ACTIONS(2120), 1, + ACTIONS(2137), 1, aux_sym_pragma_g_token1, - STATE(1612), 1, + STATE(1613), 1, sym__defining_identifier_list, - STATE(860), 2, + STATE(849), 2, sym_formal_concrete_subprogram_declaration, sym_formal_abstract_subprogram_declaration, - ACTIONS(2112), 3, + ACTIONS(2129), 3, aux_sym_package_specification_token1, aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, - STATE(570), 10, + STATE(574), 10, sym_use_clause, sym__generic_formal_parameter_declaration, sym_formal_object_declaration, @@ -41702,31 +41827,31 @@ static const uint16_t ts_small_parse_table[] = { sym_formal_package_declaration, sym_pragma_g, aux_sym_generic_formal_part_repeat1, - [31279] = 14, + [31441] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, ACTIONS(511), 1, sym_identifier, - ACTIONS(1781), 1, + ACTIONS(1793), 1, aux_sym_relation_membership_token1, - ACTIONS(2035), 1, + ACTIONS(2054), 1, aux_sym_attribute_designator_token1, - ACTIONS(2123), 1, + ACTIONS(2140), 1, aux_sym_general_access_modifier_token1, - ACTIONS(2125), 1, + ACTIONS(2142), 1, aux_sym_component_definition_token1, - STATE(691), 1, + STATE(679), 1, sym_null_exclusion, - STATE(1288), 1, + STATE(1173), 1, sym__subtype_indication, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1077), 2, + STATE(1061), 2, sym_access_definition, sym__return_subtype_indication, - STATE(1112), 2, + STATE(1114), 2, sym__name, sym_function_call, ACTIONS(221), 3, @@ -41739,34 +41864,7 @@ static const uint16_t ts_small_parse_table[] = { sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - [31330] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2129), 1, - anon_sym_PIPE, - STATE(576), 1, - aux_sym_membership_choice_list_repeat1, - ACTIONS(2127), 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, - [31361] = 12, + [31492] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(15), 1, @@ -41775,81 +41873,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_pragma_g_token1, ACTIONS(1933), 1, sym_identifier, - ACTIONS(2131), 1, - aux_sym_package_specification_token1, - ACTIONS(2134), 1, - aux_sym_with_clause_token2, - ACTIONS(2136), 1, - aux_sym_use_clause_token2, - ACTIONS(2138), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(2141), 1, - aux_sym_access_to_subprogram_definition_token3, - STATE(1612), 1, - sym__defining_identifier_list, - STATE(860), 2, - sym_formal_concrete_subprogram_declaration, - sym_formal_abstract_subprogram_declaration, - STATE(575), 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, - [31408] = 3, - ACTIONS(3), 1, - sym_comment, ACTIONS(2146), 1, - anon_sym_DOT_DOT, - ACTIONS(2144), 20, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, aux_sym_with_clause_token2, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - anon_sym_PIPE, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [31437] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(15), 1, - aux_sym_iterated_element_association_token2, - ACTIONS(57), 1, - aux_sym_pragma_g_token1, - ACTIONS(1933), 1, - sym_identifier, - ACTIONS(2134), 1, - aux_sym_with_clause_token2, - ACTIONS(2136), 1, + ACTIONS(2148), 1, aux_sym_use_clause_token2, - STATE(1612), 1, + STATE(1613), 1, sym__defining_identifier_list, - STATE(860), 2, + STATE(849), 2, sym_formal_concrete_subprogram_declaration, sym_formal_abstract_subprogram_declaration, - ACTIONS(2148), 3, + ACTIONS(2144), 3, aux_sym_package_specification_token1, aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, - STATE(570), 10, + STATE(574), 10, sym_use_clause, sym__generic_formal_parameter_declaration, sym_formal_object_declaration, @@ -41860,164 +41897,125 @@ static const uint16_t ts_small_parse_table[] = { sym_formal_package_declaration, sym_pragma_g, aux_sym_generic_formal_part_repeat1, - [31480] = 4, + [31535] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2129), 1, - anon_sym_PIPE, - STATE(577), 1, - aux_sym_membership_choice_list_repeat1, - ACTIONS(2150), 19, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, + ACTIONS(15), 1, 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, - [31511] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2154), 1, - anon_sym_PIPE, - STATE(577), 1, - aux_sym_membership_choice_list_repeat1, - ACTIONS(2152), 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, - [31542] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(233), 1, - aux_sym_chunk_specification_token1, - ACTIONS(255), 1, - aux_sym_non_empty_mode_token1, - ACTIONS(1781), 1, - aux_sym_relation_membership_token1, - ACTIONS(2035), 1, - aux_sym_attribute_designator_token1, - ACTIONS(2157), 1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(1933), 1, sym_identifier, + ACTIONS(2146), 1, + aux_sym_with_clause_token2, + ACTIONS(2148), 1, + aux_sym_use_clause_token2, + ACTIONS(2150), 1, + aux_sym_package_specification_token1, + ACTIONS(2153), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(2156), 1, + aux_sym_access_to_subprogram_definition_token3, + STATE(1613), 1, + sym__defining_identifier_list, + STATE(849), 2, + sym_formal_concrete_subprogram_declaration, + sym_formal_abstract_subprogram_declaration, + STATE(576), 10, + sym_use_clause, + sym__generic_formal_parameter_declaration, + sym_formal_object_declaration, + sym__formal_type_declaration, + sym_formal_complete_type_declaration, + sym_formal_incomplete_type_declaration, + sym_formal_subprogram_declaration, + sym_formal_package_declaration, + sym_pragma_g, + aux_sym_generic_formal_part_repeat1, + [31582] = 4, + ACTIONS(3), 1, + sym_comment, ACTIONS(2161), 1, - aux_sym_component_definition_token1, - STATE(654), 1, - sym_non_empty_mode, - STATE(702), 1, - sym_null_exclusion, - STATE(953), 1, - sym_access_definition, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2159), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(830), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [31593] = 14, + anon_sym_PIPE, + STATE(570), 1, + aux_sym_membership_choice_list_repeat1, + ACTIONS(2159), 19, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [31613] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(835), 1, - sym_identifier, - ACTIONS(1781), 1, - aux_sym_relation_membership_token1, - ACTIONS(1797), 1, - aux_sym_array_type_definition_token1, - ACTIONS(2035), 1, - aux_sym_attribute_designator_token1, - ACTIONS(2163), 1, - aux_sym_general_access_modifier_token1, - STATE(691), 1, - sym_null_exclusion, - STATE(1047), 1, - sym__subtype_indication, - STATE(1652), 1, - sym_value_sequence, - STATE(967), 2, - sym_access_definition, - sym_array_type_definition, - STATE(1112), 2, - sym__name, - sym_function_call, - ACTIONS(535), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(525), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, + ACTIONS(2161), 1, + anon_sym_PIPE, + STATE(578), 1, + aux_sym_membership_choice_list_repeat1, + ACTIONS(2163), 19, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, [31644] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(835), 1, + ACTIONS(511), 1, sym_identifier, - ACTIONS(1781), 1, + ACTIONS(1793), 1, aux_sym_relation_membership_token1, - ACTIONS(1797), 1, - aux_sym_array_type_definition_token1, - ACTIONS(2035), 1, + ACTIONS(2054), 1, aux_sym_attribute_designator_token1, - STATE(691), 1, + ACTIONS(2165), 1, + aux_sym_general_access_modifier_token1, + STATE(679), 1, sym_null_exclusion, - STATE(1030), 1, + STATE(1173), 1, sym__subtype_indication, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1031), 2, + STATE(1102), 2, sym_access_definition, - sym_array_type_definition, - STATE(1112), 2, + sym__return_subtype_indication, + STATE(1114), 2, sym__name, sym_function_call, - ACTIONS(535), 3, + ACTIONS(221), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(525), 5, + STATE(264), 5, sym_selected_component, sym_slice, sym__attribute_reference, @@ -42028,36 +42026,36 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(835), 1, - sym_identifier, - ACTIONS(1781), 1, + ACTIONS(233), 1, + aux_sym_chunk_specification_token1, + ACTIONS(255), 1, + aux_sym_non_empty_mode_token1, + ACTIONS(1793), 1, aux_sym_relation_membership_token1, - ACTIONS(1797), 1, - aux_sym_array_type_definition_token1, - ACTIONS(2035), 1, + ACTIONS(2054), 1, aux_sym_attribute_designator_token1, - STATE(691), 1, + ACTIONS(2167), 1, + sym_identifier, + STATE(627), 1, + sym_non_empty_mode, + STATE(686), 1, sym_null_exclusion, - STATE(1044), 1, - sym__subtype_indication, - STATE(1652), 1, - sym_value_sequence, - STATE(967), 2, + STATE(964), 1, sym_access_definition, - sym_array_type_definition, - STATE(1112), 2, - sym__name, - sym_function_call, - ACTIONS(535), 3, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2169), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(525), 5, + STATE(845), 7, + sym__name, sym_selected_component, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, + sym_function_call, [31740] = 14, ACTIONS(3), 1, sym_comment, @@ -42065,23 +42063,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(835), 1, sym_identifier, - ACTIONS(1781), 1, + ACTIONS(1793), 1, aux_sym_relation_membership_token1, - ACTIONS(2035), 1, + ACTIONS(2054), 1, aux_sym_attribute_designator_token1, - ACTIONS(2165), 1, + ACTIONS(2171), 1, aux_sym_component_definition_token1, - STATE(691), 1, + STATE(679), 1, sym_null_exclusion, - STATE(1090), 1, - sym__subtype_indication, - STATE(1091), 1, - sym_access_definition, - STATE(1104), 1, + STATE(1113), 1, sym_component_definition, - STATE(1652), 1, + STATE(1129), 1, + sym_access_definition, + STATE(1138), 1, + sym__subtype_indication, + STATE(1651), 1, sym_value_sequence, - STATE(1112), 2, + STATE(1114), 2, sym__name, sym_function_call, ACTIONS(535), 3, @@ -42094,117 +42092,82 @@ static const uint16_t ts_small_parse_table[] = { sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - [31790] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2167), 20, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - anon_sym_PIPE, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [31816] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2169), 20, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - anon_sym_PIPE, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [31842] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2171), 20, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - anon_sym_PIPE, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [31868] = 13, + [31790] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(233), 1, - aux_sym_chunk_specification_token1, - ACTIONS(255), 1, - aux_sym_non_empty_mode_token1, - ACTIONS(1781), 1, - aux_sym_relation_membership_token1, - ACTIONS(2035), 1, - aux_sym_attribute_designator_token1, - ACTIONS(2173), 1, + ACTIONS(835), 1, sym_identifier, - STATE(618), 1, - sym_non_empty_mode, - STATE(720), 1, + ACTIONS(1793), 1, + aux_sym_relation_membership_token1, + ACTIONS(2054), 1, + aux_sym_attribute_designator_token1, + ACTIONS(2171), 1, + aux_sym_component_definition_token1, + STATE(679), 1, sym_null_exclusion, - STATE(1051), 1, + STATE(980), 1, + sym_component_definition, + STATE(1129), 1, sym_access_definition, - STATE(1652), 1, + STATE(1138), 1, + sym__subtype_indication, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2175), 3, + STATE(1114), 2, + sym__name, + sym_function_call, + ACTIONS(535), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(843), 7, - sym__name, + STATE(525), 5, sym_selected_component, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - sym_function_call, - [31916] = 2, + [31840] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2152), 20, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(835), 1, + sym_identifier, + ACTIONS(1793), 1, + aux_sym_relation_membership_token1, + ACTIONS(2054), 1, + aux_sym_attribute_designator_token1, + ACTIONS(2171), 1, + aux_sym_component_definition_token1, + STATE(679), 1, + sym_null_exclusion, + STATE(1112), 1, + sym_component_definition, + STATE(1129), 1, + sym_access_definition, + STATE(1138), 1, + sym__subtype_indication, + STATE(1651), 1, + sym_value_sequence, + STATE(1114), 2, + sym__name, + sym_function_call, + ACTIONS(535), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(525), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [31890] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2106), 20, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, @@ -42225,7 +42188,125 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [31942] = 2, + [31916] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(835), 1, + sym_identifier, + ACTIONS(1793), 1, + aux_sym_relation_membership_token1, + ACTIONS(1809), 1, + aux_sym_array_type_definition_token1, + ACTIONS(2054), 1, + aux_sym_attribute_designator_token1, + STATE(679), 1, + sym_null_exclusion, + STATE(1030), 1, + sym__subtype_indication, + STATE(1651), 1, + sym_value_sequence, + STATE(1031), 2, + sym_access_definition, + sym_array_type_definition, + STATE(1114), 2, + sym__name, + sym_function_call, + ACTIONS(535), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(525), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [31964] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(835), 1, + sym_identifier, + ACTIONS(1793), 1, + aux_sym_relation_membership_token1, + ACTIONS(1809), 1, + aux_sym_array_type_definition_token1, + ACTIONS(2054), 1, + aux_sym_attribute_designator_token1, + STATE(679), 1, + sym_null_exclusion, + STATE(984), 1, + sym__subtype_indication, + STATE(1651), 1, + sym_value_sequence, + STATE(982), 2, + sym_access_definition, + sym_array_type_definition, + STATE(1114), 2, + sym__name, + sym_function_call, + ACTIONS(535), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(525), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [32012] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2173), 20, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + anon_sym_PIPE, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [32038] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2175), 20, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + anon_sym_PIPE, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [32064] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2177), 20, @@ -42249,7 +42330,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [31968] = 9, + [32090] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2179), 1, @@ -42262,7 +42343,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_range_attribute_designator_token1, STATE(246), 1, sym_attribute_designator, - STATE(562), 1, + STATE(559), 1, sym_range_attribute_designator, ACTIONS(2185), 4, aux_sym_attribute_designator_token1, @@ -42280,119 +42361,36 @@ static const uint16_t ts_small_parse_table[] = { sym_positional_array_aggregate, sym_null_array_aggregate, sym_named_array_aggregate, - [32008] = 13, + [32130] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(511), 1, - sym_identifier, - ACTIONS(1781), 1, - aux_sym_relation_membership_token1, - ACTIONS(2035), 1, - aux_sym_attribute_designator_token1, - ACTIONS(2189), 1, - aux_sym_general_access_modifier_token1, - STATE(691), 1, - sym_null_exclusion, - STATE(1288), 1, - sym__subtype_indication, - STATE(1652), 1, - sym_value_sequence, - STATE(1099), 2, - sym_access_definition, - sym__return_subtype_indication, - STATE(1112), 2, - sym__name, - sym_function_call, - ACTIONS(221), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(264), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [32056] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(835), 1, - sym_identifier, - ACTIONS(1781), 1, - aux_sym_relation_membership_token1, - ACTIONS(2035), 1, - aux_sym_attribute_designator_token1, - ACTIONS(2165), 1, - aux_sym_component_definition_token1, - STATE(691), 1, - sym_null_exclusion, - STATE(1023), 1, - sym_component_definition, - STATE(1090), 1, - sym__subtype_indication, - STATE(1091), 1, - sym_access_definition, - STATE(1652), 1, - sym_value_sequence, - STATE(1112), 2, - sym__name, - sym_function_call, - ACTIONS(535), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(525), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [32106] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(835), 1, - sym_identifier, - ACTIONS(1781), 1, - aux_sym_relation_membership_token1, - ACTIONS(2035), 1, - aux_sym_attribute_designator_token1, - ACTIONS(2165), 1, - aux_sym_component_definition_token1, - STATE(691), 1, - sym_null_exclusion, - STATE(1090), 1, - sym__subtype_indication, - STATE(1091), 1, - sym_access_definition, - STATE(1110), 1, - sym_component_definition, - STATE(1652), 1, - sym_value_sequence, - STATE(1112), 2, - sym__name, - sym_function_call, - ACTIONS(535), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(525), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, + ACTIONS(2189), 20, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + anon_sym_PIPE, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, [32156] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2193), 1, + ACTIONS(2090), 1, aux_sym_expression_token3, - STATE(593), 1, + STATE(596), 1, aux_sym_expression_repeat2, ACTIONS(2191), 17, anon_sym_COMMA, @@ -42412,149 +42410,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [32185] = 12, + [32185] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(835), 1, + ACTIONS(2193), 1, sym_identifier, - ACTIONS(1781), 1, - aux_sym_relation_membership_token1, - ACTIONS(2035), 1, - aux_sym_attribute_designator_token1, - STATE(691), 1, - sym_null_exclusion, - STATE(1481), 1, - sym__subtype_indication, - STATE(1652), 1, + ACTIONS(2197), 1, + anon_sym_SEMI, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + STATE(1263), 1, + sym_subprogram_default, + STATE(1651), 1, sym_value_sequence, - STATE(1112), 2, - sym__name, - sym_function_call, - STATE(1480), 2, - sym__loop_parameter_subtype_indication, - sym_access_definition, - ACTIONS(535), 3, + STATE(1723), 1, + sym_aspect_specification, + ACTIONS(2201), 2, + aux_sym_primary_null_token1, + anon_sym_LT_GT, + ACTIONS(2195), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(525), 5, + STATE(947), 7, + sym__name, sym_selected_component, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - [32230] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2049), 1, - aux_sym_expression_token3, - STATE(593), 1, - aux_sym_expression_repeat2, - ACTIONS(2196), 17, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token2, - aux_sym_expression_token4, - anon_sym_PIPE, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [32259] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2200), 1, - aux_sym_expression_token1, - STATE(596), 1, - aux_sym_expression_repeat1, - ACTIONS(2198), 17, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token2, - aux_sym_expression_token4, - anon_sym_PIPE, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [32288] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2051), 1, - aux_sym_expression_token5, - STATE(599), 1, - aux_sym_expression_repeat3, - ACTIONS(2196), 17, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token2, - aux_sym_expression_token4, - anon_sym_PIPE, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [32317] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1921), 1, - aux_sym_chunk_specification_token1, - ACTIONS(1923), 1, - aux_sym_relation_membership_token1, - ACTIONS(2146), 1, - anon_sym_DOT_DOT, - STATE(304), 1, - sym_relational_operator, - ACTIONS(1915), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1917), 3, - anon_sym_SLASH_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1919), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_EQ_GT, - aux_sym_with_clause_token2, - aux_sym_expression_token1, - aux_sym_expression_token3, - aux_sym_expression_token5, - anon_sym_PIPE, - [32354] = 4, + sym_function_call, + [32228] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2205), 1, aux_sym_expression_token5, - STATE(599), 1, + STATE(595), 1, aux_sym_expression_repeat3, ACTIONS(2203), 17, anon_sym_COMMA, @@ -42574,80 +42467,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [32383] = 12, + [32257] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(511), 1, - sym_identifier, - ACTIONS(1781), 1, - aux_sym_relation_membership_token1, - ACTIONS(2035), 1, - aux_sym_attribute_designator_token1, - STATE(691), 1, - sym_null_exclusion, - STATE(1288), 1, - sym__subtype_indication, - STATE(1652), 1, - sym_value_sequence, - STATE(1068), 2, - sym_access_definition, - sym__return_subtype_indication, - STATE(1112), 2, - sym__name, - sym_function_call, - ACTIONS(221), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(264), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [32428] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(511), 1, - sym_identifier, - ACTIONS(1781), 1, - aux_sym_relation_membership_token1, - ACTIONS(2035), 1, - aux_sym_attribute_designator_token1, - STATE(691), 1, - sym_null_exclusion, - STATE(1288), 1, - sym__subtype_indication, - STATE(1652), 1, - sym_value_sequence, - STATE(1100), 2, - sym_access_definition, - sym__return_subtype_indication, - STATE(1112), 2, - sym__name, - sym_function_call, - ACTIONS(221), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(264), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [32473] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2047), 1, - aux_sym_expression_token1, + ACTIONS(2210), 1, + aux_sym_expression_token3, STATE(596), 1, - aux_sym_expression_repeat1, - ACTIONS(2196), 17, + aux_sym_expression_repeat2, + ACTIONS(2208), 17, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, @@ -42665,91 +42492,79 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [32502] = 11, + [32286] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2208), 1, - sym_identifier, - ACTIONS(2212), 1, + ACTIONS(2215), 1, + aux_sym_expression_token1, + STATE(597), 1, + aux_sym_expression_repeat1, + ACTIONS(2213), 17, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, anon_sym_SEMI, - ACTIONS(2214), 1, + aux_sym_package_specification_token2, aux_sym_with_clause_token2, - STATE(1264), 1, - sym_subprogram_default, - STATE(1652), 1, - sym_value_sequence, - STATE(1708), 1, - sym_aspect_specification, - ACTIONS(2216), 2, - aux_sym_primary_null_token1, - anon_sym_LT_GT, - ACTIONS(2210), 3, - 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, - [32545] = 11, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token2, + aux_sym_expression_token4, + anon_sym_PIPE, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [32315] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(1781), 1, - aux_sym_relation_membership_token1, - ACTIONS(2218), 1, - sym_identifier, - ACTIONS(2222), 1, - anon_sym_LPAREN, - STATE(490), 1, - sym__subtype_indication_paren_constraint, - STATE(645), 1, - sym_subpool_specification, - STATE(777), 1, - sym_null_exclusion, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2220), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(265), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [32587] = 12, + ACTIONS(2092), 1, + aux_sym_expression_token5, + STATE(595), 1, + aux_sym_expression_repeat3, + ACTIONS(2191), 17, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token2, + aux_sym_expression_token4, + anon_sym_PIPE, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [32344] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, ACTIONS(835), 1, sym_identifier, - ACTIONS(1781), 1, + ACTIONS(1793), 1, aux_sym_relation_membership_token1, - ACTIONS(2035), 1, + ACTIONS(2054), 1, aux_sym_attribute_designator_token1, - STATE(691), 1, + STATE(679), 1, sym_null_exclusion, - STATE(1069), 1, - sym_access_definition, - STATE(1070), 1, + STATE(1480), 1, sym__subtype_indication, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1112), 2, + STATE(1114), 2, sym__name, sym_function_call, + STATE(1486), 2, + sym__loop_parameter_subtype_indication, + sym_access_definition, ACTIONS(535), 3, sym_string_literal, sym_character_literal, @@ -42760,7 +42575,206 @@ static const uint16_t ts_small_parse_table[] = { sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - [32631] = 2, + [32389] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(511), 1, + sym_identifier, + ACTIONS(1793), 1, + aux_sym_relation_membership_token1, + ACTIONS(2054), 1, + aux_sym_attribute_designator_token1, + STATE(679), 1, + sym_null_exclusion, + STATE(1173), 1, + sym__subtype_indication, + STATE(1651), 1, + sym_value_sequence, + STATE(1104), 2, + sym_access_definition, + sym__return_subtype_indication, + STATE(1114), 2, + sym__name, + sym_function_call, + ACTIONS(221), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(264), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [32434] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2088), 1, + aux_sym_expression_token1, + STATE(597), 1, + aux_sym_expression_repeat1, + ACTIONS(2191), 17, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token2, + aux_sym_expression_token4, + anon_sym_PIPE, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [32463] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1927), 1, + aux_sym_chunk_specification_token1, + ACTIONS(1929), 1, + aux_sym_relation_membership_token1, + ACTIONS(2115), 1, + anon_sym_DOT_DOT, + STATE(304), 1, + sym_relational_operator, + ACTIONS(1921), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1923), 3, + anon_sym_SLASH_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1925), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_EQ_GT, + aux_sym_with_clause_token2, + aux_sym_expression_token1, + aux_sym_expression_token3, + aux_sym_expression_token5, + anon_sym_PIPE, + [32500] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(511), 1, + sym_identifier, + ACTIONS(1793), 1, + aux_sym_relation_membership_token1, + ACTIONS(2054), 1, + aux_sym_attribute_designator_token1, + STATE(679), 1, + sym_null_exclusion, + STATE(1173), 1, + sym__subtype_indication, + STATE(1651), 1, + sym_value_sequence, + STATE(1071), 2, + sym_access_definition, + sym__return_subtype_indication, + STATE(1114), 2, + sym__name, + sym_function_call, + ACTIONS(221), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(264), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [32545] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2218), 18, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token4, + anon_sym_PIPE, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [32569] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2179), 1, + sym_identifier, + ACTIONS(2181), 1, + anon_sym_LPAREN, + ACTIONS(2183), 1, + anon_sym_LBRACK, + STATE(246), 1, + sym_attribute_designator, + ACTIONS(2185), 4, + aux_sym_attribute_designator_token1, + aux_sym_attribute_designator_token2, + aux_sym_attribute_designator_token3, + aux_sym_attribute_designator_token4, + STATE(245), 10, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [32603] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(943), 1, + anon_sym_DOT, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1691), 1, + sym_tick, + ACTIONS(2222), 1, + aux_sym_iterator_filter_token1, + STATE(261), 1, + sym_actual_parameter_part, + STATE(1337), 1, + sym_iterator_filter, + ACTIONS(981), 2, + anon_sym_DASH, + anon_sym_STAR, + ACTIONS(2220), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + ACTIONS(983), 7, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_rem, + anon_sym_DOT_DOT, + anon_sym_STAR_STAR, + [32643] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2224), 18, @@ -42782,29 +42796,37 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [32655] = 2, + [32667] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2226), 18, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, + ACTIONS(943), 1, + anon_sym_DOT, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1691), 1, + sym_tick, + ACTIONS(2222), 1, + aux_sym_iterator_filter_token1, + STATE(261), 1, + sym_actual_parameter_part, + STATE(1149), 1, + sym_iterator_filter, + ACTIONS(981), 2, + anon_sym_DASH, + anon_sym_STAR, + ACTIONS(2226), 3, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token4, - anon_sym_PIPE, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [32679] = 7, + ACTIONS(983), 7, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_rem, + anon_sym_DOT_DOT, + anon_sym_STAR_STAR, + [32707] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2179), 1, @@ -42813,7 +42835,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(2183), 1, anon_sym_LBRACK, - STATE(246), 1, + STATE(1074), 1, sym_attribute_designator, ACTIONS(2185), 4, aux_sym_attribute_designator_token1, @@ -42831,143 +42853,7 @@ static const uint16_t ts_small_parse_table[] = { sym_positional_array_aggregate, sym_null_array_aggregate, sym_named_array_aggregate, - [32713] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2198), 18, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token4, - anon_sym_PIPE, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [32737] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(943), 1, - anon_sym_DOT, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(1707), 1, - sym_tick, - ACTIONS(2230), 1, - aux_sym_iterator_filter_token1, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1335), 1, - sym_iterator_filter, - ACTIONS(977), 2, - anon_sym_DASH, - anon_sym_STAR, - ACTIONS(2228), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - ACTIONS(979), 7, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_rem, - anon_sym_DOT_DOT, - anon_sym_STAR_STAR, - [32777] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(1781), 1, - aux_sym_relation_membership_token1, - ACTIONS(2035), 1, - aux_sym_attribute_designator_token1, - ACTIONS(2086), 1, - sym_identifier, - ACTIONS(2092), 1, - aux_sym_exception_declaration_token1, - STATE(679), 1, - sym_null_exclusion, - STATE(1526), 1, - sym_access_definition, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2088), 3, - 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, - [32819] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2191), 18, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - anon_sym_PIPE, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [32843] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(233), 1, - aux_sym_chunk_specification_token1, - ACTIONS(255), 1, - aux_sym_non_empty_mode_token1, - ACTIONS(1781), 1, - aux_sym_relation_membership_token1, - ACTIONS(2232), 1, - sym_identifier, - STATE(664), 1, - sym_non_empty_mode, - STATE(744), 1, - sym_null_exclusion, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2234), 3, - 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, - [32885] = 2, + [32741] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2203), 18, @@ -42989,64 +42875,122 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [32909] = 7, + [32765] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2179), 1, - sym_identifier, - ACTIONS(2181), 1, - anon_sym_LPAREN, - ACTIONS(2183), 1, - anon_sym_LBRACK, - STATE(1123), 1, - sym_attribute_designator, - ACTIONS(2185), 4, - aux_sym_attribute_designator_token1, - aux_sym_attribute_designator_token2, - aux_sym_attribute_designator_token3, - aux_sym_attribute_designator_token4, - STATE(245), 10, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [32943] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(943), 1, - anon_sym_DOT, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(1707), 1, - sym_tick, - ACTIONS(2230), 1, - aux_sym_iterator_filter_token1, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1275), 1, - sym_iterator_filter, - ACTIONS(977), 2, - anon_sym_DASH, - anon_sym_STAR, - ACTIONS(2236), 3, + ACTIONS(2208), 18, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + anon_sym_PIPE, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - ACTIONS(979), 7, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_rem, - anon_sym_DOT_DOT, - anon_sym_STAR_STAR, - [32983] = 10, + [32789] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(1793), 1, + aux_sym_relation_membership_token1, + ACTIONS(2228), 1, + sym_identifier, + ACTIONS(2232), 1, + anon_sym_LPAREN, + STATE(496), 1, + sym__subtype_indication_paren_constraint, + STATE(642), 1, + sym_subpool_specification, + STATE(778), 1, + sym_null_exclusion, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2230), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(266), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [32831] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(1793), 1, + aux_sym_relation_membership_token1, + ACTIONS(2048), 1, + sym_identifier, + ACTIONS(2054), 1, + aux_sym_attribute_designator_token1, + ACTIONS(2056), 1, + aux_sym_exception_declaration_token1, + STATE(714), 1, + sym_null_exclusion, + STATE(1525), 1, + sym_access_definition, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2050), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1023), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [32873] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(233), 1, + aux_sym_chunk_specification_token1, + ACTIONS(255), 1, + aux_sym_non_empty_mode_token1, + ACTIONS(1793), 1, + aux_sym_relation_membership_token1, + ACTIONS(2234), 1, + sym_identifier, + STATE(660), 1, + sym_non_empty_mode, + STATE(751), 1, + sym_null_exclusion, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2236), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(825), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [32915] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, @@ -43057,18 +43001,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_package_specification_token3, ACTIONS(2244), 1, aux_sym_at_clause_token1, - STATE(646), 1, + STATE(645), 1, sym_mod_clause, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(647), 2, + STATE(646), 2, sym_component_clause, aux_sym_record_representation_clause_repeat1, ACTIONS(2240), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(1011), 7, + STATE(974), 7, sym__name, sym_selected_component, sym_slice, @@ -43076,28 +43020,82 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, + [32955] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(835), 1, + sym_identifier, + ACTIONS(1793), 1, + aux_sym_relation_membership_token1, + ACTIONS(2054), 1, + aux_sym_attribute_designator_token1, + STATE(679), 1, + sym_null_exclusion, + STATE(1055), 1, + sym__subtype_indication, + STATE(1058), 1, + sym_access_definition, + STATE(1651), 1, + sym_value_sequence, + STATE(1114), 2, + sym__name, + sym_function_call, + ACTIONS(535), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(525), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [32999] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2213), 18, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token4, + anon_sym_PIPE, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, [33023] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(1781), 1, - aux_sym_relation_membership_token1, - ACTIONS(2035), 1, - aux_sym_attribute_designator_token1, ACTIONS(2246), 1, sym_identifier, - STATE(673), 1, - sym_null_exclusion, - STATE(986), 1, - sym_access_definition, - STATE(1652), 1, + ACTIONS(2250), 1, + aux_sym_access_to_subprogram_definition_token1, + ACTIONS(2252), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(2254), 1, + aux_sym_access_to_subprogram_definition_token3, + ACTIONS(2256), 1, + aux_sym_general_access_modifier_token1, + STATE(1651), 1, sym_value_sequence, ACTIONS(2248), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(844), 7, + STATE(699), 7, sym__name, sym_selected_component, sym_slice, @@ -43110,23 +43108,23 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2250), 1, - sym_identifier, - ACTIONS(2254), 1, - aux_sym_access_to_subprogram_definition_token1, - ACTIONS(2256), 1, - aux_sym_access_to_subprogram_definition_token2, ACTIONS(2258), 1, - aux_sym_access_to_subprogram_definition_token3, - ACTIONS(2260), 1, - aux_sym_general_access_modifier_token1, - STATE(1652), 1, + sym_identifier, + ACTIONS(2262), 1, + aux_sym_component_choice_list_token1, + STATE(1291), 1, + sym_exception_choice, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2252), 3, + STATE(1871), 1, + sym_exception_choice_list, + STATE(1872), 1, + sym_choice_parameter_specification, + ACTIONS(2260), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(731), 7, + STATE(959), 7, sym__name, sym_selected_component, sym_slice, @@ -43139,23 +43137,23 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(1781), 1, + ACTIONS(1793), 1, aux_sym_relation_membership_token1, - ACTIONS(2035), 1, + ACTIONS(2048), 1, + sym_identifier, + ACTIONS(2054), 1, aux_sym_attribute_designator_token1, - ACTIONS(2262), 1, - sym_identifier, - STATE(732), 1, + STATE(714), 1, sym_null_exclusion, - STATE(1120), 1, + STATE(1525), 1, sym_access_definition, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2264), 3, + ACTIONS(2050), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(872), 7, + STATE(1023), 7, sym__name, sym_selected_component, sym_slice, @@ -43163,101 +43161,14 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [33140] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(1781), 1, - aux_sym_relation_membership_token1, - ACTIONS(2035), 1, - aux_sym_attribute_designator_token1, - ACTIONS(2266), 1, - sym_identifier, - STATE(729), 1, - sym_null_exclusion, - STATE(825), 1, - sym_access_definition, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2268), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(739), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [33179] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2270), 1, - sym_identifier, - ACTIONS(2274), 1, - aux_sym_access_to_subprogram_definition_token1, - ACTIONS(2276), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(2278), 1, - aux_sym_access_to_subprogram_definition_token3, - ACTIONS(2280), 1, - aux_sym_general_access_modifier_token1, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2272), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(713), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [33218] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(1781), 1, - aux_sym_relation_membership_token1, - ACTIONS(2035), 1, - aux_sym_attribute_designator_token1, - ACTIONS(2086), 1, - sym_identifier, - STATE(679), 1, - sym_null_exclusion, - STATE(1526), 1, - sym_access_definition, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2088), 3, - 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, - [33257] = 4, + [33140] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(935), 1, aux_sym_range_attribute_designator_token1, - STATE(662), 1, + STATE(654), 1, sym_range_constraint, - ACTIONS(2282), 15, + ACTIONS(2264), 15, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_chunk_specification_token1, @@ -43273,42 +43184,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_EQ, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [33284] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2208), 1, - sym_identifier, - ACTIONS(2284), 1, - aux_sym_private_type_declaration_token1, - STATE(1152), 1, - sym_subprogram_default, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2216), 2, - aux_sym_primary_null_token1, - anon_sym_LT_GT, - ACTIONS(2210), 3, - 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, - [33321] = 4, + [33167] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(935), 1, aux_sym_range_attribute_designator_token1, STATE(661), 1, sym_range_constraint, - ACTIONS(2286), 15, + ACTIONS(2266), 15, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_chunk_specification_token1, @@ -43324,28 +43207,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_EQ, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [33348] = 10, + [33194] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2288), 1, + ACTIONS(2193), 1, sym_identifier, - ACTIONS(2292), 1, - aux_sym_component_choice_list_token1, - STATE(1254), 1, - sym_exception_choice, - STATE(1652), 1, + ACTIONS(2268), 1, + aux_sym_private_type_declaration_token1, + STATE(1225), 1, + sym_subprogram_default, + STATE(1651), 1, sym_value_sequence, - STATE(1870), 1, - sym_exception_choice_list, - STATE(1872), 1, - sym_choice_parameter_specification, - ACTIONS(2290), 3, + ACTIONS(2201), 2, + aux_sym_primary_null_token1, + anon_sym_LT_GT, + ACTIONS(2195), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(930), 7, + STATE(947), 7, sym__name, sym_selected_component, sym_slice, @@ -43353,7 +43235,398 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [33387] = 11, + [33231] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(1793), 1, + aux_sym_relation_membership_token1, + ACTIONS(2054), 1, + aux_sym_attribute_designator_token1, + ACTIONS(2270), 1, + sym_identifier, + STATE(732), 1, + sym_null_exclusion, + STATE(830), 1, + sym_access_definition, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2272), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(737), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [33270] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2274), 1, + sym_identifier, + ACTIONS(2278), 1, + aux_sym_access_to_subprogram_definition_token1, + ACTIONS(2280), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(2282), 1, + aux_sym_access_to_subprogram_definition_token3, + ACTIONS(2284), 1, + aux_sym_general_access_modifier_token1, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2276), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(731), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [33309] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(1793), 1, + aux_sym_relation_membership_token1, + ACTIONS(2054), 1, + aux_sym_attribute_designator_token1, + ACTIONS(2286), 1, + sym_identifier, + STATE(696), 1, + sym_null_exclusion, + STATE(1111), 1, + sym_access_definition, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2288), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(893), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [33348] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(1793), 1, + aux_sym_relation_membership_token1, + ACTIONS(2054), 1, + aux_sym_attribute_designator_token1, + ACTIONS(2290), 1, + sym_identifier, + STATE(689), 1, + sym_null_exclusion, + STATE(986), 1, + sym_access_definition, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2292), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(834), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [33387] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2294), 1, + sym_identifier, + ACTIONS(2300), 1, + anon_sym_LBRACK, + ACTIONS(2303), 1, + aux_sym_package_specification_token3, + STATE(1651), 1, + sym_value_sequence, + STATE(628), 2, + sym_component_clause, + aux_sym_record_representation_clause_repeat1, + ACTIONS(2297), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(974), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [33421] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(835), 1, + sym_identifier, + ACTIONS(1793), 1, + aux_sym_relation_membership_token1, + STATE(800), 1, + sym_null_exclusion, + STATE(1115), 1, + sym__subtype_indication, + STATE(1651), 1, + sym_value_sequence, + STATE(1114), 2, + sym__name, + sym_function_call, + ACTIONS(535), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(525), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [33459] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(835), 1, + sym_identifier, + ACTIONS(1793), 1, + aux_sym_relation_membership_token1, + STATE(800), 1, + sym_null_exclusion, + STATE(1473), 1, + sym__subtype_indication, + STATE(1651), 1, + sym_value_sequence, + STATE(1114), 2, + sym__name, + sym_function_call, + ACTIONS(535), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(525), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [33497] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(835), 1, + sym_identifier, + ACTIONS(1793), 1, + aux_sym_relation_membership_token1, + STATE(800), 1, + sym_null_exclusion, + STATE(1339), 1, + sym__subtype_indication, + STATE(1651), 1, + sym_value_sequence, + STATE(1114), 2, + sym__name, + sym_function_call, + ACTIONS(535), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(525), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [33535] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2238), 1, + sym_identifier, + ACTIONS(2305), 1, + aux_sym_package_specification_token3, + STATE(1651), 1, + sym_value_sequence, + STATE(628), 2, + sym_component_clause, + aux_sym_record_representation_clause_repeat1, + ACTIONS(2240), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(974), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [33569] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2262), 1, + aux_sym_component_choice_list_token1, + ACTIONS(2307), 1, + sym_identifier, + STATE(1291), 1, + sym_exception_choice, + STATE(1636), 1, + sym_exception_choice_list, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2260), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(959), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [33605] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(835), 1, + sym_identifier, + ACTIONS(1793), 1, + aux_sym_relation_membership_token1, + STATE(800), 1, + sym_null_exclusion, + STATE(1429), 1, + sym__subtype_indication, + STATE(1651), 1, + sym_value_sequence, + STATE(1114), 2, + sym__name, + sym_function_call, + ACTIONS(535), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(525), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [33643] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(835), 1, + sym_identifier, + ACTIONS(1793), 1, + aux_sym_relation_membership_token1, + STATE(800), 1, + sym_null_exclusion, + STATE(1121), 1, + sym__subtype_indication, + STATE(1651), 1, + sym_value_sequence, + STATE(1114), 2, + sym__name, + sym_function_call, + ACTIONS(535), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(525), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [33681] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(835), 1, + sym_identifier, + ACTIONS(1793), 1, + aux_sym_relation_membership_token1, + STATE(800), 1, + sym_null_exclusion, + STATE(1100), 1, + sym__subtype_indication, + STATE(1651), 1, + sym_value_sequence, + STATE(1114), 2, + sym__name, + sym_function_call, + ACTIONS(535), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(525), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [33719] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(835), 1, + sym_identifier, + ACTIONS(1793), 1, + aux_sym_relation_membership_token1, + STATE(800), 1, + sym_null_exclusion, + STATE(1081), 1, + sym__subtype_indication, + STATE(1651), 1, + sym_value_sequence, + STATE(1114), 2, + sym__name, + sym_function_call, + ACTIONS(535), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(525), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [33757] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, @@ -43366,382 +43639,23 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, STATE(528), 1, sym_selected_component, - STATE(1389), 1, + STATE(1388), 1, sym__named_record_component_association, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1877), 1, + STATE(1876), 1, sym_component_choice_list, - ACTIONS(2294), 2, + ACTIONS(2309), 2, sym_character_literal, sym_target_name, - STATE(1112), 6, + STATE(1114), 6, sym__name, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [33427] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(835), 1, - sym_identifier, - ACTIONS(1781), 1, - aux_sym_relation_membership_token1, - STATE(802), 1, - sym_null_exclusion, - STATE(1076), 1, - sym__subtype_indication, - STATE(1652), 1, - sym_value_sequence, - STATE(1112), 2, - sym__name, - sym_function_call, - ACTIONS(535), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(525), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [33465] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2296), 1, - sym_identifier, - ACTIONS(2300), 1, - aux_sym_use_clause_token1, - ACTIONS(2302), 1, - aux_sym_use_clause_token2, - STATE(1499), 1, - sym__name_list, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2298), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(914), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [33501] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(835), 1, - sym_identifier, - ACTIONS(1781), 1, - aux_sym_relation_membership_token1, - STATE(802), 1, - sym_null_exclusion, - STATE(1137), 1, - sym__subtype_indication, - STATE(1652), 1, - sym_value_sequence, - STATE(1112), 2, - sym__name, - sym_function_call, - ACTIONS(535), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(525), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [33539] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2304), 1, - sym_identifier, - ACTIONS(2310), 1, - anon_sym_LBRACK, - ACTIONS(2313), 1, - aux_sym_package_specification_token3, - STATE(1652), 1, - sym_value_sequence, - STATE(632), 2, - sym_component_clause, - aux_sym_record_representation_clause_repeat1, - ACTIONS(2307), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1011), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [33573] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2238), 1, - sym_identifier, - ACTIONS(2315), 1, - aux_sym_package_specification_token3, - STATE(1652), 1, - sym_value_sequence, - STATE(632), 2, - sym_component_clause, - aux_sym_record_representation_clause_repeat1, - ACTIONS(2240), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1011), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [33607] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(835), 1, - sym_identifier, - ACTIONS(1781), 1, - aux_sym_relation_membership_token1, - STATE(802), 1, - sym_null_exclusion, - STATE(1340), 1, - sym__subtype_indication, - STATE(1652), 1, - sym_value_sequence, - STATE(1112), 2, - sym__name, - sym_function_call, - ACTIONS(535), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(525), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [33645] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(835), 1, - sym_identifier, - ACTIONS(1781), 1, - aux_sym_relation_membership_token1, - STATE(802), 1, - sym_null_exclusion, - STATE(1472), 1, - sym__subtype_indication, - STATE(1652), 1, - sym_value_sequence, - STATE(1112), 2, - sym__name, - sym_function_call, - ACTIONS(535), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(525), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [33683] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(835), 1, - sym_identifier, - ACTIONS(1781), 1, - aux_sym_relation_membership_token1, - STATE(802), 1, - sym_null_exclusion, - STATE(1156), 1, - sym__subtype_indication, - STATE(1652), 1, - sym_value_sequence, - STATE(1112), 2, - sym__name, - sym_function_call, - ACTIONS(535), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(525), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [33721] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(835), 1, - sym_identifier, - ACTIONS(1781), 1, - aux_sym_relation_membership_token1, - STATE(802), 1, - sym_null_exclusion, - STATE(1149), 1, - sym__subtype_indication, - STATE(1652), 1, - sym_value_sequence, - STATE(1112), 2, - sym__name, - sym_function_call, - ACTIONS(535), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(525), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [33759] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(835), 1, - sym_identifier, - ACTIONS(1781), 1, - aux_sym_relation_membership_token1, - STATE(802), 1, - sym_null_exclusion, - STATE(1129), 1, - sym__subtype_indication, - STATE(1652), 1, - sym_value_sequence, - STATE(1112), 2, - sym__name, - sym_function_call, - ACTIONS(535), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(525), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [33797] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(835), 1, - sym_identifier, - ACTIONS(1781), 1, - aux_sym_relation_membership_token1, - STATE(802), 1, - sym_null_exclusion, - STATE(1093), 1, - sym__subtype_indication, - STATE(1652), 1, - sym_value_sequence, - STATE(1112), 2, - sym__name, - sym_function_call, - ACTIONS(535), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(525), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [33835] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(835), 1, - sym_identifier, - ACTIONS(1781), 1, - aux_sym_relation_membership_token1, - STATE(802), 1, - sym_null_exclusion, - STATE(1092), 1, - sym__subtype_indication, - STATE(1652), 1, - sym_value_sequence, - STATE(1112), 2, - sym__name, - sym_function_call, - ACTIONS(535), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(525), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [33873] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(835), 1, - sym_identifier, - ACTIONS(1781), 1, - aux_sym_relation_membership_token1, - STATE(802), 1, - sym_null_exclusion, - STATE(1062), 1, - sym__subtype_indication, - STATE(1652), 1, - sym_value_sequence, - STATE(1112), 2, - sym__name, - sym_function_call, - ACTIONS(535), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(525), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [33911] = 11, + [33797] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, @@ -43752,67 +43666,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, ACTIONS(1939), 1, aux_sym_access_to_subprogram_definition_token3, - ACTIONS(2317), 1, + ACTIONS(2311), 1, aux_sym_package_specification_token1, - ACTIONS(2319), 1, + ACTIONS(2313), 1, aux_sym_access_to_subprogram_definition_token1, - ACTIONS(2321), 1, + ACTIONS(2315), 1, aux_sym_interface_type_definition_token1, - STATE(1048), 1, + STATE(1035), 1, sym_overriding_indicator, - STATE(1265), 3, + STATE(1293), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, - STATE(482), 5, + STATE(478), 5, sym__proper_body, sym_subprogram_body, sym_package_body, sym_task_body, sym_protected_body, - [33951] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2292), 1, - aux_sym_component_choice_list_token1, - ACTIONS(2323), 1, - sym_identifier, - STATE(1254), 1, - sym_exception_choice, - STATE(1635), 1, - sym_exception_choice_list, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2290), 3, - 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, - [33987] = 10, + [33837] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, ACTIONS(835), 1, sym_identifier, - ACTIONS(1781), 1, + ACTIONS(1793), 1, aux_sym_relation_membership_token1, - STATE(802), 1, + STATE(800), 1, sym_null_exclusion, - STATE(1430), 1, + STATE(1145), 1, sym__subtype_indication, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1112), 2, + STATE(1114), 2, sym__name, sym_function_call, ACTIONS(535), 3, @@ -43825,26 +43712,53 @@ static const uint16_t ts_small_parse_table[] = { sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - [34025] = 9, + [33875] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(1781), 1, + ACTIONS(2317), 1, + sym_identifier, + ACTIONS(2321), 1, + aux_sym_use_clause_token1, + ACTIONS(2323), 1, + aux_sym_use_clause_token2, + STATE(1495), 1, + sym__name_list, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2319), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(926), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [33911] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(1793), 1, aux_sym_relation_membership_token1, - ACTIONS(2218), 1, + ACTIONS(2228), 1, sym_identifier, - STATE(489), 1, + STATE(492), 1, sym__subtype_indication_paren_constraint, - STATE(777), 1, + STATE(778), 1, sym_null_exclusion, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2220), 3, + ACTIONS(2230), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(265), 7, + STATE(266), 7, sym__name, sym_selected_component, sym_slice, @@ -43852,7 +43766,63 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [34061] = 8, + [33947] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(835), 1, + sym_identifier, + ACTIONS(1793), 1, + aux_sym_relation_membership_token1, + STATE(800), 1, + sym_null_exclusion, + STATE(1139), 1, + sym__subtype_indication, + STATE(1651), 1, + sym_value_sequence, + STATE(1114), 2, + sym__name, + sym_function_call, + ACTIONS(535), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(525), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [33985] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(835), 1, + sym_identifier, + ACTIONS(1793), 1, + aux_sym_relation_membership_token1, + STATE(800), 1, + sym_null_exclusion, + STATE(1066), 1, + sym__subtype_indication, + STATE(1651), 1, + sym_value_sequence, + STATE(1114), 2, + sym__name, + sym_function_call, + ACTIONS(535), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(525), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [34023] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, @@ -43861,33 +43831,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(2325), 1, aux_sym_package_specification_token3, - STATE(1652), 1, - sym_value_sequence, - STATE(633), 2, - sym_component_clause, - aux_sym_record_representation_clause_repeat1, - ACTIONS(2240), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1011), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [34095] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2238), 1, - sym_identifier, - ACTIONS(2325), 1, - aux_sym_package_specification_token3, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, STATE(632), 2, sym_component_clause, @@ -43896,7 +43840,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(1011), 7, + STATE(974), 7, sym__name, sym_selected_component, sym_slice, @@ -43904,6 +43848,60 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, + [34057] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2238), 1, + sym_identifier, + ACTIONS(2325), 1, + aux_sym_package_specification_token3, + STATE(1651), 1, + sym_value_sequence, + STATE(628), 2, + sym_component_clause, + aux_sym_record_representation_clause_repeat1, + ACTIONS(2240), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(974), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [34091] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(835), 1, + sym_identifier, + ACTIONS(1793), 1, + aux_sym_relation_membership_token1, + STATE(800), 1, + sym_null_exclusion, + STATE(1227), 1, + sym__subtype_indication, + STATE(1651), 1, + sym_value_sequence, + STATE(1114), 2, + sym__name, + sym_function_call, + ACTIONS(535), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(525), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, [34129] = 2, ACTIONS(3), 1, sym_comment, @@ -43923,76 +43921,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_EQ, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [34150] = 10, + [34150] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(1933), 1, - sym_identifier, - ACTIONS(2329), 1, - aux_sym_primary_null_token1, - ACTIONS(2331), 1, - aux_sym_case_expression_token1, - STATE(788), 1, - aux_sym_component_list_repeat1, - STATE(1361), 1, - sym_variant_part, - STATE(1367), 1, - sym_component_list, - STATE(1910), 1, - sym__defining_identifier_list, - STATE(934), 7, - sym__component_item, - sym_component_declaration, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_enumeration_representation_clause, - sym_record_representation_clause, - [34187] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2333), 1, - aux_sym_allocator_token1, - STATE(1545), 1, - sym_overriding_indicator, - STATE(1763), 1, - sym_task_definition, - STATE(653), 8, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym__task_item, - sym_record_representation_clause, - aux_sym_task_definition_repeat1, - [34222] = 7, + ACTIONS(2329), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token1, + aux_sym_expression_token3, + anon_sym_PIPE, + anon_sym_COLON_EQ, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [34171] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2335), 1, + ACTIONS(1793), 1, + aux_sym_relation_membership_token1, + ACTIONS(2234), 1, sym_identifier, - STATE(1652), 1, + STATE(751), 1, + sym_null_exclusion, + STATE(1651), 1, sym_value_sequence, - STATE(1495), 2, + ACTIONS(2236), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(825), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [34204] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2331), 1, + sym_identifier, + STATE(1651), 1, + sym_value_sequence, + STATE(1502), 2, sym_loop_parameter_specification, sym_iterator_specification, - ACTIONS(2337), 3, + ACTIONS(2333), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(1000), 7, + STATE(1013), 7, sym__name, sym_selected_component, sym_slice, @@ -44000,34 +43989,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [34253] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(1933), 1, - sym_identifier, - ACTIONS(2329), 1, - aux_sym_primary_null_token1, - ACTIONS(2331), 1, - aux_sym_case_expression_token1, - STATE(788), 1, - aux_sym_component_list_repeat1, - STATE(1361), 1, - sym_variant_part, - STATE(1908), 1, - sym_component_list, - STATE(1910), 1, - sym__defining_identifier_list, - STATE(934), 7, - sym__component_item, - sym_component_declaration, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_enumeration_representation_clause, - sym_record_representation_clause, - [34290] = 9, + [34235] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, @@ -44038,13 +44000,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_global_mode_token1, ACTIONS(203), 1, aux_sym_iterated_element_association_token1, - ACTIONS(2339), 1, - aux_sym_compilation_unit_token1, - ACTIONS(2341), 1, - aux_sym_package_specification_token3, - STATE(1545), 1, + ACTIONS(2335), 1, + aux_sym_allocator_token1, + STATE(1546), 1, sym_overriding_indicator, - STATE(660), 8, + STATE(1762), 1, + sym_task_definition, + STATE(663), 8, sym__aspect_clause, sym_at_clause, sym_attribute_definition_clause, @@ -44053,24 +44015,69 @@ static const uint16_t ts_small_parse_table[] = { sym__task_item, sym_record_representation_clause, aux_sym_task_definition_repeat1, - [34325] = 8, + [34270] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2337), 1, + aux_sym_allocator_token1, + STATE(1540), 1, + sym_task_definition, + STATE(1546), 1, + sym_overriding_indicator, + STATE(663), 8, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym__task_item, + sym_record_representation_clause, + aux_sym_task_definition_repeat1, + [34305] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2339), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token1, + aux_sym_expression_token3, + anon_sym_PIPE, + anon_sym_COLON_EQ, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [34326] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(1781), 1, - aux_sym_relation_membership_token1, - ACTIONS(2232), 1, + ACTIONS(2262), 1, + aux_sym_component_choice_list_token1, + ACTIONS(2307), 1, sym_identifier, - STATE(744), 1, - sym_null_exclusion, - STATE(1652), 1, + STATE(1445), 1, + sym_exception_choice, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2234), 3, + ACTIONS(2260), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(826), 7, + STATE(959), 7, sym__name, sym_selected_component, sym_slice, @@ -44078,7 +44085,33 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [34358] = 9, + [34359] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2341), 1, + aux_sym_allocator_token1, + STATE(1510), 1, + sym_task_definition, + STATE(1546), 1, + sym_overriding_indicator, + STATE(663), 8, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym__task_item, + sym_record_representation_clause, + aux_sym_task_definition_repeat1, + [34394] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, @@ -44091,11 +44124,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, ACTIONS(2343), 1, aux_sym_allocator_token1, - STATE(1545), 1, + STATE(1546), 1, sym_overriding_indicator, - STATE(1762), 1, + STATE(1726), 1, sym_task_definition, - STATE(653), 8, + STATE(663), 8, sym__aspect_clause, sym_at_clause, sym_attribute_definition_clause, @@ -44104,111 +44137,49 @@ static const uint16_t ts_small_parse_table[] = { sym__task_item, sym_record_representation_clause, aux_sym_task_definition_repeat1, - [34393] = 2, + [34429] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2345), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token1, - aux_sym_expression_token3, - anon_sym_PIPE, - anon_sym_COLON_EQ, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [34414] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2347), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token1, - aux_sym_expression_token3, - anon_sym_PIPE, - anon_sym_COLON_EQ, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [34435] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2292), 1, - aux_sym_component_choice_list_token1, - ACTIONS(2323), 1, - sym_identifier, - STATE(1446), 1, - sym_exception_choice, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2290), 3, - 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, - [34468] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2349), 1, - sym_identifier, - ACTIONS(2353), 1, - aux_sym_iterator_filter_token1, - ACTIONS(2355), 1, - anon_sym_SEMI, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2351), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(961), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [34501] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2357), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2362), 1, + ACTIONS(31), 1, aux_sym_relation_membership_token1, - ACTIONS(2365), 1, + ACTIONS(49), 1, aux_sym_entry_declaration_token1, - ACTIONS(2368), 1, + ACTIONS(53), 1, aux_sym_global_mode_token1, - STATE(1545), 1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2345), 1, + aux_sym_allocator_token1, + STATE(1546), 1, sym_overriding_indicator, - ACTIONS(2360), 2, + STATE(1764), 1, + sym_task_definition, + STATE(663), 8, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym__task_item, + sym_record_representation_clause, + aux_sym_task_definition_repeat1, + [34464] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2347), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2352), 1, + aux_sym_relation_membership_token1, + ACTIONS(2355), 1, + aux_sym_entry_declaration_token1, + ACTIONS(2358), 1, + aux_sym_global_mode_token1, + STATE(1546), 1, + sym_overriding_indicator, + ACTIONS(2350), 2, aux_sym_compilation_unit_token1, aux_sym_package_specification_token3, - STATE(660), 8, + STATE(659), 8, sym__aspect_clause, sym_at_clause, sym_attribute_definition_clause, @@ -44217,88 +44188,24 @@ static const uint16_t ts_small_parse_table[] = { sym__task_item, sym_record_representation_clause, aux_sym_task_definition_repeat1, - [34534] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2371), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token1, - aux_sym_expression_token3, - anon_sym_PIPE, - anon_sym_COLON_EQ, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [34555] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2373), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token1, - aux_sym_expression_token3, - anon_sym_PIPE, - anon_sym_COLON_EQ, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [34576] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2375), 1, - aux_sym_allocator_token1, - STATE(1508), 1, - sym_task_definition, - STATE(1545), 1, - sym_overriding_indicator, - STATE(653), 8, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym__task_item, - sym_record_representation_clause, - aux_sym_task_definition_repeat1, - [34611] = 8, + [34497] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(1781), 1, + ACTIONS(1793), 1, aux_sym_relation_membership_token1, - ACTIONS(2377), 1, + ACTIONS(2361), 1, sym_identifier, - STATE(762), 1, + STATE(757), 1, sym_null_exclusion, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2379), 3, + ACTIONS(2363), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(828), 7, + STATE(831), 7, sym__name, sym_selected_component, sym_slice, @@ -44306,95 +44213,187 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [34644] = 9, + [34530] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2381), 1, - aux_sym_allocator_token1, - STATE(1540), 1, - sym_task_definition, - STATE(1545), 1, - sym_overriding_indicator, - STATE(653), 8, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym__task_item, - sym_record_representation_clause, - aux_sym_task_definition_repeat1, - [34679] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2383), 1, - aux_sym_allocator_token1, - STATE(1545), 1, - sym_overriding_indicator, - STATE(1693), 1, - sym_task_definition, - STATE(653), 8, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym__task_item, - sym_record_representation_clause, - aux_sym_task_definition_repeat1, - [34714] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - STATE(1769), 1, - sym__interface_list, - ACTIONS(2385), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(833), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [34742] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2389), 1, + ACTIONS(2365), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, anon_sym_SEMI, - STATE(1652), 1, + aux_sym_with_clause_token2, + aux_sym_expression_token1, + aux_sym_expression_token3, + anon_sym_PIPE, + anon_sym_COLON_EQ, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [34551] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(1933), 1, + sym_identifier, + ACTIONS(2367), 1, + aux_sym_primary_null_token1, + ACTIONS(2369), 1, + aux_sym_case_expression_token1, + STATE(1359), 1, + sym_variant_part, + STATE(1907), 1, + sym_component_list, + STATE(1909), 1, + sym__defining_identifier_list, + STATE(667), 8, + sym__component_item, + sym_component_declaration, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_enumeration_representation_clause, + sym_record_representation_clause, + aux_sym_component_list_repeat1, + [34586] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2371), 1, + aux_sym_compilation_unit_token1, + ACTIONS(2373), 1, + aux_sym_package_specification_token3, + STATE(1546), 1, + sym_overriding_indicator, + STATE(659), 8, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym__task_item, + sym_record_representation_clause, + aux_sym_task_definition_repeat1, + [34621] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2375), 1, + sym_identifier, + ACTIONS(2379), 1, + aux_sym_iterator_filter_token1, + ACTIONS(2381), 1, + anon_sym_SEMI, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2377), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(949), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [34654] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2383), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token1, + aux_sym_expression_token3, + anon_sym_PIPE, + anon_sym_COLON_EQ, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [34675] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(1933), 1, + sym_identifier, + ACTIONS(2367), 1, + aux_sym_primary_null_token1, + ACTIONS(2369), 1, + aux_sym_case_expression_token1, + STATE(1359), 1, + sym_variant_part, + STATE(1365), 1, + sym_component_list, + STATE(1909), 1, + sym__defining_identifier_list, + STATE(667), 8, + sym__component_item, + sym_component_declaration, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_enumeration_representation_clause, + sym_record_representation_clause, + aux_sym_component_list_repeat1, + [34710] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(1933), 1, + sym_identifier, + ACTIONS(2369), 1, + aux_sym_case_expression_token1, + STATE(1467), 1, + sym_variant_part, + STATE(1909), 1, + sym__defining_identifier_list, + ACTIONS(2385), 2, + aux_sym_iterator_filter_token1, + aux_sym_package_specification_token3, + STATE(704), 8, + sym__component_item, + sym_component_declaration, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_enumeration_representation_clause, + sym_record_representation_clause, + aux_sym_component_list_repeat1, + [34743] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1437), 1, + sym__interface_list, + STATE(1651), 1, sym_value_sequence, ACTIONS(2387), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(983), 7, + STATE(841), 7, sym__name, sym_selected_component, sym_slice, @@ -44402,43 +44401,21 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [34770] = 6, + [34771] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1438), 1, - sym__interface_list, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2385), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(833), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [34798] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2393), 1, + ACTIONS(2391), 1, anon_sym_SEMI, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2391), 4, + ACTIONS(2389), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(999), 7, + STATE(1049), 7, sym__name, sym_selected_component, sym_slice, @@ -44446,43 +44423,21 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [34826] = 6, + [34799] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2397), 1, - anon_sym_SEMI, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2395), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1003), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [34854] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1644), 1, + STATE(1768), 1, sym__interface_list, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2385), 4, + ACTIONS(2387), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(833), 7, + STATE(841), 7, sym__name, sym_selected_component, sym_slice, @@ -44490,44 +44445,43 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [34882] = 7, + [34827] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2395), 1, + anon_sym_SEMI, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2393), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1000), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [34855] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, ACTIONS(2399), 1, - sym_identifier, - ACTIONS(2403), 1, - aux_sym_attribute_designator_token1, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2401), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(836), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [34912] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2407), 1, anon_sym_SEMI, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2405), 4, + ACTIONS(2397), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(1009), 7, + STATE(973), 7, sym__name, sym_selected_component, sym_slice, @@ -44535,110 +44489,21 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [34940] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - STATE(1849), 1, - sym__interface_list, - ACTIONS(2385), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(833), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [34968] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1648), 1, - sym__interface_list, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2385), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(833), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [34996] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1638), 1, - sym__interface_list, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2385), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(833), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35024] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1376), 1, - sym__interface_list, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2385), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(833), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35052] = 7, + [34883] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, ACTIONS(2403), 1, - aux_sym_attribute_designator_token1, - ACTIONS(2409), 1, - sym_identifier, - STATE(1652), 1, + anon_sym_SEMI, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2411), 3, + ACTIONS(2401), 4, + sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(1025), 7, + STATE(1004), 7, sym__name, sym_selected_component, sym_slice, @@ -44646,21 +44511,45 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [35082] = 6, + [34911] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + STATE(1546), 1, + sym_overriding_indicator, + STATE(1799), 1, + sym_task_definition, + STATE(663), 8, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym__task_item, + sym_record_representation_clause, + aux_sym_task_definition_repeat1, + [34943] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1447), 1, + STATE(1651), 1, + sym_value_sequence, + STATE(1664), 1, sym__interface_list, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2385), 4, + ACTIONS(2387), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(833), 7, + STATE(841), 7, sym__name, sym_selected_component, sym_slice, @@ -44668,109 +44557,21 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [35110] = 6, + [34971] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - STATE(1790), 1, - sym__name_list, - ACTIONS(2298), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(914), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35138] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2415), 1, - anon_sym_SEMI, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2413), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1026), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35166] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2419), 1, - anon_sym_SEMI, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2417), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1034), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35194] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2423), 1, - anon_sym_SEMI, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2421), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1053), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35222] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1595), 1, + STATE(1645), 1, sym__interface_list, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2385), 4, + ACTIONS(2387), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(833), 7, + STATE(841), 7, sym__name, sym_selected_component, sym_slice, @@ -44778,67 +44579,23 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [35250] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1454), 1, - sym__name_list, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2425), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(919), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35278] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1493), 1, - sym__name_list, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2298), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(914), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35306] = 8, + [34999] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(943), 1, anon_sym_DOT, - ACTIONS(981), 1, + ACTIONS(985), 1, anon_sym_LPAREN, - ACTIONS(1707), 1, + ACTIONS(1691), 1, sym_tick, - ACTIONS(2427), 1, + ACTIONS(2405), 1, aux_sym_range_attribute_designator_token1, - STATE(262), 1, + STATE(261), 1, sym_actual_parameter_part, - ACTIONS(977), 2, + ACTIONS(981), 2, anon_sym_DASH, anon_sym_STAR, - ACTIONS(979), 7, + ACTIONS(983), 7, anon_sym_PLUS, anon_sym_AMP, anon_sym_SLASH, @@ -44846,29 +44603,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_rem, anon_sym_DOT_DOT, anon_sym_STAR_STAR, - [35338] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - STATE(1807), 1, - sym__interface_list, - ACTIONS(2385), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(833), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35366] = 8, + [35031] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, @@ -44879,11 +44614,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_global_mode_token1, ACTIONS(203), 1, aux_sym_iterated_element_association_token1, - STATE(1545), 1, + STATE(1546), 1, sym_overriding_indicator, - STATE(1865), 1, + STATE(1864), 1, sym_task_definition, - STATE(653), 8, + STATE(663), 8, sym__aspect_clause, sym_at_clause, sym_attribute_definition_clause, @@ -44892,21 +44627,21 @@ static const uint16_t ts_small_parse_table[] = { sym__task_item, sym_record_representation_clause, aux_sym_task_definition_repeat1, - [35398] = 8, + [35063] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2403), 1, - aux_sym_attribute_designator_token1, - ACTIONS(2429), 1, + ACTIONS(2407), 1, sym_identifier, - STATE(1652), 1, + ACTIONS(2411), 1, + aux_sym_attribute_designator_token1, + STATE(1651), 1, sym_value_sequence, - STATE(1112), 2, + STATE(1114), 2, sym__name, sym_function_call, - ACTIONS(2431), 3, + ACTIONS(2409), 3, sym_string_literal, sym_character_literal, sym_target_name, @@ -44916,66 +44651,21 @@ static const uint16_t ts_small_parse_table[] = { sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - [35430] = 7, + [35095] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2433), 1, - sym_identifier, - ACTIONS(2437), 1, - aux_sym_loop_parameter_specification_token1, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2435), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(838), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35460] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1647), 1, - sym_reduction_specification, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2439), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1039), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35488] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - STATE(1871), 1, + STATE(1806), 1, sym__interface_list, - ACTIONS(2385), 4, + ACTIONS(2387), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(833), 7, + STATE(841), 7, sym__name, sym_selected_component, sym_slice, @@ -44983,45 +44673,21 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [35516] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - STATE(1545), 1, - sym_overriding_indicator, - STATE(1800), 1, - sym_task_definition, - STATE(653), 8, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym__task_item, - sym_record_representation_clause, - aux_sym_task_definition_repeat1, - [35548] = 6, + [35123] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1658), 1, + STATE(1848), 1, sym__interface_list, - ACTIONS(2385), 4, + ACTIONS(2387), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(833), 7, + STATE(841), 7, sym__name, sym_selected_component, sym_slice, @@ -45029,21 +44695,21 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [35576] = 6, + [35151] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, STATE(1398), 1, sym__interface_list, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2385), 4, + ACTIONS(2387), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(833), 7, + STATE(841), 7, sym__name, sym_selected_component, sym_slice, @@ -45051,21 +44717,21 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [35604] = 6, + [35179] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1266), 1, + STATE(1374), 1, sym__interface_list, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2385), 4, + ACTIONS(2387), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(833), 7, + STATE(841), 7, sym__name, sym_selected_component, sym_slice, @@ -45073,62 +44739,18 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [35632] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1399), 1, - sym__interface_list, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2385), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(833), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35660] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2443), 1, - anon_sym_SEMI, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2441), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1024), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35688] = 6, + [35207] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, sym_tick, - ACTIONS(981), 1, + ACTIONS(985), 1, anon_sym_LPAREN, - ACTIONS(2006), 1, + ACTIONS(1994), 1, anon_sym_DOT, - STATE(262), 1, + STATE(261), 1, sym_actual_parameter_part, - ACTIONS(2445), 10, + ACTIONS(2413), 10, anon_sym_RPAREN, aux_sym_chunk_specification_token1, aux_sym_iterator_specification_token1, @@ -45139,22 +44761,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_EQ, aux_sym_object_renaming_declaration_token1, aux_sym_accept_statement_token2, - [35716] = 7, + [35235] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2232), 1, + STATE(1651), 1, + sym_value_sequence, + STATE(1870), 1, + sym__interface_list, + ACTIONS(2387), 4, sym_identifier, - ACTIONS(2403), 1, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(841), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [35263] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2290), 1, + sym_identifier, + ACTIONS(2411), 1, aux_sym_attribute_designator_token1, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2234), 3, + ACTIONS(2292), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(826), 7, + STATE(834), 7, sym__name, sym_selected_component, sym_slice, @@ -45162,21 +44806,21 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [35746] = 6, + [35293] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2449), 1, + ACTIONS(2417), 1, anon_sym_SEMI, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2447), 4, + ACTIONS(2415), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(1021), 7, + STATE(952), 7, sym__name, sym_selected_component, sym_slice, @@ -45184,43 +44828,21 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [35774] = 6, + [35321] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - STATE(1767), 1, + STATE(1400), 1, sym__interface_list, - ACTIONS(2385), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(833), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35802] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1573), 1, - sym__name_list, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2298), 4, + ACTIONS(2387), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(914), 7, + STATE(841), 7, sym__name, sym_selected_component, sym_slice, @@ -45228,331 +44850,22 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [35830] = 6, + [35349] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1520), 1, - sym__interface_list, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2385), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(833), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35858] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1521), 1, - sym__interface_list, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2385), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(833), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35886] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - STATE(1860), 1, - sym__name_list, - ACTIONS(2298), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(914), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35914] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2453), 1, - anon_sym_SEMI, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2451), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1033), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35942] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2457), 1, - anon_sym_SEMI, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2455), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(960), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35970] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1460), 1, - sym_index_subtype_definition, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2459), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1016), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35998] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2463), 1, - anon_sym_SEMI, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2461), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1008), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36026] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - STATE(262), 1, - sym_actual_parameter_part, - ACTIONS(2465), 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, - [36054] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - STATE(1918), 1, - sym__name_list, - ACTIONS(2298), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(914), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36082] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1419), 1, - sym__interface_list, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2385), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(833), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36110] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - STATE(1850), 1, - sym__interface_list, - ACTIONS(2385), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(833), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36138] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2469), 1, - anon_sym_SEMI, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2467), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1029), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36166] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1165), 1, - sym__interface_list, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2385), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(833), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36194] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2471), 1, - sym_identifier, - ACTIONS(2475), 1, - aux_sym_package_body_token1, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2473), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(876), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36224] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2246), 1, - sym_identifier, - ACTIONS(2403), 1, + ACTIONS(2411), 1, aux_sym_attribute_designator_token1, - STATE(1652), 1, + ACTIONS(2419), 1, + sym_identifier, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2248), 3, + ACTIONS(2421), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(844), 7, + STATE(835), 7, sym__name, sym_selected_component, sym_slice, @@ -45560,43 +44873,21 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [36254] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - STATE(262), 1, - sym_actual_parameter_part, - ACTIONS(2477), 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, - [36282] = 6, + [35379] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2481), 1, - anon_sym_SEMI, - STATE(1652), 1, + STATE(1453), 1, + sym__name_list, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2479), 4, + ACTIONS(2423), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(971), 7, + STATE(906), 7, sym__name, sym_selected_component, sym_slice, @@ -45604,21 +44895,21 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [36310] = 6, + [35407] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1652), 1, + ACTIONS(2427), 1, + anon_sym_SEMI, + STATE(1651), 1, sym_value_sequence, - STATE(1704), 1, - sym__interface_list, - ACTIONS(2385), 4, + ACTIONS(2425), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(833), 7, + STATE(1041), 7, sym__name, sym_selected_component, sym_slice, @@ -45626,16 +44917,82 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [36338] = 6, + [35435] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2485), 1, + ACTIONS(2431), 1, anon_sym_SEMI, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2483), 4, + ACTIONS(2429), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1027), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [35463] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1648), 1, + sym_reduction_specification, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2433), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1038), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [35491] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2437), 1, + anon_sym_SEMI, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2435), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1017), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [35519] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2441), 1, + anon_sym_SEMI, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2439), 4, sym_identifier, sym_string_literal, sym_character_literal, @@ -45648,114 +45005,22 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [36366] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - STATE(1501), 1, - sym_task_definition, - STATE(1545), 1, - sym_overriding_indicator, - STATE(653), 8, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym__task_item, - sym_record_representation_clause, - aux_sym_task_definition_repeat1, - [36398] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2487), 1, - aux_sym_package_specification_token3, - STATE(1545), 1, - sym_overriding_indicator, - STATE(660), 8, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym__task_item, - sym_record_representation_clause, - aux_sym_task_definition_repeat1, - [36430] = 6, + [35547] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2491), 1, - anon_sym_SEMI, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2489), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(990), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36458] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - STATE(1690), 1, - sym__interface_list, - ACTIONS(2385), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(833), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36486] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2403), 1, + ACTIONS(2411), 1, aux_sym_attribute_designator_token1, - ACTIONS(2493), 1, + ACTIONS(2443), 1, sym_identifier, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2495), 3, + ACTIONS(2445), 3, sym_string_literal, sym_character_literal, sym_target_name, - STATE(701), 7, + STATE(860), 7, sym__name, sym_selected_component, sym_slice, @@ -45763,42 +45028,62 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [36516] = 8, + [35577] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - STATE(1545), 1, - sym_overriding_indicator, - STATE(1688), 1, - sym_task_definition, - STATE(653), 8, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym__task_item, - sym_record_representation_clause, - aux_sym_task_definition_repeat1, - [36548] = 6, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + STATE(1917), 1, + sym__name_list, + ACTIONS(2319), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(926), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [35605] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2449), 1, + anon_sym_SEMI, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2447), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1046), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [35633] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, sym_tick, - ACTIONS(981), 1, + ACTIONS(985), 1, anon_sym_LPAREN, - ACTIONS(2006), 1, + ACTIONS(1994), 1, anon_sym_DOT, - STATE(262), 1, + STATE(261), 1, sym_actual_parameter_part, - ACTIONS(2497), 10, + ACTIONS(2451), 10, anon_sym_RPAREN, aux_sym_chunk_specification_token1, aux_sym_iterator_specification_token1, @@ -45809,41 +45094,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_EQ, aux_sym_object_renaming_declaration_token1, aux_sym_accept_statement_token2, - [36576] = 7, + [35661] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2403), 1, - aux_sym_attribute_designator_token1, - ACTIONS(2499), 1, - sym_identifier, - STATE(1652), 1, + STATE(1265), 1, + sym__interface_list, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2501), 3, - 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, - [36606] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2503), 1, + ACTIONS(2387), 4, sym_identifier, - ACTIONS(2507), 1, - aux_sym_loop_parameter_specification_token1, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2505), 3, sym_string_literal, sym_character_literal, sym_target_name, @@ -45855,44 +45116,21 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [36636] = 7, + [35689] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2509), 1, - sym_identifier, - ACTIONS(2513), 1, - aux_sym_loop_parameter_specification_token1, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2511), 3, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(842), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36666] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2517), 1, + ACTIONS(2455), 1, anon_sym_SEMI, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2515), 4, + ACTIONS(2453), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(984), 7, + STATE(1015), 7, sym__name, sym_selected_component, sym_slice, @@ -45900,86 +45138,18 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [36694] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - STATE(1545), 1, - sym_overriding_indicator, - STATE(1687), 1, - sym_task_definition, - STATE(653), 8, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym__task_item, - sym_record_representation_clause, - aux_sym_task_definition_repeat1, - [36726] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1549), 1, - sym__name_list, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2298), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(914), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36754] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1505), 1, - sym__interface_list, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2385), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(833), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36782] = 6, + [35717] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, sym_tick, - ACTIONS(981), 1, + ACTIONS(985), 1, anon_sym_LPAREN, - ACTIONS(2006), 1, + ACTIONS(1994), 1, anon_sym_DOT, - STATE(262), 1, + STATE(261), 1, sym_actual_parameter_part, - ACTIONS(2519), 10, + ACTIONS(2457), 10, anon_sym_RPAREN, aux_sym_chunk_specification_token1, aux_sym_iterator_specification_token1, @@ -45990,16 +45160,418 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_EQ, aux_sym_object_renaming_declaration_token1, aux_sym_accept_statement_token2, - [36810] = 6, + [35745] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2523), 1, - anon_sym_SEMI, - STATE(1652), 1, + STATE(1418), 1, + sym__interface_list, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2521), 4, + ACTIONS(2387), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(841), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [35773] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2459), 1, + sym_identifier, + ACTIONS(2462), 1, + aux_sym_iterated_element_association_token1, + STATE(1909), 1, + sym__defining_identifier_list, + ACTIONS(2465), 3, + aux_sym_iterator_filter_token1, + aux_sym_package_specification_token3, + aux_sym_case_expression_token1, + STATE(704), 8, + sym__component_item, + sym_component_declaration, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_enumeration_representation_clause, + sym_record_representation_clause, + aux_sym_component_list_repeat1, + [35801] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + STATE(1703), 1, + sym__interface_list, + ACTIONS(2387), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(841), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [35829] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + STATE(1767), 1, + sym__interface_list, + ACTIONS(2387), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(841), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [35857] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1519), 1, + sym__interface_list, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2387), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(841), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [35885] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1520), 1, + sym__interface_list, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2387), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(841), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [35913] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + STATE(1689), 1, + sym__interface_list, + ACTIONS(2387), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(841), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [35941] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + STATE(1546), 1, + sym_overriding_indicator, + STATE(1687), 1, + sym_task_definition, + STATE(663), 8, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym__task_item, + sym_record_representation_clause, + aux_sym_task_definition_repeat1, + [35973] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + STATE(1546), 1, + sym_overriding_indicator, + STATE(1686), 1, + sym_task_definition, + STATE(663), 8, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym__task_item, + sym_record_representation_clause, + aux_sym_task_definition_repeat1, + [36005] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1522), 1, + sym__name_list, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2319), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(926), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36033] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + STATE(1793), 1, + sym__name_list, + ACTIONS(2319), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(926), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36061] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2411), 1, + aux_sym_attribute_designator_token1, + ACTIONS(2467), 1, + sym_identifier, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2469), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(976), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36091] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2471), 1, + sym_identifier, + ACTIONS(2475), 1, + aux_sym_package_body_token1, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2473), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(883), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36121] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + STATE(1859), 1, + sym__name_list, + ACTIONS(2319), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(926), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36149] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + STATE(1657), 1, + sym__interface_list, + ACTIONS(2387), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(841), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36177] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1600), 1, + sym__interface_list, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2387), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(841), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36205] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2479), 1, + anon_sym_SEMI, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2477), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1021), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36233] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1153), 1, + sym__interface_list, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2387), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(841), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36261] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2483), 1, + anon_sym_SEMI, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2481), 4, sym_identifier, sym_string_literal, sym_character_literal, @@ -46012,18 +45584,1030 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [36838] = 5, + [36289] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1652), 1, + ACTIONS(2485), 1, + sym_identifier, + ACTIONS(2489), 1, + aux_sym_loop_parameter_specification_token1, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2487), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(840), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36319] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2234), 1, + sym_identifier, + ACTIONS(2411), 1, + aux_sym_attribute_designator_token1, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2236), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(825), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36349] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1643), 1, + sym__interface_list, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2387), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(841), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36377] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1575), 1, + sym__name_list, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2319), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(926), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36405] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1446), 1, + sym__interface_list, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2387), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(841), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36433] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2493), 1, + anon_sym_SEMI, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2491), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1048), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36461] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2497), 1, + anon_sym_SEMI, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2495), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1037), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36489] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + STATE(1506), 1, + sym_task_definition, + STATE(1546), 1, + sym_overriding_indicator, + STATE(663), 8, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym__task_item, + sym_record_representation_clause, + aux_sym_task_definition_repeat1, + [36521] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2499), 1, + aux_sym_package_specification_token3, + STATE(1546), 1, + sym_overriding_indicator, + STATE(659), 8, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym__task_item, + sym_record_representation_clause, + aux_sym_task_definition_repeat1, + [36553] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + STATE(261), 1, + sym_actual_parameter_part, + ACTIONS(2501), 10, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_object_renaming_declaration_token1, + aux_sym_accept_statement_token2, + [36581] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2411), 1, + aux_sym_attribute_designator_token1, + ACTIONS(2503), 1, + sym_identifier, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2505), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(702), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36611] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2507), 1, + sym_identifier, + ACTIONS(2511), 1, + aux_sym_loop_parameter_specification_token1, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2509), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(836), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36641] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2513), 1, + sym_identifier, + ACTIONS(2517), 1, + aux_sym_loop_parameter_specification_token1, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2515), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(846), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36671] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2521), 1, + anon_sym_SEMI, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2519), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1002), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36699] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1508), 1, + sym__interface_list, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2387), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(841), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36727] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + STATE(261), 1, + sym_actual_parameter_part, + ACTIONS(2523), 10, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_object_renaming_declaration_token1, + aux_sym_accept_statement_token2, + [36755] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + STATE(1861), 1, + sym__interface_list, + ACTIONS(2387), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(841), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36783] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1460), 1, + sym_index_subtype_definition, + STATE(1651), 1, sym_value_sequence, ACTIONS(2525), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, + STATE(979), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36811] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2529), 1, + anon_sym_SEMI, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2527), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(997), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36839] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2533), 1, + anon_sym_SEMI, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2531), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(998), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36867] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1500), 1, + sym__name_list, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2319), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(926), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36895] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2535), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(916), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36920] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2537), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(925), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36945] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2539), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(915), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36970] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2541), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(965), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36995] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2543), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(895), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37020] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2545), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(896), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37045] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2547), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(842), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37070] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2549), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1012), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37095] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2363), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(831), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37120] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2551), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(684), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37145] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2553), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(900), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37170] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2555), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(863), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37195] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2557), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1043), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37220] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2559), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(968), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37245] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2561), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(822), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37270] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2563), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(868), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37295] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2565), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(924), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37320] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2567), 1, + sym_identifier, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2333), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1013), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37347] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2569), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(544), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37372] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2571), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1008), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37397] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2573), 1, + sym_identifier, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2539), 3, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(915), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37424] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(229), 1, + anon_sym_LPAREN, + ACTIONS(2183), 1, + anon_sym_LBRACK, + STATE(1169), 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, + [37447] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2575), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(912), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37472] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2577), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(969), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37497] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2579), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(839), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37522] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2581), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(909), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37547] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2583), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(921), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37572] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2585), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, STATE(907), 7, sym__name, sym_selected_component, @@ -46032,19 +46616,19 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [36863] = 5, + [37597] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2527), 4, + ACTIONS(2587), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(884), 7, + STATE(885), 7, sym__name, sym_selected_component, sym_slice, @@ -46052,10 +46636,259 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [36888] = 4, + [37622] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2529), 1, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(203), 1, + aux_sym_iterated_element_association_token1, + STATE(1546), 1, + sym_overriding_indicator, + STATE(730), 8, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym__task_item, + sym_record_representation_clause, + aux_sym_task_definition_repeat1, + [37651] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(69), 1, + aux_sym_accept_statement_token1, + ACTIONS(75), 1, + aux_sym_delay_until_statement_token1, + ACTIONS(1917), 1, + aux_sym_iterator_filter_token1, + ACTIONS(1919), 1, + aux_sym_terminate_alternative_token1, + STATE(29), 1, + sym_accept_statement, + STATE(821), 1, + sym_guard, + STATE(1186), 1, + sym_select_alternative, + STATE(31), 3, + sym__delay_statement, + sym_delay_until_statement, + sym_delay_relative_statement, + STATE(1229), 3, + sym_delay_alternative, + sym_accept_alternative, + sym_terminate_alternative, + [37686] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2589), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(923), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37711] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2591), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(833), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37736] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2593), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(908), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37761] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(991), 1, + sym_selected_component, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2309), 2, + sym_character_literal, + sym_target_name, + ACTIONS(2595), 2, + sym_identifier, + sym_string_literal, + STATE(1114), 6, + sym__name, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37790] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2597), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(267), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37815] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2599), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(911), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37840] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2601), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(946), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37865] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2473), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(883), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37890] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2276), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(731), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37915] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2603), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(902), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37940] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2605), 1, aux_sym_chunk_specification_token1, ACTIONS(919), 2, anon_sym_DASH, @@ -46071,19 +46904,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_STAR_STAR, - [36911] = 5, + [37963] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2379), 4, + ACTIONS(2607), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(828), 7, + STATE(919), 7, sym__name, sym_selected_component, sym_slice, @@ -46091,20 +46924,19 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [36936] = 6, + [37988] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2531), 1, - sym_identifier, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2337), 3, + ACTIONS(2609), 4, + sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(1000), 7, + STATE(989), 7, sym__name, sym_selected_component, sym_slice, @@ -46112,19 +46944,19 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [36963] = 5, + [38013] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2533), 4, + ACTIONS(2611), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(896), 7, + STATE(914), 7, sym__name, sym_selected_component, sym_slice, @@ -46132,56 +46964,14 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [36988] = 7, + [38038] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(998), 1, - sym_selected_component, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2294), 2, - sym_character_literal, - sym_target_name, - ACTIONS(2535), 2, - sym_identifier, - sym_string_literal, - STATE(1112), 6, - sym__name, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37017] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2537), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(552), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37042] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2539), 4, + ACTIONS(2613), 4, sym_identifier, sym_string_literal, sym_character_literal, @@ -46194,73 +46984,33 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [37067] = 4, + [38063] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(229), 1, - anon_sym_LPAREN, - ACTIONS(2183), 1, - anon_sym_LBRACK, - STATE(1219), 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, - [37090] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2541), 4, + ACTIONS(2615), 1, sym_identifier, + ACTIONS(2619), 1, + aux_sym_non_empty_mode_token1, + ACTIONS(2617), 11, 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, - [37115] = 5, + 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, + [38086] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2543), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(721), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37140] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2545), 4, + ACTIONS(2621), 4, sym_identifier, sym_string_literal, sym_character_literal, @@ -46273,19 +47023,19 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [37165] = 5, + [38111] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2547), 4, + ACTIONS(2623), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(864), 7, + STATE(892), 7, sym__name, sym_selected_component, sym_slice, @@ -46293,19 +47043,19 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [37190] = 5, + [38136] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2549), 4, + ACTIONS(2625), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(863), 7, + STATE(1051), 7, sym__name, sym_selected_component, sym_slice, @@ -46313,19 +47063,19 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [37215] = 5, + [38161] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2551), 4, + ACTIONS(2627), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(911), 7, + STATE(897), 7, sym__name, sym_selected_component, sym_slice, @@ -46333,44 +47083,19 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [37240] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(69), 1, - aux_sym_accept_statement_token1, - ACTIONS(75), 1, - aux_sym_delay_until_statement_token1, - ACTIONS(1927), 1, - aux_sym_iterator_filter_token1, - ACTIONS(1929), 1, - aux_sym_terminate_alternative_token1, - STATE(29), 1, - sym_accept_statement, - STATE(820), 1, - sym_guard, - STATE(1337), 1, - sym_select_alternative, - STATE(31), 3, - sym__delay_statement, - sym_delay_until_statement, - sym_delay_relative_statement, - STATE(1157), 3, - sym_delay_alternative, - sym_accept_alternative, - sym_terminate_alternative, - [37275] = 5, + [38186] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2553), 4, + ACTIONS(2629), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(874), 7, + STATE(844), 7, sym__name, sym_selected_component, sym_slice, @@ -46378,94 +47103,33 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [37300] = 5, + [38211] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(229), 1, + anon_sym_LPAREN, + ACTIONS(2183), 1, + anon_sym_LBRACK, + STATE(1277), 11, + sym__parenthesized_expression, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [38234] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2555), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(915), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37325] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2557), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(832), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37350] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2559), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(834), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37375] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2561), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(824), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37400] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2563), 4, + ACTIONS(2631), 4, sym_identifier, sym_string_literal, sym_character_literal, @@ -46478,38 +47142,19 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [37425] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(229), 1, - anon_sym_LPAREN, - ACTIONS(2183), 1, - anon_sym_LBRACK, - STATE(1255), 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, - [37448] = 5, + [38259] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2565), 4, + ACTIONS(2633), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(1018), 7, + STATE(1040), 7, sym__name, sym_selected_component, sym_slice, @@ -46517,19 +47162,19 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [37473] = 5, + [38284] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2567), 4, + ACTIONS(2635), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(1002), 7, + STATE(1036), 7, sym__name, sym_selected_component, sym_slice, @@ -46537,696 +47182,13 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [37498] = 5, + [38309] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2569), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(845), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37523] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2571), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(839), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37548] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2573), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(846), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37573] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2575), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(974), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37598] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2577), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(918), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37623] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2579), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1045), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37648] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2581), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(995), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37673] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2583), 4, - sym_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, - [37698] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2585), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(978), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37723] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2587), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(895), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37748] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2589), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(267), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37773] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2591), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(916), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37798] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2593), 1, - sym_identifier, - ACTIONS(2597), 1, - aux_sym_non_empty_mode_token1, - ACTIONS(2595), 11, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LBRACK, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_relation_membership_token1, - [37821] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2599), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(835), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37846] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2601), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(902), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37871] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2603), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(959), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37896] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2605), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(903), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37921] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2607), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(862), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37946] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2609), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(873), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37971] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2611), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(905), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37996] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2613), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1001), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38021] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(1933), 1, - sym_identifier, - STATE(1910), 1, - sym__defining_identifier_list, - ACTIONS(2615), 2, - aux_sym_iterator_filter_token1, - aux_sym_package_specification_token3, - STATE(799), 8, - sym__component_item, - sym_component_declaration, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_enumeration_representation_clause, - sym_record_representation_clause, - aux_sym_component_list_repeat1, - [38048] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2617), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(899), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38073] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2619), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(913), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38098] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2621), 4, - sym_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, - [38123] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2252), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(731), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38148] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2623), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(926), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38173] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(203), 1, - aux_sym_iterated_element_association_token1, - STATE(1545), 1, - sym_overriding_indicator, - STATE(726), 8, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym__task_item, - sym_record_representation_clause, - aux_sym_task_definition_repeat1, - [38202] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2473), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(876), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38227] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2625), 4, - sym_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, - [38252] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2627), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(923), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38277] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2629), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(917), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38302] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2631), 1, - sym_identifier, - ACTIONS(2634), 1, - aux_sym_iterated_element_association_token1, - STATE(1910), 1, - sym__defining_identifier_list, ACTIONS(2637), 2, - aux_sym_iterator_filter_token1, - aux_sym_package_specification_token3, - STATE(799), 8, - sym__component_item, - sym_component_declaration, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_enumeration_representation_clause, - sym_record_representation_clause, - aux_sym_component_list_repeat1, - [38329] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1652), 1, - sym_value_sequence, - ACTIONS(2639), 4, - sym_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(991), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38354] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2641), 2, sym_identifier, anon_sym_DASH, - ACTIONS(2643), 11, + ACTIONS(2639), 11, sym_string_literal, sym_character_literal, sym_numeric_literal, @@ -47238,17 +47200,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_factor_abs_token1, aux_sym_primary_null_token1, aux_sym_allocator_token1, - [38375] = 6, + [38330] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - STATE(1112), 2, + STATE(1114), 2, sym__name, sym_function_call, - ACTIONS(2431), 4, + ACTIONS(2409), 4, sym_identifier, sym_string_literal, sym_character_literal, @@ -47259,19 +47221,59 @@ static const uint16_t ts_small_parse_table[] = { sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - [38402] = 5, + [38357] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1652), 1, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2641), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(832), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38382] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, + sym_value_sequence, + ACTIONS(2643), 4, + sym_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(838), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38407] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1651), 1, sym_value_sequence, ACTIONS(2645), 4, sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(906), 7, + STATE(856), 7, sym__name, sym_selected_component, sym_slice, @@ -47279,20 +47281,19 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [38427] = 6, + [38432] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2647), 1, - sym_identifier, - STATE(1652), 1, + STATE(1651), 1, sym_value_sequence, - ACTIONS(2617), 3, + ACTIONS(2647), 4, + sym_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(899), 7, + STATE(859), 7, sym__name, sym_selected_component, sym_slice, @@ -47300,12 +47301,48 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [38454] = 3, + [38457] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2649), 1, + anon_sym_LPAREN, + STATE(828), 1, + sym_formal_part, + ACTIONS(2651), 10, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_object_renaming_declaration_token1, + aux_sym_accept_statement_token2, + [38479] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2649), 1, + anon_sym_LPAREN, + STATE(829), 1, + sym_formal_part, + ACTIONS(2653), 10, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_object_renaming_declaration_token1, + aux_sym_accept_statement_token2, + [38501] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2615), 1, sym_identifier, - ACTIONS(2651), 11, + ACTIONS(2617), 11, sym_string_literal, sym_character_literal, sym_target_name, @@ -47317,12 +47354,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, aux_sym_package_specification_token2, aux_sym_relation_membership_token1, - [38474] = 4, + [38521] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2653), 1, + ACTIONS(2649), 1, anon_sym_LPAREN, - STATE(829), 1, + STATE(824), 1, sym_formal_part, ACTIONS(2655), 10, anon_sym_RPAREN, @@ -47335,7 +47372,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_EQ, aux_sym_object_renaming_declaration_token1, aux_sym_accept_statement_token2, - [38496] = 2, + [38543] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2657), 12, @@ -47351,30 +47388,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_object_renaming_declaration_token1, aux_sym_result_profile_token1, aux_sym_accept_statement_token2, - [38514] = 4, + [38561] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2653), 1, - anon_sym_LPAREN, - STATE(822), 1, - sym_formal_part, - ACTIONS(2659), 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, - [38536] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2593), 1, + ACTIONS(2659), 1, sym_identifier, - ACTIONS(2595), 11, + ACTIONS(2661), 11, sym_string_literal, sym_character_literal, sym_target_name, @@ -47386,51 +47405,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, aux_sym_package_specification_token2, aux_sym_relation_membership_token1, - [38556] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2653), 1, - anon_sym_LPAREN, - STATE(827), 1, - sym_formal_part, - ACTIONS(2661), 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, - [38578] = 8, + [38581] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2663), 1, sym_identifier, - ACTIONS(2665), 1, - aux_sym_subprogram_body_token1, - ACTIONS(2667), 1, - aux_sym_access_to_subprogram_definition_token1, - ACTIONS(2669), 1, - aux_sym_interface_type_definition_token1, - STATE(1509), 1, - sym__defining_identifier_list, - STATE(426), 2, - sym_single_protected_declaration, - sym_single_task_declaration, - STATE(816), 4, - sym__declare_item, - sym_object_declaration, - sym_object_renaming_declaration, - aux_sym_declare_expression_repeat1, - [38607] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2671), 1, - sym_identifier, - ACTIONS(2673), 10, + ACTIONS(2665), 10, aux_sym_iterated_element_association_token1, aux_sym_iterator_filter_token1, aux_sym_package_specification_token3, @@ -47441,12 +47421,107 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_entry_declaration_token1, aux_sym_global_mode_token1, aux_sym_pragma_g_token1, - [38626] = 3, + [38600] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2667), 1, + sym_identifier, + ACTIONS(2669), 1, + aux_sym_subprogram_body_token1, + ACTIONS(2671), 1, + aux_sym_access_to_subprogram_definition_token1, + ACTIONS(2673), 1, + aux_sym_interface_type_definition_token1, + STATE(1491), 1, + sym__defining_identifier_list, + STATE(426), 2, + sym_single_protected_declaration, + sym_single_task_declaration, + STATE(815), 4, + sym__declare_item, + sym_object_declaration, + sym_object_renaming_declaration, + aux_sym_declare_expression_repeat1, + [38629] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2675), 1, sym_identifier, ACTIONS(2677), 10, + sym_string_literal, + sym_character_literal, + sym_numeric_literal, + sym_target_name, + anon_sym_LPAREN, + anon_sym_LBRACK, + aux_sym_relation_membership_token1, + aux_sym_factor_abs_token1, + aux_sym_primary_null_token1, + aux_sym_allocator_token1, + [38648] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2667), 1, + sym_identifier, + ACTIONS(2671), 1, + aux_sym_access_to_subprogram_definition_token1, + ACTIONS(2673), 1, + aux_sym_interface_type_definition_token1, + ACTIONS(2679), 1, + aux_sym_subprogram_body_token1, + STATE(1491), 1, + sym__defining_identifier_list, + STATE(426), 2, + sym_single_protected_declaration, + sym_single_task_declaration, + STATE(812), 4, + sym__declare_item, + sym_object_declaration, + sym_object_renaming_declaration, + aux_sym_declare_expression_repeat1, + [38677] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2681), 1, + sym_identifier, + ACTIONS(2684), 1, + aux_sym_subprogram_body_token1, + ACTIONS(2686), 1, + aux_sym_access_to_subprogram_definition_token1, + ACTIONS(2689), 1, + aux_sym_interface_type_definition_token1, + STATE(1491), 1, + sym__defining_identifier_list, + STATE(426), 2, + sym_single_protected_declaration, + sym_single_task_declaration, + STATE(815), 4, + sym__declare_item, + sym_object_declaration, + sym_object_renaming_declaration, + aux_sym_declare_expression_repeat1, + [38706] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2692), 1, + sym_identifier, + ACTIONS(2694), 10, + sym_string_literal, + sym_character_literal, + sym_numeric_literal, + sym_target_name, + anon_sym_LPAREN, + anon_sym_LBRACK, + aux_sym_relation_membership_token1, + aux_sym_factor_abs_token1, + aux_sym_primary_null_token1, + aux_sym_allocator_token1, + [38725] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2696), 1, + sym_identifier, + ACTIONS(2698), 10, aux_sym_iterated_element_association_token1, aux_sym_iterator_filter_token1, aux_sym_package_specification_token3, @@ -47457,81 +47532,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_entry_declaration_token1, aux_sym_global_mode_token1, aux_sym_pragma_g_token1, - [38645] = 8, + [38744] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2663), 1, - sym_identifier, - ACTIONS(2667), 1, - aux_sym_access_to_subprogram_definition_token1, - ACTIONS(2669), 1, - aux_sym_interface_type_definition_token1, - ACTIONS(2679), 1, - aux_sym_subprogram_body_token1, - STATE(1509), 1, - sym__defining_identifier_list, - STATE(426), 2, - sym_single_protected_declaration, - sym_single_task_declaration, - STATE(811), 4, - sym__declare_item, - sym_object_declaration, - sym_object_renaming_declaration, - aux_sym_declare_expression_repeat1, - [38674] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2681), 1, - sym_identifier, - ACTIONS(2683), 10, - sym_string_literal, - sym_character_literal, - sym_numeric_literal, - sym_target_name, - anon_sym_LPAREN, - anon_sym_LBRACK, - aux_sym_relation_membership_token1, - aux_sym_factor_abs_token1, - aux_sym_primary_null_token1, - aux_sym_allocator_token1, - [38693] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2685), 1, - sym_identifier, - ACTIONS(2688), 1, - aux_sym_subprogram_body_token1, - ACTIONS(2690), 1, - aux_sym_access_to_subprogram_definition_token1, - ACTIONS(2693), 1, - aux_sym_interface_type_definition_token1, - STATE(1509), 1, - sym__defining_identifier_list, - STATE(426), 2, - sym_single_protected_declaration, - sym_single_task_declaration, - STATE(816), 4, - sym__declare_item, - sym_object_declaration, - sym_object_renaming_declaration, - aux_sym_declare_expression_repeat1, - [38722] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2696), 1, - sym_identifier, - ACTIONS(2698), 10, - sym_string_literal, - sym_character_literal, - sym_numeric_literal, - sym_target_name, - anon_sym_LPAREN, - anon_sym_LBRACK, - aux_sym_relation_membership_token1, - aux_sym_factor_abs_token1, - aux_sym_primary_null_token1, - aux_sym_allocator_token1, - [38741] = 3, + ACTIONS(69), 1, + aux_sym_accept_statement_token1, + ACTIONS(75), 1, + aux_sym_delay_until_statement_token1, + ACTIONS(1919), 1, + aux_sym_terminate_alternative_token1, + STATE(29), 1, + sym_accept_statement, + STATE(1092), 1, + sym_select_alternative, + STATE(31), 3, + sym__delay_statement, + sym_delay_until_statement, + sym_delay_relative_statement, + STATE(1229), 3, + sym_delay_alternative, + sym_accept_alternative, + sym_terminate_alternative, + [38773] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2700), 1, @@ -47547,7 +47569,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_factor_abs_token1, aux_sym_primary_null_token1, aux_sym_allocator_token1, - [38760] = 3, + [38792] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2704), 1, @@ -47563,102 +47585,68 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_entry_declaration_token1, aux_sym_global_mode_token1, aux_sym_pragma_g_token1, - [38779] = 8, + [38811] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(69), 1, aux_sym_accept_statement_token1, ACTIONS(75), 1, aux_sym_delay_until_statement_token1, - ACTIONS(1929), 1, + ACTIONS(1919), 1, aux_sym_terminate_alternative_token1, STATE(29), 1, sym_accept_statement, - STATE(1243), 1, + STATE(1204), 1, sym_select_alternative, STATE(31), 3, sym__delay_statement, sym_delay_until_statement, sym_delay_relative_statement, - STATE(1157), 3, + STATE(1229), 3, sym_delay_alternative, sym_accept_alternative, sym_terminate_alternative, - [38808] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(69), 1, - aux_sym_accept_statement_token1, - ACTIONS(75), 1, - aux_sym_delay_until_statement_token1, - ACTIONS(1929), 1, - aux_sym_terminate_alternative_token1, - STATE(29), 1, - sym_accept_statement, - STATE(1101), 1, - sym_select_alternative, - STATE(31), 3, - sym__delay_statement, - sym_delay_until_statement, - sym_delay_relative_statement, - STATE(1157), 3, - sym_delay_alternative, - sym_accept_alternative, - sym_terminate_alternative, - [38837] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2655), 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, - [38853] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2708), 10, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_object_renaming_declaration_token1, - aux_sym_accept_statement_token2, - [38869] = 10, + [38840] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, sym_tick, - ACTIONS(981), 1, + ACTIONS(985), 1, anon_sym_LPAREN, - ACTIONS(2006), 1, + ACTIONS(1994), 1, anon_sym_DOT, - ACTIONS(2102), 1, + ACTIONS(2104), 1, anon_sym_COLON_EQ, - ACTIONS(2214), 1, + ACTIONS(2199), 1, aux_sym_with_clause_token2, - STATE(262), 1, + STATE(261), 1, sym_actual_parameter_part, - STATE(1094), 1, + STATE(1072), 1, sym__assign_value, - STATE(1371), 1, + STATE(1369), 1, sym_aspect_specification, - ACTIONS(2710), 2, + ACTIONS(2708), 2, anon_sym_RPAREN, anon_sym_SEMI, - [38901] = 2, + [38872] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2712), 10, + ACTIONS(2710), 1, + sym_identifier, + ACTIONS(2712), 9, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LBRACK, + aux_sym_iterator_filter_token1, + anon_sym_SEMI, + aux_sym_package_specification_token2, + [38890] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2653), 10, anon_sym_RPAREN, aux_sym_chunk_specification_token1, aux_sym_iterator_specification_token1, @@ -47669,65 +47657,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_EQ, aux_sym_object_renaming_declaration_token1, aux_sym_accept_statement_token2, - [38917] = 10, + [38906] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, sym_tick, - ACTIONS(981), 1, + ACTIONS(985), 1, anon_sym_LPAREN, - ACTIONS(2006), 1, + ACTIONS(1994), 1, anon_sym_DOT, - ACTIONS(2102), 1, + ACTIONS(2104), 1, anon_sym_COLON_EQ, - ACTIONS(2214), 1, + ACTIONS(2199), 1, aux_sym_with_clause_token2, - STATE(262), 1, + STATE(261), 1, sym_actual_parameter_part, - STATE(1057), 1, + STATE(1068), 1, sym__assign_value, STATE(1434), 1, sym_aspect_specification, ACTIONS(2714), 2, anon_sym_RPAREN, anon_sym_SEMI, - [38949] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2659), 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, - [38965] = 10, + [38938] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, sym_tick, - ACTIONS(981), 1, + ACTIONS(985), 1, anon_sym_LPAREN, - ACTIONS(2006), 1, + ACTIONS(1994), 1, anon_sym_DOT, - ACTIONS(2102), 1, + ACTIONS(2104), 1, anon_sym_COLON_EQ, - ACTIONS(2214), 1, + ACTIONS(2199), 1, aux_sym_with_clause_token2, - STATE(262), 1, + STATE(261), 1, sym_actual_parameter_part, STATE(1135), 1, sym__assign_value, - STATE(1394), 1, + STATE(1472), 1, sym_aspect_specification, ACTIONS(2716), 2, anon_sym_RPAREN, anon_sym_SEMI, - [38997] = 2, + [38970] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2718), 10, @@ -47741,336 +47715,363 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_EQ, aux_sym_object_renaming_declaration_token1, aux_sym_accept_statement_token2, - [39013] = 10, + [38986] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(2102), 1, - anon_sym_COLON_EQ, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1108), 1, - sym__assign_value, - STATE(1473), 1, - sym_aspect_specification, - ACTIONS(2720), 2, + ACTIONS(2720), 10, anon_sym_RPAREN, - anon_sym_SEMI, - [39045] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2722), 1, - sym_identifier, - ACTIONS(2724), 9, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LBRACK, - aux_sym_iterator_filter_token1, + aux_sym_chunk_specification_token1, + aux_sym_iterator_specification_token1, anon_sym_SEMI, aux_sym_package_specification_token2, - [39063] = 8, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_object_renaming_declaration_token1, + aux_sym_accept_statement_token2, + [39002] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2651), 10, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_object_renaming_declaration_token1, + aux_sym_accept_statement_token2, + [39018] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2722), 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, + [39034] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, sym_tick, - ACTIONS(2006), 1, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(2104), 1, + anon_sym_COLON_EQ, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + STATE(261), 1, + sym_actual_parameter_part, + STATE(1137), 1, + sym__assign_value, + STATE(1394), 1, + sym_aspect_specification, + ACTIONS(2724), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [39066] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(1994), 1, anon_sym_DOT, ACTIONS(2726), 1, anon_sym_LPAREN, ACTIONS(2730), 1, aux_sym_package_specification_token2, - STATE(262), 1, + STATE(261), 1, sym_actual_parameter_part, - STATE(1144), 1, + STATE(1118), 1, sym_formal_part, ACTIONS(2728), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_object_renaming_declaration_token1, - [39090] = 8, + [39093] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, + ACTIONS(1994), 1, anon_sym_DOT, + ACTIONS(2726), 1, + anon_sym_LPAREN, + ACTIONS(2733), 1, + aux_sym_package_specification_token2, ACTIONS(2735), 1, - aux_sym_expression_token1, - STATE(262), 1, + aux_sym_result_profile_token1, + STATE(261), 1, sym_actual_parameter_part, - STATE(977), 1, + STATE(1397), 1, + sym_formal_part, + STATE(1128), 2, + sym__parameter_and_result_profile, + sym_result_profile, + [39122] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(2104), 1, + anon_sym_COLON_EQ, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(2737), 1, + anon_sym_SEMI, + STATE(261), 1, + sym_actual_parameter_part, + STATE(1296), 1, + sym__assign_value, + STATE(1790), 1, + sym_aspect_specification, + [39153] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(2104), 1, + anon_sym_COLON_EQ, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(2739), 1, + anon_sym_SEMI, + STATE(261), 1, + sym_actual_parameter_part, + STATE(1152), 1, + sym__assign_value, + STATE(1545), 1, + sym_aspect_specification, + [39184] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(2222), 1, + aux_sym_iterator_filter_token1, + STATE(261), 1, + sym_actual_parameter_part, + STATE(1305), 1, + sym_iterator_filter, + ACTIONS(2741), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [39211] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(2222), 1, + aux_sym_iterator_filter_token1, + STATE(261), 1, + sym_actual_parameter_part, + STATE(1165), 1, + sym_iterator_filter, + ACTIONS(2743), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [39238] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(2726), 1, + anon_sym_LPAREN, + ACTIONS(2735), 1, + aux_sym_result_profile_token1, + ACTIONS(2745), 1, + aux_sym_package_specification_token2, + STATE(261), 1, + sym_actual_parameter_part, + STATE(1397), 1, + sym_formal_part, + STATE(1128), 2, + sym__parameter_and_result_profile, + sym_result_profile, + [39267] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(2222), 1, + aux_sym_iterator_filter_token1, + STATE(261), 1, + sym_actual_parameter_part, + STATE(1149), 1, + sym_iterator_filter, + ACTIONS(2226), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [39294] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(2222), 1, + aux_sym_iterator_filter_token1, + STATE(261), 1, + sym_actual_parameter_part, + STATE(1337), 1, + sym_iterator_filter, + ACTIONS(2220), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [39321] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(2749), 1, + aux_sym_expression_token1, + STATE(261), 1, + sym_actual_parameter_part, + STATE(1052), 1, aux_sym__interface_list_repeat1, - ACTIONS(2733), 3, + ACTIONS(2747), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [39117] = 8, + [39348] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, sym_tick, - ACTIONS(2006), 1, + ACTIONS(1994), 1, anon_sym_DOT, ACTIONS(2726), 1, anon_sym_LPAREN, - ACTIONS(2737), 1, + ACTIONS(2751), 1, aux_sym_package_specification_token2, - STATE(262), 1, + STATE(261), 1, sym_actual_parameter_part, - STATE(1144), 1, + STATE(1118), 1, sym_formal_part, ACTIONS(2728), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_object_renaming_declaration_token1, - [39144] = 9, + [39375] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(2726), 1, - anon_sym_LPAREN, - ACTIONS(2740), 1, - aux_sym_package_specification_token2, - ACTIONS(2742), 1, - aux_sym_result_profile_token1, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1397), 1, - sym_formal_part, - STATE(1138), 2, - sym__parameter_and_result_profile, - sym_result_profile, - [39173] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(2102), 1, - anon_sym_COLON_EQ, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(2744), 1, - anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1163), 1, - sym__assign_value, - STATE(1546), 1, - sym_aspect_specification, - [39204] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(2726), 1, - anon_sym_LPAREN, - ACTIONS(2742), 1, - aux_sym_result_profile_token1, - ACTIONS(2746), 1, - aux_sym_package_specification_token2, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1397), 1, - sym_formal_part, - STATE(1138), 2, - sym__parameter_and_result_profile, - sym_result_profile, - [39233] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(2230), 1, - aux_sym_iterator_filter_token1, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1335), 1, - sym_iterator_filter, - ACTIONS(2228), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [39260] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(2230), 1, - aux_sym_iterator_filter_token1, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1275), 1, - sym_iterator_filter, - ACTIONS(2236), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [39287] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1941), 1, + ACTIONS(1973), 1, anon_sym_COMMA, - ACTIONS(2748), 1, + ACTIONS(2754), 1, anon_sym_COLON, - ACTIONS(2751), 1, + ACTIONS(2757), 1, anon_sym_SEMI, - ACTIONS(2753), 1, + ACTIONS(2759), 1, aux_sym_object_renaming_declaration_token1, - STATE(1160), 1, + STATE(1147), 1, aux_sym__defining_identifier_list_repeat1, ACTIONS(921), 4, sym_tick, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COLON_EQ, - [39312] = 8, + [39400] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, sym_tick, - ACTIONS(981), 1, + ACTIONS(985), 1, anon_sym_LPAREN, - ACTIONS(2006), 1, + ACTIONS(1994), 1, anon_sym_DOT, - ACTIONS(2230), 1, + ACTIONS(2222), 1, aux_sym_iterator_filter_token1, - STATE(262), 1, + STATE(261), 1, sym_actual_parameter_part, - STATE(1306), 1, + STATE(1170), 1, sym_iterator_filter, - ACTIONS(2755), 3, + ACTIONS(2743), 3, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_loop_statement_token1, - [39339] = 8, + [39427] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, sym_tick, - ACTIONS(981), 1, + ACTIONS(985), 1, anon_sym_LPAREN, - ACTIONS(2006), 1, + ACTIONS(1994), 1, anon_sym_DOT, - ACTIONS(2230), 1, - aux_sym_iterator_filter_token1, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1303), 1, - sym_iterator_filter, - ACTIONS(2755), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [39366] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(2102), 1, + ACTIONS(2104), 1, anon_sym_COLON_EQ, - ACTIONS(2214), 1, + ACTIONS(2199), 1, aux_sym_with_clause_token2, - ACTIONS(2757), 1, + ACTIONS(2761), 1, anon_sym_SEMI, - STATE(262), 1, + STATE(261), 1, sym_actual_parameter_part, - STATE(1214), 1, + STATE(1213), 1, sym__assign_value, - STATE(1730), 1, + STATE(1732), 1, sym_aspect_specification, - [39397] = 10, + [39458] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, sym_tick, - ACTIONS(981), 1, + ACTIONS(985), 1, anon_sym_LPAREN, - ACTIONS(2006), 1, + ACTIONS(1994), 1, anon_sym_DOT, - ACTIONS(2102), 1, - anon_sym_COLON_EQ, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(2759), 1, - anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1297), 1, - sym__assign_value, - STATE(1784), 1, - sym_aspect_specification, - [39428] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(2230), 1, + ACTIONS(2222), 1, aux_sym_iterator_filter_token1, - STATE(262), 1, + STATE(261), 1, sym_actual_parameter_part, - STATE(1278), 1, + STATE(1302), 1, sym_iterator_filter, - ACTIONS(2761), 3, + ACTIONS(2741), 3, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_loop_statement_token1, - [39455] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(2230), 1, - aux_sym_iterator_filter_token1, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1280), 1, - sym_iterator_filter, - ACTIONS(2761), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [39482] = 3, + [39485] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2763), 1, @@ -48083,7 +48084,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [39498] = 3, + [39501] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2767), 1, @@ -48096,7 +48097,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [39514] = 3, + [39517] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2771), 1, @@ -48109,7 +48110,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [39530] = 3, + [39533] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2775), 1, @@ -48122,7 +48123,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [39546] = 3, + [39549] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2779), 1, @@ -48135,7 +48136,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [39562] = 3, + [39565] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2783), 1, @@ -48148,7 +48149,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [39578] = 3, + [39581] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2787), 1, @@ -48161,7 +48162,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [39594] = 3, + [39597] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2791), 1, @@ -48174,7 +48175,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [39610] = 3, + [39613] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2795), 1, @@ -48187,141 +48188,135 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [39626] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2799), 1, - sym_identifier, - ACTIONS(2801), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [39642] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2803), 1, - sym_identifier, - ACTIONS(2805), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [39658] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2807), 1, - sym_identifier, - ACTIONS(2809), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [39674] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2811), 1, - sym_identifier, - ACTIONS(2813), 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, - [39690] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2815), 1, - sym_identifier, - ACTIONS(2817), 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, - [39706] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2819), 1, - sym_identifier, - ACTIONS(2821), 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, - [39722] = 6, + [39629] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, sym_tick, - ACTIONS(981), 1, + ACTIONS(985), 1, anon_sym_LPAREN, - ACTIONS(2006), 1, + ACTIONS(1994), 1, anon_sym_DOT, - STATE(262), 1, - sym_actual_parameter_part, - ACTIONS(2823), 4, - anon_sym_SEMI, + ACTIONS(2801), 1, aux_sym_with_clause_token2, + ACTIONS(2804), 1, aux_sym_expression_token1, + STATE(261), 1, + sym_actual_parameter_part, + ACTIONS(2799), 2, + anon_sym_SEMI, aux_sym_expression_token3, - [39744] = 8, + [39655] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2806), 1, + sym_identifier, + ACTIONS(2808), 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, + [39671] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2810), 1, + sym_identifier, + ACTIONS(2812), 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, + [39687] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, sym_tick, - ACTIONS(2006), 1, + ACTIONS(1994), 1, anon_sym_DOT, ACTIONS(2726), 1, anon_sym_LPAREN, - ACTIONS(2742), 1, + ACTIONS(2735), 1, aux_sym_result_profile_token1, - STATE(262), 1, + STATE(261), 1, sym_actual_parameter_part, STATE(1397), 1, sym_formal_part, - STATE(1138), 2, + STATE(1128), 2, sym__parameter_and_result_profile, sym_result_profile, - [39770] = 7, + [39713] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, sym_tick, - ACTIONS(2006), 1, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(2104), 1, + anon_sym_COLON_EQ, + STATE(261), 1, + sym_actual_parameter_part, + STATE(1449), 1, + sym__assign_value, + ACTIONS(2814), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [39739] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2816), 1, + sym_identifier, + ACTIONS(2818), 7, + aux_sym_iterated_element_association_token2, + aux_sym_package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [39755] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2820), 1, + sym_identifier, + ACTIONS(2822), 7, + aux_sym_iterated_element_association_token2, + aux_sym_package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [39771] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(1994), 1, anon_sym_DOT, ACTIONS(2726), 1, anon_sym_LPAREN, - STATE(262), 1, + STATE(261), 1, sym_actual_parameter_part, - STATE(1144), 1, + STATE(1118), 1, sym_formal_part, ACTIONS(2728), 3, anon_sym_SEMI, aux_sym_package_specification_token2, aux_sym_with_clause_token2, - [39794] = 3, + [39795] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2825), 1, + ACTIONS(2824), 1, sym_identifier, - ACTIONS(2827), 7, + ACTIONS(2826), 7, aux_sym_iterated_element_association_token2, aux_sym_package_specification_token1, aux_sym_with_clause_token2, @@ -48329,12 +48324,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [39810] = 3, + [39811] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2829), 1, + ACTIONS(2828), 1, sym_identifier, - ACTIONS(2831), 7, + ACTIONS(2830), 7, aux_sym_iterated_element_association_token2, aux_sym_package_specification_token1, aux_sym_with_clause_token2, @@ -48342,12 +48337,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [39826] = 3, + [39827] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2833), 1, + ACTIONS(2832), 1, sym_identifier, - ACTIONS(2835), 7, + ACTIONS(2834), 7, aux_sym_iterated_element_association_token2, aux_sym_package_specification_token1, aux_sym_with_clause_token2, @@ -48355,12 +48350,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [39842] = 3, + [39843] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2837), 1, + ACTIONS(2836), 1, sym_identifier, - ACTIONS(2839), 7, + ACTIONS(2838), 7, aux_sym_iterated_element_association_token2, aux_sym_package_specification_token1, aux_sym_with_clause_token2, @@ -48368,36 +48363,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [39858] = 3, + [39859] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2841), 1, - sym_identifier, - ACTIONS(2843), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [39874] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2845), 1, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(2842), 1, + aux_sym_with_clause_token2, + ACTIONS(2845), 1, + aux_sym_expression_token1, + STATE(261), 1, + sym_actual_parameter_part, + ACTIONS(2840), 2, + anon_sym_SEMI, + aux_sym_expression_token3, + [39885] = 3, + ACTIONS(3), 1, + sym_comment, ACTIONS(2847), 1, - anon_sym_LBRACK, - ACTIONS(2849), 1, - aux_sym_record_component_association_list_token1, - STATE(1547), 1, - sym_enumeration_aggregate, - STATE(1510), 4, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [39896] = 3, + sym_identifier, + ACTIONS(2849), 7, + aux_sym_iterated_element_association_token2, + aux_sym_package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [39901] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2851), 1, @@ -48410,61 +48407,59 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [39912] = 8, + [39917] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(2102), 1, - anon_sym_COLON_EQ, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1403), 1, - sym__assign_value, - ACTIONS(2855), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [39938] = 8, + ACTIONS(2855), 1, + sym_identifier, + ACTIONS(2857), 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, + [39933] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, ACTIONS(2859), 1, + sym_identifier, + ACTIONS(2861), 7, + aux_sym_iterated_element_association_token2, + aux_sym_package_specification_token1, aux_sym_with_clause_token2, - ACTIONS(2862), 1, - aux_sym_expression_token1, - STATE(262), 1, - sym_actual_parameter_part, - ACTIONS(2857), 2, - anon_sym_SEMI, - aux_sym_expression_token3, - [39964] = 8, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [39949] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(2866), 1, + ACTIONS(2863), 1, + sym_identifier, + ACTIONS(2865), 7, + aux_sym_iterated_element_association_token2, + aux_sym_package_specification_token1, aux_sym_with_clause_token2, - ACTIONS(2869), 1, - aux_sym_expression_token1, - STATE(262), 1, - sym_actual_parameter_part, - ACTIONS(2864), 2, - anon_sym_SEMI, - aux_sym_expression_token3, - [39990] = 3, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [39965] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2867), 1, + sym_identifier, + ACTIONS(2869), 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, + [39981] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2871), 1, @@ -48477,57 +48472,41 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [40006] = 9, + [39997] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, ACTIONS(2875), 1, - aux_sym_package_specification_token2, - ACTIONS(2877), 1, - aux_sym_object_renaming_declaration_token1, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1601), 1, - sym_aspect_specification, - [40034] = 3, + sym_identifier, + ACTIONS(2877), 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, + [40013] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2879), 1, - sym_identifier, - ACTIONS(2881), 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, - [40050] = 3, - ACTIONS(3), 1, - sym_comment, + anon_sym_LPAREN, + ACTIONS(2881), 1, + anon_sym_LBRACK, ACTIONS(2883), 1, - sym_identifier, - ACTIONS(2885), 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, - [40066] = 3, + aux_sym_record_component_association_list_token1, + STATE(1550), 1, + sym_enumeration_aggregate, + STATE(1718), 4, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [40035] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2887), 1, + ACTIONS(2885), 1, sym_identifier, - ACTIONS(2889), 7, + ACTIONS(2887), 7, aux_sym_iterated_element_association_token2, aux_sym_package_specification_token1, aux_sym_with_clause_token2, @@ -48535,12 +48514,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [40082] = 3, + [40051] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2891), 1, + ACTIONS(2889), 1, sym_identifier, - ACTIONS(2893), 7, + ACTIONS(2891), 7, aux_sym_iterated_element_association_token2, aux_sym_package_specification_token1, aux_sym_with_clause_token2, @@ -48548,12 +48527,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [40098] = 3, + [40067] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2895), 1, + ACTIONS(2893), 1, sym_identifier, - ACTIONS(2897), 7, + ACTIONS(2895), 7, aux_sym_iterated_element_association_token2, aux_sym_package_specification_token1, aux_sym_with_clause_token2, @@ -48561,12 +48540,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [40114] = 3, + [40083] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2899), 1, + ACTIONS(2897), 1, sym_identifier, - ACTIONS(2901), 7, + ACTIONS(2899), 7, aux_sym_iterated_element_association_token2, aux_sym_package_specification_token1, aux_sym_with_clause_token2, @@ -48574,12 +48553,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [40130] = 3, + [40099] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2903), 1, + ACTIONS(2901), 1, sym_identifier, - ACTIONS(2905), 7, + ACTIONS(2903), 7, aux_sym_iterated_element_association_token2, aux_sym_package_specification_token1, aux_sym_with_clause_token2, @@ -48587,56 +48566,57 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [40146] = 8, + [40115] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, sym_tick, - ACTIONS(981), 1, + ACTIONS(985), 1, anon_sym_LPAREN, - ACTIONS(2006), 1, + ACTIONS(1994), 1, anon_sym_DOT, - ACTIONS(2909), 1, + ACTIONS(2199), 1, aux_sym_with_clause_token2, - ACTIONS(2912), 1, - aux_sym_expression_token1, - STATE(262), 1, + ACTIONS(2905), 1, + aux_sym_package_specification_token2, + ACTIONS(2907), 1, + aux_sym_object_renaming_declaration_token1, + STATE(261), 1, sym_actual_parameter_part, - ACTIONS(2907), 2, + STATE(1605), 1, + sym_aspect_specification, + [40143] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2909), 1, + sym_identifier, + ACTIONS(2911), 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, + [40159] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(2915), 1, + aux_sym_with_clause_token2, + ACTIONS(2918), 1, + aux_sym_expression_token1, + STATE(261), 1, + sym_actual_parameter_part, + ACTIONS(2913), 2, anon_sym_SEMI, aux_sym_expression_token3, - [40172] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(2102), 1, - anon_sym_COLON_EQ, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1450), 1, - sym__assign_value, - ACTIONS(2914), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [40198] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2916), 1, - sym_identifier, - ACTIONS(2918), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [40214] = 3, + [40185] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2920), 1, @@ -48649,7 +48629,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [40230] = 3, + [40201] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2924), 1, @@ -48662,7 +48642,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [40246] = 3, + [40217] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2928), 1, @@ -48675,7 +48655,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [40262] = 3, + [40233] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2932), 1, @@ -48688,7 +48668,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [40278] = 3, + [40249] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2936), 1, @@ -48701,7 +48681,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [40294] = 3, + [40265] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2940), 1, @@ -48714,20 +48694,41 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [40310] = 3, + [40281] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2944), 1, - sym_identifier, - ACTIONS(2946), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + STATE(261), 1, + sym_actual_parameter_part, + ACTIONS(2944), 4, + anon_sym_SEMI, aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [40326] = 3, + aux_sym_expression_token1, + aux_sym_expression_token3, + [40303] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(2104), 1, + anon_sym_COLON_EQ, + STATE(261), 1, + sym_actual_parameter_part, + STATE(1402), 1, + sym__assign_value, + ACTIONS(2946), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [40329] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2948), 1, @@ -48740,44 +48741,61 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [40342] = 8, + [40345] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, sym_tick, - ACTIONS(981), 1, + ACTIONS(985), 1, anon_sym_LPAREN, - ACTIONS(2006), 1, + ACTIONS(1994), 1, anon_sym_DOT, - ACTIONS(2214), 1, + ACTIONS(2199), 1, aux_sym_with_clause_token2, ACTIONS(2952), 1, anon_sym_SEMI, - STATE(262), 1, + STATE(261), 1, sym_actual_parameter_part, - STATE(1833), 1, + STATE(1921), 1, sym_aspect_specification, - [40367] = 8, + [40370] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, sym_tick, - ACTIONS(981), 1, + ACTIONS(985), 1, anon_sym_LPAREN, - ACTIONS(2006), 1, + ACTIONS(1994), 1, anon_sym_DOT, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, ACTIONS(2954), 1, + anon_sym_COMMA, + ACTIONS(2956), 1, anon_sym_SEMI, - STATE(262), 1, + STATE(261), 1, sym_actual_parameter_part, - STATE(1698), 1, - sym_aspect_specification, - [40392] = 2, + STATE(1259), 1, + aux_sym__name_list_repeat1, + [40395] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2956), 7, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(2958), 1, + anon_sym_SEMI, + STATE(261), 1, + sym_actual_parameter_part, + STATE(1588), 1, + sym_aspect_specification, + [40420] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2960), 7, aux_sym_iterated_element_association_token1, aux_sym_package_specification_token3, aux_sym_relation_membership_token1, @@ -48785,640 +48803,514 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token3, aux_sym_entry_declaration_token1, aux_sym_global_mode_token1, - [40405] = 8, + [40433] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2962), 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, + [40446] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, sym_tick, - ACTIONS(981), 1, + ACTIONS(985), 1, anon_sym_LPAREN, - ACTIONS(2006), 1, + ACTIONS(1994), 1, anon_sym_DOT, - ACTIONS(2214), 1, + ACTIONS(2199), 1, aux_sym_with_clause_token2, - ACTIONS(2958), 1, - anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1875), 1, - sym_aspect_specification, - [40430] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(2960), 1, - aux_sym_package_specification_token2, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1606), 1, - sym_aspect_specification, - [40455] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2962), 1, - anon_sym_LPAREN, ACTIONS(2964), 1, anon_sym_SEMI, - ACTIONS(2966), 1, - aux_sym_package_specification_token2, + STATE(261), 1, + sym_actual_parameter_part, + STATE(1850), 1, + sym_aspect_specification, + [40471] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2966), 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, + [40484] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, ACTIONS(2968), 1, + anon_sym_SEMI, + STATE(261), 1, + sym_actual_parameter_part, + STATE(1591), 1, + sym_aspect_specification, + [40509] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2970), 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, + [40522] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2972), 1, + sym_tick, + ACTIONS(1984), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + anon_sym_SEMI, + aux_sym_package_specification_token2, + [40537] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2974), 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, + [40550] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + STATE(261), 1, + sym_actual_parameter_part, + STATE(1334), 1, + aux_sym__name_list_repeat1, + ACTIONS(2976), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [40573] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(2978), 1, + anon_sym_SEMI, + STATE(261), 1, + sym_actual_parameter_part, + STATE(1874), 1, + sym_aspect_specification, + [40598] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + STATE(261), 1, + sym_actual_parameter_part, + ACTIONS(2980), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + [40619] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(2982), 1, + anon_sym_SEMI, + STATE(261), 1, + sym_actual_parameter_part, + STATE(1490), 1, + sym_aspect_specification, + [40644] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1937), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(1939), 1, + aux_sym_access_to_subprogram_definition_token3, + ACTIONS(2984), 1, + aux_sym_package_specification_token1, + STATE(1849), 1, + sym_package_specification, + STATE(1284), 3, + sym_function_specification, + sym_procedure_specification, + sym__subprogram_specification, + [40665] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(2986), 1, + anon_sym_SEMI, + STATE(261), 1, + sym_actual_parameter_part, + STATE(1932), 1, + sym_aspect_specification, + [40690] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(2988), 1, + anon_sym_SEMI, + STATE(261), 1, + sym_actual_parameter_part, + STATE(1568), 1, + sym_aspect_specification, + [40715] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2990), 1, + anon_sym_LPAREN, + ACTIONS(2992), 1, + anon_sym_SEMI, + ACTIONS(2994), 1, + aux_sym_package_specification_token2, + ACTIONS(2996), 1, aux_sym_expression_token3, - STATE(1221), 3, + STATE(1151), 3, sym__discriminant_part, sym_unknown_discriminant_part, sym_known_discriminant_part, - [40476] = 8, + [40736] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(2970), 1, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, anon_sym_LPAREN, - ACTIONS(2972), 1, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(2998), 1, + anon_sym_SEMI, + STATE(261), 1, + sym_actual_parameter_part, + STATE(1697), 1, + sym_aspect_specification, + [40761] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3000), 1, + aux_sym_package_specification_token2, + STATE(261), 1, + sym_actual_parameter_part, + STATE(1612), 1, + sym_aspect_specification, + [40786] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3002), 1, + anon_sym_SEMI, + STATE(261), 1, + sym_actual_parameter_part, + STATE(1812), 1, + sym_aspect_specification, + [40811] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3004), 1, + anon_sym_LPAREN, + ACTIONS(3006), 1, aux_sym_iterator_filter_token1, - STATE(1103), 1, + STATE(1080), 1, sym_non_empty_entry_body_formal_part, - STATE(1463), 1, + STATE(1462), 1, sym_aspect_specification, - STATE(1465), 1, + STATE(1464), 1, sym_formal_part, - STATE(1571), 1, + STATE(1574), 1, sym_entry_barrier, - [40501] = 8, + [40836] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(2974), 1, - anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1765), 1, - sym_aspect_specification, - [40526] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(2976), 1, - anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1757), 1, - sym_aspect_specification, - [40551] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2978), 1, + ACTIONS(3008), 1, aux_sym_chunk_specification_token1, - ACTIONS(2980), 1, + ACTIONS(3010), 1, aux_sym_iterated_element_association_token2, - ACTIONS(2983), 1, + ACTIONS(3013), 1, anon_sym_COLON, - ACTIONS(2985), 1, + ACTIONS(3015), 1, aux_sym_iterator_specification_token1, ACTIONS(921), 3, sym_tick, anon_sym_DOT, anon_sym_LPAREN, - [40572] = 8, + [40857] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, sym_tick, - ACTIONS(981), 1, + ACTIONS(985), 1, anon_sym_LPAREN, - ACTIONS(2006), 1, + ACTIONS(1994), 1, anon_sym_DOT, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(2987), 1, - anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1590), 1, - sym_aspect_specification, - [40597] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(2989), 1, - anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1569), 1, - sym_aspect_specification, - [40622] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(2991), 1, - anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1813), 1, - sym_aspect_specification, - [40647] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2993), 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, - [40660] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2995), 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, - [40673] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2997), 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, - [40686] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(2999), 1, - anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1930), 1, - sym_aspect_specification, - [40711] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3001), 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, - [40724] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(3003), 1, - anon_sym_COMMA, - ACTIONS(3005), 1, - anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1187), 1, - aux_sym__name_list_repeat1, - [40749] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(3003), 1, - anon_sym_COMMA, - ACTIONS(3007), 1, - anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1155), 1, - aux_sym__name_list_repeat1, - [40774] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3009), 1, - aux_sym_package_specification_token2, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1601), 1, - sym_aspect_specification, - [40799] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - STATE(262), 1, - sym_actual_parameter_part, - ACTIONS(3011), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - [40820] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3013), 1, - anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1705), 1, - sym_aspect_specification, - [40845] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3015), 1, - anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1616), 1, - sym_aspect_specification, - [40870] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - STATE(262), 1, - sym_actual_parameter_part, - STATE(1331), 1, - aux_sym__name_list_repeat1, - ACTIONS(3007), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [40893] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(2214), 1, + ACTIONS(2199), 1, aux_sym_with_clause_token2, ACTIONS(3017), 1, anon_sym_SEMI, - STATE(262), 1, + STATE(261), 1, sym_actual_parameter_part, - STATE(1589), 1, + STATE(1765), 1, sym_aspect_specification, - [40918] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3019), 1, - sym_tick, - ACTIONS(1986), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - [40933] = 8, + [40882] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, sym_tick, - ACTIONS(981), 1, + ACTIONS(985), 1, anon_sym_LPAREN, - ACTIONS(2006), 1, + ACTIONS(1994), 1, anon_sym_DOT, - ACTIONS(2214), 1, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3019), 1, + anon_sym_SEMI, + STATE(261), 1, + sym_actual_parameter_part, + STATE(1775), 1, + sym_aspect_specification, + [40907] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(2199), 1, aux_sym_with_clause_token2, ACTIONS(3021), 1, anon_sym_SEMI, - STATE(262), 1, + STATE(261), 1, sym_actual_parameter_part, - STATE(1851), 1, + STATE(1606), 1, sym_aspect_specification, - [40958] = 8, + [40932] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, sym_tick, - ACTIONS(981), 1, + ACTIONS(985), 1, anon_sym_LPAREN, - ACTIONS(2006), 1, + ACTIONS(1994), 1, anon_sym_DOT, - ACTIONS(2214), 1, + ACTIONS(2199), 1, aux_sym_with_clause_token2, ACTIONS(3023), 1, anon_sym_SEMI, - STATE(262), 1, + STATE(261), 1, sym_actual_parameter_part, - STATE(1605), 1, + STATE(1616), 1, sym_aspect_specification, - [40983] = 8, + [40957] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, sym_tick, - ACTIONS(981), 1, + ACTIONS(985), 1, anon_sym_LPAREN, - ACTIONS(2006), 1, + ACTIONS(1994), 1, anon_sym_DOT, - ACTIONS(2214), 1, + ACTIONS(2199), 1, aux_sym_with_clause_token2, ACTIONS(3025), 1, anon_sym_SEMI, - STATE(262), 1, + STATE(261), 1, sym_actual_parameter_part, - STATE(1607), 1, + STATE(1608), 1, sym_aspect_specification, - [41008] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1937), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(1939), 1, - aux_sym_access_to_subprogram_definition_token3, - ACTIONS(3027), 1, - aux_sym_package_specification_token1, - STATE(1863), 1, - sym_package_specification, - STATE(1234), 3, - sym_function_specification, - sym_procedure_specification, - sym__subprogram_specification, - [41029] = 8, + [40982] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, sym_tick, - ACTIONS(981), 1, + ACTIONS(985), 1, anon_sym_LPAREN, - ACTIONS(2006), 1, + ACTIONS(1994), 1, anon_sym_DOT, - ACTIONS(2214), 1, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3027), 1, + aux_sym_package_specification_token2, + STATE(261), 1, + sym_actual_parameter_part, + STATE(1605), 1, + sym_aspect_specification, + [41007] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(2199), 1, aux_sym_with_clause_token2, ACTIONS(3029), 1, anon_sym_SEMI, - STATE(262), 1, + STATE(261), 1, sym_actual_parameter_part, - STATE(1609), 1, + STATE(1611), 1, sym_aspect_specification, - [41054] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1937), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(1939), 1, - aux_sym_access_to_subprogram_definition_token3, - ACTIONS(3031), 1, - aux_sym_package_specification_token1, - STATE(1081), 3, - sym_function_specification, - sym_procedure_specification, - sym__subprogram_specification, - [41072] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2751), 1, - anon_sym_SEMI, - ACTIONS(3033), 1, - anon_sym_COLON, - ACTIONS(921), 4, - sym_tick, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COLON_EQ, - [41088] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3035), 1, - anon_sym_COLON, - ACTIONS(921), 5, - sym_tick, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_PIPE, - [41102] = 6, + [41032] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, sym_tick, - ACTIONS(981), 1, + ACTIONS(985), 1, anon_sym_LPAREN, - ACTIONS(2006), 1, + ACTIONS(1994), 1, anon_sym_DOT, - STATE(262), 1, + ACTIONS(2954), 1, + anon_sym_COMMA, + ACTIONS(2976), 1, + anon_sym_SEMI, + STATE(261), 1, sym_actual_parameter_part, - ACTIONS(3037), 2, - anon_sym_EQ_GT, - anon_sym_PIPE, - [41122] = 5, + STATE(1159), 1, + aux_sym__name_list_repeat1, + [41057] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3039), 1, + ACTIONS(1933), 1, sym_identifier, - STATE(1223), 1, - sym_quantifier, - ACTIONS(3041), 2, - aux_sym_use_clause_token1, - aux_sym_quantifier_token1, - STATE(1477), 2, - sym_loop_parameter_specification, - sym_iterator_specification, - [41140] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3043), 1, - anon_sym_COMMA, - STATE(932), 1, - aux_sym_aspect_mark_list_repeat1, - ACTIONS(3046), 4, - anon_sym_RPAREN, - aux_sym_iterator_filter_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - [41156] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3048), 1, - anon_sym_COMMA, - ACTIONS(3050), 1, - anon_sym_RBRACK, - ACTIONS(3054), 1, - aux_sym_with_clause_token2, - STATE(1184), 1, - aux_sym_positional_array_aggregate_repeat1, - ACTIONS(3052), 2, - anon_sym_EQ_GT, - anon_sym_PIPE, - [41176] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2331), 1, - aux_sym_case_expression_token1, - ACTIONS(3056), 1, - sym_identifier, - STATE(1467), 1, - sym_variant_part, - ACTIONS(3058), 3, + ACTIONS(3031), 1, aux_sym_iterated_element_association_token1, - aux_sym_iterator_filter_token1, - aux_sym_package_specification_token3, - [41194] = 2, + STATE(1255), 1, + sym_parameter_specification, + STATE(1660), 1, + sym_entry_index_specification, + STATE(1671), 1, + sym__parameter_specification_list, + STATE(1708), 1, + sym__defining_identifier_list, + [41079] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3060), 6, + ACTIONS(3033), 6, anon_sym_COMMA, anon_sym_RPAREN, + aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_iterator_filter_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - [41206] = 7, + aux_sym_loop_statement_token1, + [41091] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1783), 1, - aux_sym_primary_null_token1, - ACTIONS(1789), 1, - aux_sym_record_component_association_list_token1, - ACTIONS(3062), 1, - aux_sym_compilation_unit_token1, - ACTIONS(3064), 1, - aux_sym_allocator_token1, - ACTIONS(3066), 1, - aux_sym_interface_type_definition_token2, - STATE(1354), 1, - sym_record_definition, - [41228] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3068), 1, - sym_identifier, - ACTIONS(3070), 5, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_package_specification_token3, - [41242] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3074), 1, - anon_sym_EQ_GT, - ACTIONS(3072), 5, + ACTIONS(3035), 1, anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_iterator_filter_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - [41256] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3076), 1, - anon_sym_COMMA, - ACTIONS(3078), 1, - anon_sym_RPAREN, - ACTIONS(3080), 1, + ACTIONS(3037), 1, + anon_sym_RBRACK, + ACTIONS(3041), 1, aux_sym_with_clause_token2, - STATE(1486), 1, + STATE(1183), 1, aux_sym_positional_array_aggregate_repeat1, - ACTIONS(3052), 2, + ACTIONS(3039), 2, anon_sym_EQ_GT, anon_sym_PIPE, - [41276] = 7, + [41111] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3082), 1, + ACTIONS(1795), 1, + aux_sym_primary_null_token1, + ACTIONS(1801), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(3043), 1, + aux_sym_compilation_unit_token1, + ACTIONS(3045), 1, + aux_sym_allocator_token1, + ACTIONS(3047), 1, + aux_sym_interface_type_definition_token2, + STATE(1352), 1, + sym_record_definition, + [41133] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3049), 1, aux_sym_access_to_subprogram_definition_token2, - ACTIONS(3084), 1, + ACTIONS(3051), 1, aux_sym_access_to_subprogram_definition_token3, - ACTIONS(3086), 1, + ACTIONS(3053), 1, aux_sym_entry_declaration_token1, - STATE(1040), 1, + STATE(977), 1, sym__subprogram_specification, - STATE(1128), 1, - sym_procedure_specification, - STATE(1136), 1, + STATE(1057), 1, sym_function_specification, - [41298] = 7, + STATE(1126), 1, + sym_procedure_specification, + [41155] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(79), 1, @@ -49427,282 +49319,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_subprogram_body_token1, ACTIONS(333), 1, aux_sym_iterated_element_association_token1, - ACTIONS(3088), 1, + ACTIONS(3055), 1, aux_sym_declare_expression_token1, - ACTIONS(3090), 1, + ACTIONS(3057), 1, aux_sym_loop_statement_token1, - STATE(1821), 1, + STATE(1828), 1, sym_iteration_scheme, - [41320] = 7, + [41177] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1783), 1, + ACTIONS(1795), 1, aux_sym_primary_null_token1, - ACTIONS(1789), 1, + ACTIONS(1801), 1, aux_sym_record_component_association_list_token1, - ACTIONS(3062), 1, + ACTIONS(3043), 1, aux_sym_compilation_unit_token1, - ACTIONS(3092), 1, + ACTIONS(3059), 1, anon_sym_SEMI, - ACTIONS(3094), 1, + ACTIONS(3061), 1, aux_sym_with_clause_token1, - STATE(1354), 1, + STATE(1352), 1, sym_record_definition, - [41342] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3096), 1, - sym_identifier, - ACTIONS(3098), 5, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_package_specification_token3, - [41356] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3100), 1, - anon_sym_COMMA, - STATE(932), 1, - aux_sym_aspect_mark_list_repeat1, - ACTIONS(3102), 4, - anon_sym_RPAREN, - aux_sym_iterator_filter_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - [41372] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3100), 1, - anon_sym_COMMA, - STATE(944), 1, - aux_sym_aspect_mark_list_repeat1, - ACTIONS(3104), 4, - anon_sym_RPAREN, - aux_sym_iterator_filter_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - [41388] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3106), 1, - aux_sym_iterator_filter_token1, - ACTIONS(3109), 1, - aux_sym_package_specification_token3, - ACTIONS(3111), 1, - aux_sym_pragma_g_token1, - STATE(946), 3, - sym_exception_handler, - aux_sym__exception_handler_list, - sym_pragma_g, - [41406] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(2102), 1, - anon_sym_COLON_EQ, - STATE(988), 1, - sym_actual_parameter_part, - STATE(1937), 1, - sym__assign_value, - [41428] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - STATE(262), 1, - sym_actual_parameter_part, - ACTIONS(3114), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [41448] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2962), 1, - anon_sym_LPAREN, - ACTIONS(3116), 1, - anon_sym_SEMI, - ACTIONS(3118), 1, - aux_sym_package_specification_token2, - STATE(1451), 1, - sym_known_discriminant_part, - STATE(1455), 2, - sym__discriminant_part, - sym_unknown_discriminant_part, - [41468] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3076), 1, - anon_sym_COMMA, - ACTIONS(3080), 1, - aux_sym_with_clause_token2, - ACTIONS(3120), 1, - anon_sym_RPAREN, - STATE(1486), 1, - aux_sym_positional_array_aggregate_repeat1, - ACTIONS(3052), 2, - anon_sym_EQ_GT, - anon_sym_PIPE, - [41488] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1933), 1, - sym_identifier, - ACTIONS(3122), 1, - aux_sym_iterated_element_association_token1, - STATE(1256), 1, - sym_parameter_specification, - STATE(1661), 1, - sym_entry_index_specification, - STATE(1665), 1, - sym__parameter_specification_list, - STATE(1699), 1, - sym__defining_identifier_list, - [41510] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3124), 1, - anon_sym_LPAREN, - ACTIONS(3126), 1, - anon_sym_SEMI, - ACTIONS(3128), 1, - aux_sym_package_specification_token2, - STATE(1133), 1, - sym_known_discriminant_part, - STATE(1470), 1, - sym_aspect_specification, - [41532] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2102), 1, - anon_sym_COLON_EQ, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - STATE(1109), 1, - sym__assign_value, - STATE(1475), 1, - sym_aspect_specification, - ACTIONS(3130), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [41552] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3132), 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, - [41564] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(233), 1, - aux_sym_chunk_specification_token1, - ACTIONS(253), 1, - aux_sym_global_mode_token1, - ACTIONS(255), 1, - aux_sym_non_empty_mode_token1, - STATE(686), 1, - sym_global_mode, - STATE(831), 1, - sym_non_empty_mode, - STATE(1410), 1, - sym_global_aspect_element, - [41586] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3134), 1, - sym_identifier, - ACTIONS(3136), 5, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_relation_membership_token1, - [41600] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - aux_sym_pragma_g_token1, - ACTIONS(3138), 1, - aux_sym_iterator_filter_token1, - ACTIONS(3140), 1, - aux_sym_package_specification_token3, - STATE(946), 3, - sym_exception_handler, - aux_sym__exception_handler_list, - sym_pragma_g, - [41618] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3142), 1, - sym_identifier, - ACTIONS(3144), 5, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_relation_membership_token1, - [41632] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(3146), 1, - anon_sym_SEMI, - ACTIONS(3148), 1, - aux_sym_with_clause_token2, - STATE(262), 1, - sym_actual_parameter_part, - [41654] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(3150), 1, - anon_sym_SEMI, - ACTIONS(3152), 1, - aux_sym_with_clause_token2, - STATE(262), 1, - sym_actual_parameter_part, - [41676] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(3154), 1, - aux_sym_iterator_filter_token1, - ACTIONS(3156), 1, - anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - [41698] = 3, + [41199] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1911), 1, @@ -49713,6941 +49351,7291 @@ static const uint16_t ts_small_parse_table[] = { sym_target_name, anon_sym_LBRACK, aux_sym_attribute_designator_token1, - [41712] = 5, + [41213] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2990), 1, + anon_sym_LPAREN, + ACTIONS(3063), 1, + anon_sym_SEMI, + ACTIONS(3065), 1, + aux_sym_package_specification_token2, + STATE(1450), 1, + sym_known_discriminant_part, + STATE(1455), 2, + sym__discriminant_part, + sym_unknown_discriminant_part, + [41233] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3043), 1, + aux_sym_compilation_unit_token1, + ACTIONS(3067), 1, + aux_sym_with_clause_token1, + ACTIONS(3069), 1, + aux_sym_allocator_token1, + ACTIONS(3071), 1, + aux_sym_private_type_declaration_token1, + ACTIONS(3073), 1, + aux_sym_private_type_declaration_token2, + ACTIONS(3075), 1, + aux_sym_private_extension_declaration_token1, + [41255] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3077), 1, + sym_identifier, + ACTIONS(3079), 5, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_relation_membership_token1, + [41269] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3081), 1, + sym_identifier, + STATE(1222), 1, + sym_quantifier, + ACTIONS(3083), 2, + aux_sym_use_clause_token1, + aux_sym_quantifier_token1, + STATE(1483), 2, + sym_loop_parameter_specification, + sym_iterator_specification, + [41287] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(233), 1, + aux_sym_chunk_specification_token1, + ACTIONS(253), 1, + aux_sym_global_mode_token1, + ACTIONS(255), 1, + aux_sym_non_empty_mode_token1, + STATE(690), 1, + sym_global_mode, + STATE(823), 1, + sym_non_empty_mode, + STATE(1409), 1, + sym_global_aspect_element, + [41309] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(3085), 1, + aux_sym_iterator_filter_token1, + ACTIONS(3087), 1, + aux_sym_package_specification_token3, + STATE(958), 3, + sym_exception_handler, + aux_sym__exception_handler_list, + sym_pragma_g, + [41327] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2757), 1, + anon_sym_SEMI, + ACTIONS(3089), 1, + anon_sym_COLON, + ACTIONS(921), 4, + sym_tick, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COLON_EQ, + [41343] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3091), 1, + anon_sym_COMMA, + ACTIONS(3093), 1, + anon_sym_RPAREN, + ACTIONS(3095), 1, + aux_sym_with_clause_token2, + STATE(1484), 1, + aux_sym_positional_array_aggregate_repeat1, + ACTIONS(3039), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, + [41363] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1937), 1, aux_sym_access_to_subprogram_definition_token2, ACTIONS(1939), 1, aux_sym_access_to_subprogram_definition_token3, - ACTIONS(3086), 1, - aux_sym_entry_declaration_token1, - STATE(1095), 3, + ACTIONS(3097), 1, + aux_sym_package_specification_token1, + STATE(1064), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, - [41730] = 7, + [41381] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3062), 1, - aux_sym_compilation_unit_token1, - ACTIONS(3158), 1, - aux_sym_with_clause_token1, + ACTIONS(1937), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(1939), 1, + aux_sym_access_to_subprogram_definition_token3, + ACTIONS(3053), 1, + aux_sym_entry_declaration_token1, + STATE(1097), 3, + sym_function_specification, + sym_procedure_specification, + sym__subprogram_specification, + [41399] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3101), 1, + anon_sym_EQ_GT, + ACTIONS(3099), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_iterator_filter_token1, + anon_sym_SEMI, + aux_sym_package_specification_token2, + [41413] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(3103), 1, + anon_sym_SEMI, + ACTIONS(3105), 1, + aux_sym_with_clause_token2, + STATE(261), 1, + sym_actual_parameter_part, + [41435] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + STATE(261), 1, + sym_actual_parameter_part, + ACTIONS(3107), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [41455] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3109), 1, + sym_identifier, + ACTIONS(3111), 5, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_package_specification_token3, + [41469] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(3113), 1, + aux_sym_iterator_filter_token1, + ACTIONS(3115), 1, + anon_sym_SEMI, + STATE(261), 1, + sym_actual_parameter_part, + [41491] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3117), 1, + sym_identifier, + ACTIONS(3119), 5, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_package_specification_token3, + [41505] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3121), 1, + anon_sym_COMMA, + STATE(956), 1, + aux_sym_aspect_mark_list_repeat1, + ACTIONS(3123), 4, + anon_sym_RPAREN, + aux_sym_iterator_filter_token1, + anon_sym_SEMI, + aux_sym_package_specification_token2, + [41521] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(3125), 1, + anon_sym_SEMI, + ACTIONS(3127), 1, + aux_sym_with_clause_token2, + STATE(261), 1, + sym_actual_parameter_part, + [41543] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3129), 1, + anon_sym_LPAREN, + ACTIONS(3131), 1, + anon_sym_SEMI, + ACTIONS(3133), 1, + aux_sym_package_specification_token2, + STATE(1132), 1, + sym_known_discriminant_part, + STATE(1470), 1, + sym_aspect_specification, + [41565] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3135), 1, + anon_sym_COMMA, + STATE(954), 1, + aux_sym_aspect_mark_list_repeat1, + ACTIONS(3138), 4, + anon_sym_RPAREN, + aux_sym_iterator_filter_token1, + anon_sym_SEMI, + aux_sym_package_specification_token2, + [41581] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3140), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + anon_sym_SEMI, + aux_sym_package_specification_token2, + [41593] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3121), 1, + anon_sym_COMMA, + STATE(954), 1, + aux_sym_aspect_mark_list_repeat1, + ACTIONS(3142), 4, + anon_sym_RPAREN, + aux_sym_iterator_filter_token1, + anon_sym_SEMI, + aux_sym_package_specification_token2, + [41609] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3144), 1, + sym_identifier, + ACTIONS(3146), 5, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_relation_membership_token1, + [41623] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3148), 1, + aux_sym_iterator_filter_token1, + ACTIONS(3151), 1, + aux_sym_package_specification_token3, + ACTIONS(3153), 1, + aux_sym_pragma_g_token1, + STATE(958), 3, + sym_exception_handler, + aux_sym__exception_handler_list, + sym_pragma_g, + [41641] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + STATE(261), 1, + sym_actual_parameter_part, + ACTIONS(3156), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, + [41661] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2104), 1, + anon_sym_COLON_EQ, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + STATE(1134), 1, + sym__assign_value, + STATE(1474), 1, + sym_aspect_specification, + ACTIONS(3158), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [41681] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(2104), 1, + anon_sym_COLON_EQ, + STATE(988), 1, + sym_actual_parameter_part, + STATE(1938), 1, + sym__assign_value, + [41703] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3091), 1, + anon_sym_COMMA, + ACTIONS(3095), 1, + aux_sym_with_clause_token2, ACTIONS(3160), 1, - aux_sym_allocator_token1, + anon_sym_RPAREN, + STATE(1484), 1, + aux_sym_positional_array_aggregate_repeat1, + ACTIONS(3039), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, + [41723] = 3, + ACTIONS(3), 1, + sym_comment, ACTIONS(3162), 1, - aux_sym_private_type_declaration_token1, + anon_sym_COLON, + ACTIONS(921), 5, + sym_tick, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_EQ_GT, + anon_sym_PIPE, + [41737] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2104), 1, + anon_sym_COLON_EQ, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, ACTIONS(3164), 1, - aux_sym_private_type_declaration_token2, + anon_sym_SEMI, + STATE(1198), 1, + sym__assign_value, + STATE(1730), 1, + sym_aspect_specification, + [41756] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, ACTIONS(3166), 1, - aux_sym_private_extension_declaration_token1, - [41752] = 5, + anon_sym_SEMI, + STATE(261), 1, + sym_actual_parameter_part, + [41775] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3168), 1, - aux_sym_package_specification_token3, - ACTIONS(3170), 1, - aux_sym_expression_token4, - ACTIONS(3172), 1, - aux_sym_elsif_expression_item_token1, - STATE(985), 2, - sym_elsif_statement_item, - aux_sym_if_statement_repeat1, - [41769] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3174), 1, - anon_sym_RPAREN, - ACTIONS(3176), 1, - aux_sym_expression_token4, - ACTIONS(3178), 1, - aux_sym_elsif_expression_item_token1, - STATE(1006), 2, - sym_elsif_expression_item, - aux_sym_if_expression_repeat1, - [41786] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2102), 1, - anon_sym_COLON_EQ, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3180), 1, + aux_sym_expression_token1, + STATE(966), 1, + aux_sym__interface_list_repeat1, + ACTIONS(2944), 3, anon_sym_SEMI, - STATE(1196), 1, - sym__assign_value, - STATE(1671), 1, - sym_aspect_specification, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [41790] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2222), 1, + aux_sym_iterator_filter_token1, + STATE(1157), 1, + sym_iterator_filter, + ACTIONS(3171), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, [41805] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, sym_tick, - ACTIONS(981), 1, + ACTIONS(985), 1, anon_sym_LPAREN, - ACTIONS(2006), 1, + ACTIONS(1994), 1, anon_sym_DOT, - ACTIONS(3182), 1, - aux_sym_object_renaming_declaration_token1, - STATE(262), 1, + ACTIONS(3173), 1, + anon_sym_SEMI, + STATE(261), 1, sym_actual_parameter_part, - [41824] = 4, + [41824] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(3175), 1, + anon_sym_SEMI, + STATE(261), 1, + sym_actual_parameter_part, + [41843] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2757), 1, + anon_sym_SEMI, + ACTIONS(921), 4, + sym_tick, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COLON_EQ, + [41856] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3035), 1, + anon_sym_COMMA, + ACTIONS(3037), 1, + anon_sym_RBRACK, + STATE(1183), 1, + aux_sym_positional_array_aggregate_repeat1, + ACTIONS(3039), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, + [41873] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3177), 1, + anon_sym_SEMI, + ACTIONS(3179), 1, + aux_sym_package_specification_token2, + ACTIONS(3181), 1, + aux_sym_object_renaming_declaration_token1, + STATE(1441), 1, + sym_aspect_specification, + [41892] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(3183), 1, + anon_sym_SEMI, + STATE(261), 1, + sym_actual_parameter_part, + [41911] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(3185), 1, + aux_sym_at_clause_token1, + STATE(261), 1, + sym_actual_parameter_part, + [41930] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, aux_sym_pragma_g_token1, - ACTIONS(3138), 1, + ACTIONS(3085), 1, aux_sym_iterator_filter_token1, - STATE(957), 3, + STATE(940), 3, sym_exception_handler, aux_sym__exception_handler_list, sym_pragma_g, - [41839] = 6, + [41945] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3184), 1, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, anon_sym_LPAREN, - ACTIONS(3186), 1, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(3187), 1, + aux_sym_object_renaming_declaration_token1, + STATE(261), 1, + sym_actual_parameter_part, + [41964] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3189), 1, anon_sym_SEMI, - STATE(1287), 1, - sym_formal_part, - STATE(1897), 1, + ACTIONS(3191), 1, + aux_sym_package_specification_token2, + ACTIONS(3193), 1, + aux_sym_object_renaming_declaration_token1, + STATE(1447), 1, sym_aspect_specification, - [41858] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(3188), 1, - anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - [41877] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2653), 1, - anon_sym_LPAREN, - ACTIONS(2742), 1, - aux_sym_result_profile_token1, - STATE(1397), 1, - sym_formal_part, - STATE(827), 2, - sym__parameter_and_result_profile, - sym_result_profile, - [41894] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3190), 1, - sym_identifier, - ACTIONS(3192), 1, - anon_sym_LT_GT, - STATE(1296), 1, - sym_discriminant_specification, - STATE(1793), 1, - sym__defining_identifier_list, - STATE(1798), 1, - sym_discriminant_specification_list, - [41913] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(3194), 1, - anon_sym_RPAREN, - STATE(262), 1, - sym_actual_parameter_part, - [41932] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2653), 1, - anon_sym_LPAREN, - ACTIONS(2742), 1, - aux_sym_result_profile_token1, - STATE(1397), 1, - sym_formal_part, - STATE(1148), 2, - sym__parameter_and_result_profile, - sym_result_profile, - [41949] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3082), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(3084), 1, - aux_sym_access_to_subprogram_definition_token3, - STATE(1040), 1, - sym__subprogram_specification, - STATE(1128), 1, - sym_procedure_specification, - STATE(1136), 1, - sym_function_specification, - [41968] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2735), 1, - aux_sym_expression_token1, - STATE(1014), 1, - aux_sym__interface_list_repeat1, - ACTIONS(3196), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, [41983] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(3198), 1, - aux_sym_object_renaming_declaration_token1, - STATE(262), 1, - sym_actual_parameter_part, - [42002] = 4, + ACTIONS(2104), 1, + anon_sym_COLON_EQ, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3195), 1, + anon_sym_SEMI, + STATE(1187), 1, + sym__assign_value, + STATE(1652), 1, + sym_aspect_specification, + [42002] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2653), 1, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, anon_sym_LPAREN, - STATE(1148), 1, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(2405), 1, + aux_sym_range_attribute_designator_token1, + STATE(261), 1, + sym_actual_parameter_part, + [42021] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2104), 1, + anon_sym_COLON_EQ, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3197), 1, + anon_sym_SEMI, + STATE(1181), 1, + sym__assign_value, + STATE(1632), 1, + sym_aspect_specification, + [42040] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(3199), 1, + anon_sym_SEMI, + STATE(261), 1, + sym_actual_parameter_part, + [42059] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2104), 1, + anon_sym_COLON_EQ, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3201), 1, + anon_sym_SEMI, + STATE(1193), 1, + sym__assign_value, + STATE(1675), 1, + sym_aspect_specification, + [42078] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2649), 1, + anon_sym_LPAREN, + ACTIONS(2735), 1, + aux_sym_result_profile_token1, + STATE(1397), 1, sym_formal_part, - ACTIONS(3200), 3, + STATE(1278), 2, + sym__parameter_and_result_profile, + sym_result_profile, + [42095] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2104), 1, + anon_sym_COLON_EQ, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3203), 1, + anon_sym_SEMI, + STATE(1196), 1, + sym__assign_value, + STATE(1680), 1, + sym_aspect_specification, + [42114] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2649), 1, + anon_sym_LPAREN, + STATE(1278), 1, + sym_formal_part, + ACTIONS(3205), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [42017] = 6, + [42129] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(3202), 1, - anon_sym_RPAREN, - STATE(262), 1, - sym_actual_parameter_part, - [42036] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(3204), 1, - anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - [42055] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(3206), 1, - anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - [42074] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(3208), 1, - anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - [42093] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(3210), 1, - anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - [42112] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3214), 1, - aux_sym_elsif_expression_item_token1, - ACTIONS(3212), 2, - aux_sym_package_specification_token3, - aux_sym_expression_token4, - STATE(985), 2, - sym_elsif_statement_item, - aux_sym_if_statement_repeat1, - [42127] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2102), 1, + ACTIONS(2104), 1, anon_sym_COLON_EQ, - ACTIONS(2214), 1, + ACTIONS(2199), 1, aux_sym_with_clause_token2, - ACTIONS(3217), 1, + ACTIONS(3207), 1, anon_sym_SEMI, - STATE(1298), 1, + STATE(1297), 1, sym__assign_value, - STATE(1776), 1, + STATE(1783), 1, sym_aspect_specification, - [42146] = 6, + [42148] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2102), 1, - anon_sym_COLON_EQ, - ACTIONS(2214), 1, + ACTIONS(2199), 1, aux_sym_with_clause_token2, - ACTIONS(3219), 1, + ACTIONS(3189), 1, anon_sym_SEMI, - STATE(1182), 1, - sym__assign_value, - STATE(1797), 1, + ACTIONS(3193), 1, + aux_sym_object_renaming_declaration_token1, + ACTIONS(3209), 1, + aux_sym_package_specification_token2, + STATE(1587), 1, sym_aspect_specification, - [42165] = 3, + [42167] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3221), 1, + ACTIONS(3211), 1, anon_sym_SEMI, ACTIONS(913), 4, sym_tick, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COLON_EQ, - [42178] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1783), 1, - aux_sym_primary_null_token1, - ACTIONS(1789), 1, - aux_sym_record_component_association_list_token1, - ACTIONS(3223), 1, - aux_sym_compilation_unit_token1, - ACTIONS(3225), 1, - aux_sym_with_clause_token1, - STATE(1471), 1, - sym_record_definition, - [42197] = 6, + [42180] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, sym_tick, - ACTIONS(981), 1, + ACTIONS(985), 1, anon_sym_LPAREN, - ACTIONS(2006), 1, + ACTIONS(1994), 1, anon_sym_DOT, - ACTIONS(3227), 1, - anon_sym_SEMI, - STATE(262), 1, + ACTIONS(3213), 1, + anon_sym_RPAREN, + STATE(261), 1, sym_actual_parameter_part, - [42216] = 6, + [42199] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(3229), 1, - anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - [42235] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, + ACTIONS(2199), 1, aux_sym_with_clause_token2, - ACTIONS(3231), 1, - anon_sym_SEMI, - ACTIONS(3233), 1, - aux_sym_package_specification_token2, - ACTIONS(3235), 1, - aux_sym_object_renaming_declaration_token1, - STATE(1587), 1, - sym_aspect_specification, - [42254] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2230), 1, - aux_sym_iterator_filter_token1, - STATE(1333), 1, - sym_iterator_filter, - ACTIONS(3237), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [42269] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2653), 1, + ACTIONS(2649), 1, anon_sym_LPAREN, - STATE(1279), 1, + ACTIONS(3215), 1, + anon_sym_SEMI, + STATE(1154), 1, sym_formal_part, - ACTIONS(3239), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [42284] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(3241), 1, - anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - [42303] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1783), 1, - aux_sym_primary_null_token1, - ACTIONS(1789), 1, - aux_sym_record_component_association_list_token1, - ACTIONS(3066), 1, - aux_sym_interface_type_definition_token2, - ACTIONS(3243), 1, - aux_sym_allocator_token1, - STATE(1354), 1, - sym_record_definition, - [42322] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3245), 1, - anon_sym_SEMI, - ACTIONS(3247), 1, - aux_sym_package_specification_token2, - ACTIONS(3249), 1, - aux_sym_object_renaming_declaration_token1, - STATE(1933), 1, + STATE(1590), 1, sym_aspect_specification, - [42341] = 3, + [42218] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3251), 2, + ACTIONS(3217), 2, anon_sym_EQ_GT, anon_sym_PIPE, ACTIONS(921), 3, sym_tick, anon_sym_DOT, anon_sym_LPAREN, - [42354] = 6, + [42231] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(3253), 1, + ACTIONS(2104), 1, + anon_sym_COLON_EQ, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3219), 1, anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - [42373] = 6, + STATE(1245), 1, + sym__assign_value, + STATE(1792), 1, + sym_aspect_specification, + [42250] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(981), 1, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3221), 1, anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(3255), 1, - sym_tick, - ACTIONS(3257), 1, - aux_sym_iterated_element_association_token2, - STATE(262), 1, - sym_actual_parameter_part, - [42392] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(3259), 1, + ACTIONS(3223), 1, anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - [42411] = 6, + STATE(1307), 1, + sym_formal_part, + STATE(1896), 1, + sym_aspect_specification, + [42269] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, + ACTIONS(2649), 1, anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(3261), 1, - aux_sym_object_renaming_declaration_token1, - STATE(262), 1, - sym_actual_parameter_part, - [42430] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(3263), 1, - anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - [42449] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2653), 1, - anon_sym_LPAREN, - ACTIONS(2742), 1, + ACTIONS(2735), 1, aux_sym_result_profile_token1, STATE(1397), 1, sym_formal_part, - STATE(1279), 2, + STATE(824), 2, sym__parameter_and_result_profile, sym_result_profile, - [42466] = 2, + [42286] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3265), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_iterator_filter_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - [42477] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3178), 1, - aux_sym_elsif_expression_item_token1, - ACTIONS(3267), 1, - anon_sym_RPAREN, - ACTIONS(3269), 1, + ACTIONS(3225), 1, + aux_sym_package_specification_token3, + ACTIONS(3227), 1, aux_sym_expression_token4, - STATE(1017), 2, + ACTIONS(3229), 1, + aux_sym_elsif_expression_item_token1, + STATE(1050), 2, + sym_elsif_statement_item, + aux_sym_if_statement_repeat1, + [42303] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3129), 1, + anon_sym_LPAREN, + ACTIONS(3231), 1, + aux_sym_package_specification_token2, + STATE(1240), 1, + sym_known_discriminant_part, + STATE(1766), 1, + sym_aspect_specification, + [42322] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(3233), 1, + anon_sym_SEMI, + STATE(261), 1, + sym_actual_parameter_part, + [42341] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(3235), 1, + anon_sym_SEMI, + STATE(261), 1, + sym_actual_parameter_part, + [42360] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3237), 1, + anon_sym_RPAREN, + ACTIONS(3239), 1, + aux_sym_expression_token4, + ACTIONS(3241), 1, + aux_sym_elsif_expression_item_token1, + STATE(1024), 2, sym_elsif_expression_item, aux_sym_if_expression_repeat1, - [42494] = 6, + [42377] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2102), 1, - anon_sym_COLON_EQ, - ACTIONS(2214), 1, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(3243), 1, + anon_sym_SEMI, + STATE(261), 1, + sym_actual_parameter_part, + [42396] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, aux_sym_with_clause_token2, - ACTIONS(3271), 1, + ACTIONS(3177), 1, anon_sym_SEMI, - STATE(1193), 1, - sym__assign_value, - STATE(1810), 1, - sym_aspect_specification, - [42513] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(3273), 1, - anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - [42532] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(3275), 1, - anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - [42551] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3277), 1, + ACTIONS(3181), 1, + aux_sym_object_renaming_declaration_token1, + ACTIONS(3245), 1, aux_sym_package_specification_token2, - ACTIONS(921), 4, - sym_tick, - anon_sym_DOT, - anon_sym_LPAREN, - aux_sym_with_clause_token2, - [42564] = 6, + STATE(1933), 1, + sym_aspect_specification, + [42415] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, sym_tick, - ACTIONS(981), 1, + ACTIONS(985), 1, anon_sym_LPAREN, - ACTIONS(2006), 1, + ACTIONS(1994), 1, anon_sym_DOT, - ACTIONS(3280), 1, - aux_sym_at_clause_token1, - STATE(262), 1, + ACTIONS(3247), 1, + anon_sym_SEMI, + STATE(261), 1, sym_actual_parameter_part, - [42583] = 6, + [42434] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3049), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(3051), 1, + aux_sym_access_to_subprogram_definition_token3, + STATE(977), 1, + sym__subprogram_specification, + STATE(1057), 1, + sym_function_specification, + STATE(1126), 1, + sym_procedure_specification, + [42453] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(3249), 1, + anon_sym_SEMI, + STATE(261), 1, + sym_actual_parameter_part, + [42472] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2649), 1, + anon_sym_LPAREN, + STATE(1166), 1, + sym_formal_part, + ACTIONS(3251), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [42487] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2649), 1, + anon_sym_LPAREN, + ACTIONS(2735), 1, + aux_sym_result_profile_token1, + STATE(1397), 1, + sym_formal_part, + STATE(1166), 2, + sym__parameter_and_result_profile, + sym_result_profile, + [42504] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(2649), 1, + anon_sym_LPAREN, + ACTIONS(3253), 1, + anon_sym_SEMI, + STATE(1257), 1, + sym_formal_part, + STATE(1706), 1, + sym_aspect_specification, + [42523] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(3255), 1, + anon_sym_SEMI, + STATE(261), 1, + sym_actual_parameter_part, + [42542] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1937), 1, aux_sym_access_to_subprogram_definition_token2, ACTIONS(1939), 1, aux_sym_access_to_subprogram_definition_token3, - STATE(1124), 1, - sym__subprogram_specification, - STATE(1128), 1, - sym_procedure_specification, - STATE(1136), 1, + STATE(1057), 1, sym_function_specification, - [42602] = 2, + STATE(1070), 1, + sym__subprogram_specification, + STATE(1126), 1, + sym_procedure_specification, + [42561] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3282), 5, + ACTIONS(3257), 5, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_iterator_filter_token1, anon_sym_SEMI, aux_sym_package_specification_token2, - [42613] = 4, + [42572] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3284), 1, - aux_sym_expression_token1, - STATE(1014), 1, - aux_sym__interface_list_repeat1, - ACTIONS(2823), 3, + ACTIONS(3049), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(3051), 1, + aux_sym_access_to_subprogram_definition_token3, + STATE(987), 1, + sym__subprogram_specification, + STATE(1057), 1, + sym_function_specification, + STATE(1126), 1, + sym_procedure_specification, + [42591] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(3259), 1, anon_sym_SEMI, + STATE(261), 1, + sym_actual_parameter_part, + [42610] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(3261), 1, + sym_tick, + ACTIONS(3263), 1, + aux_sym_iterated_element_association_token2, + STATE(261), 1, + sym_actual_parameter_part, + [42629] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2104), 1, + anon_sym_COLON_EQ, + ACTIONS(2199), 1, aux_sym_with_clause_token2, - aux_sym_expression_token3, - [42628] = 4, + ACTIONS(3265), 1, + anon_sym_SEMI, + STATE(1258), 1, + sym__assign_value, + STATE(1804), 1, + sym_aspect_specification, + [42648] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(3267), 1, + anon_sym_SEMI, + STATE(261), 1, + sym_actual_parameter_part, + [42667] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2649), 1, + anon_sym_LPAREN, + ACTIONS(2735), 1, + aux_sym_result_profile_token1, + STATE(1397), 1, + sym_formal_part, + STATE(828), 2, + sym__parameter_and_result_profile, + sym_result_profile, + [42684] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(3269), 1, + anon_sym_SEMI, + STATE(261), 1, + sym_actual_parameter_part, + [42703] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(75), 1, aux_sym_delay_until_statement_token1, - STATE(1706), 1, + STATE(1624), 1, sym_delay_alternative, STATE(31), 3, sym__delay_statement, sym_delay_until_statement, sym_delay_relative_statement, - [42643] = 6, + [42718] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, sym_tick, - ACTIONS(981), 1, + ACTIONS(985), 1, anon_sym_LPAREN, - ACTIONS(2006), 1, + ACTIONS(1994), 1, anon_sym_DOT, - ACTIONS(2427), 1, - aux_sym_range_attribute_designator_token1, - STATE(262), 1, + ACTIONS(3271), 1, + anon_sym_SEMI, + STATE(261), 1, sym_actual_parameter_part, - [42662] = 4, + [42737] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3289), 1, - aux_sym_elsif_expression_item_token1, - ACTIONS(3287), 2, - anon_sym_RPAREN, - aux_sym_expression_token4, - STATE(1017), 2, - sym_elsif_expression_item, - aux_sym_if_expression_repeat1, - [42677] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(3292), 1, - aux_sym_object_renaming_declaration_token1, - STATE(262), 1, - sym_actual_parameter_part, - [42696] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(3294), 1, - anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - [42715] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3048), 1, - anon_sym_COMMA, - ACTIONS(3050), 1, - anon_sym_RBRACK, - STATE(1184), 1, - aux_sym_positional_array_aggregate_repeat1, - ACTIONS(3052), 2, - anon_sym_EQ_GT, - anon_sym_PIPE, - [42732] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(3296), 1, - anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - [42751] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(2653), 1, - anon_sym_LPAREN, - ACTIONS(3298), 1, - anon_sym_SEMI, - STATE(1215), 1, - sym_formal_part, - STATE(1591), 1, - sym_aspect_specification, - [42770] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2102), 1, - anon_sym_COLON_EQ, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3300), 1, - anon_sym_SEMI, - STATE(1314), 1, - sym__assign_value, - STATE(1633), 1, - sym_aspect_specification, - [42789] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(3302), 1, - anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - [42808] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(3304), 1, - aux_sym_object_renaming_declaration_token1, - STATE(262), 1, - sym_actual_parameter_part, - [42827] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(3306), 1, - anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - [42846] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2090), 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, - [42857] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(2653), 1, - anon_sym_LPAREN, - ACTIONS(3308), 1, - anon_sym_SEMI, - STATE(1258), 1, - sym_formal_part, - STATE(1694), 1, - sym_aspect_specification, - [42876] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(3310), 1, - anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - [42895] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2102), 1, - anon_sym_COLON_EQ, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3312), 1, - anon_sym_SEMI, - STATE(1320), 1, - sym__assign_value, - STATE(1945), 1, - sym_aspect_specification, - [42914] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2102), 1, - anon_sym_COLON_EQ, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3314), 1, - anon_sym_SEMI, - STATE(1321), 1, - sym__assign_value, - STATE(1873), 1, - sym_aspect_specification, - [42933] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3082), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(3084), 1, - aux_sym_access_to_subprogram_definition_token3, - STATE(992), 1, - sym__subprogram_specification, - STATE(1128), 1, - sym_procedure_specification, - STATE(1136), 1, - sym_function_specification, - [42952] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(3316), 1, - anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - [42971] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(3318), 1, - anon_sym_SEMI, - STATE(262), 1, - sym_actual_parameter_part, - [42990] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2230), 1, - aux_sym_iterator_filter_token1, - STATE(1272), 1, - sym_iterator_filter, - ACTIONS(3320), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [43005] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3124), 1, - anon_sym_LPAREN, - ACTIONS(3322), 1, - aux_sym_package_specification_token2, - STATE(1241), 1, - sym_known_discriminant_part, - STATE(1758), 1, - sym_aspect_specification, - [43024] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3172), 1, - aux_sym_elsif_expression_item_token1, - ACTIONS(3324), 1, - aux_sym_package_specification_token3, - ACTIONS(3326), 1, - aux_sym_expression_token4, - STATE(965), 2, - sym_elsif_statement_item, - aux_sym_if_statement_repeat1, - [43041] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3328), 1, - anon_sym_LPAREN, - ACTIONS(3330), 1, - anon_sym_SEMI, - STATE(1217), 1, - sym_formal_part, - STATE(1834), 1, - sym_aspect_specification, - [43060] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - ACTIONS(3332), 1, - anon_sym_COMMA, - STATE(262), 1, - sym_actual_parameter_part, - [43079] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3231), 1, - anon_sym_SEMI, - ACTIONS(3235), 1, - aux_sym_object_renaming_declaration_token1, - ACTIONS(3334), 1, - aux_sym_package_specification_token2, - STATE(1448), 1, - sym_aspect_specification, - [43098] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3046), 5, + ACTIONS(3273), 5, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_iterator_filter_token1, anon_sym_SEMI, aux_sym_package_specification_token2, - [43109] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2751), 1, - anon_sym_SEMI, - ACTIONS(921), 4, - sym_tick, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COLON_EQ, - [43122] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3245), 1, - anon_sym_SEMI, - ACTIONS(3249), 1, - aux_sym_object_renaming_declaration_token1, - ACTIONS(3336), 1, - aux_sym_package_specification_token2, - STATE(1442), 1, - sym_aspect_specification, - [43141] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2102), 1, - anon_sym_COLON_EQ, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3338), 1, - anon_sym_SEMI, - STATE(1262), 1, - sym__assign_value, - STATE(1676), 1, - sym_aspect_specification, - [43160] = 6, + [42748] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, sym_tick, - ACTIONS(981), 1, + ACTIONS(985), 1, anon_sym_LPAREN, - ACTIONS(2006), 1, + ACTIONS(1994), 1, anon_sym_DOT, - ACTIONS(3340), 1, + ACTIONS(3275), 1, anon_sym_SEMI, - STATE(262), 1, + STATE(261), 1, sym_actual_parameter_part, - [43179] = 5, + [42767] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2653), 1, + ACTIONS(2649), 1, anon_sym_LPAREN, - ACTIONS(2742), 1, + ACTIONS(2735), 1, aux_sym_result_profile_token1, STATE(1397), 1, sym_formal_part, STATE(829), 2, sym__parameter_and_result_profile, sym_result_profile, - [43196] = 6, + [42784] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2102), 1, - anon_sym_COLON_EQ, - ACTIONS(2214), 1, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(3277), 1, + aux_sym_object_renaming_declaration_token1, + STATE(261), 1, + sym_actual_parameter_part, + [42803] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3281), 1, + aux_sym_elsif_expression_item_token1, + ACTIONS(3279), 2, + anon_sym_RPAREN, + aux_sym_expression_token4, + STATE(1024), 2, + sym_elsif_expression_item, + aux_sym_if_expression_repeat1, + [42818] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3229), 1, + aux_sym_elsif_expression_item_token1, + ACTIONS(3284), 1, + aux_sym_package_specification_token3, + ACTIONS(3286), 1, + aux_sym_expression_token4, + STATE(995), 2, + sym_elsif_statement_item, + aux_sym_if_statement_repeat1, + [42835] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3288), 1, + aux_sym_package_specification_token2, + ACTIONS(921), 4, + sym_tick, + anon_sym_DOT, + anon_sym_LPAREN, aux_sym_with_clause_token2, - ACTIONS(3342), 1, + [42848] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(3291), 1, anon_sym_SEMI, - STATE(1332), 1, + STATE(261), 1, + sym_actual_parameter_part, + [42867] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3293), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_iterator_filter_token1, + anon_sym_SEMI, + aux_sym_package_specification_token2, + [42878] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3295), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_iterator_filter_token1, + anon_sym_SEMI, + aux_sym_package_specification_token2, + [42889] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2104), 1, + anon_sym_COLON_EQ, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3297), 1, + anon_sym_SEMI, + STATE(1319), 1, sym__assign_value, - STATE(1651), 1, + STATE(1946), 1, sym_aspect_specification, - [43215] = 4, + [42908] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2104), 1, + anon_sym_COLON_EQ, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3299), 1, + anon_sym_SEMI, + STATE(1320), 1, + sym__assign_value, + STATE(1873), 1, + sym_aspect_specification, + [42927] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2052), 5, + aux_sym_iterated_element_association_token1, + aux_sym_subprogram_body_token1, + aux_sym_declare_expression_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + [42938] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2222), 1, + aux_sym_iterator_filter_token1, + STATE(1336), 1, + sym_iterator_filter, + ACTIONS(3301), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [42953] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1795), 1, + aux_sym_primary_null_token1, + ACTIONS(1801), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(3303), 1, + aux_sym_compilation_unit_token1, + ACTIONS(3305), 1, + aux_sym_with_clause_token1, + STATE(1471), 1, + sym_record_definition, + [42972] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1937), 1, aux_sym_access_to_subprogram_definition_token2, ACTIONS(1939), 1, aux_sym_access_to_subprogram_definition_token3, - STATE(1174), 3, + STATE(1168), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, - [43230] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3344), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_iterator_filter_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - [43241] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3346), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_iterator_filter_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - [43252] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2102), 1, - anon_sym_COLON_EQ, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3348), 1, - anon_sym_SEMI, - STATE(1222), 1, - sym__assign_value, - STATE(1729), 1, - sym_aspect_specification, - [43271] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2653), 1, - anon_sym_LPAREN, - ACTIONS(2742), 1, - aux_sym_result_profile_token1, - STATE(1397), 1, - sym_formal_part, - STATE(822), 2, - sym__parameter_and_result_profile, - sym_result_profile, - [43288] = 6, + [42987] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, sym_tick, - ACTIONS(981), 1, + ACTIONS(985), 1, anon_sym_LPAREN, - ACTIONS(2006), 1, + ACTIONS(1994), 1, anon_sym_DOT, - ACTIONS(3350), 1, - anon_sym_SEMI, - STATE(262), 1, + ACTIONS(3307), 1, + aux_sym_object_renaming_declaration_token1, + STATE(261), 1, sym_actual_parameter_part, - [43307] = 5, + [43006] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3352), 1, - aux_sym_package_specification_token3, - ACTIONS(3354), 1, - aux_sym_expression_token3, - ACTIONS(3356), 1, - aux_sym_expression_token4, - STATE(1056), 1, - aux_sym_selective_accept_repeat1, - [43323] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3358), 1, - aux_sym_iterator_filter_token1, - ACTIONS(3361), 1, - aux_sym_package_specification_token3, - STATE(1055), 2, - sym_variant, - aux_sym_variant_list_repeat1, - [43337] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3365), 1, - aux_sym_expression_token3, - STATE(1056), 1, - aux_sym_selective_accept_repeat1, - ACTIONS(3363), 2, - aux_sym_package_specification_token3, - aux_sym_expression_token4, - [43351] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - STATE(1395), 1, - sym_aspect_specification, - ACTIONS(3368), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [43365] = 4, - ACTIONS(3), 1, - sym_comment, - STATE(1308), 1, - sym__enumeration_literal_specification, - STATE(1927), 1, - sym__enumeration_literal_list, - ACTIONS(3370), 2, - sym_identifier, - sym_character_literal, - [43379] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2980), 1, - aux_sym_iterated_element_association_token2, - ACTIONS(921), 3, + ACTIONS(941), 1, sym_tick, - anon_sym_DOT, + ACTIONS(985), 1, anon_sym_LPAREN, - [43391] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3064), 1, - aux_sym_allocator_token1, - ACTIONS(3166), 1, - aux_sym_private_extension_declaration_token1, - ACTIONS(3372), 1, - aux_sym_with_clause_token1, - ACTIONS(3374), 1, - aux_sym_private_type_declaration_token2, - [43407] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3378), 1, - aux_sym_expression_token1, - ACTIONS(3376), 3, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(3309), 1, anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [43419] = 5, + STATE(261), 1, + sym_actual_parameter_part, + [43025] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3380), 1, - anon_sym_SEMI, - ACTIONS(3382), 1, - aux_sym_with_clause_token2, - ACTIONS(3385), 1, - aux_sym_expression_token1, - STATE(1440), 1, - sym_record_extension_part, - [43435] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3387), 1, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(3311), 1, anon_sym_COMMA, - STATE(1486), 1, - aux_sym_positional_array_aggregate_repeat1, - ACTIONS(3052), 2, - anon_sym_EQ_GT, - anon_sym_PIPE, - [43449] = 2, + STATE(261), 1, + sym_actual_parameter_part, + [43044] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3389), 4, - anon_sym_SEMI, - aux_sym_package_specification_token2, + ACTIONS(2199), 1, aux_sym_with_clause_token2, - aux_sym_expression_token3, - [43459] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3245), 1, + ACTIONS(3313), 1, + anon_sym_LPAREN, + ACTIONS(3315), 1, anon_sym_SEMI, - ACTIONS(3247), 1, - aux_sym_package_specification_token2, - STATE(1933), 1, + STATE(1276), 1, + sym_formal_part, + STATE(1833), 1, sym_aspect_specification, - [43475] = 5, + [43063] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3190), 1, - sym_identifier, - STATE(1296), 1, - sym_discriminant_specification, - STATE(1793), 1, - sym__defining_identifier_list, - STATE(1798), 1, - sym_discriminant_specification_list, - [43491] = 5, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(3317), 1, + aux_sym_object_renaming_declaration_token1, + STATE(261), 1, + sym_actual_parameter_part, + [43082] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1783), 1, - aux_sym_primary_null_token1, - ACTIONS(1789), 1, - aux_sym_record_component_association_list_token1, - ACTIONS(3391), 1, - aux_sym_compilation_unit_token1, - STATE(1418), 1, - sym_record_definition, - [43507] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2102), 1, - anon_sym_COLON_EQ, - STATE(1468), 1, - sym__assign_value, - ACTIONS(3393), 2, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(3319), 1, anon_sym_SEMI, - aux_sym_accept_statement_token2, - [43521] = 2, + STATE(261), 1, + sym_actual_parameter_part, + [43101] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3395), 4, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - [43531] = 2, + ACTIONS(3241), 1, + aux_sym_elsif_expression_item_token1, + ACTIONS(3321), 1, + anon_sym_RPAREN, + ACTIONS(3323), 1, + aux_sym_expression_token4, + STATE(999), 2, + sym_elsif_expression_item, + aux_sym_if_expression_repeat1, + [43118] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3397), 4, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - [43541] = 4, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(3325), 1, + anon_sym_RPAREN, + STATE(261), 1, + sym_actual_parameter_part, + [43137] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3399), 1, + ACTIONS(3138), 5, + anon_sym_COMMA, + anon_sym_RPAREN, aux_sym_iterator_filter_token1, - ACTIONS(3401), 1, + anon_sym_SEMI, + aux_sym_package_specification_token2, + [43148] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1795), 1, + aux_sym_primary_null_token1, + ACTIONS(1801), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(3047), 1, + aux_sym_interface_type_definition_token2, + ACTIONS(3327), 1, + aux_sym_allocator_token1, + STATE(1352), 1, + sym_record_definition, + [43167] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(3329), 1, + anon_sym_SEMI, + STATE(261), 1, + sym_actual_parameter_part, + [43186] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3331), 1, + sym_identifier, + ACTIONS(3333), 1, + anon_sym_LT_GT, + STATE(1295), 1, + sym_discriminant_specification, + STATE(1797), 1, + sym__defining_identifier_list, + STATE(1801), 1, + sym_discriminant_specification_list, + [43205] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(3335), 1, + anon_sym_SEMI, + STATE(261), 1, + sym_actual_parameter_part, + [43224] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(3337), 1, + anon_sym_SEMI, + STATE(261), 1, + sym_actual_parameter_part, + [43243] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3341), 1, + aux_sym_elsif_expression_item_token1, + ACTIONS(3339), 2, aux_sym_package_specification_token3, - STATE(1055), 2, + aux_sym_expression_token4, + STATE(1050), 2, + sym_elsif_statement_item, + aux_sym_if_statement_repeat1, + [43258] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + ACTIONS(3344), 1, + aux_sym_object_renaming_declaration_token1, + STATE(261), 1, + sym_actual_parameter_part, + [43277] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2749), 1, + aux_sym_expression_token1, + STATE(966), 1, + aux_sym__interface_list_repeat1, + ACTIONS(3346), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [43292] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3350), 1, + aux_sym_allocator_token1, + ACTIONS(3352), 1, + aux_sym_private_type_declaration_token2, + ACTIONS(3348), 2, + aux_sym_with_clause_token1, + aux_sym_private_extension_declaration_token1, + [43306] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3354), 1, + aux_sym_iterator_filter_token1, + ACTIONS(3356), 1, + aux_sym_package_specification_token3, + STATE(1125), 2, sym_variant, aux_sym_variant_list_repeat1, - [43555] = 5, + [43320] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1783), 1, - aux_sym_primary_null_token1, - ACTIONS(1789), 1, - aux_sym_record_component_association_list_token1, - ACTIONS(3403), 1, - aux_sym_compilation_unit_token1, - STATE(1418), 1, - sym_record_definition, - [43571] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3405), 1, - anon_sym_COMMA, - STATE(1118), 1, - aux_sym__array_component_association_list_repeat1, - ACTIONS(3407), 2, - anon_sym_RPAREN, - anon_sym_RBRACK, - [43585] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3411), 1, - aux_sym_range_attribute_designator_token1, - STATE(1462), 1, - sym_real_range_specification, - ACTIONS(3409), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [43599] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3415), 1, - aux_sym_expression_token1, - ACTIONS(3413), 3, + ACTIONS(3358), 4, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [43611] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3417), 1, - anon_sym_SEMI, - ACTIONS(3419), 1, - aux_sym_with_clause_token2, - ACTIONS(3422), 1, - aux_sym_expression_token1, - STATE(1436), 1, - sym_record_extension_part, - [43627] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2102), 1, anon_sym_COLON_EQ, - STATE(1417), 1, - sym__assign_value, - ACTIONS(3424), 2, - anon_sym_SEMI, - aux_sym_accept_statement_token2, - [43641] = 5, + [43330] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1783), 1, + ACTIONS(1795), 1, aux_sym_primary_null_token1, - ACTIONS(1789), 1, + ACTIONS(1801), 1, aux_sym_record_component_association_list_token1, - ACTIONS(3223), 1, + ACTIONS(3303), 1, aux_sym_compilation_unit_token1, STATE(1471), 1, sym_record_definition, - [43657] = 5, + [43346] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3426), 1, - anon_sym_SEMI, - ACTIONS(3428), 1, - aux_sym_expression_token3, - STATE(1536), 1, - sym_aspect_specification, - [43673] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3430), 1, - aux_sym_compilation_unit_token1, - ACTIONS(3432), 1, - anon_sym_SEMI, - ACTIONS(3434), 1, - aux_sym_with_clause_token1, - ACTIONS(3436), 1, - aux_sym_expression_token3, - [43689] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3438), 1, - anon_sym_SEMI, - ACTIONS(3440), 1, + ACTIONS(3362), 1, aux_sym_package_specification_token2, - STATE(1585), 1, - sym_aspect_specification, - [43705] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3411), 1, - aux_sym_range_attribute_designator_token1, - STATE(1449), 1, - sym_real_range_specification, - ACTIONS(3442), 2, + ACTIONS(3360), 3, anon_sym_SEMI, aux_sym_with_clause_token2, - [43719] = 4, + aux_sym_object_renaming_declaration_token1, + [43358] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3446), 1, + ACTIONS(3365), 4, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + [43368] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3369), 1, aux_sym_allocator_token1, - ACTIONS(3448), 1, + ACTIONS(3371), 1, aux_sym_private_type_declaration_token2, - ACTIONS(3444), 2, + ACTIONS(3367), 2, aux_sym_with_clause_token1, aux_sym_private_extension_declaration_token1, - [43733] = 2, + [43382] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3450), 4, - anon_sym_RPAREN, + ACTIONS(3373), 1, aux_sym_iterator_filter_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - [43743] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1783), 1, - aux_sym_primary_null_token1, - ACTIONS(1789), 1, - aux_sym_record_component_association_list_token1, - ACTIONS(3452), 1, - aux_sym_compilation_unit_token1, - STATE(1418), 1, - sym_record_definition, - [43759] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1783), 1, - aux_sym_primary_null_token1, - ACTIONS(1789), 1, - aux_sym_record_component_association_list_token1, - ACTIONS(3454), 1, - aux_sym_with_clause_token1, - STATE(1354), 1, - sym_record_definition, - [43775] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3456), 1, - aux_sym_attribute_designator_token3, - ACTIONS(3458), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [43787] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3354), 1, - aux_sym_expression_token3, - ACTIONS(3460), 1, + ACTIONS(3375), 1, aux_sym_package_specification_token3, - ACTIONS(3462), 1, + STATE(1120), 2, + sym_case_statement_alternative, + aux_sym_case_statement_repeat1, + [43396] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2104), 1, + anon_sym_COLON_EQ, + STATE(1419), 1, + sym__assign_value, + ACTIONS(3377), 2, + anon_sym_SEMI, + aux_sym_accept_statement_token2, + [43410] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1795), 1, + aux_sym_primary_null_token1, + ACTIONS(1801), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(3379), 1, + aux_sym_compilation_unit_token1, + STATE(1417), 1, + sym_record_definition, + [43426] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3381), 1, + aux_sym_package_specification_token3, + ACTIONS(3383), 1, + aux_sym_expression_token3, + ACTIONS(3385), 1, aux_sym_expression_token4, - STATE(1116), 1, + STATE(1069), 1, aux_sym_selective_accept_repeat1, - [43803] = 4, + [43442] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3399), 1, - aux_sym_iterator_filter_token1, - STATE(1628), 1, - sym_variant_list, - STATE(1071), 2, - sym_variant, - aux_sym_variant_list_repeat1, - [43817] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3464), 4, - anon_sym_SEMI, + ACTIONS(2199), 1, aux_sym_with_clause_token2, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - [43827] = 2, + ACTIONS(3387), 1, + anon_sym_SEMI, + ACTIONS(3389), 1, + aux_sym_package_specification_token2, + STATE(1584), 1, + sym_aspect_specification, + [43458] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3466), 4, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - [43837] = 5, + ACTIONS(1795), 1, + aux_sym_primary_null_token1, + ACTIONS(1801), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(3391), 1, + aux_sym_with_clause_token1, + STATE(1352), 1, + sym_record_definition, + [43474] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3380), 1, + ACTIONS(3393), 1, anon_sym_SEMI, - ACTIONS(3468), 1, + ACTIONS(3395), 1, aux_sym_with_clause_token2, - ACTIONS(3471), 1, + ACTIONS(3398), 1, aux_sym_expression_token1, STATE(1440), 1, sym_record_extension_part, - [43853] = 5, + [43490] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3473), 1, - anon_sym_SEMI, - ACTIONS(3475), 1, - aux_sym_with_clause_token2, - ACTIONS(3478), 1, - aux_sym_expression_token1, - STATE(1414), 1, - sym_record_extension_part, - [43869] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - STATE(1363), 1, - sym_aspect_specification, - ACTIONS(3480), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [43883] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3231), 1, - anon_sym_SEMI, - ACTIONS(3233), 1, - aux_sym_package_specification_token2, - STATE(1587), 1, - sym_aspect_specification, - [43899] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2653), 1, - anon_sym_LPAREN, - ACTIONS(3482), 1, - anon_sym_SEMI, - ACTIONS(3484), 1, - aux_sym_accept_statement_token2, - STATE(1350), 1, - sym_formal_part, - [43915] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1783), 1, - aux_sym_primary_null_token1, - ACTIONS(1789), 1, - aux_sym_record_component_association_list_token1, - ACTIONS(3486), 1, - aux_sym_compilation_unit_token1, - STATE(1418), 1, - sym_record_definition, - [43931] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3488), 1, - anon_sym_COMMA, - STATE(1098), 1, - aux_sym__name_list_repeat1, - ACTIONS(3011), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [43945] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2102), 1, - anon_sym_COLON_EQ, - STATE(1359), 1, - sym__assign_value, - ACTIONS(3491), 2, - anon_sym_SEMI, - aux_sym_accept_statement_token2, - [43959] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2102), 1, - anon_sym_COLON_EQ, - STATE(1372), 1, - sym__assign_value, - ACTIONS(3491), 2, - anon_sym_SEMI, - aux_sym_accept_statement_token2, - [43973] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3354), 1, + ACTIONS(3383), 1, aux_sym_expression_token3, - ACTIONS(3493), 1, + ACTIONS(3400), 1, aux_sym_package_specification_token3, - ACTIONS(3495), 1, + ACTIONS(3402), 1, aux_sym_expression_token4, - STATE(1054), 1, + STATE(1108), 1, aux_sym_selective_accept_repeat1, - [43989] = 5, + [43506] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - STATE(988), 1, - sym_actual_parameter_part, - [44005] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, + ACTIONS(2199), 1, aux_sym_with_clause_token2, - ACTIONS(2972), 1, - aux_sym_iterator_filter_token1, - STATE(1435), 1, + STATE(1395), 1, sym_aspect_specification, - STATE(1663), 1, - sym_entry_barrier, - [44021] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3497), 4, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - [44031] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3499), 1, - sym_identifier, - STATE(938), 1, - sym__aspect_mark, - STATE(945), 1, - sym_aspect_association, - STATE(1084), 1, - sym_aspect_mark_list, - [44047] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1941), 1, - anon_sym_COMMA, - ACTIONS(2753), 1, - aux_sym_object_renaming_declaration_token1, - ACTIONS(3501), 1, - anon_sym_COLON, - STATE(1160), 1, - aux_sym__defining_identifier_list_repeat1, - [44063] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3245), 1, - anon_sym_SEMI, - ACTIONS(3504), 1, - aux_sym_package_specification_token2, - STATE(1442), 1, - sym_aspect_specification, - [44079] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - STATE(1431), 1, - sym_aspect_specification, - ACTIONS(3506), 2, + ACTIONS(3404), 2, anon_sym_RPAREN, anon_sym_SEMI, - [44093] = 4, + [43520] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - STATE(1428), 1, - sym_aspect_specification, - ACTIONS(3508), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [44107] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3510), 4, - anon_sym_SEMI, - aux_sym_with_clause_token2, + ACTIONS(3408), 1, aux_sym_expression_token3, - anon_sym_COLON_EQ, - [44117] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1941), 1, - anon_sym_COMMA, - ACTIONS(2753), 1, - aux_sym_object_renaming_declaration_token1, - ACTIONS(3512), 1, - anon_sym_COLON, - STATE(1160), 1, - aux_sym__defining_identifier_list_repeat1, - [44133] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(941), 1, - sym_tick, - ACTIONS(981), 1, - anon_sym_LPAREN, - ACTIONS(2006), 1, - anon_sym_DOT, - STATE(262), 1, - sym_actual_parameter_part, - [44149] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3190), 1, - sym_identifier, - STATE(1256), 1, - sym_parameter_specification, - STATE(1665), 1, - sym__parameter_specification_list, - STATE(1699), 1, - sym__defining_identifier_list, - [44165] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3515), 1, - anon_sym_SEMI, - ACTIONS(3517), 1, - aux_sym_expression_token3, - STATE(1751), 1, - sym_aspect_specification, - [44181] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3521), 1, - aux_sym_package_specification_token2, - ACTIONS(3519), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_object_renaming_declaration_token1, - [44193] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3354), 1, - aux_sym_expression_token3, - ACTIONS(3493), 1, - aux_sym_package_specification_token3, - ACTIONS(3495), 1, - aux_sym_expression_token4, - STATE(1056), 1, + STATE(1069), 1, aux_sym_selective_accept_repeat1, - [44209] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3526), 1, - aux_sym_expression_token2, - ACTIONS(3524), 3, + ACTIONS(3406), 2, aux_sym_package_specification_token3, - aux_sym_expression_token3, aux_sym_expression_token4, - [44221] = 4, + [43534] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3405), 1, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3189), 1, + anon_sym_SEMI, + ACTIONS(3411), 1, + aux_sym_package_specification_token2, + STATE(1447), 1, + sym_aspect_specification, + [43550] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2104), 1, + anon_sym_COLON_EQ, + STATE(1469), 1, + sym__assign_value, + ACTIONS(3413), 2, + anon_sym_SEMI, + aux_sym_accept_statement_token2, + [43564] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + STATE(1360), 1, + sym_aspect_specification, + ACTIONS(3415), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [43578] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3417), 1, anon_sym_COMMA, - STATE(1141), 1, - aux_sym__array_component_association_list_repeat1, - ACTIONS(3528), 2, + STATE(1073), 1, + aux_sym_positional_array_aggregate_repeat1, + ACTIONS(3420), 2, anon_sym_RPAREN, anon_sym_RBRACK, - [44235] = 5, + [43592] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3430), 1, - aux_sym_compilation_unit_token1, - ACTIONS(3434), 1, - aux_sym_with_clause_token1, - ACTIONS(3530), 1, - anon_sym_SEMI, - ACTIONS(3532), 1, - aux_sym_expression_token3, - [44251] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2102), 1, - anon_sym_COLON_EQ, - STATE(1404), 1, - sym__assign_value, - ACTIONS(3534), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [44265] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3538), 1, - aux_sym_allocator_token1, - ACTIONS(3540), 1, - aux_sym_private_type_declaration_token2, - ACTIONS(3536), 2, - aux_sym_with_clause_token1, - aux_sym_private_extension_declaration_token1, - [44279] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3542), 4, - anon_sym_RPAREN, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_accept_statement_token2, - [44289] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3544), 1, + ACTIONS(3422), 1, aux_sym_iterated_element_association_token2, ACTIONS(867), 3, sym_tick, anon_sym_DOT, anon_sym_LPAREN, - [44301] = 5, + [43604] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3231), 1, + ACTIONS(3425), 1, + aux_sym_attribute_designator_token3, + ACTIONS(3427), 3, anon_sym_SEMI, - ACTIONS(3547), 1, - aux_sym_package_specification_token2, - STATE(1448), 1, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [43616] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1973), 1, + anon_sym_COMMA, + ACTIONS(2759), 1, + aux_sym_object_renaming_declaration_token1, + ACTIONS(3429), 1, + anon_sym_COLON, + STATE(1147), 1, + aux_sym__defining_identifier_list_repeat1, + [43632] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3432), 1, + anon_sym_SEMI, + ACTIONS(3434), 1, + aux_sym_expression_token3, + STATE(1535), 1, sym_aspect_specification, - [44317] = 5, + [43648] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3549), 1, - anon_sym_COMMA, - ACTIONS(3551), 1, - anon_sym_RPAREN, - STATE(1224), 1, - aux_sym_record_component_association_list_repeat1, - STATE(1225), 1, - aux_sym_positional_array_aggregate_repeat1, - [44333] = 4, + ACTIONS(3436), 1, + aux_sym_compilation_unit_token1, + ACTIONS(3438), 1, + anon_sym_SEMI, + ACTIONS(3440), 1, + aux_sym_with_clause_token1, + ACTIONS(3442), 1, + aux_sym_expression_token3, + [43664] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3554), 1, + ACTIONS(1795), 1, + aux_sym_primary_null_token1, + ACTIONS(1801), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(3444), 1, + aux_sym_compilation_unit_token1, + STATE(1417), 1, + sym_record_definition, + [43680] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3006), 1, + aux_sym_iterator_filter_token1, + STATE(1435), 1, + sym_aspect_specification, + STATE(1662), 1, + sym_entry_barrier, + [43696] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3446), 1, + anon_sym_SEMI, + ACTIONS(3448), 1, + aux_sym_with_clause_token2, + ACTIONS(3451), 1, + aux_sym_expression_token1, + STATE(1466), 1, + sym_record_extension_part, + [43712] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3453), 1, + anon_sym_SEMI, + ACTIONS(3455), 1, + aux_sym_package_specification_token2, + STATE(1355), 1, + sym_aspect_specification, + [43728] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3459), 1, + aux_sym_expression_token1, + ACTIONS(3457), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [43740] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3331), 1, + sym_identifier, + STATE(1295), 1, + sym_discriminant_specification, + STATE(1797), 1, + sym__defining_identifier_list, + STATE(1801), 1, + sym_discriminant_specification_list, + [43756] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3177), 1, + anon_sym_SEMI, + ACTIONS(3245), 1, + aux_sym_package_specification_token2, + STATE(1933), 1, + sym_aspect_specification, + [43772] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3461), 1, + anon_sym_LPAREN, + ACTIONS(3463), 1, + anon_sym_SEMI, + ACTIONS(3465), 1, + aux_sym_accept_statement_token2, + STATE(1391), 1, + sym_formal_part, + [43788] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3467), 1, anon_sym_COMMA, - STATE(1126), 1, - aux_sym_positional_array_aggregate_repeat1, - ACTIONS(3557), 2, + STATE(1091), 1, + aux_sym__array_component_association_list_repeat1, + ACTIONS(3469), 2, anon_sym_RPAREN, anon_sym_RBRACK, - [44347] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3559), 1, - aux_sym_iterator_filter_token1, - ACTIONS(3562), 1, - aux_sym_package_specification_token3, - STATE(1127), 2, - sym_case_statement_alternative, - aux_sym_case_statement_repeat1, - [44361] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3564), 1, - aux_sym_package_specification_token2, - ACTIONS(3519), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_object_renaming_declaration_token1, - [44373] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3417), 1, - anon_sym_SEMI, - ACTIONS(3567), 1, - aux_sym_with_clause_token2, - ACTIONS(3570), 1, - aux_sym_expression_token1, - STATE(1436), 1, - sym_record_extension_part, - [44389] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3572), 1, - aux_sym_iterator_filter_token1, - ACTIONS(3574), 1, - aux_sym_package_specification_token3, - STATE(1127), 2, - sym_case_statement_alternative, - aux_sym_case_statement_repeat1, - [44403] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1783), 1, - aux_sym_primary_null_token1, - ACTIONS(1789), 1, - aux_sym_record_component_association_list_token1, - ACTIONS(3576), 1, - aux_sym_compilation_unit_token1, - STATE(1429), 1, - sym_record_definition, - [44419] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1783), 1, - aux_sym_primary_null_token1, - ACTIONS(1789), 1, - aux_sym_record_component_association_list_token1, - ACTIONS(3578), 1, - aux_sym_with_clause_token1, - STATE(1471), 1, - sym_record_definition, - [44435] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3580), 1, - anon_sym_SEMI, - ACTIONS(3582), 1, - aux_sym_package_specification_token2, - STATE(1401), 1, - sym_aspect_specification, - [44451] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3584), 1, - anon_sym_SEMI, - ACTIONS(3586), 1, - aux_sym_package_specification_token2, - STATE(1360), 1, - sym_aspect_specification, - [44467] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - STATE(1373), 1, - sym_aspect_specification, - ACTIONS(3588), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [44481] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3590), 1, - aux_sym_package_specification_token2, - ACTIONS(3519), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_object_renaming_declaration_token1, - [44493] = 5, + [43802] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3473), 1, + aux_sym_range_attribute_designator_token1, + STATE(1461), 1, + sym_real_range_specification, + ACTIONS(3471), 2, anon_sym_SEMI, - ACTIONS(3593), 1, aux_sym_with_clause_token2, - ACTIONS(3596), 1, - aux_sym_expression_token1, - STATE(1414), 1, - sym_record_extension_part, - [44509] = 2, + [43816] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3598), 4, + ACTIONS(3475), 4, + anon_sym_RPAREN, + aux_sym_iterator_filter_token1, anon_sym_SEMI, aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_object_renaming_declaration_token1, - [44519] = 5, + [43826] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3600), 1, - anon_sym_LPAREN, - ACTIONS(3602), 1, - anon_sym_SEMI, - ACTIONS(3604), 1, - aux_sym_accept_statement_token2, - STATE(1392), 1, - sym_formal_part, - [44535] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1783), 1, - aux_sym_primary_null_token1, - ACTIONS(1789), 1, - aux_sym_record_component_association_list_token1, - ACTIONS(3606), 1, - aux_sym_compilation_unit_token1, - STATE(1418), 1, - sym_record_definition, - [44551] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3608), 1, + ACTIONS(3477), 1, anon_sym_COMMA, - STATE(1141), 1, + STATE(1090), 1, aux_sym__array_component_association_list_repeat1, - ACTIONS(3611), 2, + ACTIONS(3480), 2, anon_sym_RPAREN, anon_sym_RBRACK, - [44565] = 3, + [43840] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3613), 1, + ACTIONS(3467), 1, + anon_sym_COMMA, + STATE(1090), 1, + aux_sym__array_component_association_list_repeat1, + ACTIONS(3482), 2, + anon_sym_RPAREN, + anon_sym_RBRACK, + [43854] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3383), 1, + aux_sym_expression_token3, + ACTIONS(3484), 1, + aux_sym_package_specification_token3, + ACTIONS(3486), 1, + aux_sym_expression_token4, + STATE(1063), 1, + aux_sym_selective_accept_repeat1, + [43870] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2649), 1, + anon_sym_LPAREN, + ACTIONS(3488), 1, + anon_sym_SEMI, + ACTIONS(3490), 1, + aux_sym_accept_statement_token2, + STATE(1349), 1, + sym_formal_part, + [43886] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3177), 1, + anon_sym_SEMI, + ACTIONS(3492), 1, aux_sym_package_specification_token2, - ACTIONS(3519), 3, + STATE(1441), 1, + sym_aspect_specification, + [43902] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3473), 1, + aux_sym_range_attribute_designator_token1, + STATE(1448), 1, + sym_real_range_specification, + ACTIONS(3494), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - aux_sym_object_renaming_declaration_token1, - [44577] = 5, + [43916] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1783), 1, + ACTIONS(1795), 1, aux_sym_primary_null_token1, - ACTIONS(1789), 1, + ACTIONS(1801), 1, aux_sym_record_component_association_list_token1, - ACTIONS(3616), 1, + ACTIONS(3496), 1, aux_sym_compilation_unit_token1, - STATE(1418), 1, + STATE(1417), 1, sym_record_definition, - [44593] = 2, + [43932] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3618), 4, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3189), 1, anon_sym_SEMI, + ACTIONS(3209), 1, aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_object_renaming_declaration_token1, - [44603] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3620), 1, - aux_sym_package_specification_token2, - STATE(1754), 1, + STATE(1587), 1, sym_aspect_specification, - [44616] = 4, + [43948] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3622), 1, - aux_sym_package_specification_token2, - STATE(1753), 1, - sym_aspect_specification, - [44629] = 2, + ACTIONS(1795), 1, + aux_sym_primary_null_token1, + ACTIONS(1801), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(3498), 1, + aux_sym_compilation_unit_token1, + STATE(1417), 1, + sym_record_definition, + [43964] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3624), 3, + ACTIONS(1795), 1, + aux_sym_primary_null_token1, + ACTIONS(1801), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(3500), 1, + aux_sym_compilation_unit_token1, + STATE(1417), 1, + sym_record_definition, + [43980] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3502), 1, anon_sym_SEMI, + ACTIONS(3504), 1, aux_sym_with_clause_token2, - aux_sym_expression_token3, - [44638] = 2, + ACTIONS(3507), 1, + aux_sym_expression_token1, + STATE(1413), 1, + sym_record_extension_part, + [43996] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3239), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [44647] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3626), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [44656] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3628), 1, + ACTIONS(3509), 1, anon_sym_COMMA, - ACTIONS(3630), 1, - anon_sym_RPAREN, - STATE(1164), 1, - aux_sym_actual_parameter_part_repeat1, - [44669] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3632), 1, - anon_sym_COMMA, - ACTIONS(3635), 1, - anon_sym_RPAREN, - STATE(1151), 1, - aux_sym_global_aspect_definition_repeat1, - [44682] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3637), 1, - anon_sym_SEMI, - STATE(1490), 1, - sym_aspect_specification, - [44695] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3639), 1, - anon_sym_COMMA, - ACTIONS(3642), 1, - anon_sym_RPAREN, - STATE(1153), 1, - aux_sym__discrete_subtype_definition_list_repeat1, - [44708] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(1223), 1, - sym_quantifier, - ACTIONS(3041), 2, - aux_sym_use_clause_token1, - aux_sym_quantifier_token1, - [44719] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3003), 1, - anon_sym_COMMA, - ACTIONS(3644), 1, - anon_sym_SEMI, - STATE(1098), 1, + STATE(1101), 1, aux_sym__name_list_repeat1, - [44732] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3646), 1, + ACTIONS(2980), 2, + anon_sym_RPAREN, anon_sym_SEMI, - STATE(1691), 1, - sym_aspect_specification, - [44745] = 2, + [44010] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3648), 3, + ACTIONS(2104), 1, + anon_sym_COLON_EQ, + STATE(1358), 1, + sym__assign_value, + ACTIONS(3512), 2, + anon_sym_SEMI, + aux_sym_accept_statement_token2, + [44024] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3514), 1, + sym_identifier, + STATE(945), 1, + sym__aspect_mark, + STATE(951), 1, + sym_aspect_association, + STATE(1089), 1, + sym_aspect_mark_list, + [44040] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2104), 1, + anon_sym_COLON_EQ, + STATE(1371), 1, + sym__assign_value, + ACTIONS(3512), 2, + anon_sym_SEMI, + aux_sym_accept_statement_token2, + [44054] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3518), 1, + aux_sym_expression_token2, + ACTIONS(3516), 3, aux_sym_package_specification_token3, aux_sym_expression_token3, aux_sym_expression_token4, - [44754] = 4, + [44066] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3650), 1, + ACTIONS(3520), 4, anon_sym_SEMI, - STATE(1673), 1, - sym_aspect_specification, - [44767] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, + aux_sym_package_specification_token2, aux_sym_with_clause_token2, - ACTIONS(3652), 1, - anon_sym_SEMI, - STATE(1835), 1, - sym_aspect_specification, - [44780] = 4, + aux_sym_expression_token3, + [44076] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + STATE(988), 1, + sym_actual_parameter_part, + [44092] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3383), 1, + aux_sym_expression_token3, + ACTIONS(3484), 1, + aux_sym_package_specification_token3, + ACTIONS(3486), 1, + aux_sym_expression_token4, + STATE(1069), 1, + aux_sym_selective_accept_repeat1, + [44108] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3522), 1, + aux_sym_package_specification_token2, + ACTIONS(3360), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_object_renaming_declaration_token1, + [44120] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3527), 1, + aux_sym_expression_token1, + ACTIONS(3525), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [44132] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2104), 1, + anon_sym_COLON_EQ, + STATE(1403), 1, + sym__assign_value, + ACTIONS(3529), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [44146] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3531), 4, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + [44156] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3533), 4, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + [44166] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(941), 1, + sym_tick, + ACTIONS(985), 1, + anon_sym_LPAREN, + ACTIONS(1994), 1, + anon_sym_DOT, + STATE(261), 1, + sym_actual_parameter_part, + [44182] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3393), 1, + anon_sym_SEMI, + ACTIONS(3535), 1, + aux_sym_with_clause_token2, + ACTIONS(3538), 1, + aux_sym_expression_token1, + STATE(1440), 1, + sym_record_extension_part, + [44198] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3354), 1, + aux_sym_iterator_filter_token1, + STATE(1627), 1, + sym_variant_list, + STATE(1054), 2, + sym_variant, + aux_sym_variant_list_repeat1, + [44212] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1973), 1, anon_sym_COMMA, - ACTIONS(3654), 1, + ACTIONS(2759), 1, + aux_sym_object_renaming_declaration_token1, + ACTIONS(3540), 1, anon_sym_COLON, - STATE(1310), 1, + STATE(1147), 1, aux_sym__defining_identifier_list_repeat1, - [44793] = 4, + [44228] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3543), 4, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_object_renaming_declaration_token1, + [44238] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3545), 1, + anon_sym_COMMA, + ACTIONS(3547), 1, + anon_sym_RPAREN, + STATE(1223), 1, + aux_sym_record_component_association_list_repeat1, + STATE(1224), 1, + aux_sym_positional_array_aggregate_repeat1, + [44254] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3550), 1, + aux_sym_iterator_filter_token1, + ACTIONS(3553), 1, + aux_sym_package_specification_token3, + STATE(1120), 2, + sym_case_statement_alternative, + aux_sym_case_statement_repeat1, + [44268] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3502), 1, + anon_sym_SEMI, + ACTIONS(3555), 1, + aux_sym_with_clause_token2, + ACTIONS(3558), 1, + aux_sym_expression_token1, + STATE(1413), 1, + sym_record_extension_part, + [44284] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3560), 4, + anon_sym_RPAREN, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_accept_statement_token2, + [44294] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1795), 1, + aux_sym_primary_null_token1, + ACTIONS(1801), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(3562), 1, + aux_sym_compilation_unit_token1, + STATE(1417), 1, + sym_record_definition, + [44310] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3045), 1, + aux_sym_allocator_token1, + ACTIONS(3075), 1, + aux_sym_private_extension_declaration_token1, + ACTIONS(3564), 1, + aux_sym_with_clause_token1, + ACTIONS(3566), 1, + aux_sym_private_type_declaration_token2, + [44326] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3568), 1, + aux_sym_iterator_filter_token1, + ACTIONS(3571), 1, + aux_sym_package_specification_token3, + STATE(1125), 2, + sym_variant, + aux_sym_variant_list_repeat1, + [44340] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3573), 1, + aux_sym_package_specification_token2, + ACTIONS(3360), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_object_renaming_declaration_token1, + [44352] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3576), 1, + aux_sym_package_specification_token2, + ACTIONS(3360), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_object_renaming_declaration_token1, + [44364] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3579), 4, + anon_sym_SEMI, + aux_sym_package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_object_renaming_declaration_token1, + [44374] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3581), 4, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + [44384] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3583), 1, + anon_sym_SEMI, + ACTIONS(3585), 1, + aux_sym_expression_token3, + STATE(1756), 1, + sym_aspect_specification, + [44400] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1795), 1, + aux_sym_primary_null_token1, + ACTIONS(1801), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(3587), 1, + aux_sym_compilation_unit_token1, + STATE(1428), 1, + sym_record_definition, + [44416] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3589), 1, + anon_sym_SEMI, + ACTIONS(3591), 1, + aux_sym_package_specification_token2, + STATE(1401), 1, + sym_aspect_specification, + [44432] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3593), 1, + anon_sym_COMMA, + STATE(1484), 1, + aux_sym_positional_array_aggregate_repeat1, + ACTIONS(3039), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, + [44446] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + STATE(1430), 1, + sym_aspect_specification, + ACTIONS(3595), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [44460] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + STATE(1433), 1, + sym_aspect_specification, + ACTIONS(3597), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [44474] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3010), 1, + aux_sym_iterated_element_association_token2, + ACTIONS(921), 3, + sym_tick, + anon_sym_DOT, + anon_sym_LPAREN, + [44486] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + STATE(1370), 1, + sym_aspect_specification, + ACTIONS(3599), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [44500] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3601), 4, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + [44510] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3446), 1, + anon_sym_SEMI, + ACTIONS(3603), 1, + aux_sym_with_clause_token2, + ACTIONS(3606), 1, + aux_sym_expression_token1, + STATE(1466), 1, + sym_record_extension_part, + [44526] = 4, + ACTIONS(3), 1, + sym_comment, + STATE(1323), 1, + sym__enumeration_literal_specification, + STATE(1929), 1, + sym__enumeration_literal_list, + ACTIONS(3608), 2, + sym_identifier, + sym_character_literal, + [44540] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1795), 1, + aux_sym_primary_null_token1, + ACTIONS(1801), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(3610), 1, + aux_sym_with_clause_token1, + STATE(1471), 1, + sym_record_definition, + [44556] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3436), 1, + aux_sym_compilation_unit_token1, + ACTIONS(3440), 1, + aux_sym_with_clause_token1, + ACTIONS(3612), 1, + anon_sym_SEMI, + ACTIONS(3614), 1, + aux_sym_expression_token3, + [44572] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3331), 1, + sym_identifier, + STATE(1255), 1, + sym_parameter_specification, + STATE(1671), 1, + sym__parameter_specification_list, + STATE(1708), 1, + sym__defining_identifier_list, + [44588] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3516), 3, + aux_sym_package_specification_token3, + aux_sym_expression_token3, + aux_sym_expression_token4, + [44597] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3616), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [44606] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3618), 1, + anon_sym_COMMA, + ACTIONS(3621), 1, + anon_sym_RPAREN, + STATE(1146), 1, + aux_sym__index_subtype_definition_list_repeat1, + [44619] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1973), 1, + anon_sym_COMMA, + ACTIONS(3623), 1, + anon_sym_COLON, + STATE(1180), 1, + aux_sym__defining_identifier_list_repeat1, + [44632] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3625), 1, + anon_sym_SEMI, + STATE(1690), 1, + sym_aspect_specification, + [44645] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3627), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [44654] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(509), 1, aux_sym_iterated_element_association_token1, - ACTIONS(3656), 1, + ACTIONS(3629), 1, anon_sym_LPAREN, - STATE(1517), 1, + STATE(1516), 1, sym_iterated_element_association, - [44806] = 4, + [44667] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3658), 1, + ACTIONS(3631), 1, anon_sym_SEMI, - STATE(1675), 1, - sym_aspect_specification, - [44819] = 4, + ACTIONS(3633), 1, + aux_sym_package_specification_token2, + ACTIONS(3635), 1, + aux_sym_expression_token3, + [44680] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, + ACTIONS(2199), 1, aux_sym_with_clause_token2, - ACTIONS(3660), 1, + ACTIONS(3637), 1, anon_sym_SEMI, - STATE(1716), 1, + STATE(1715), 1, sym_aspect_specification, - [44832] = 4, + [44693] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3628), 1, - anon_sym_COMMA, - ACTIONS(3662), 1, - anon_sym_RPAREN, - STATE(1257), 1, - aux_sym_actual_parameter_part_repeat1, - [44845] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3664), 3, + ACTIONS(3639), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [44854] = 4, + [44702] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, + ACTIONS(2199), 1, aux_sym_with_clause_token2, - ACTIONS(3666), 1, + ACTIONS(3641), 1, anon_sym_SEMI, - STATE(1840), 1, + STATE(1735), 1, sym_aspect_specification, - [44867] = 4, + [44715] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3668), 1, - aux_sym_package_specification_token2, - STATE(1753), 1, - sym_aspect_specification, - [44880] = 4, + ACTIONS(3643), 1, + anon_sym_COMMA, + ACTIONS(3645), 1, + anon_sym_RPAREN, + STATE(1221), 1, + aux_sym_global_aspect_definition_repeat1, + [44728] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3670), 1, + ACTIONS(3647), 1, + anon_sym_COMMA, + ACTIONS(3650), 1, + anon_sym_RPAREN, + STATE(1156), 1, + aux_sym__discrete_subtype_definition_list_repeat1, + [44741] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3652), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [44750] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3654), 1, + anon_sym_RPAREN, + ACTIONS(3656), 1, anon_sym_SEMI, - STATE(1844), 1, - sym_aspect_specification, - [44893] = 2, + STATE(1158), 1, + aux_sym_discriminant_specification_list_repeat1, + [44763] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3672), 3, - aux_sym_iterator_filter_token1, - aux_sym_package_specification_token3, - aux_sym_pragma_g_token1, - [44902] = 4, + ACTIONS(2954), 1, + anon_sym_COMMA, + ACTIONS(3659), 1, + anon_sym_SEMI, + STATE(1101), 1, + aux_sym__name_list_repeat1, + [44776] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1783), 1, + ACTIONS(3661), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [44785] = 3, + ACTIONS(3), 1, + sym_comment, + STATE(1405), 1, + sym__enumeration_literal_specification, + ACTIONS(3663), 2, + sym_identifier, + sym_character_literal, + [44796] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3665), 1, + anon_sym_COMMA, + ACTIONS(3667), 1, + anon_sym_RPAREN, + STATE(1280), 1, + aux_sym__enumeration_literal_list_repeat1, + [44809] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1795), 1, aux_sym_primary_null_token1, - ACTIONS(1789), 1, + ACTIONS(1801), 1, aux_sym_record_component_association_list_token1, STATE(1471), 1, sym_record_definition, - [44915] = 4, + [44822] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3674), 1, + ACTIONS(1909), 1, + anon_sym_COLON, + ACTIONS(1973), 1, + anon_sym_COMMA, + STATE(1147), 1, + aux_sym__defining_identifier_list_repeat1, + [44835] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3669), 3, + aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, - ACTIONS(3676), 1, - anon_sym_PIPE, - STATE(1191), 1, - aux_sym_discrete_choice_list_repeat1, - [44928] = 2, + aux_sym_loop_statement_token1, + [44844] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3678), 3, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_entry_declaration_token1, - [44937] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3680), 3, + ACTIONS(3205), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [44946] = 4, + [44853] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, + ACTIONS(3671), 3, + anon_sym_SEMI, aux_sym_with_clause_token2, - ACTIONS(3682), 1, + aux_sym_expression_token3, + [44862] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3673), 1, aux_sym_package_specification_token2, - STATE(1636), 1, + STATE(1637), 1, sym_aspect_specification, - [44959] = 2, + [44875] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3557), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - [44968] = 4, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3675), 1, + anon_sym_SEMI, + STATE(1814), 1, + sym_aspect_specification, + [44888] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3684), 1, + ACTIONS(3669), 3, + aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, - ACTIONS(3686), 1, + aux_sym_loop_statement_token1, + [44897] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3677), 1, + anon_sym_SEMI, + STATE(1893), 1, + sym_aspect_specification, + [44910] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3679), 1, + anon_sym_COMMA, + ACTIONS(3681), 1, + anon_sym_RPAREN, + STATE(1207), 1, + aux_sym_pragma_g_repeat1, + [44923] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3683), 3, + anon_sym_SEMI, + anon_sym_COLON_EQ, + aux_sym_accept_statement_token2, + [44932] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3685), 1, + anon_sym_EQ_GT, + ACTIONS(3687), 1, anon_sym_PIPE, - STATE(1235), 1, + STATE(1234), 1, aux_sym_exception_choice_list_repeat1, - [44981] = 4, + [44945] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3688), 1, - sym_identifier, - ACTIONS(3690), 1, - aux_sym_use_clause_token2, - ACTIONS(3692), 1, - aux_sym_package_body_token1, - [44994] = 2, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3689), 1, + anon_sym_SEMI, + STATE(1881), 1, + sym_aspect_specification, + [44958] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3694), 3, + ACTIONS(3691), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [45003] = 4, + [44967] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3696), 1, - anon_sym_EQ_GT, - ACTIONS(3698), 1, - anon_sym_PIPE, - STATE(1179), 1, - aux_sym_discrete_choice_list_repeat1, - [45016] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3701), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - [45025] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3611), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - [45034] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, + ACTIONS(2199), 1, aux_sym_with_clause_token2, - ACTIONS(3703), 1, + ACTIONS(3693), 1, anon_sym_SEMI, - STATE(1649), 1, + STATE(1863), 1, sym_aspect_specification, - [45047] = 4, + [44980] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3705), 1, + ACTIONS(3695), 3, + aux_sym_terminate_alternative_token1, + aux_sym_accept_statement_token1, + aux_sym_delay_until_statement_token1, + [44989] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3697), 1, + anon_sym_SEMI, + STATE(1754), 1, + sym_aspect_specification, + [45002] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3699), 1, anon_sym_COMMA, + ACTIONS(3702), 1, + anon_sym_COLON, + STATE(1180), 1, + aux_sym__defining_identifier_list_repeat1, + [45015] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3704), 1, + anon_sym_SEMI, + STATE(1763), 1, + sym_aspect_specification, + [45028] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3706), 1, + anon_sym_SEMI, + STATE(1770), 1, + sym_aspect_specification, + [45041] = 4, + ACTIONS(3), 1, + sym_comment, ACTIONS(3708), 1, - anon_sym_RPAREN, - STATE(1183), 1, - aux_sym_record_component_association_list_repeat2, - [45060] = 4, + anon_sym_COMMA, + ACTIONS(3710), 1, + anon_sym_RBRACK, + STATE(1073), 1, + aux_sym_positional_array_aggregate_repeat1, + [45054] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3710), 1, - anon_sym_COMMA, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, ACTIONS(3712), 1, - anon_sym_RBRACK, - STATE(1126), 1, - aux_sym_positional_array_aggregate_repeat1, - [45073] = 2, + anon_sym_SEMI, + STATE(1774), 1, + sym_aspect_specification, + [45067] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3714), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [45082] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3716), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [45091] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3003), 1, anon_sym_COMMA, - ACTIONS(3718), 1, + anon_sym_RPAREN, + anon_sym_RBRACK, + [45076] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3406), 3, + aux_sym_package_specification_token3, + aux_sym_expression_token3, + aux_sym_expression_token4, + [45085] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3716), 1, anon_sym_SEMI, - STATE(1098), 1, - aux_sym__name_list_repeat1, - [45104] = 4, + STATE(1926), 1, + sym_aspect_specification, + [45098] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3008), 1, + aux_sym_chunk_specification_token1, + ACTIONS(3013), 1, + anon_sym_COLON, + ACTIONS(3015), 1, + aux_sym_iterator_specification_token1, + [45111] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3718), 1, + sym_identifier, + STATE(1483), 2, + sym_loop_parameter_specification, + sym_iterator_specification, + [45122] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3720), 1, - anon_sym_COMMA, + anon_sym_EQ_GT, ACTIONS(3722), 1, - anon_sym_RPAREN, - STATE(1224), 1, - aux_sym_record_component_association_list_repeat1, - [45117] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2978), 1, - aux_sym_chunk_specification_token1, - ACTIONS(2983), 1, - anon_sym_COLON, - ACTIONS(2985), 1, - aux_sym_iterator_specification_token1, - [45130] = 3, + anon_sym_PIPE, + STATE(1249), 1, + aux_sym_discrete_choice_list_repeat1, + [45135] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3724), 1, - sym_identifier, - STATE(1477), 2, - sym_loop_parameter_specification, - sym_iterator_specification, - [45141] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3676), 1, - anon_sym_PIPE, + anon_sym_COMMA, ACTIONS(3726), 1, - anon_sym_EQ_GT, - STATE(1179), 1, - aux_sym_discrete_choice_list_repeat1, - [45154] = 4, + anon_sym_RPAREN, + STATE(1318), 1, + aux_sym__index_subtype_definition_list_repeat1, + [45148] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3728), 1, anon_sym_COMMA, ACTIONS(3730), 1, anon_sym_RPAREN, - STATE(1281), 1, - aux_sym__enumeration_literal_list_repeat1, - [45167] = 4, + STATE(1317), 1, + aux_sym__discrete_subtype_definition_list_repeat1, + [45161] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, + ACTIONS(2199), 1, aux_sym_with_clause_token2, - ACTIONS(3180), 1, - anon_sym_SEMI, - STATE(1671), 1, - sym_aspect_specification, - [45180] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3732), 1, - sym_identifier, - ACTIONS(3734), 1, - aux_sym_use_clause_token2, - ACTIONS(3736), 1, - aux_sym_package_body_token1, - [45193] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(1406), 1, - sym__enumeration_literal_specification, - ACTIONS(3738), 2, - sym_identifier, - sym_character_literal, - [45204] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3314), 1, + ACTIONS(3299), 1, anon_sym_SEMI, STATE(1873), 1, sym_aspect_specification, - [45217] = 4, + [45174] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3740), 1, + ACTIONS(3732), 1, anon_sym_COMMA, - ACTIONS(3743), 1, + ACTIONS(3735), 1, + anon_sym_RPAREN, + STATE(1194), 1, + aux_sym_case_expression_repeat1, + [45187] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3737), 1, + aux_sym_package_specification_token2, + STATE(1753), 1, + sym_aspect_specification, + [45200] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3739), 1, + anon_sym_SEMI, + STATE(1890), 1, + sym_aspect_specification, + [45213] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3741), 1, + anon_sym_COMMA, + ACTIONS(3744), 1, anon_sym_RPAREN, STATE(1197), 1, - aux_sym__index_subtype_definition_list_repeat1, - [45230] = 4, + aux_sym_actual_parameter_part_repeat1, + [45226] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3251), 1, - anon_sym_EQ_GT, - ACTIONS(3745), 1, - anon_sym_PIPE, - STATE(1198), 1, - aux_sym_component_choice_list_repeat1, - [45243] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3748), 1, - anon_sym_RPAREN, - ACTIONS(3750), 1, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3207), 1, anon_sym_SEMI, - STATE(1199), 1, - aux_sym_discriminant_specification_list_repeat1, - [45256] = 3, + STATE(1783), 1, + sym_aspect_specification, + [45239] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3526), 1, - aux_sym_expression_token2, - ACTIONS(3753), 2, - aux_sym_expression_token3, - aux_sym_expression_token4, - [45267] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3755), 3, + ACTIONS(3746), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [45276] = 4, + [45248] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3757), 1, + ACTIONS(3748), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [45257] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3750), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [45266] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3752), 1, + anon_sym_COMMA, + ACTIONS(3754), 1, + anon_sym_RPAREN, + STATE(1254), 1, + aux_sym_record_component_association_list_repeat2, + [45279] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3756), 1, anon_sym_COMMA, ACTIONS(3759), 1, anon_sym_RPAREN, - STATE(1211), 1, - aux_sym_index_constraint_repeat1, - [45289] = 4, + STATE(1203), 1, + aux_sym_record_component_association_list_repeat1, + [45292] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3761), 3, + aux_sym_package_specification_token3, + aux_sym_expression_token3, + aux_sym_expression_token4, + [45301] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3761), 1, - anon_sym_COMMA, ACTIONS(3763), 1, anon_sym_RPAREN, - STATE(1183), 1, - aux_sym_record_component_association_list_repeat2, - [45302] = 4, - ACTIONS(3), 1, - sym_comment, ACTIONS(3765), 1, + anon_sym_SEMI, + STATE(1205), 1, + aux_sym__parameter_specification_list_repeat1, + [45314] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3768), 3, + aux_sym_package_specification_token3, + aux_sym_expression_token4, + aux_sym_elsif_expression_item_token1, + [45323] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3679), 1, anon_sym_COMMA, - ACTIONS(3768), 1, - anon_sym_RPAREN, - STATE(1204), 1, - aux_sym_record_component_association_list_repeat1, - [45315] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3190), 1, - sym_identifier, - STATE(1487), 1, - sym_parameter_specification, - STATE(1699), 1, - sym__defining_identifier_list, - [45328] = 4, - ACTIONS(3), 1, - sym_comment, ACTIONS(3770), 1, anon_sym_RPAREN, + STATE(1303), 1, + aux_sym_pragma_g_repeat1, + [45336] = 4, + ACTIONS(3), 1, + sym_comment, ACTIONS(3772), 1, - anon_sym_SEMI, - STATE(1206), 1, - aux_sym__parameter_specification_list_repeat1, - [45341] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3775), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [45350] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3777), 1, + anon_sym_COMMA, + ACTIONS(3774), 1, anon_sym_RPAREN, + STATE(1194), 1, + aux_sym_case_expression_repeat1, + [45349] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3776), 1, + anon_sym_COMMA, ACTIONS(3779), 1, - anon_sym_SEMI, - STATE(1206), 1, - aux_sym__parameter_specification_list_repeat1, - [45363] = 4, + anon_sym_RPAREN, + STATE(1209), 1, + aux_sym_index_constraint_repeat1, + [45362] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3781), 1, anon_sym_COMMA, ACTIONS(3783), 1, anon_sym_RPAREN, - STATE(1260), 1, - aux_sym_case_expression_repeat1, - [45376] = 4, + STATE(1209), 1, + aux_sym_index_constraint_repeat1, + [45375] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3785), 1, anon_sym_COMMA, - ACTIONS(3788), 1, + ACTIONS(3787), 1, anon_sym_RPAREN, - STATE(1210), 1, - aux_sym_index_constraint_repeat1, - [45389] = 4, + STATE(1223), 1, + aux_sym_record_component_association_list_repeat1, + [45388] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3757), 1, - anon_sym_COMMA, - ACTIONS(3790), 1, - anon_sym_RPAREN, - STATE(1210), 1, - aux_sym_index_constraint_repeat1, - [45402] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3792), 1, - anon_sym_COMMA, - ACTIONS(3794), 1, - anon_sym_RPAREN, - STATE(1318), 1, - aux_sym__discrete_subtype_definition_list_repeat1, - [45415] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, + ACTIONS(2199), 1, aux_sym_with_clause_token2, - ACTIONS(3796), 1, + ACTIONS(3789), 1, anon_sym_SEMI, - STATE(1792), 1, + STATE(1781), 1, sym_aspect_specification, - [45428] = 4, + [45401] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, + ACTIONS(2199), 1, aux_sym_with_clause_token2, - ACTIONS(3798), 1, + ACTIONS(3791), 1, anon_sym_SEMI, - STATE(1766), 1, + STATE(1778), 1, sym_aspect_specification, + [45414] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3793), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [45423] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3795), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [45432] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3797), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, [45441] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3800), 1, - anon_sym_SEMI, - STATE(1736), 1, - sym_aspect_specification, + ACTIONS(3772), 1, + anon_sym_COMMA, + ACTIONS(3799), 1, + anon_sym_RPAREN, + STATE(1208), 1, + aux_sym_case_expression_repeat1, [45454] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3802), 1, - anon_sym_SEMI, - STATE(1884), 1, - sym_aspect_specification, + ACTIONS(3801), 1, + anon_sym_COMMA, + ACTIONS(3803), 1, + anon_sym_RPAREN, + STATE(1232), 1, + aux_sym_actual_parameter_part_repeat1, [45467] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3804), 1, + ACTIONS(3047), 1, + aux_sym_interface_type_definition_token2, + ACTIONS(3350), 1, + aux_sym_allocator_token1, + ACTIONS(3436), 1, + aux_sym_compilation_unit_token1, + [45480] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3805), 3, anon_sym_SEMI, - STATE(1632), 1, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [45489] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3807), 1, + anon_sym_COMMA, + ACTIONS(3810), 1, + anon_sym_RPAREN, + STATE(1221), 1, + aux_sym_global_aspect_definition_repeat1, + [45502] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3718), 1, + sym_identifier, + STATE(1820), 2, + sym_loop_parameter_specification, + sym_iterator_specification, + [45513] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3785), 1, + anon_sym_COMMA, + ACTIONS(3812), 1, + anon_sym_RPAREN, + STATE(1203), 1, + aux_sym_record_component_association_list_repeat1, + [45526] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3814), 1, + anon_sym_COMMA, + ACTIONS(3816), 1, + anon_sym_RPAREN, + STATE(1073), 1, + aux_sym_positional_array_aggregate_repeat1, + [45539] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3818), 1, + anon_sym_SEMI, + STATE(1841), 1, sym_aspect_specification, - [45480] = 4, + [45552] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3820), 1, + anon_sym_COMMA, + ACTIONS(3039), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, + [45563] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3822), 1, + anon_sym_SEMI, + STATE(1698), 1, + sym_aspect_specification, + [45576] = 3, + ACTIONS(3), 1, + sym_comment, + STATE(1222), 1, + sym_quantifier, + ACTIONS(3083), 2, + aux_sym_use_clause_token1, + aux_sym_quantifier_token1, + [45587] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3824), 3, + aux_sym_package_specification_token3, + aux_sym_expression_token3, + aux_sym_expression_token4, + [45596] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3826), 1, + anon_sym_SEMI, + STATE(1688), 1, + sym_aspect_specification, + [45609] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3828), 1, + anon_sym_SEMI, + STATE(1834), 1, + sym_aspect_specification, + [45622] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3801), 1, + anon_sym_COMMA, + ACTIONS(3830), 1, + anon_sym_RPAREN, + STATE(1197), 1, + aux_sym_actual_parameter_part_repeat1, + [45635] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3832), 1, + anon_sym_SEMI, + STATE(1839), 1, + sym_aspect_specification, + [45648] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3834), 1, + anon_sym_EQ_GT, + ACTIONS(3836), 1, + anon_sym_PIPE, + STATE(1234), 1, + aux_sym_exception_choice_list_repeat1, + [45661] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3839), 3, + aux_sym_iterator_filter_token1, + aux_sym_package_specification_token3, + aux_sym_pragma_g_token1, + [45670] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3841), 1, + aux_sym_package_specification_token2, + STATE(1758), 1, + sym_aspect_specification, + [45683] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3843), 1, + aux_sym_package_specification_token2, + STATE(1562), 1, + sym_aspect_specification, + [45696] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1835), 1, + anon_sym_PIPE, + ACTIONS(3845), 1, + anon_sym_EQ_GT, + STATE(1266), 1, + aux_sym_component_choice_list_repeat1, + [45709] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3847), 1, + anon_sym_SEMI, + STATE(1843), 1, + sym_aspect_specification, + [45722] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3849), 1, + aux_sym_package_specification_token2, + STATE(1840), 1, + sym_aspect_specification, + [45735] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3851), 1, + aux_sym_package_specification_token2, + STATE(1758), 1, + sym_aspect_specification, + [45748] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3853), 3, + aux_sym_iterator_filter_token1, + aux_sym_package_specification_token3, + aux_sym_pragma_g_token1, + [45757] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1795), 1, + aux_sym_primary_null_token1, + ACTIONS(1801), 1, + aux_sym_record_component_association_list_token1, + STATE(1428), 1, + sym_record_definition, + [45770] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3855), 3, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_entry_declaration_token1, + [45779] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3857), 1, + anon_sym_SEMI, + STATE(1649), 1, + sym_aspect_specification, + [45792] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1795), 1, + aux_sym_primary_null_token1, + ACTIONS(1801), 1, + aux_sym_record_component_association_list_token1, + STATE(1417), 1, + sym_record_definition, + [45805] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3420), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + [45814] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3859), 1, + sym_identifier, + ACTIONS(3861), 1, + aux_sym_use_clause_token2, + ACTIONS(3863), 1, + aux_sym_package_body_token1, + [45827] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3865), 1, + anon_sym_EQ_GT, + ACTIONS(3867), 1, + anon_sym_PIPE, + STATE(1249), 1, + aux_sym_discrete_choice_list_repeat1, + [45840] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3870), 1, + anon_sym_SEMI, + STATE(1639), 1, + sym_aspect_specification, + [45853] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3872), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + [45862] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3874), 1, + sym_identifier, + ACTIONS(3876), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [45873] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3480), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + [45882] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3878), 1, + anon_sym_COMMA, + ACTIONS(3881), 1, + anon_sym_RPAREN, + STATE(1254), 1, + aux_sym_record_component_association_list_repeat2, + [45895] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3883), 1, + anon_sym_RPAREN, + ACTIONS(3885), 1, + anon_sym_SEMI, + STATE(1274), 1, + aux_sym__parameter_specification_list_repeat1, + [45908] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3887), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [45917] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3889), 1, + anon_sym_SEMI, + STATE(1514), 1, + sym_aspect_specification, + [45930] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3201), 1, + anon_sym_SEMI, + STATE(1675), 1, + sym_aspect_specification, + [45943] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2954), 1, + anon_sym_COMMA, + ACTIONS(3891), 1, + anon_sym_SEMI, + STATE(1101), 1, + aux_sym__name_list_repeat1, + [45956] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3722), 1, + anon_sym_PIPE, + ACTIONS(3893), 1, + anon_sym_EQ_GT, + STATE(1190), 1, + aux_sym_discrete_choice_list_repeat1, + [45969] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3895), 1, + sym_identifier, + ACTIONS(3897), 1, + aux_sym_use_clause_token2, + ACTIONS(3899), 1, + aux_sym_package_body_token1, + [45982] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3901), 1, + anon_sym_SEMI, + STATE(1623), 1, + sym_aspect_specification, + [45995] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3903), 1, + anon_sym_SEMI, + STATE(1518), 1, + sym_aspect_specification, + [46008] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3518), 1, + aux_sym_expression_token2, + ACTIONS(3905), 2, + aux_sym_expression_token3, + aux_sym_expression_token4, + [46019] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3907), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [46028] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3217), 1, + anon_sym_EQ_GT, + ACTIONS(3909), 1, + anon_sym_PIPE, + STATE(1266), 1, + aux_sym_component_choice_list_repeat1, + [46041] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3912), 3, + aux_sym_package_specification_token3, + aux_sym_expression_token3, + aux_sym_expression_token4, + [46050] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3914), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [46059] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3916), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [46068] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3918), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [46077] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3781), 1, anon_sym_COMMA, - ACTIONS(3806), 1, + ACTIONS(3920), 1, anon_sym_RPAREN, - STATE(1209), 1, - aux_sym_case_expression_repeat1, - [45493] = 4, + STATE(1210), 1, + aux_sym_index_constraint_repeat1, + [46090] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3808), 1, - anon_sym_SEMI, - STATE(1631), 1, - sym_aspect_specification, - [45506] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1909), 1, - anon_sym_COLON, - ACTIONS(1941), 1, - anon_sym_COMMA, - STATE(1160), 1, - aux_sym__defining_identifier_list_repeat1, - [45519] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3810), 1, - anon_sym_SEMI, - ACTIONS(3812), 1, - aux_sym_package_specification_token2, - ACTIONS(3814), 1, - aux_sym_expression_token3, - [45532] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3217), 1, - anon_sym_SEMI, - STATE(1776), 1, - sym_aspect_specification, - [45545] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3724), 1, - sym_identifier, - STATE(1824), 2, - sym_loop_parameter_specification, - sym_iterator_specification, - [45556] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3720), 1, - anon_sym_COMMA, - ACTIONS(3816), 1, - anon_sym_RPAREN, - STATE(1204), 1, - aux_sym_record_component_association_list_repeat1, - [45569] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3818), 1, - anon_sym_COMMA, - ACTIONS(3820), 1, - anon_sym_RPAREN, - STATE(1126), 1, - aux_sym_positional_array_aggregate_repeat1, - [45582] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3822), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - [45591] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3824), 1, - anon_sym_COMMA, - ACTIONS(3052), 2, - anon_sym_EQ_GT, - anon_sym_PIPE, - [45602] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3826), 1, - anon_sym_SEMI, - STATE(1506), 1, - sym_aspect_specification, - [45615] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3828), 1, - anon_sym_COMMA, - ACTIONS(3830), 1, - anon_sym_RPAREN, - STATE(1304), 1, - aux_sym_pragma_g_repeat1, - [45628] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3832), 3, - aux_sym_package_specification_token3, - aux_sym_expression_token4, - aux_sym_elsif_expression_item_token1, - [45637] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3834), 1, - anon_sym_SEMI, - STATE(1629), 1, - sym_aspect_specification, - [45650] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3836), 3, - aux_sym_package_specification_token3, - aux_sym_expression_token3, - aux_sym_expression_token4, - [45659] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3838), 1, - anon_sym_SEMI, - STATE(1625), 1, - sym_aspect_specification, - [45672] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3840), 1, - anon_sym_SEMI, - STATE(1666), 1, - sym_aspect_specification, - [45685] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3842), 1, - anon_sym_EQ_GT, - ACTIONS(3844), 1, - anon_sym_PIPE, - STATE(1235), 1, - aux_sym_exception_choice_list_repeat1, - [45698] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3847), 3, - aux_sym_iterator_filter_token1, - aux_sym_package_specification_token3, - aux_sym_pragma_g_token1, - [45707] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3849), 1, - anon_sym_SEMI, - STATE(1621), 1, - sym_aspect_specification, - [45720] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3851), 1, - aux_sym_package_specification_token2, - STATE(1565), 1, - sym_aspect_specification, - [45733] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1827), 1, - anon_sym_PIPE, - ACTIONS(3853), 1, - anon_sym_EQ_GT, - STATE(1198), 1, - aux_sym_component_choice_list_repeat1, - [45746] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3855), 1, - anon_sym_SEMI, - STATE(1893), 1, - sym_aspect_specification, - [45759] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3857), 1, - aux_sym_package_specification_token2, - STATE(1841), 1, - sym_aspect_specification, - [45772] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3066), 1, - aux_sym_interface_type_definition_token2, - ACTIONS(3430), 1, - aux_sym_compilation_unit_token1, - ACTIONS(3538), 1, - aux_sym_allocator_token1, - [45785] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3859), 3, - aux_sym_package_specification_token3, - aux_sym_expression_token3, - aux_sym_expression_token4, - [45794] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1783), 1, - aux_sym_primary_null_token1, - ACTIONS(1789), 1, - aux_sym_record_component_association_list_token1, - STATE(1429), 1, - sym_record_definition, - [45807] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3861), 1, - anon_sym_SEMI, - STATE(1895), 1, - sym_aspect_specification, - [45820] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3863), 3, - aux_sym_package_specification_token3, - aux_sym_expression_token3, - aux_sym_expression_token4, - [45829] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1783), 1, - aux_sym_primary_null_token1, - ACTIONS(1789), 1, - aux_sym_record_component_association_list_token1, - STATE(1418), 1, - sym_record_definition, - [45842] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3865), 3, + ACTIONS(3922), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [45851] = 4, + [46099] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3867), 1, - anon_sym_COMMA, - ACTIONS(3869), 1, - anon_sym_RPAREN, - STATE(1151), 1, - aux_sym_global_aspect_definition_repeat1, - [45864] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3871), 3, - anon_sym_RPAREN, - aux_sym_expression_token4, - aux_sym_elsif_expression_item_token1, - [45873] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, + ACTIONS(2199), 1, aux_sym_with_clause_token2, - ACTIONS(3873), 1, + ACTIONS(3924), 1, anon_sym_SEMI, - STATE(1640), 1, + STATE(1883), 1, sym_aspect_specification, - [45886] = 2, + [46112] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3875), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [45895] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3877), 1, - sym_identifier, - ACTIONS(3879), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [45906] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3686), 1, - anon_sym_PIPE, - ACTIONS(3881), 1, - anon_sym_EQ_GT, - STATE(1176), 1, - aux_sym_exception_choice_list_repeat1, - [45919] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3883), 1, - anon_sym_SEMI, - STATE(1815), 1, - sym_aspect_specification, - [45932] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3779), 1, - anon_sym_SEMI, ACTIONS(3885), 1, + anon_sym_SEMI, + ACTIONS(3926), 1, anon_sym_RPAREN, - STATE(1208), 1, + STATE(1205), 1, aux_sym__parameter_specification_list_repeat1, - [45945] = 4, + [46125] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3887), 1, + ACTIONS(3331), 1, + sym_identifier, + STATE(1479), 1, + sym_parameter_specification, + STATE(1708), 1, + sym__defining_identifier_list, + [46138] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3928), 1, + anon_sym_SEMI, + STATE(1635), 1, + sym_aspect_specification, + [46151] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3930), 1, + anon_sym_SEMI, + STATE(1633), 1, + sym_aspect_specification, + [46164] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3932), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [46173] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3934), 1, + anon_sym_SEMI, + STATE(1630), 1, + sym_aspect_specification, + [46186] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3936), 1, anon_sym_COMMA, - ACTIONS(3890), 1, + ACTIONS(3939), 1, anon_sym_RPAREN, - STATE(1257), 1, - aux_sym_actual_parameter_part_repeat1, - [45958] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3892), 1, - anon_sym_SEMI, - STATE(1515), 1, - sym_aspect_specification, - [45971] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3894), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [45980] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3896), 1, - anon_sym_COMMA, - ACTIONS(3899), 1, - anon_sym_RPAREN, - STATE(1260), 1, - aux_sym_case_expression_repeat1, - [45993] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3901), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [46002] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3903), 1, - anon_sym_SEMI, - STATE(1889), 1, - sym_aspect_specification, - [46015] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3905), 1, - anon_sym_SEMI, - STATE(1624), 1, - sym_aspect_specification, - [46028] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3907), 1, - anon_sym_SEMI, - STATE(1519), 1, - sym_aspect_specification, - [46041] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3909), 1, - aux_sym_package_specification_token2, - STATE(1527), 1, - sym_aspect_specification, - [46054] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3911), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [46063] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3913), 1, - anon_sym_SEMI, - STATE(1531), 1, - sym_aspect_specification, - [46076] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3915), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [46085] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3917), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [46094] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3919), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [46103] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3921), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [46112] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3923), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [46121] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3925), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [46130] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3243), 1, - aux_sym_allocator_token1, - ACTIONS(3927), 1, - aux_sym_with_clause_token1, - ACTIONS(3929), 1, - aux_sym_private_type_declaration_token2, - [46143] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3931), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [46152] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3223), 1, - aux_sym_compilation_unit_token1, - ACTIONS(3933), 1, - anon_sym_SEMI, - ACTIONS(3935), 1, - aux_sym_with_clause_token1, - [46165] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3937), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [46174] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3939), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [46183] = 2, + STATE(1280), 1, + aux_sym__enumeration_literal_list_repeat1, + [46199] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3941), 3, - anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + [46208] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, aux_sym_with_clause_token2, - aux_sym_expression_token3, - [46192] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3939), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [46201] = 4, - ACTIONS(3), 1, - sym_comment, ACTIONS(3943), 1, - anon_sym_COMMA, - ACTIONS(3946), 1, - anon_sym_RPAREN, - STATE(1281), 1, - aux_sym__enumeration_literal_list_repeat1, - [46214] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3948), 1, anon_sym_SEMI, - STATE(1913), 1, + STATE(1509), 1, sym_aspect_specification, - [46227] = 4, + [46221] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, + ACTIONS(2199), 1, aux_sym_with_clause_token2, - ACTIONS(3950), 1, + ACTIONS(3945), 1, anon_sym_SEMI, - STATE(1915), 1, + STATE(1629), 1, sym_aspect_specification, - [46240] = 4, + [46234] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3828), 1, - anon_sym_COMMA, - ACTIONS(3952), 1, - anon_sym_RPAREN, - STATE(1229), 1, - aux_sym_pragma_g_repeat1, - [46253] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, + ACTIONS(2199), 1, aux_sym_with_clause_token2, - ACTIONS(3954), 1, + ACTIONS(3947), 1, + anon_sym_SEMI, + STATE(1665), 1, + sym_aspect_specification, + [46247] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3949), 1, + anon_sym_SEMI, + STATE(1622), 1, + sym_aspect_specification, + [46260] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3951), 1, + anon_sym_SEMI, + STATE(1892), 1, + sym_aspect_specification, + [46273] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3953), 1, anon_sym_SEMI, STATE(1894), 1, sym_aspect_specification, - [46266] = 2, + [46286] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3956), 3, + ACTIONS(3955), 3, + aux_sym_package_specification_token3, + aux_sym_expression_token3, + aux_sym_expression_token4, + [46295] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3957), 3, + anon_sym_RPAREN, + aux_sym_expression_token4, + aux_sym_elsif_expression_item_token1, + [46304] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3959), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [46275] = 4, + [46313] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3958), 1, + ACTIONS(3687), 1, + anon_sym_PIPE, + ACTIONS(3961), 1, + anon_sym_EQ_GT, + STATE(1174), 1, + aux_sym_exception_choice_list_repeat1, + [46326] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3963), 3, anon_sym_SEMI, - STATE(1568), 1, - sym_aspect_specification, - [46288] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3960), 3, - anon_sym_SEMI, - anon_sym_COLON_EQ, - aux_sym_accept_statement_token2, - [46297] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3499), 1, - sym_identifier, - STATE(938), 1, - sym__aspect_mark, - STATE(1041), 1, - sym_aspect_association, - [46310] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3761), 1, - anon_sym_COMMA, - ACTIONS(3962), 1, - anon_sym_RPAREN, - STATE(1203), 1, - aux_sym_record_component_association_list_repeat2, - [46323] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, aux_sym_with_clause_token2, - ACTIONS(3964), 1, + aux_sym_expression_token3, + [46335] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3965), 1, aux_sym_package_specification_token2, - STATE(1565), 1, + STATE(1526), 1, sym_aspect_specification, - [46336] = 2, + [46348] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3966), 3, - anon_sym_SEMI, + ACTIONS(2199), 1, aux_sym_with_clause_token2, - aux_sym_expression_token3, - [46345] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3968), 1, + ACTIONS(3967), 1, anon_sym_SEMI, - STATE(1888), 1, + STATE(1531), 1, sym_aspect_specification, - [46358] = 4, + [46361] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3970), 1, - anon_sym_SEMI, - STATE(1874), 1, - sym_aspect_specification, - [46371] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3972), 1, - anon_sym_SEMI, - STATE(1572), 1, - sym_aspect_specification, - [46384] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3974), 1, + ACTIONS(3969), 1, anon_sym_RPAREN, - ACTIONS(3976), 1, + ACTIONS(3971), 1, anon_sym_SEMI, - STATE(1311), 1, + STATE(1325), 1, aux_sym_discriminant_specification_list_repeat1, - [46397] = 4, + [46374] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, + ACTIONS(2199), 1, aux_sym_with_clause_token2, - ACTIONS(3978), 1, + ACTIONS(3973), 1, + anon_sym_SEMI, + STATE(1542), 1, + sym_aspect_specification, + [46387] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(3975), 1, anon_sym_SEMI, STATE(1543), 1, sym_aspect_specification, - [46410] = 4, + [46400] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(3980), 1, + ACTIONS(3327), 1, + aux_sym_allocator_token1, + ACTIONS(3977), 1, + aux_sym_with_clause_token1, + ACTIONS(3979), 1, + aux_sym_private_type_declaration_token2, + [46413] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3303), 1, + aux_sym_compilation_unit_token1, + ACTIONS(3981), 1, anon_sym_SEMI, - STATE(1544), 1, - sym_aspect_specification, - [46423] = 4, + ACTIONS(3983), 1, + aux_sym_with_clause_token1, + [46426] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, + ACTIONS(2199), 1, aux_sym_with_clause_token2, - ACTIONS(3982), 1, + ACTIONS(3985), 1, anon_sym_SEMI, - STATE(1928), 1, + STATE(1912), 1, sym_aspect_specification, - [46436] = 2, + [46439] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3984), 3, - aux_sym_terminate_alternative_token1, - aux_sym_accept_statement_token1, - aux_sym_delay_until_statement_token1, - [46445] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3411), 1, - aux_sym_range_attribute_designator_token1, - ACTIONS(3986), 1, - aux_sym_attribute_designator_token3, - STATE(1461), 1, - sym_real_range_specification, - [46458] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3818), 1, + ACTIONS(3814), 1, anon_sym_COMMA, - ACTIONS(3988), 1, + ACTIONS(3987), 1, anon_sym_RPAREN, - STATE(1225), 1, + STATE(1224), 1, aux_sym_positional_array_aggregate_repeat1, - [46471] = 2, + [46452] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3990), 3, + ACTIONS(3989), 3, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_loop_statement_token1, - [46480] = 4, + [46461] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3992), 1, + ACTIONS(3991), 1, anon_sym_COMMA, - ACTIONS(3995), 1, + ACTIONS(3994), 1, anon_sym_RPAREN, - STATE(1304), 1, + STATE(1303), 1, aux_sym_pragma_g_repeat1, - [46493] = 2, + [46474] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3997), 3, - anon_sym_SEMI, + ACTIONS(2199), 1, aux_sym_with_clause_token2, - aux_sym_expression_token3, - [46502] = 2, + ACTIONS(3996), 1, + anon_sym_SEMI, + STATE(1914), 1, + sym_aspect_specification, + [46487] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3990), 3, + ACTIONS(3989), 3, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_loop_statement_token1, - [46511] = 2, + [46496] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 3, + ACTIONS(3998), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [46520] = 4, + [46505] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(4000), 1, + anon_sym_SEMI, + STATE(1571), 1, + sym_aspect_specification, + [46518] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3514), 1, + sym_identifier, + STATE(945), 1, + sym__aspect_mark, + STATE(1044), 1, + sym_aspect_association, + [46531] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3752), 1, + anon_sym_COMMA, + ACTIONS(4002), 1, + anon_sym_RPAREN, + STATE(1202), 1, + aux_sym_record_component_association_list_repeat2, + [46544] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(4004), 1, + aux_sym_package_specification_token2, + STATE(1562), 1, + sym_aspect_specification, + [46557] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4006), 3, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_entry_declaration_token1, + [46566] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3718), 1, + sym_identifier, + STATE(1502), 2, + sym_loop_parameter_specification, + sym_iterator_specification, + [46577] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4008), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [46586] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(4010), 1, + anon_sym_SEMI, + STATE(1927), 1, + sym_aspect_specification, + [46599] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(4012), 1, + anon_sym_SEMI, + STATE(1563), 1, + sym_aspect_specification, + [46612] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4014), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [46621] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3728), 1, anon_sym_COMMA, - ACTIONS(4001), 1, + ACTIONS(4016), 1, anon_sym_RPAREN, - STATE(1192), 1, - aux_sym__enumeration_literal_list_repeat1, - [46533] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(4003), 1, - anon_sym_SEMI, - STATE(1755), 1, - sym_aspect_specification, - [46546] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4005), 1, - anon_sym_COMMA, - ACTIONS(4008), 1, - anon_sym_COLON, - STATE(1310), 1, - aux_sym__defining_identifier_list_repeat1, - [46559] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3976), 1, - anon_sym_SEMI, - ACTIONS(4010), 1, - anon_sym_RPAREN, - STATE(1199), 1, - aux_sym_discriminant_specification_list_repeat1, - [46572] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4012), 3, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_entry_declaration_token1, - [46581] = 3, + STATE(1156), 1, + aux_sym__discrete_subtype_definition_list_repeat1, + [46634] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3724), 1, - sym_identifier, - STATE(1495), 2, - sym_loop_parameter_specification, - sym_iterator_specification, - [46592] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(4014), 1, - anon_sym_SEMI, - STATE(1764), 1, - sym_aspect_specification, - [46605] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(4016), 1, - anon_sym_SEMI, - STATE(1771), 1, - sym_aspect_specification, - [46618] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3190), 1, - sym_identifier, - STATE(1458), 1, - sym_discriminant_specification, - STATE(1793), 1, - sym__defining_identifier_list, - [46631] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4018), 3, anon_sym_COMMA, + ACTIONS(4018), 1, anon_sym_RPAREN, - anon_sym_RBRACK, - [46640] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3792), 1, - anon_sym_COMMA, - ACTIONS(4020), 1, - anon_sym_RPAREN, - STATE(1153), 1, - aux_sym__discrete_subtype_definition_list_repeat1, - [46653] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4022), 1, - anon_sym_COMMA, - ACTIONS(4024), 1, - anon_sym_RPAREN, - STATE(1197), 1, + STATE(1146), 1, aux_sym__index_subtype_definition_list_repeat1, - [46666] = 4, + [46647] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, + ACTIONS(2199), 1, aux_sym_with_clause_token2, - ACTIONS(4026), 1, + ACTIONS(4020), 1, + anon_sym_SEMI, + STATE(1579), 1, + sym_aspect_specification, + [46660] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(4022), 1, anon_sym_SEMI, STATE(1580), 1, sym_aspect_specification, - [46679] = 4, + [46673] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(4028), 1, + ACTIONS(3473), 1, + aux_sym_range_attribute_designator_token1, + ACTIONS(4024), 1, + aux_sym_attribute_designator_token3, + STATE(1459), 1, + sym_real_range_specification, + [46686] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4026), 3, anon_sym_SEMI, - STATE(1581), 1, - sym_aspect_specification, - [46692] = 2, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [46695] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4030), 3, + ACTIONS(3665), 1, + anon_sym_COMMA, + ACTIONS(4028), 1, + anon_sym_RPAREN, + STATE(1162), 1, + aux_sym__enumeration_literal_list_repeat1, + [46708] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3373), 1, + aux_sym_iterator_filter_token1, + STATE(1060), 2, + sym_case_statement_alternative, + aux_sym_case_statement_repeat1, + [46719] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3971), 1, + anon_sym_SEMI, + ACTIONS(4030), 1, + anon_sym_RPAREN, + STATE(1158), 1, + aux_sym_discriminant_specification_list_repeat1, + [46732] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3331), 1, + sym_identifier, + STATE(1457), 1, + sym_discriminant_specification, + STATE(1797), 1, + sym__defining_identifier_list, + [46745] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_with_clause_token2, + ACTIONS(4032), 1, + anon_sym_SEMI, + STATE(1891), 1, + sym_aspect_specification, + [46758] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1779), 1, + aux_sym_attribute_designator_token1, + STATE(1306), 2, + sym_access_to_subprogram_definition, + sym_access_to_object_definition, + [46769] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4034), 3, anon_sym_SEMI, aux_sym_package_specification_token2, aux_sym_expression_token3, - [46701] = 3, + [46778] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3572), 1, - aux_sym_iterator_filter_token1, - STATE(1130), 2, - sym_case_statement_alternative, - aux_sym_case_statement_repeat1, - [46712] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4032), 3, + ACTIONS(4036), 3, sym_identifier, sym_string_literal, sym_character_literal, - [46721] = 4, + [46787] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, + ACTIONS(2199), 1, aux_sym_with_clause_token2, - ACTIONS(4034), 1, + ACTIONS(4038), 1, anon_sym_SEMI, STATE(1598), 1, sym_aspect_specification, - [46734] = 4, + [46800] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(509), 1, aux_sym_iterated_element_association_token1, ACTIONS(513), 1, aux_sym_value_sequence_token1, - STATE(1500), 1, + STATE(1505), 1, sym_iterated_element_association, - [46747] = 4, + [46813] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(4036), 1, - anon_sym_SEMI, - STATE(1775), 1, - sym_aspect_specification, - [46760] = 4, + ACTIONS(3643), 1, + anon_sym_COMMA, + ACTIONS(4040), 1, + anon_sym_RPAREN, + STATE(1155), 1, + aux_sym_global_aspect_definition_repeat1, + [46826] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(4038), 1, - anon_sym_SEMI, - STATE(1891), 1, - sym_aspect_specification, - [46773] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1767), 1, - aux_sym_attribute_designator_token1, - STATE(1286), 2, - sym_access_to_subprogram_definition, - sym_access_to_object_definition, - [46784] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3524), 3, - aux_sym_package_specification_token3, - aux_sym_expression_token3, - aux_sym_expression_token4, - [46793] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(1098), 1, + STATE(1101), 1, aux_sym__name_list_repeat1, - ACTIONS(3644), 2, + ACTIONS(3659), 2, anon_sym_COMMA, anon_sym_RPAREN, - [46804] = 4, + [46837] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, + ACTIONS(2199), 1, aux_sym_with_clause_token2, - ACTIONS(4040), 1, + ACTIONS(4042), 1, anon_sym_SEMI, - STATE(1925), 1, + STATE(1923), 1, sym_aspect_specification, - [46817] = 2, + [46850] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4042), 3, + ACTIONS(4044), 3, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_loop_statement_token1, - [46826] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3867), 1, - anon_sym_COMMA, - ACTIONS(4044), 1, - anon_sym_RPAREN, - STATE(1249), 1, - aux_sym_global_aspect_definition_repeat1, - [46839] = 2, + [46859] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4046), 3, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_loop_statement_token1, - [46848] = 4, + [46868] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, - aux_sym_with_clause_token2, - ACTIONS(4048), 1, - anon_sym_SEMI, - STATE(1922), 1, - sym_aspect_specification, - [46861] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3363), 3, - aux_sym_package_specification_token3, - aux_sym_expression_token3, - aux_sym_expression_token4, - [46870] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 3, + ACTIONS(4048), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, - [46879] = 4, + [46877] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4022), 1, - anon_sym_COMMA, - ACTIONS(4052), 1, - anon_sym_RPAREN, - STATE(1319), 1, - aux_sym__index_subtype_definition_list_repeat1, - [46892] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4054), 1, + ACTIONS(4050), 1, aux_sym_with_clause_token2, - ACTIONS(4056), 1, + ACTIONS(4052), 1, aux_sym_expression_token1, - [46902] = 2, + [46887] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4058), 2, + ACTIONS(4054), 2, anon_sym_COMMA, anon_sym_RPAREN, - [46910] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4060), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(4062), 1, - aux_sym_access_to_subprogram_definition_token3, - [46920] = 3, + [46895] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(509), 1, aux_sym_iterated_element_association_token1, STATE(1603), 1, sym_iterated_element_association, - [46930] = 3, + [46905] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4064), 1, + ACTIONS(4057), 1, sym_identifier, STATE(237), 1, sym_reduction_attribute_designator, - [46940] = 3, + [46915] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, aux_sym_package_specification_token3, ACTIONS(261), 1, aux_sym_subprogram_body_token1, - [46950] = 3, + [46925] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4066), 1, + ACTIONS(4059), 1, sym_identifier, - ACTIONS(4068), 1, + ACTIONS(4061), 1, anon_sym_SEMI, - [46960] = 3, + [46935] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4070), 1, + ACTIONS(4063), 1, sym_identifier, - ACTIONS(4072), 1, + ACTIONS(4065), 1, anon_sym_SEMI, - [46970] = 3, + [46945] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4074), 1, + ACTIONS(4067), 1, aux_sym_access_to_subprogram_definition_token2, - ACTIONS(4076), 1, + ACTIONS(4069), 1, aux_sym_access_to_subprogram_definition_token3, - [46980] = 3, + [46955] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4078), 1, + ACTIONS(4071), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [46963] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4073), 1, aux_sym_package_specification_token3, - ACTIONS(4080), 1, + ACTIONS(4075), 1, aux_sym_exception_declaration_token1, - [46990] = 3, + [46973] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4082), 1, + ACTIONS(4077), 1, anon_sym_SEMI, - ACTIONS(4084), 1, + ACTIONS(4079), 1, aux_sym_accept_statement_token2, - [47000] = 2, + [46983] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4086), 2, + ACTIONS(4081), 1, + sym_identifier, + ACTIONS(4083), 1, + anon_sym_SEMI, + [46993] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4085), 1, + sym_identifier, + ACTIONS(4087), 1, + anon_sym_SEMI, + [47003] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4089), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [47008] = 3, + [47011] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4088), 1, - sym_identifier, - ACTIONS(4090), 1, - anon_sym_SEMI, - [47018] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4092), 1, - sym_identifier, - ACTIONS(4094), 1, - anon_sym_SEMI, - [47028] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4096), 2, + ACTIONS(4091), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [47036] = 3, + [47019] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4098), 1, + ACTIONS(4093), 1, sym_identifier, - ACTIONS(4100), 1, + ACTIONS(4095), 1, anon_sym_SEMI, - [47046] = 2, + [47029] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4102), 2, + ACTIONS(4097), 1, anon_sym_SEMI, - aux_sym_with_clause_token2, - [47054] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4104), 1, - sym_identifier, - ACTIONS(4106), 1, - anon_sym_SEMI, - [47064] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4108), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [47072] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4110), 2, - anon_sym_SEMI, - aux_sym_accept_statement_token2, - [47080] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4112), 1, - anon_sym_SEMI, - ACTIONS(4114), 1, + ACTIONS(4099), 1, aux_sym_package_specification_token2, - [47090] = 2, + [47039] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2615), 2, - aux_sym_iterator_filter_token1, - aux_sym_package_specification_token3, - [47098] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3066), 1, - aux_sym_interface_type_definition_token2, - ACTIONS(3160), 1, - aux_sym_allocator_token1, - [47108] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4116), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [47116] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4118), 1, + ACTIONS(4101), 1, sym_identifier, - ACTIONS(4120), 1, + ACTIONS(4103), 1, anon_sym_SEMI, - [47126] = 3, + [47049] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3223), 1, - aux_sym_compilation_unit_token1, - ACTIONS(3446), 1, - aux_sym_allocator_token1, - [47136] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4122), 2, - aux_sym_iterator_filter_token1, - aux_sym_package_specification_token3, - [47144] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4124), 2, - aux_sym_iterator_filter_token1, - aux_sym_package_specification_token3, - [47152] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4126), 1, - aux_sym_compilation_unit_token1, - ACTIONS(4128), 1, + ACTIONS(4105), 2, + anon_sym_SEMI, aux_sym_with_clause_token2, - [47162] = 2, + [47057] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4130), 2, - anon_sym_EQ_GT, - anon_sym_PIPE, - [47170] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4132), 1, - sym_identifier, - ACTIONS(4134), 1, - anon_sym_SEMI, - [47180] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3480), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [47188] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4110), 2, + ACTIONS(4107), 2, anon_sym_SEMI, aux_sym_accept_statement_token2, - [47196] = 2, + [47065] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4136), 2, + ACTIONS(2385), 2, + aux_sym_iterator_filter_token1, + aux_sym_package_specification_token3, + [47073] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4109), 2, anon_sym_RPAREN, anon_sym_SEMI, - [47204] = 2, + [47081] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 2, + ACTIONS(3047), 1, + aux_sym_interface_type_definition_token2, + ACTIONS(3069), 1, + aux_sym_allocator_token1, + [47091] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4111), 1, + sym_identifier, + ACTIONS(4113), 1, + anon_sym_SEMI, + [47101] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3303), 1, + aux_sym_compilation_unit_token1, + ACTIONS(3369), 1, + aux_sym_allocator_token1, + [47111] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4115), 2, + aux_sym_iterator_filter_token1, + aux_sym_package_specification_token3, + [47119] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4117), 2, + aux_sym_iterator_filter_token1, + aux_sym_package_specification_token3, + [47127] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4119), 1, + aux_sym_compilation_unit_token1, + ACTIONS(4121), 1, + aux_sym_with_clause_token2, + [47137] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4123), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, + [47145] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4125), 1, + sym_identifier, + ACTIONS(4127), 1, + anon_sym_SEMI, + [47155] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3415), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [47163] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4129), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [47171] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4107), 2, + anon_sym_SEMI, + aux_sym_accept_statement_token2, + [47179] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4131), 2, aux_sym_iterator_filter_token1, aux_sym_with_clause_token2, - [47212] = 2, + [47187] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3052), 2, + ACTIONS(3039), 2, anon_sym_EQ_GT, anon_sym_PIPE, - [47220] = 3, + [47195] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4140), 1, + ACTIONS(4133), 1, aux_sym_with_clause_token2, - STATE(1379), 1, + STATE(1376), 1, sym_record_extension_part, - [47230] = 2, + [47205] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4142), 2, + ACTIONS(4135), 2, anon_sym_EQ_GT, anon_sym_PIPE, - [47238] = 3, + [47213] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4144), 1, - sym_identifier, - ACTIONS(4146), 1, - anon_sym_SEMI, - [47248] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4148), 2, + ACTIONS(4137), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [47256] = 3, + [47221] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4150), 1, + ACTIONS(4139), 1, sym_identifier, - ACTIONS(4152), 1, + ACTIONS(4141), 1, anon_sym_SEMI, - [47266] = 3, + [47231] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4154), 1, + ACTIONS(4143), 1, sym_identifier, - ACTIONS(4156), 1, + ACTIONS(4145), 1, anon_sym_SEMI, - [47276] = 2, + [47241] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4158), 2, + ACTIONS(4147), 1, + sym_identifier, + ACTIONS(4149), 1, + anon_sym_SEMI, + [47251] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4151), 2, anon_sym_COMMA, anon_sym_RPAREN, - [47284] = 3, + [47259] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3822), 1, + ACTIONS(4153), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(4155), 1, + aux_sym_access_to_subprogram_definition_token3, + [47269] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3941), 1, anon_sym_COMMA, - ACTIONS(4160), 1, + ACTIONS(4157), 1, anon_sym_RBRACK, - [47294] = 3, + [47279] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4163), 1, + ACTIONS(4160), 1, sym_identifier, - ACTIONS(4165), 1, + ACTIONS(4162), 1, anon_sym_SEMI, - [47304] = 3, + [47289] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4167), 1, + ACTIONS(4164), 1, aux_sym_iterator_filter_token1, - STATE(1218), 1, + STATE(1217), 1, sym_case_expression_alternative, - [47314] = 2, + [47299] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3995), 2, + ACTIONS(3994), 2, anon_sym_COMMA, anon_sym_RPAREN, - [47322] = 2, + [47307] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4169), 2, + ACTIONS(4166), 2, anon_sym_COMMA, anon_sym_RPAREN, - [47330] = 2, + [47315] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4171), 2, + ACTIONS(4168), 2, anon_sym_COMMA, anon_sym_RPAREN, - [47338] = 2, + [47323] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3708), 2, + ACTIONS(3881), 2, anon_sym_COMMA, anon_sym_RPAREN, - [47346] = 3, + [47331] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4173), 1, + ACTIONS(4170), 1, sym_identifier, - ACTIONS(4175), 1, + ACTIONS(4172), 1, anon_sym_SEMI, - [47356] = 2, + [47341] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3696), 2, + ACTIONS(3865), 2, anon_sym_EQ_GT, anon_sym_PIPE, - [47364] = 3, + [47349] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4177), 1, + ACTIONS(4174), 1, anon_sym_SEMI, - ACTIONS(4179), 1, + ACTIONS(4176), 1, aux_sym_accept_statement_token2, - [47374] = 3, + [47359] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4181), 1, + ACTIONS(4178), 1, anon_sym_COMMA, - ACTIONS(4183), 1, + ACTIONS(4180), 1, anon_sym_RPAREN, - [47384] = 2, + [47369] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3588), 2, + ACTIONS(4183), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [47377] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3599), 2, anon_sym_RPAREN, anon_sym_SEMI, - [47392] = 2, + [47385] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4186), 2, + ACTIONS(4185), 2, anon_sym_RPAREN, anon_sym_SEMI, - [47400] = 3, + [47393] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2653), 1, + ACTIONS(2649), 1, anon_sym_LPAREN, - STATE(1374), 1, + STATE(1372), 1, sym_formal_part, - [47410] = 3, + [47403] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2742), 1, + ACTIONS(2735), 1, aux_sym_result_profile_token1, - STATE(823), 1, + STATE(827), 1, sym_result_profile, - [47420] = 3, + [47413] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4140), 1, + ACTIONS(4133), 1, aux_sym_with_clause_token2, - STATE(1402), 1, + STATE(1404), 1, sym_record_extension_part, - [47430] = 3, + [47423] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4188), 1, - aux_sym_with_clause_token2, - STATE(1379), 1, - sym_record_extension_part, - [47440] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4190), 1, + ACTIONS(4187), 1, sym_identifier, - ACTIONS(4192), 1, + ACTIONS(4189), 1, anon_sym_SEMI, - [47450] = 3, + [47433] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4194), 1, + ACTIONS(4191), 1, + aux_sym_with_clause_token2, + STATE(1376), 1, + sym_record_extension_part, + [47443] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4193), 1, anon_sym_SEMI, - ACTIONS(4196), 1, + ACTIONS(4195), 1, aux_sym_package_specification_token2, - [47460] = 2, + [47453] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4198), 2, + ACTIONS(4197), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [47461] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4199), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [47469] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4201), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [47468] = 2, + [47477] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4200), 2, + ACTIONS(3939), 2, + anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_SEMI, - [47476] = 2, + [47485] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4202), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [47484] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4204), 2, + ACTIONS(4203), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [47492] = 2, + [47493] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3946), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [47500] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4206), 2, + ACTIONS(4205), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [47508] = 3, + [47501] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4208), 1, - sym_identifier, - ACTIONS(4210), 1, - anon_sym_SEMI, - [47518] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4212), 2, + ACTIONS(4207), 2, anon_sym_COMMA, anon_sym_RPAREN, - [47526] = 2, + [47509] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3635), 2, + ACTIONS(3810), 2, anon_sym_COMMA, anon_sym_RPAREN, - [47534] = 3, + [47517] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3066), 1, + ACTIONS(3047), 1, aux_sym_interface_type_definition_token2, - ACTIONS(3538), 1, + ACTIONS(3350), 1, aux_sym_allocator_token1, - [47544] = 3, + [47527] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4214), 1, + ACTIONS(4209), 1, aux_sym_compilation_unit_token1, - ACTIONS(4216), 1, + ACTIONS(4211), 1, aux_sym_with_clause_token1, - [47554] = 3, + [47537] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4218), 1, + ACTIONS(4213), 1, + sym_identifier, + ACTIONS(4215), 1, + anon_sym_SEMI, + [47547] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4217), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [47555] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4219), 1, aux_sym_expression_token3, - ACTIONS(4220), 1, + ACTIONS(4221), 1, aux_sym_expression_token4, - [47564] = 2, + [47565] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4222), 2, + ACTIONS(4223), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [47572] = 3, + [47573] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4224), 1, + ACTIONS(4225), 1, sym_identifier, - ACTIONS(4226), 1, + ACTIONS(4227), 1, anon_sym_SEMI, - [47582] = 2, + [47583] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4228), 2, + ACTIONS(4229), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [47590] = 2, + [47591] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4230), 2, - anon_sym_SEMI, - aux_sym_accept_statement_token2, - [47598] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4232), 2, - anon_sym_SEMI, + ACTIONS(4231), 1, aux_sym_with_clause_token2, - [47606] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4234), 1, - aux_sym_with_clause_token2, - STATE(1445), 1, + STATE(1444), 1, sym_record_extension_part, - [47616] = 3, + [47601] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4236), 1, + ACTIONS(4233), 2, anon_sym_SEMI, - ACTIONS(4238), 1, aux_sym_accept_statement_token2, - [47626] = 3, + [47609] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4240), 1, - sym_identifier, - ACTIONS(4242), 1, + ACTIONS(4235), 1, anon_sym_SEMI, - [47636] = 3, + ACTIONS(4237), 1, + aux_sym_accept_statement_token2, + [47619] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4244), 1, + ACTIONS(4239), 1, + sym_identifier, + ACTIONS(4241), 1, + anon_sym_SEMI, + [47629] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4243), 1, anon_sym_LPAREN, - ACTIONS(4246), 1, + ACTIONS(4245), 1, anon_sym_SEMI, - [47646] = 3, + [47639] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4248), 1, + ACTIONS(4247), 1, sym_identifier, - ACTIONS(4250), 1, + ACTIONS(4249), 1, anon_sym_SEMI, - [47656] = 3, + [47649] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3052), 1, + ACTIONS(3039), 1, anon_sym_PIPE, - ACTIONS(4252), 1, + ACTIONS(4251), 1, anon_sym_EQ_GT, - [47666] = 2, + [47659] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3890), 2, + ACTIONS(3744), 2, anon_sym_COMMA, anon_sym_RPAREN, - [47674] = 2, + [47667] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4255), 2, + ACTIONS(4254), 2, anon_sym_COMMA, anon_sym_RPAREN, - [47682] = 2, + [47675] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3899), 2, + ACTIONS(3735), 2, anon_sym_COMMA, anon_sym_RPAREN, - [47690] = 2, + [47683] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4257), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [47698] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4259), 2, + ACTIONS(4256), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [47706] = 3, + [47691] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4261), 1, + ACTIONS(4258), 1, aux_sym_with_clause_token2, - ACTIONS(4263), 1, + ACTIONS(4260), 1, aux_sym_expression_token1, - [47716] = 2, + [47701] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4265), 2, + ACTIONS(4262), 2, anon_sym_RPAREN, anon_sym_SEMI, - [47724] = 3, + [47709] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3688), 1, + ACTIONS(3859), 1, sym_identifier, - ACTIONS(3690), 1, + ACTIONS(3861), 1, aux_sym_use_clause_token2, - [47734] = 3, + [47719] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3732), 1, + ACTIONS(3895), 1, sym_identifier, - ACTIONS(3734), 1, + ACTIONS(3897), 1, aux_sym_use_clause_token2, - [47744] = 2, + [47729] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3368), 2, + ACTIONS(4264), 2, anon_sym_RPAREN, anon_sym_SEMI, - [47752] = 3, + [47737] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2972), 1, + ACTIONS(3404), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [47745] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3006), 1, aux_sym_iterator_filter_token1, - STATE(1788), 1, + STATE(1787), 1, sym_entry_barrier, - [47762] = 2, + [47755] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4267), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [47770] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4269), 1, + ACTIONS(4266), 1, sym_identifier, - ACTIONS(4271), 1, + ACTIONS(4268), 1, anon_sym_SEMI, - [47780] = 3, + [47765] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4140), 1, + ACTIONS(4133), 1, aux_sym_with_clause_token2, - STATE(1445), 1, + STATE(1444), 1, sym_record_extension_part, - [47790] = 3, + [47775] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4273), 1, + ACTIONS(4270), 1, sym_identifier, - ACTIONS(4275), 1, + ACTIONS(4272), 1, anon_sym_SEMI, - [47800] = 2, + [47785] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [47808] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4279), 1, - sym_identifier, - ACTIONS(4281), 1, - anon_sym_SEMI, - [47818] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3231), 1, - anon_sym_SEMI, - ACTIONS(3682), 1, - aux_sym_package_specification_token2, - [47828] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4008), 2, + ACTIONS(3702), 2, anon_sym_COMMA, anon_sym_COLON, - [47836] = 2, + [47793] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4283), 2, + ACTIONS(4274), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [47844] = 2, + [47801] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4285), 2, + ACTIONS(3189), 1, + anon_sym_SEMI, + ACTIONS(3673), 1, + aux_sym_package_specification_token2, + [47811] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4276), 1, + sym_identifier, + ACTIONS(4278), 1, + anon_sym_SEMI, + [47821] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4280), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [47852] = 2, + [47829] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3842), 2, + ACTIONS(4282), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [47837] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3834), 2, anon_sym_EQ_GT, anon_sym_PIPE, - [47860] = 3, + [47845] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4287), 1, + ACTIONS(4284), 1, aux_sym_with_clause_token2, - STATE(1402), 1, + STATE(1404), 1, sym_record_extension_part, - [47870] = 3, + [47855] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4289), 1, + ACTIONS(4286), 1, anon_sym_SEMI, - ACTIONS(4291), 1, + ACTIONS(4288), 1, aux_sym_package_specification_token2, - [47880] = 2, + [47865] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4293), 2, + ACTIONS(4290), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [47888] = 2, + [47873] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4295), 2, + ACTIONS(4292), 2, anon_sym_RPAREN, anon_sym_SEMI, - [47896] = 3, + [47881] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4297), 1, + ACTIONS(4294), 1, anon_sym_SEMI, + ACTIONS(4296), 1, + aux_sym_package_specification_token2, + [47891] = 3, + ACTIONS(3), 1, + sym_comment, ACTIONS(4299), 1, - aux_sym_package_specification_token2, - [47906] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4302), 1, sym_identifier, - ACTIONS(4304), 1, + ACTIONS(4301), 1, anon_sym_SEMI, - [47916] = 2, + [47901] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4306), 2, + ACTIONS(4303), 2, anon_sym_COMMA, anon_sym_RPAREN, - [47924] = 2, + [47909] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4308), 2, + ACTIONS(4305), 2, anon_sym_COMMA, anon_sym_RPAREN, - [47932] = 3, + [47917] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4310), 1, - anon_sym_SEMI, - ACTIONS(4312), 1, - aux_sym_package_specification_token2, - [47942] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4314), 1, + ACTIONS(4307), 1, aux_sym_package_specification_token3, - ACTIONS(4316), 1, + ACTIONS(4309), 1, aux_sym_subprogram_body_token1, - [47952] = 3, + [47927] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2256), 1, + ACTIONS(4311), 1, + anon_sym_SEMI, + ACTIONS(4313), 1, + aux_sym_package_specification_token2, + [47937] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2280), 1, aux_sym_access_to_subprogram_definition_token2, - ACTIONS(2258), 1, + ACTIONS(2282), 1, aux_sym_access_to_subprogram_definition_token3, - [47962] = 2, + [47947] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3748), 2, + ACTIONS(3654), 2, anon_sym_RPAREN, anon_sym_SEMI, - [47970] = 2, + [47955] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 2, + ACTIONS(4315), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [47978] = 2, + [47963] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3743), 2, + ACTIONS(4317), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [47971] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3621), 2, anon_sym_COMMA, anon_sym_RPAREN, - [47986] = 2, + [47979] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4320), 2, + ACTIONS(4319), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [47994] = 2, + [47987] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4322), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [48002] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2972), 1, + ACTIONS(3006), 1, aux_sym_iterator_filter_token1, - STATE(1663), 1, + STATE(1662), 1, sym_entry_barrier, - [48012] = 2, + [47997] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4324), 2, + ACTIONS(4321), 2, anon_sym_COMMA, anon_sym_RPAREN, - [48020] = 2, + [48005] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4326), 2, + ACTIONS(4323), 2, aux_sym_iterator_filter_token1, aux_sym_with_clause_token2, - [48028] = 2, + [48013] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4328), 2, + ACTIONS(4325), 2, anon_sym_COMMA, anon_sym_RPAREN, - [48036] = 2, + [48021] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4330), 2, + ACTIONS(4327), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [48029] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4329), 2, aux_sym_iterator_filter_token1, aux_sym_package_specification_token3, - [48044] = 2, + [48037] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4332), 2, + ACTIONS(4331), 1, + sym_identifier, + ACTIONS(4333), 1, + anon_sym_SEMI, + [48047] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 2, anon_sym_SEMI, aux_sym_accept_statement_token2, - [48052] = 3, + [48055] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4334), 1, - sym_identifier, - ACTIONS(4336), 1, + ACTIONS(3589), 1, anon_sym_SEMI, - [48062] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3580), 1, - anon_sym_SEMI, - ACTIONS(3582), 1, + ACTIONS(3591), 1, aux_sym_package_specification_token2, - [48072] = 2, + [48065] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4338), 2, + ACTIONS(4337), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [48080] = 3, + [48073] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4340), 1, + ACTIONS(3597), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [48081] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4339), 1, aux_sym_with_clause_token2, - ACTIONS(4342), 1, + ACTIONS(4341), 1, aux_sym_expression_token1, - [48090] = 2, + [48091] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3506), 2, + ACTIONS(3595), 2, anon_sym_RPAREN, anon_sym_SEMI, - [48098] = 3, + [48099] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3576), 1, + ACTIONS(3587), 1, aux_sym_compilation_unit_token1, - ACTIONS(4344), 1, + ACTIONS(4343), 1, aux_sym_with_clause_token1, - [48108] = 2, + [48109] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3508), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [48116] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4346), 1, + ACTIONS(4345), 1, sym_identifier, - ACTIONS(4348), 1, + ACTIONS(4347), 1, anon_sym_SEMI, - [48126] = 3, + [48119] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4350), 1, - aux_sym_iterated_element_association_token2, - ACTIONS(4352), 1, - anon_sym_EQ_GT, - [48136] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4354), 2, + ACTIONS(4349), 2, anon_sym_COMMA, anon_sym_RPAREN, - [48144] = 3, + [48127] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4356), 1, - sym_identifier, - ACTIONS(4358), 1, + ACTIONS(3759), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [48135] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3763), 2, + anon_sym_RPAREN, anon_sym_SEMI, - [48154] = 3, + [48143] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4360), 1, - aux_sym_chunk_specification_token1, - ACTIONS(4362), 1, - aux_sym_iterator_specification_token1, - [48164] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4364), 2, + ACTIONS(4351), 2, aux_sym_chunk_specification_token1, aux_sym_iterator_specification_token1, - [48172] = 3, + [48151] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4366), 1, + ACTIONS(4353), 1, sym_identifier, - ACTIONS(4368), 1, + ACTIONS(4355), 1, anon_sym_SEMI, - [48182] = 3, + [48161] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4167), 1, + ACTIONS(4164), 1, aux_sym_iterator_filter_token1, STATE(1427), 1, sym_case_expression_alternative, - [48192] = 3, + [48171] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4370), 1, + ACTIONS(4357), 1, + aux_sym_iterated_element_association_token2, + ACTIONS(4359), 1, + anon_sym_EQ_GT, + [48181] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4361), 1, + anon_sym_COMMA, + STATE(1073), 1, + aux_sym_positional_array_aggregate_repeat1, + [48191] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4363), 1, sym_identifier, - ACTIONS(4372), 1, + ACTIONS(4365), 1, anon_sym_SEMI, - [48202] = 2, + [48201] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4374), 2, + ACTIONS(4367), 1, + aux_sym_chunk_specification_token1, + ACTIONS(4369), 1, + aux_sym_iterator_specification_token1, + [48211] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4371), 2, aux_sym_iterator_filter_token1, aux_sym_package_specification_token3, - [48210] = 3, + [48219] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4376), 1, - anon_sym_COMMA, - STATE(1126), 1, - aux_sym_positional_array_aggregate_repeat1, - [48220] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3770), 2, - anon_sym_RPAREN, + ACTIONS(4373), 1, + sym_identifier, + ACTIONS(4375), 1, anon_sym_SEMI, - [48228] = 2, + [48229] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3768), 2, - anon_sym_COMMA, + ACTIONS(4377), 1, anon_sym_RPAREN, [48236] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4378), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [48244] = 2, + ACTIONS(4379), 1, + anon_sym_SEMI, + [48243] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4381), 1, - anon_sym_SEMI, - [48251] = 2, + anon_sym_COLON, + [48250] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4383), 1, - anon_sym_SEMI, - [48258] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4090), 1, - anon_sym_SEMI, - [48265] = 2, + anon_sym_RPAREN, + [48257] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4385), 1, - anon_sym_SEMI, - [48272] = 2, + anon_sym_EQ_GT, + [48264] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4387), 1, - aux_sym_use_clause_token2, - [48279] = 2, + aux_sym_package_specification_token2, + [48271] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4389), 1, - aux_sym_loop_statement_token1, - [48286] = 2, + anon_sym_SEMI, + [48278] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4391), 1, aux_sym_expression_token2, - [48293] = 2, + [48285] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4087), 1, + anon_sym_SEMI, + [48292] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4393), 1, - anon_sym_RBRACK, - [48300] = 2, + anon_sym_RPAREN, + [48299] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4395), 1, - aux_sym_at_clause_token1, - [48307] = 2, + anon_sym_RPAREN, + [48306] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4397), 1, anon_sym_SEMI, - [48314] = 2, + [48313] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4399), 1, - anon_sym_RBRACK, - [48321] = 2, + aux_sym_use_clause_token2, + [48320] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4401), 1, - anon_sym_SEMI, - [48328] = 2, + aux_sym_loop_statement_token1, + [48327] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4395), 1, + anon_sym_RBRACK, + [48334] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4403), 1, - aux_sym_package_specification_token2, - [48335] = 2, + aux_sym_at_clause_token1, + [48341] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4405), 1, - sym_tick, - [48342] = 2, + anon_sym_RBRACK, + [48348] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4407), 1, - anon_sym_EQ_GT, - [48349] = 2, + anon_sym_SEMI, + [48355] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4409), 1, - aux_sym_with_clause_token2, - [48356] = 2, + sym_tick, + [48362] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4411), 1, - anon_sym_SEMI, - [48363] = 2, + aux_sym_with_clause_token2, + [48369] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4413), 1, - anon_sym_RPAREN, - [48370] = 2, + anon_sym_SEMI, + [48376] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4415), 1, anon_sym_SEMI, - [48377] = 2, + [48383] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4417), 1, - anon_sym_COLON, - [48384] = 2, + aux_sym_package_specification_token3, + [48390] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2115), 1, + anon_sym_DOT_DOT, + [48397] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4365), 1, + anon_sym_SEMI, + [48404] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4419), 1, anon_sym_SEMI, - [48391] = 2, + [48411] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4421), 1, - aux_sym_package_specification_token3, - [48398] = 2, + anon_sym_SEMI, + [48418] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4423), 1, - sym_identifier, - [48405] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2146), 1, - anon_sym_DOT_DOT, - [48412] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4368), 1, - anon_sym_SEMI, - [48419] = 2, + anon_sym_RBRACK, + [48425] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4425), 1, - anon_sym_SEMI, - [48426] = 2, + aux_sym_attribute_designator_token2, + [48432] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4427), 1, anon_sym_SEMI, - [48433] = 2, + [48439] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4429), 1, - anon_sym_RBRACK, - [48440] = 2, + aux_sym_with_clause_token2, + [48446] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4431), 1, - aux_sym_attribute_designator_token2, - [48447] = 2, + aux_sym_with_clause_token2, + [48453] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4433), 1, - anon_sym_SEMI, - [48454] = 2, + anon_sym_LT_GT, + [48460] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4435), 1, - aux_sym_with_clause_token2, - [48461] = 2, + anon_sym_SEMI, + [48467] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4437), 1, - aux_sym_with_clause_token2, - [48468] = 2, + aux_sym_compilation_unit_token1, + [48474] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4347), 1, + anon_sym_SEMI, + [48481] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4439), 1, - anon_sym_LT_GT, - [48475] = 2, + aux_sym_object_renaming_declaration_token1, + [48488] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3673), 1, + aux_sym_package_specification_token2, + [48495] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4441), 1, - sym_identifier, - [48482] = 2, + aux_sym_compilation_unit_token1, + [48502] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4443), 1, - aux_sym_compilation_unit_token1, - [48489] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4348), 1, - anon_sym_SEMI, - [48496] = 2, + sym_identifier, + [48509] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4445), 1, - aux_sym_object_renaming_declaration_token1, - [48503] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3682), 1, - aux_sym_package_specification_token2, - [48510] = 2, + anon_sym_EQ_GT, + [48516] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4447), 1, - aux_sym_compilation_unit_token1, - [48517] = 2, + sym_identifier, + [48523] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4449), 1, - sym_identifier, - [48524] = 2, + anon_sym_SEMI, + [48530] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4451), 1, - sym_identifier, - [48531] = 2, + aux_sym_allocator_token1, + [48537] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4453), 1, - anon_sym_SEMI, - [48538] = 2, + aux_sym_iterated_element_association_token2, + [48544] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4455), 1, - aux_sym_allocator_token1, - [48545] = 2, + aux_sym_iterated_element_association_token2, + [48551] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4457), 1, - aux_sym_object_renaming_declaration_token1, - [48552] = 2, + anon_sym_SEMI, + [48558] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4459), 1, - aux_sym_iterated_element_association_token2, - [48559] = 2, + aux_sym_object_renaming_declaration_token1, + [48565] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4461), 1, - aux_sym_iterated_element_association_token2, - [48566] = 2, + sym_tick, + [48572] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4463), 1, - anon_sym_SEMI, - [48573] = 2, + anon_sym_RPAREN, + [48579] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3576), 1, + ACTIONS(3587), 1, aux_sym_compilation_unit_token1, - [48580] = 2, + [48586] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4465), 1, - sym_tick, - [48587] = 2, + anon_sym_SEMI, + [48593] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4467), 1, - anon_sym_RPAREN, - [48594] = 2, + sym_identifier, + [48600] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4469), 1, anon_sym_SEMI, - [48601] = 2, + [48607] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4471), 1, - anon_sym_RPAREN, - [48608] = 2, + anon_sym_SEMI, + [48614] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4473), 1, aux_sym_allocator_token1, - [48615] = 2, + [48621] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3637), 1, + anon_sym_SEMI, + [48628] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3053), 1, + aux_sym_entry_declaration_token1, + [48635] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4475), 1, - anon_sym_SEMI, - [48622] = 2, + sym_identifier, + [48642] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4477), 1, - anon_sym_SEMI, - [48629] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3086), 1, - aux_sym_entry_declaration_token1, - [48636] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3660), 1, - anon_sym_SEMI, - [48643] = 2, + anon_sym_RPAREN, + [48649] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4479), 1, - anon_sym_SEMI, - [48650] = 2, + aux_sym_if_expression_token1, + [48656] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4481), 1, - aux_sym_package_specification_token2, - [48657] = 2, + anon_sym_SEMI, + [48663] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4483), 1, anon_sym_SEMI, - [48664] = 2, + [48670] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4485), 1, - aux_sym_if_expression_token1, - [48671] = 2, + aux_sym_package_specification_token3, + [48677] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4487), 1, - aux_sym_record_component_association_list_token1, - [48678] = 2, + aux_sym_package_specification_token2, + [48684] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4489), 1, - anon_sym_SEMI, - [48685] = 2, + anon_sym_RPAREN, + [48691] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4491), 1, - aux_sym_package_specification_token3, - [48692] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4336), 1, - anon_sym_SEMI, - [48699] = 2, + sym_identifier, + [48698] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4493), 1, - anon_sym_RPAREN, - [48706] = 2, + aux_sym_primary_null_token1, + [48705] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4495), 1, - sym_identifier, - [48713] = 2, + anon_sym_SEMI, + [48712] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4497), 1, - aux_sym_primary_null_token1, - [48720] = 2, + anon_sym_SEMI, + [48719] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4499), 1, - anon_sym_SEMI, - [48727] = 2, + aux_sym_record_component_association_list_token1, + [48726] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4501), 1, - anon_sym_SEMI, - [48734] = 2, + aux_sym_asynchronous_select_token1, + [48733] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4503), 1, - aux_sym_package_specification_token2, - [48741] = 2, + aux_sym_package_specification_token3, + [48740] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4505), 1, - aux_sym_asynchronous_select_token1, - [48748] = 2, + aux_sym_package_specification_token2, + [48747] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3625), 1, + anon_sym_SEMI, + [48754] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4507), 1, aux_sym_package_specification_token3, - [48755] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3763), 1, - anon_sym_RPAREN, - [48762] = 2, + [48761] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4509), 1, - sym_identifier, - [48769] = 2, + anon_sym_SEMI, + [48768] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4333), 1, + anon_sym_SEMI, + [48775] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4511), 1, - aux_sym_package_specification_token2, - [48776] = 2, + anon_sym_RPAREN, + [48782] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4513), 1, anon_sym_SEMI, - [48783] = 2, + [48789] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3754), 1, + anon_sym_RPAREN, + [48796] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4515), 1, anon_sym_RPAREN, - [48790] = 2, + [48803] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4517), 1, anon_sym_SEMI, - [48797] = 2, + [48810] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4519), 1, - anon_sym_SEMI, - [48804] = 2, + anon_sym_GT_GT, + [48817] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4521), 1, - anon_sym_RPAREN, - [48811] = 2, + aux_sym_package_specification_token2, + [48824] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4523), 1, aux_sym_package_specification_token2, - [48818] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3658), 1, - anon_sym_SEMI, - [48825] = 2, + [48831] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4525), 1, anon_sym_SEMI, - [48832] = 2, + [48838] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4527), 1, anon_sym_RPAREN, - [48839] = 2, + [48845] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4529), 1, - aux_sym_package_specification_token2, - [48846] = 2, + sym_identifier, + [48852] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3090), 1, + ACTIONS(3057), 1, aux_sym_loop_statement_token1, - [48853] = 2, + [48859] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4531), 1, - aux_sym_package_specification_token3, - [48860] = 2, + anon_sym_SEMI, + [48866] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4533), 1, - sym_identifier, - [48867] = 2, + anon_sym_SEMI, + [48873] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4535), 1, - anon_sym_SEMI, - [48874] = 2, + sym_identifier, + [48880] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4537), 1, - anon_sym_SEMI, - [48881] = 2, + anon_sym_RPAREN, + [48887] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4539), 1, anon_sym_SEMI, - [48888] = 2, + [48894] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4541), 1, - sym_identifier, - [48895] = 2, + anon_sym_SEMI, + [48901] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4543), 1, - anon_sym_RPAREN, - [48902] = 2, + anon_sym_SEMI, + [48908] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4545), 1, + sym_identifier, + [48915] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4286), 1, anon_sym_SEMI, - [48909] = 2, + [48922] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4547), 1, anon_sym_SEMI, - [48916] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4549), 1, - anon_sym_SEMI, - [48923] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4289), 1, - anon_sym_SEMI, - [48930] = 2, + [48929] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(209), 1, aux_sym_private_type_declaration_token1, - [48937] = 2, + [48936] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4549), 1, + anon_sym_SEMI, + [48943] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4551), 1, anon_sym_SEMI, - [48944] = 2, + [48950] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4553), 1, anon_sym_SEMI, - [48951] = 2, + [48957] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4555), 1, - anon_sym_SEMI, - [48958] = 2, + aux_sym_iterated_element_association_token2, + [48964] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4557), 1, - aux_sym_iterated_element_association_token2, - [48965] = 2, + anon_sym_EQ_GT, + [48971] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4559), 1, - anon_sym_EQ_GT, - [48972] = 2, + aux_sym_package_specification_token3, + [48978] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4561), 1, aux_sym_subunit_token1, - [48979] = 2, + [48985] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4307), 1, + aux_sym_package_specification_token3, + [48992] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4563), 1, - aux_sym_with_clause_token2, - [48986] = 2, + anon_sym_SEMI, + [48999] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4565), 1, - aux_sym_package_specification_token3, - [48993] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4314), 1, - aux_sym_package_specification_token3, - [49000] = 2, + aux_sym_record_component_association_list_token1, + [49006] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4567), 1, - anon_sym_SEMI, - [49007] = 2, + aux_sym_with_clause_token2, + [49013] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4569), 1, - aux_sym_record_component_association_list_token1, - [49014] = 2, + sym_identifier, + [49020] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4571), 1, - sym_identifier, - [49021] = 2, + anon_sym_SEMI, + [49027] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4573), 1, - aux_sym_package_specification_token2, - [49028] = 2, + anon_sym_RBRACK, + [49034] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4575), 1, - anon_sym_SEMI, - [49035] = 2, + anon_sym_RPAREN, + [49041] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4577), 1, - anon_sym_RBRACK, - [49042] = 2, + aux_sym_package_specification_token2, + [49048] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4579), 1, + anon_sym_SEMI, + [49055] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3681), 1, anon_sym_RPAREN, - [49049] = 2, + [49062] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4581), 1, anon_sym_SEMI, - [49056] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4583), 1, - aux_sym_package_specification_token2, - [49063] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4585), 1, - anon_sym_SEMI, - [49070] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3952), 1, - anon_sym_RPAREN, - [49077] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4587), 1, - anon_sym_SEMI, - [49084] = 2, + [49069] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(207), 1, aux_sym_subprogram_body_token1, - [49091] = 2, + [49076] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4583), 1, + anon_sym_EQ_GT, + [49083] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4585), 1, + anon_sym_SEMI, + [49090] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4587), 1, + aux_sym_package_specification_token2, + [49097] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4589), 1, - anon_sym_EQ_GT, - [49098] = 2, + anon_sym_COLON, + [49104] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4591), 1, - anon_sym_COLON, - [49105] = 2, + aux_sym_package_specification_token3, + [49111] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4593), 1, - anon_sym_SEMI, - [49112] = 2, + aux_sym_subprogram_body_token1, + [49118] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4595), 1, - aux_sym_subprogram_body_token1, - [49119] = 2, + anon_sym_SEMI, + [49125] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4597), 1, - aux_sym_package_specification_token3, - [49126] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4599), 1, anon_sym_SEMI, - [49133] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4601), 1, - aux_sym_package_specification_token3, - [49140] = 2, + [49132] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(323), 1, aux_sym_subprogram_body_token1, - [49147] = 2, + [49139] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4527), 1, anon_sym_RBRACK, - [49154] = 2, + [49146] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4304), 1, + ACTIONS(4599), 1, + aux_sym_package_specification_token3, + [49153] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4301), 1, anon_sym_SEMI, - [49161] = 2, + [49160] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4601), 1, + anon_sym_SEMI, + [49167] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4603), 1, anon_sym_SEMI, - [49168] = 2, + [49174] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4605), 1, - anon_sym_EQ_GT, - [49175] = 2, + aux_sym_package_specification_token3, + [49181] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4607), 1, - aux_sym_package_specification_token3, - [49182] = 2, + anon_sym_EQ_GT, + [49188] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4609), 1, anon_sym_SEMI, - [49189] = 2, + [49195] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4611), 1, - anon_sym_SEMI, - [49196] = 2, + aux_sym_package_specification_token3, + [49202] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4613), 1, - anon_sym_SEMI, - [49203] = 2, + aux_sym_package_specification_token3, + [49209] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4615), 1, anon_sym_SEMI, - [49210] = 2, + [49216] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4617), 1, - aux_sym_package_specification_token3, - [49217] = 2, + anon_sym_SEMI, + [49223] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4619), 1, + aux_sym_asynchronous_select_token1, + [49230] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3704), 1, anon_sym_SEMI, - [49224] = 2, + [49237] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4621), 1, - aux_sym_package_specification_token3, - [49231] = 2, + anon_sym_SEMI, + [49244] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4623), 1, anon_sym_SEMI, - [49238] = 2, + [49251] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4625), 1, anon_sym_SEMI, - [49245] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4014), 1, - anon_sym_SEMI, - [49252] = 2, + [49258] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4627), 1, - aux_sym_asynchronous_select_token1, - [49259] = 2, + anon_sym_EQ_GT, + [49265] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4288), 1, + aux_sym_package_specification_token2, + [49272] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4629), 1, - anon_sym_EQ_GT, - [49266] = 2, + aux_sym_primary_null_token1, + [49279] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4291), 1, - aux_sym_package_specification_token2, - [49273] = 2, + ACTIONS(3712), 1, + anon_sym_SEMI, + [49286] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4631), 1, - anon_sym_SEMI, - [49280] = 2, + aux_sym_compilation_unit_token1, + [49293] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4633), 1, - aux_sym_with_clause_token2, - [49287] = 2, + anon_sym_SEMI, + [49300] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4635), 1, - aux_sym_primary_null_token1, - [49294] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4036), 1, - anon_sym_SEMI, - [49301] = 2, + aux_sym_asynchronous_select_token1, + [49307] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4637), 1, - aux_sym_compilation_unit_token1, - [49308] = 2, + aux_sym_with_clause_token2, + [49314] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4639), 1, - anon_sym_RPAREN, - [49315] = 2, + aux_sym_loop_statement_token1, + [49321] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4641), 1, - aux_sym_loop_statement_token1, - [49322] = 2, + aux_sym_with_clause_token2, + [49328] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4643), 1, - aux_sym_with_clause_token2, - [49329] = 2, + aux_sym_package_specification_token3, + [49335] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4645), 1, aux_sym_package_specification_token3, - [49336] = 2, + [49342] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4647), 1, - aux_sym_package_specification_token3, - [49343] = 2, + anon_sym_RPAREN, + [49349] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4649), 1, - anon_sym_RPAREN, - [49350] = 2, + anon_sym_SEMI, + [49356] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4651), 1, - aux_sym_with_clause_token2, - [49357] = 2, + anon_sym_SEMI, + [49363] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4653), 1, - anon_sym_SEMI, - [49364] = 2, + sym_tick, + [49370] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4655), 1, anon_sym_SEMI, - [49371] = 2, + [49377] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4657), 1, anon_sym_SEMI, - [49378] = 2, + [49384] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4659), 1, - sym_tick, - [49385] = 2, + anon_sym_SEMI, + [49391] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4661), 1, - anon_sym_RPAREN, - [49392] = 2, + anon_sym_SEMI, + [49398] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4663), 1, - anon_sym_SEMI, - [49399] = 2, + aux_sym_package_specification_token3, + [49405] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4665), 1, - anon_sym_SEMI, - [49406] = 2, + aux_sym_with_clause_token2, + [49412] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4667), 1, - anon_sym_SEMI, - [49413] = 2, + aux_sym_subprogram_body_token1, + [49419] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4669), 1, - aux_sym_package_specification_token3, - [49420] = 2, + sym_identifier, + [49426] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4671), 1, - aux_sym_with_clause_token2, - [49427] = 2, + anon_sym_RPAREN, + [49433] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4673), 1, - aux_sym_subprogram_body_token1, - [49434] = 2, + aux_sym_package_specification_token2, + [49440] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4675), 1, - sym_identifier, - [49441] = 2, + aux_sym_package_specification_token2, + [49447] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4677), 1, - anon_sym_RPAREN, - [49448] = 2, + anon_sym_COLON, + [49454] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4679), 1, - aux_sym_package_specification_token2, - [49455] = 2, + aux_sym_with_clause_token2, + [49461] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4681), 1, - aux_sym_package_specification_token2, - [49462] = 2, + anon_sym_SEMI, + [49468] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4683), 1, - anon_sym_COLON, - [49469] = 2, + anon_sym_SEMI, + [49475] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4685), 1, - anon_sym_RPAREN, - [49476] = 2, + aux_sym_package_specification_token2, + [49482] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3381), 1, + aux_sym_package_specification_token3, + [49489] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4687), 1, - anon_sym_SEMI, - [49483] = 2, + anon_sym_RPAREN, + [49496] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4689), 1, - anon_sym_SEMI, - [49490] = 2, + anon_sym_RPAREN, + [49503] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4691), 1, - aux_sym_compilation_unit_token1, - [49497] = 2, + anon_sym_RPAREN, + [49510] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4693), 1, - anon_sym_RPAREN, - [49504] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3352), 1, - aux_sym_package_specification_token3, - [49511] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3314), 1, - anon_sym_SEMI, - [49518] = 2, + aux_sym_compilation_unit_token1, + [49517] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4695), 1, - aux_sym_compilation_unit_token1, - [49525] = 2, + anon_sym_SEMI, + [49524] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4697), 1, + aux_sym_compilation_unit_token1, + [49531] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3299), 1, anon_sym_SEMI, - [49532] = 2, + [49538] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4699), 1, - anon_sym_SEMI, - [49539] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3873), 1, - anon_sym_SEMI, - [49546] = 2, + anon_sym_RPAREN, + [49545] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4701), 1, - anon_sym_SEMI, - [49553] = 2, + aux_sym_expression_token2, + [49552] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4703), 1, - anon_sym_RPAREN, - [49560] = 2, + ts_builtin_sym_end, + [49559] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4705), 1, - aux_sym_expression_token2, - [49567] = 2, + anon_sym_RPAREN, + [49566] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4707), 1, - ts_builtin_sym_end, - [49574] = 2, + anon_sym_SEMI, + [49573] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4709), 1, - anon_sym_RPAREN, - [49581] = 2, + sym_identifier, + [49580] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4711), 1, - aux_sym_package_specification_token3, - [49588] = 2, + anon_sym_RPAREN, + [49587] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4711), 1, + anon_sym_RBRACK, + [49594] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4713), 1, - sym_identifier, - [49595] = 2, + aux_sym_package_specification_token3, + [49601] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4715), 1, - anon_sym_RPAREN, - [49602] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4715), 1, - anon_sym_RBRACK, - [49609] = 2, + anon_sym_SEMI, + [49608] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4717), 1, - sym_identifier, - [49616] = 2, + anon_sym_SEMI, + [49615] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4719), 1, anon_sym_SEMI, - [49623] = 2, + [49622] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4721), 1, anon_sym_SEMI, - [49630] = 2, + [49629] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4723), 1, + aux_sym_with_clause_token2, + [49636] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3870), 1, anon_sym_SEMI, - [49637] = 2, + [49643] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4249), 1, + anon_sym_SEMI, + [49650] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4725), 1, - anon_sym_GT_GT, - [49644] = 2, + anon_sym_SEMI, + [49657] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4727), 1, - aux_sym_with_clause_token2, - [49651] = 2, + sym_identifier, + [49664] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4729), 1, - anon_sym_SEMI, - [49658] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4250), 1, - anon_sym_SEMI, - [49665] = 2, + aux_sym_package_specification_token3, + [49671] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4731), 1, - anon_sym_SEMI, - [49672] = 2, + anon_sym_LPAREN, + [49678] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4733), 1, - anon_sym_SEMI, - [49679] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4393), 1, - anon_sym_RPAREN, - [49686] = 2, + aux_sym_expression_token2, + [49685] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4735), 1, - anon_sym_LPAREN, - [49693] = 2, + anon_sym_SEMI, + [49692] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4737), 1, - aux_sym_package_specification_token3, - [49700] = 2, + anon_sym_SEMI, + [49699] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4739), 1, - anon_sym_SEMI, - [49707] = 2, + aux_sym_package_specification_token3, + [49706] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4741), 1, - anon_sym_COLON, - [49714] = 2, + aux_sym_compilation_unit_token1, + [49713] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4743), 1, - anon_sym_SEMI, - [49721] = 2, + aux_sym_subprogram_body_token1, + [49720] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4745), 1, - aux_sym_compilation_unit_token1, - [49728] = 2, + anon_sym_SEMI, + [49727] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4747), 1, - aux_sym_expression_token2, - [49735] = 2, + aux_sym_with_clause_token2, + [49734] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4749), 1, - aux_sym_package_specification_token3, - [49742] = 2, + anon_sym_RPAREN, + [49741] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4751), 1, - aux_sym_with_clause_token2, - [49749] = 2, + aux_sym_package_specification_token3, + [49748] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4753), 1, anon_sym_SEMI, - [49756] = 2, + [49755] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4755), 1, - aux_sym_package_specification_token3, - [49763] = 2, + anon_sym_SEMI, + [49762] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4757), 1, - anon_sym_SEMI, - [49770] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3907), 1, - anon_sym_SEMI, - [49777] = 2, + anon_sym_COLON, + [49769] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4759), 1, aux_sym_asynchronous_select_token1, - [49784] = 2, + [49776] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4761), 1, - anon_sym_RPAREN, - [49791] = 2, + aux_sym_package_specification_token3, + [49783] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4763), 1, anon_sym_SEMI, - [49798] = 2, + [49790] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4765), 1, aux_sym_package_specification_token3, - [49805] = 2, + [49797] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4767), 1, aux_sym_asynchronous_select_token1, - [49812] = 2, + [49804] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4769), 1, aux_sym_asynchronous_select_token1, - [49819] = 2, + [49811] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4771), 1, - aux_sym_result_profile_token1, - [49826] = 2, + anon_sym_SEMI, + [49818] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4773), 1, anon_sym_SEMI, - [49833] = 2, + [49825] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4775), 1, - anon_sym_SEMI, - [49840] = 2, + aux_sym_result_profile_token1, + [49832] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4777), 1, - aux_sym_package_specification_token3, - [49847] = 2, + anon_sym_SEMI, + [49839] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4779), 1, - anon_sym_RPAREN, - [49854] = 2, + aux_sym_if_expression_token1, + [49846] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4781), 1, - anon_sym_LT_GT, - [49861] = 2, + anon_sym_SEMI, + [49853] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4783), 1, - aux_sym_if_expression_token1, - [49868] = 2, + sym_identifier, + [49860] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4785), 1, - sym_identifier, - [49875] = 2, + anon_sym_SEMI, + [49867] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3903), 1, + anon_sym_SEMI, + [49874] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4787), 1, - anon_sym_SEMI, - [49882] = 2, + aux_sym_package_specification_token3, + [49881] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4789), 1, - anon_sym_RPAREN, - [49889] = 2, + aux_sym_if_expression_token1, + [49888] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4791), 1, - aux_sym_package_specification_token3, - [49896] = 2, + anon_sym_SEMI, + [49895] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4793), 1, - aux_sym_allocator_token1, - [49903] = 2, + aux_sym_expression_token2, + [49902] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4795), 1, - aux_sym_expression_token2, - [49910] = 2, + anon_sym_SEMI, + [49909] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4797), 1, anon_sym_SEMI, - [49917] = 2, + [49916] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3217), 1, + ACTIONS(3207), 1, anon_sym_SEMI, - [49924] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3798), 1, - anon_sym_SEMI, - [49931] = 2, + [49923] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4799), 1, - aux_sym_iterated_element_association_token2, - [49938] = 2, + anon_sym_LPAREN, + [49930] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3791), 1, + anon_sym_SEMI, + [49937] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4801), 1, - anon_sym_LPAREN, - [49945] = 2, + aux_sym_iterated_element_association_token2, + [49944] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4803), 1, - anon_sym_SEMI, - [49952] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4214), 1, - aux_sym_compilation_unit_token1, - [49959] = 2, + anon_sym_EQ_GT, + [49951] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4805), 1, - anon_sym_EQ_GT, - [49966] = 2, + anon_sym_SEMI, + [49958] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3803), 1, + anon_sym_RPAREN, + [49965] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4807), 1, - anon_sym_SEMI, - [49973] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3630), 1, anon_sym_RPAREN, - [49980] = 2, + [49972] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4809), 1, - anon_sym_LT_GT, - [49987] = 2, + aux_sym_allocator_token1, + [49979] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4811), 1, - anon_sym_LT_GT, - [49994] = 2, + anon_sym_RPAREN, + [49986] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4209), 1, + aux_sym_compilation_unit_token1, + [49993] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4813), 1, - anon_sym_RPAREN, - [50001] = 2, + anon_sym_LT_GT, + [50000] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4815), 1, - anon_sym_DOT_DOT, - [50008] = 2, + anon_sym_LT_GT, + [50007] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4817), 1, - anon_sym_LT_GT, - [50015] = 2, + anon_sym_DOT_DOT, + [50014] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4819), 1, - anon_sym_LT_GT, - [50022] = 2, + sym_identifier, + [50021] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4821), 1, - anon_sym_DOT_DOT, - [50029] = 2, + sym_identifier, + [50028] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4823), 1, - sym_identifier, - [50036] = 2, + anon_sym_LT_GT, + [50035] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1833), 1, + anon_sym_EQ_GT, + [50042] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4825), 1, - sym_identifier, - [50043] = 2, + anon_sym_DOT_DOT, + [50049] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4827), 1, - aux_sym_if_expression_token1, - [50050] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1825), 1, - anon_sym_EQ_GT, - [50057] = 2, + anon_sym_LT_GT, + [50056] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4829), 1, - aux_sym_iterated_element_association_token2, - [50064] = 2, + anon_sym_LT_GT, + [50063] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4831), 1, aux_sym_iterated_element_association_token2, - [50071] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3426), 1, - anon_sym_SEMI, - [50078] = 2, + [50070] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4833), 1, - aux_sym_allocator_token1, - [50085] = 2, + aux_sym_iterated_element_association_token2, + [50077] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4835), 1, aux_sym_package_specification_token2, - [50092] = 2, + [50084] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4837), 1, - aux_sym_package_specification_token2, - [50099] = 2, + anon_sym_SEMI, + [50091] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4839), 1, + aux_sym_allocator_token1, + [50098] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3432), 1, anon_sym_SEMI, - [50106] = 2, + [50105] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(321), 1, aux_sym_subprogram_body_token1, - [50113] = 2, + [50112] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4841), 1, - anon_sym_SEMI, - [50120] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3857), 1, aux_sym_package_specification_token2, - [50127] = 2, + [50119] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4843), 1, - aux_sym_primary_null_token1, - [50134] = 2, + anon_sym_EQ_GT, + [50126] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4845), 1, - anon_sym_EQ_GT, - [50141] = 2, + aux_sym_case_expression_token1, + [50133] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4847), 1, - aux_sym_case_expression_token1, - [50148] = 2, + aux_sym_primary_null_token1, + [50140] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4194), 1, + ACTIONS(4193), 1, anon_sym_SEMI, - [50155] = 2, + [50147] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4849), 1, anon_sym_SEMI, - [50162] = 2, + [50154] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4851), 1, anon_sym_SEMI, - [50169] = 2, + [50161] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4853), 1, anon_sym_SEMI, - [50176] = 2, + [50168] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3849), 1, + aux_sym_package_specification_token2, + [50175] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4855), 1, - anon_sym_SEMI, - [50183] = 2, + aux_sym_with_clause_token2, + [50182] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4857), 1, aux_sym_with_clause_token2, - [50190] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4859), 1, - aux_sym_package_specification_token2, - [50197] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4861), 1, - aux_sym_with_clause_token2, - [50204] = 2, + [50189] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(445), 1, aux_sym_allocator_token1, - [50211] = 2, + [50196] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4859), 1, + anon_sym_SEMI, + [50203] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4861), 1, + aux_sym_compilation_unit_token1, + [50210] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4863), 1, - anon_sym_SEMI, - [50218] = 2, + aux_sym_compilation_unit_token1, + [50217] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4865), 1, - aux_sym_compilation_unit_token1, - [50225] = 2, + aux_sym_package_specification_token2, + [50224] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4867), 1, - aux_sym_compilation_unit_token1, - [50232] = 2, + anon_sym_SEMI, + [50231] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4869), 1, anon_sym_SEMI, - [50239] = 2, + [50238] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4871), 1, - anon_sym_SEMI, - [50246] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3980), 1, - anon_sym_SEMI, - [50253] = 2, + aux_sym_loop_statement_token1, + [50245] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4873), 1, - aux_sym_loop_statement_token1, - [50260] = 2, + sym_identifier, + [50252] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4875), 1, - sym_identifier, - [50267] = 2, + anon_sym_SEMI, + [50259] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4877), 1, - aux_sym_package_specification_token3, - [50274] = 2, + anon_sym_SEMI, + [50266] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4879), 1, anon_sym_SEMI, - [50281] = 2, + [50273] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4881), 1, anon_sym_SEMI, - [50288] = 2, + [50280] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4883), 1, - aux_sym_case_expression_token1, - [50295] = 2, + aux_sym_chunk_specification_token1, + [50287] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3975), 1, + anon_sym_SEMI, + [50294] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4885), 1, - aux_sym_chunk_specification_token1, - [50302] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3978), 1, - anon_sym_SEMI, - [50309] = 2, + aux_sym_case_expression_token1, + [50301] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4887), 1, - anon_sym_EQ_GT, - [50316] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4889), 1, aux_sym_package_specification_token3, - [50323] = 2, + [50308] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(271), 1, aux_sym_subprogram_body_token1, - [50330] = 2, + [50315] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4889), 1, + aux_sym_package_specification_token2, + [50322] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4891), 1, - aux_sym_package_specification_token2, - [50337] = 2, + anon_sym_SEMI, + [50329] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4893), 1, + aux_sym_package_specification_token3, + [50336] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3973), 1, anon_sym_SEMI, - [50344] = 2, + [50343] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4895), 1, - anon_sym_SEMI, - [50351] = 2, + anon_sym_EQ_GT, + [50350] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4897), 1, - anon_sym_RPAREN, - [50358] = 2, + anon_sym_SEMI, + [50357] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4899), 1, anon_sym_SEMI, - [50365] = 2, + [50364] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4901), 1, - anon_sym_COLON, - [50372] = 2, + sym_identifier, + [50371] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, - aux_sym_asynchronous_select_token1, - [50379] = 2, + anon_sym_RPAREN, + [50378] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4905), 1, - sym_identifier, - [50386] = 2, + anon_sym_RPAREN, + [50385] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4907), 1, - anon_sym_RPAREN, - [50393] = 2, + anon_sym_COLON, + [50392] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4909), 1, - anon_sym_SEMI, - [50400] = 2, + anon_sym_EQ_GT, + [50399] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4911), 1, - anon_sym_RPAREN, - [50407] = 2, + anon_sym_SEMI, + [50406] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4913), 1, - anon_sym_EQ_GT, - [50414] = 2, + aux_sym_asynchronous_select_token2, + [50413] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4915), 1, + anon_sym_RPAREN, + [50420] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4172), 1, anon_sym_SEMI, - [50421] = 2, + [50427] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4917), 1, - aux_sym_asynchronous_select_token2, - [50428] = 2, + aux_sym_record_component_association_list_token1, + [50434] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3201), 1, + anon_sym_SEMI, + [50441] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4919), 1, - aux_sym_record_component_association_list_token1, - [50435] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4175), 1, - anon_sym_SEMI, - [50442] = 2, + sym_identifier, + [50448] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4921), 1, - sym_identifier, - [50449] = 2, + aux_sym_with_clause_token2, + [50455] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4923), 1, - aux_sym_range_attribute_designator_token1, - [50456] = 2, + aux_sym_compilation_unit_token1, + [50462] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4925), 1, - anon_sym_SEMI, - [50463] = 2, + aux_sym_compilation_unit_token1, + [50469] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4927), 1, - aux_sym_with_clause_token2, - [50470] = 2, + aux_sym_range_attribute_designator_token1, + [50476] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4929), 1, - aux_sym_compilation_unit_token1, - [50477] = 2, + anon_sym_RPAREN, + [50483] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3820), 1, + anon_sym_COMMA, + [50490] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4931), 1, - aux_sym_compilation_unit_token1, - [50484] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3180), 1, anon_sym_SEMI, - [50491] = 2, + [50497] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4933), 1, - anon_sym_RPAREN, - [50498] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3824), 1, - anon_sym_COMMA, - [50505] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4935), 1, - anon_sym_SEMI, - [50512] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4937), 1, anon_sym_EQ_GT, - [50519] = 2, + [50504] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3808), 1, + ACTIONS(3930), 1, anon_sym_SEMI, - [50526] = 2, + [50511] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4936), 1, + anon_sym_SEMI, + [50518] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4938), 1, + anon_sym_SEMI, + [50525] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4940), 1, anon_sym_SEMI, - [50533] = 2, + [50532] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4942), 1, - anon_sym_SEMI, - [50540] = 2, + aux_sym_package_specification_token3, + [50539] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4944), 1, anon_sym_SEMI, - [50547] = 2, + [50546] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4946), 1, - aux_sym_package_specification_token3, - [50554] = 2, + anon_sym_EQ_GT, + [50553] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4948), 1, anon_sym_SEMI, - [50561] = 2, + [50560] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4950), 1, - aux_sym_loop_statement_token1, - [50568] = 2, + anon_sym_EQ_GT, + [50567] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4952), 1, - anon_sym_EQ_GT, - [50575] = 2, + aux_sym_loop_statement_token1, + [50574] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4954), 1, aux_sym_with_clause_token2, - [50582] = 2, + [50581] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4956), 1, - anon_sym_EQ_GT, - [50589] = 2, + aux_sym_package_specification_token3, + [50588] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4958), 1, - aux_sym_loop_statement_token1, - [50596] = 2, + aux_sym_allocator_token1, + [50595] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4960), 1, - aux_sym_package_specification_token3, - [50603] = 2, + anon_sym_SEMI, + [50602] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4962), 1, - aux_sym_allocator_token1, - [50610] = 2, + aux_sym_loop_statement_token1, + [50609] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4964), 1, anon_sym_SEMI, - [50617] = 2, + [50616] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4966), 1, - anon_sym_SEMI, - [50624] = 2, + aux_sym_package_specification_token3, + [50623] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4968), 1, - aux_sym_package_specification_token3, - [50631] = 2, + aux_sym_asynchronous_select_token1, + [50630] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4156), 1, + ACTIONS(4149), 1, anon_sym_SEMI, - [50638] = 2, + [50637] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4970), 1, - aux_sym_asynchronous_select_token1, - [50645] = 2, + anon_sym_SEMI, + [50644] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4972), 1, anon_sym_SEMI, - [50652] = 2, + [50651] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4974), 1, - anon_sym_SEMI, - [50659] = 2, + sym_identifier, + [50658] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4976), 1, anon_sym_SEMI, - [50666] = 2, + [50665] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4978), 1, - sym_identifier, - [50673] = 2, + aux_sym_expression_token2, + [50672] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4980), 1, - anon_sym_SEMI, - [50680] = 2, + aux_sym_asynchronous_select_token2, + [50679] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4982), 1, - aux_sym_expression_token2, - [50687] = 2, + anon_sym_SEMI, + [50686] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4984), 1, - aux_sym_asynchronous_select_token2, - [50694] = 2, + aux_sym_package_specification_token2, + [50693] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4986), 1, anon_sym_SEMI, - [50701] = 2, + [50700] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4988), 1, - aux_sym_package_specification_token2, - [50708] = 2, + sym_tick, + [50707] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4990), 1, - aux_sym_subprogram_body_token1, - [50715] = 2, + anon_sym_SEMI, + [50714] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4992), 1, - sym_tick, - [50722] = 2, + aux_sym_compilation_unit_token1, + [50721] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4994), 1, anon_sym_SEMI, - [50729] = 2, + [50728] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4996), 1, - aux_sym_compilation_unit_token1, - [50736] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4998), 1, anon_sym_SEMI, - [50743] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5000), 1, - anon_sym_SEMI, - [50750] = 2, + [50735] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(327), 1, aux_sym_subprogram_body_token1, - [50757] = 2, + [50742] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4998), 1, + aux_sym_with_clause_token2, + [50749] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5000), 1, + anon_sym_SEMI, + [50756] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5002), 1, - aux_sym_with_clause_token2, - [50764] = 2, + anon_sym_SEMI, + [50763] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5004), 1, - aux_sym_with_clause_token2, - [50771] = 2, + anon_sym_EQ_GT, + [50770] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5006), 1, anon_sym_SEMI, - [50778] = 2, + [50777] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5008), 1, - anon_sym_EQ_GT, - [50785] = 2, + aux_sym_iterator_specification_token1, + [50784] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5010), 1, - anon_sym_SEMI, - [50792] = 2, + aux_sym_iterator_specification_token1, + [50791] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5012), 1, - aux_sym_iterator_specification_token1, - [50799] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5014), 1, - aux_sym_iterator_specification_token1, - [50806] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5016), 1, aux_sym_global_mode_token1, - [50813] = 2, + [50798] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(273), 1, aux_sym_subprogram_body_token1, - [50820] = 2, + [50805] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5014), 1, + aux_sym_package_specification_token3, + [50812] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5016), 1, + anon_sym_LPAREN, + [50819] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, - aux_sym_package_specification_token3, - [50827] = 2, + anon_sym_SEMI, + [50826] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5020), 1, - anon_sym_LPAREN, - [50834] = 2, + aux_sym_asynchronous_select_token1, + [50833] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5022), 1, + aux_sym_with_clause_token2, + [50840] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4127), 1, anon_sym_SEMI, - [50841] = 2, + [50847] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3934), 1, + anon_sym_SEMI, + [50854] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5024), 1, - aux_sym_asynchronous_select_token1, - [50848] = 2, + anon_sym_SEMI, + [50861] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4134), 1, - anon_sym_SEMI, - [50855] = 2, + ACTIONS(3160), 1, + anon_sym_RPAREN, + [50868] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5026), 1, anon_sym_SEMI, - [50862] = 2, + [50875] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5028), 1, - anon_sym_LT_GT, - [50869] = 2, + aux_sym_compilation_unit_token1, + [50882] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5030), 1, - anon_sym_SEMI, - [50876] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3120), 1, - anon_sym_RPAREN, - [50883] = 2, + anon_sym_LT_GT, + [50889] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5032), 1, - anon_sym_SEMI, - [50890] = 2, + aux_sym_loop_statement_token1, + [50896] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5034), 1, - aux_sym_compilation_unit_token1, - [50897] = 2, + aux_sym_with_clause_token2, + [50903] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5036), 1, - aux_sym_loop_statement_token1, - [50904] = 2, + anon_sym_EQ_GT, + [50910] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5038), 1, - anon_sym_EQ_GT, - [50911] = 2, + anon_sym_COLON, + [50917] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4022), 1, + anon_sym_SEMI, + [50924] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5040), 1, - aux_sym_with_clause_token2, - [50918] = 2, + anon_sym_SEMI, + [50931] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5042), 1, - anon_sym_COLON, - [50925] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4028), 1, - anon_sym_SEMI, - [50932] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3834), 1, - anon_sym_SEMI, - [50939] = 2, + sym_identifier, + [50938] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5044), 1, - anon_sym_SEMI, - [50946] = 2, + anon_sym_EQ_GT, + [50945] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5046), 1, - sym_identifier, - [50953] = 2, + anon_sym_SEMI, + [50952] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5048), 1, - anon_sym_EQ_GT, - [50960] = 2, + anon_sym_SEMI, + [50959] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5050), 1, - anon_sym_SEMI, - [50967] = 2, + anon_sym_RPAREN, + [50966] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5052), 1, anon_sym_SEMI, - [50974] = 2, + [50973] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3945), 1, + anon_sym_SEMI, + [50980] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5054), 1, - anon_sym_RPAREN, - [50981] = 2, + aux_sym_package_body_token1, + [50987] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5056), 1, anon_sym_SEMI, - [50988] = 2, + [50994] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5058), 1, aux_sym_package_body_token1, - [50995] = 2, + [51001] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5060), 1, - aux_sym_package_body_token1, - [51002] = 2, + aux_sym_record_component_association_list_token1, + [51008] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3047), 1, + aux_sym_interface_type_definition_token2, + [51015] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5062), 1, - anon_sym_SEMI, - [51009] = 2, + aux_sym_package_body_token1, + [51022] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5064), 1, - aux_sym_package_body_token1, - [51016] = 2, + aux_sym_package_specification_token3, + [51029] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5066), 1, - aux_sym_record_component_association_list_token1, - [51023] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3066), 1, - aux_sym_interface_type_definition_token2, - [51030] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3838), 1, - anon_sym_SEMI, - [51037] = 2, + sym_identifier, + [51036] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5068), 1, anon_sym_SEMI, - [51044] = 2, + [51043] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3967), 1, + anon_sym_SEMI, + [51050] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5070), 1, - sym_identifier, - [51051] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3913), 1, anon_sym_SEMI, - [51058] = 2, + [51057] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5072), 1, - aux_sym_package_specification_token3, - [51065] = 2, + anon_sym_SEMI, + [51064] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5074), 1, anon_sym_SEMI, - [51072] = 2, + [51071] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5076), 1, + aux_sym_compilation_unit_token1, + [51078] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3315), 1, anon_sym_SEMI, - [51079] = 2, + [51085] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5078), 1, - anon_sym_SEMI, - [51086] = 2, + anon_sym_RPAREN, + [51092] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5080), 1, - aux_sym_compilation_unit_token1, - [51093] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3330), 1, - anon_sym_SEMI, - [51100] = 2, + aux_sym_package_specification_token3, + [51099] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5082), 1, - anon_sym_RPAREN, - [51107] = 2, + aux_sym__aspect_mark_token1, + [51106] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5084), 1, aux_sym_package_specification_token3, - [51114] = 2, + [51113] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5086), 1, - aux_sym__aspect_mark_token1, - [51121] = 2, + aux_sym_subprogram_body_token1, + [51120] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5088), 1, - aux_sym_package_specification_token3, - [51128] = 2, + anon_sym_SEMI, + [51127] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3369), 1, + aux_sym_allocator_token1, + [51134] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5090), 1, - aux_sym_subprogram_body_token1, - [51135] = 2, + aux_sym_allocator_token1, + [51141] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5092), 1, anon_sym_SEMI, - [51142] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3446), 1, - aux_sym_allocator_token1, - [51149] = 2, + [51148] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5094), 1, - aux_sym_allocator_token1, - [51156] = 2, + aux_sym_compilation_unit_token1, + [51155] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5096), 1, - anon_sym_SEMI, - [51163] = 2, + aux_sym_package_specification_token3, + [51162] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5098), 1, - aux_sym_compilation_unit_token1, - [51170] = 2, + anon_sym_SEMI, + [51169] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5100), 1, - aux_sym_package_specification_token3, - [51177] = 2, + anon_sym_COLON, + [51176] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5102), 1, - anon_sym_SEMI, - [51184] = 2, + sym_identifier, + [51183] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5104), 1, - anon_sym_COLON, - [51191] = 2, + aux_sym_component_list_token1, + [51190] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5106), 1, - sym_identifier, - [51198] = 2, + anon_sym_SEMI, + [51197] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5108), 1, - aux_sym_component_list_token1, - [51205] = 2, + aux_sym_chunk_specification_token1, + [51204] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5110), 1, anon_sym_SEMI, - [51212] = 2, + [51211] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5112), 1, - aux_sym_chunk_specification_token1, - [51219] = 2, + aux_sym_package_specification_token3, + [51218] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5114), 1, - anon_sym_SEMI, - [51226] = 2, + anon_sym_DOT_DOT, + [51225] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5116), 1, - aux_sym_package_specification_token3, - [51233] = 2, + anon_sym_SEMI, + [51232] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5118), 1, - anon_sym_DOT_DOT, - [51240] = 2, + anon_sym_SEMI, + [51239] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5120), 1, + aux_sym_package_specification_token3, + [51246] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4083), 1, anon_sym_SEMI, - [51247] = 2, + [51253] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5122), 1, anon_sym_SEMI, - [51254] = 2, + [51260] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5124), 1, - aux_sym_package_specification_token3, - [51261] = 2, + anon_sym_RPAREN, + [51267] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4094), 1, + ACTIONS(4012), 1, anon_sym_SEMI, - [51268] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3972), 1, - anon_sym_SEMI, - [51275] = 2, + [51274] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5126), 1, - anon_sym_RPAREN, - [51282] = 2, + anon_sym_SEMI, + [51281] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5128), 1, anon_sym_SEMI, - [51289] = 2, + [51288] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5130), 1, anon_sym_SEMI, - [51296] = 2, + [51295] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5132), 1, - anon_sym_EQ_GT, - [51303] = 2, + anon_sym_SEMI, + [51302] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4065), 1, + anon_sym_SEMI, + [51309] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5134), 1, anon_sym_RPAREN, - [51310] = 2, + [51316] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4268), 1, + anon_sym_SEMI, + [51323] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5136), 1, - anon_sym_SEMI, - [51317] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4072), 1, - anon_sym_SEMI, - [51324] = 2, + aux_sym_package_specification_token3, + [51330] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5138), 1, anon_sym_SEMI, - [51331] = 2, + [51337] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4271), 1, + ACTIONS(3189), 1, anon_sym_SEMI, - [51338] = 2, + [51344] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4061), 1, + anon_sym_SEMI, + [51351] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5140), 1, - aux_sym_package_specification_token3, - [51345] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3231), 1, - anon_sym_SEMI, - [51352] = 2, + aux_sym_if_expression_token1, + [51358] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(215), 1, aux_sym_private_type_declaration_token1, - [51359] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4068), 1, - anon_sym_SEMI, - [51366] = 2, + [51365] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5142), 1, - aux_sym_if_expression_token1, - [51373] = 2, + anon_sym_SEMI, + [51372] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5144), 1, anon_sym_SEMI, - [51380] = 2, + [51379] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5146), 1, - anon_sym_SEMI, - [51387] = 2, + aux_sym_package_specification_token3, + [51386] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5148), 1, - aux_sym_package_specification_token3, - [51394] = 2, + anon_sym_SEMI, + [51393] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5150), 1, - anon_sym_SEMI, - [51401] = 2, + aux_sym_attribute_designator_token4, + [51400] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5152), 1, - aux_sym_attribute_designator_token4, - [51408] = 2, + aux_sym_record_component_association_list_token1, + [51407] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5154), 1, - aux_sym_record_component_association_list_token1, - [51415] = 2, + anon_sym_SEMI, + [51414] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5156), 1, - anon_sym_SEMI, - [51422] = 2, + anon_sym_EQ_GT, + [51421] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5124), 1, + anon_sym_RBRACK, + [51428] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, - anon_sym_EQ_GT, - [51429] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5160), 1, - anon_sym_SEMI, - [51436] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5126), 1, - anon_sym_RBRACK, - [51443] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5162), 1, anon_sym_SEMI, }; @@ -56814,21 +56802,21 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(234)] = 13285, [SMALL_STATE(235)] = 13379, [SMALL_STATE(236)] = 13473, - [SMALL_STATE(237)] = 13563, - [SMALL_STATE(238)] = 13617, - [SMALL_STATE(239)] = 13671, - [SMALL_STATE(240)] = 13725, - [SMALL_STATE(241)] = 13779, - [SMALL_STATE(242)] = 13873, - [SMALL_STATE(243)] = 13967, + [SMALL_STATE(237)] = 13527, + [SMALL_STATE(238)] = 13581, + [SMALL_STATE(239)] = 13635, + [SMALL_STATE(240)] = 13689, + [SMALL_STATE(241)] = 13743, + [SMALL_STATE(242)] = 13837, + [SMALL_STATE(243)] = 13931, [SMALL_STATE(244)] = 14021, [SMALL_STATE(245)] = 14075, [SMALL_STATE(246)] = 14129, [SMALL_STATE(247)] = 14183, - [SMALL_STATE(248)] = 14273, - [SMALL_STATE(249)] = 14327, - [SMALL_STATE(250)] = 14417, - [SMALL_STATE(251)] = 14471, + [SMALL_STATE(248)] = 14237, + [SMALL_STATE(249)] = 14291, + [SMALL_STATE(250)] = 14381, + [SMALL_STATE(251)] = 14435, [SMALL_STATE(252)] = 14525, [SMALL_STATE(253)] = 14619, [SMALL_STATE(254)] = 14673, @@ -56839,11 +56827,11 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(259)] = 14943, [SMALL_STATE(260)] = 14996, [SMALL_STATE(261)] = 15085, - [SMALL_STATE(262)] = 15174, + [SMALL_STATE(262)] = 15138, [SMALL_STATE(263)] = 15227, [SMALL_STATE(264)] = 15280, [SMALL_STATE(265)] = 15346, - [SMALL_STATE(266)] = 15408, + [SMALL_STATE(266)] = 15432, [SMALL_STATE(267)] = 15494, [SMALL_STATE(268)] = 15556, [SMALL_STATE(269)] = 15607, @@ -56853,8 +56841,8 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(273)] = 15811, [SMALL_STATE(274)] = 15896, [SMALL_STATE(275)] = 15947, - [SMALL_STATE(276)] = 16032, - [SMALL_STATE(277)] = 16091, + [SMALL_STATE(276)] = 15998, + [SMALL_STATE(277)] = 16083, [SMALL_STATE(278)] = 16142, [SMALL_STATE(279)] = 16193, [SMALL_STATE(280)] = 16244, @@ -56866,150 +56854,150 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(286)] = 16544, [SMALL_STATE(287)] = 16594, [SMALL_STATE(288)] = 16644, - [SMALL_STATE(289)] = 16726, - [SMALL_STATE(290)] = 16776, - [SMALL_STATE(291)] = 16826, - [SMALL_STATE(292)] = 16876, - [SMALL_STATE(293)] = 16926, - [SMALL_STATE(294)] = 16976, - [SMALL_STATE(295)] = 17026, - [SMALL_STATE(296)] = 17076, - [SMALL_STATE(297)] = 17126, - [SMALL_STATE(298)] = 17176, - [SMALL_STATE(299)] = 17226, - [SMALL_STATE(300)] = 17308, - [SMALL_STATE(301)] = 17358, - [SMALL_STATE(302)] = 17408, - [SMALL_STATE(303)] = 17458, - [SMALL_STATE(304)] = 17508, - [SMALL_STATE(305)] = 17590, - [SMALL_STATE(306)] = 17640, - [SMALL_STATE(307)] = 17690, - [SMALL_STATE(308)] = 17740, - [SMALL_STATE(309)] = 17790, - [SMALL_STATE(310)] = 17840, - [SMALL_STATE(311)] = 17890, - [SMALL_STATE(312)] = 17940, - [SMALL_STATE(313)] = 17990, - [SMALL_STATE(314)] = 18040, - [SMALL_STATE(315)] = 18090, - [SMALL_STATE(316)] = 18140, - [SMALL_STATE(317)] = 18190, - [SMALL_STATE(318)] = 18240, - [SMALL_STATE(319)] = 18290, - [SMALL_STATE(320)] = 18340, - [SMALL_STATE(321)] = 18390, - [SMALL_STATE(322)] = 18440, - [SMALL_STATE(323)] = 18490, - [SMALL_STATE(324)] = 18540, - [SMALL_STATE(325)] = 18590, - [SMALL_STATE(326)] = 18640, - [SMALL_STATE(327)] = 18690, - [SMALL_STATE(328)] = 18740, - [SMALL_STATE(329)] = 18790, - [SMALL_STATE(330)] = 18840, - [SMALL_STATE(331)] = 18890, - [SMALL_STATE(332)] = 18940, - [SMALL_STATE(333)] = 18990, - [SMALL_STATE(334)] = 19040, - [SMALL_STATE(335)] = 19090, - [SMALL_STATE(336)] = 19140, - [SMALL_STATE(337)] = 19190, - [SMALL_STATE(338)] = 19240, - [SMALL_STATE(339)] = 19290, - [SMALL_STATE(340)] = 19340, - [SMALL_STATE(341)] = 19390, - [SMALL_STATE(342)] = 19440, - [SMALL_STATE(343)] = 19490, - [SMALL_STATE(344)] = 19540, - [SMALL_STATE(345)] = 19590, - [SMALL_STATE(346)] = 19640, - [SMALL_STATE(347)] = 19690, - [SMALL_STATE(348)] = 19772, - [SMALL_STATE(349)] = 19822, - [SMALL_STATE(350)] = 19872, - [SMALL_STATE(351)] = 19922, - [SMALL_STATE(352)] = 19972, - [SMALL_STATE(353)] = 20022, - [SMALL_STATE(354)] = 20072, - [SMALL_STATE(355)] = 20122, - [SMALL_STATE(356)] = 20172, - [SMALL_STATE(357)] = 20222, - [SMALL_STATE(358)] = 20272, - [SMALL_STATE(359)] = 20322, - [SMALL_STATE(360)] = 20372, - [SMALL_STATE(361)] = 20422, - [SMALL_STATE(362)] = 20472, - [SMALL_STATE(363)] = 20522, - [SMALL_STATE(364)] = 20572, - [SMALL_STATE(365)] = 20622, - [SMALL_STATE(366)] = 20672, - [SMALL_STATE(367)] = 20722, - [SMALL_STATE(368)] = 20772, - [SMALL_STATE(369)] = 20822, - [SMALL_STATE(370)] = 20872, - [SMALL_STATE(371)] = 20922, - [SMALL_STATE(372)] = 20972, - [SMALL_STATE(373)] = 21022, - [SMALL_STATE(374)] = 21072, - [SMALL_STATE(375)] = 21122, - [SMALL_STATE(376)] = 21172, - [SMALL_STATE(377)] = 21222, - [SMALL_STATE(378)] = 21272, - [SMALL_STATE(379)] = 21322, - [SMALL_STATE(380)] = 21372, - [SMALL_STATE(381)] = 21422, - [SMALL_STATE(382)] = 21472, - [SMALL_STATE(383)] = 21522, - [SMALL_STATE(384)] = 21572, - [SMALL_STATE(385)] = 21622, - [SMALL_STATE(386)] = 21672, - [SMALL_STATE(387)] = 21722, - [SMALL_STATE(388)] = 21772, - [SMALL_STATE(389)] = 21822, - [SMALL_STATE(390)] = 21872, - [SMALL_STATE(391)] = 21922, - [SMALL_STATE(392)] = 21972, - [SMALL_STATE(393)] = 22022, - [SMALL_STATE(394)] = 22072, - [SMALL_STATE(395)] = 22122, - [SMALL_STATE(396)] = 22172, - [SMALL_STATE(397)] = 22222, - [SMALL_STATE(398)] = 22272, - [SMALL_STATE(399)] = 22322, - [SMALL_STATE(400)] = 22372, - [SMALL_STATE(401)] = 22422, - [SMALL_STATE(402)] = 22472, - [SMALL_STATE(403)] = 22522, - [SMALL_STATE(404)] = 22572, - [SMALL_STATE(405)] = 22622, - [SMALL_STATE(406)] = 22672, - [SMALL_STATE(407)] = 22722, - [SMALL_STATE(408)] = 22772, - [SMALL_STATE(409)] = 22822, - [SMALL_STATE(410)] = 22872, - [SMALL_STATE(411)] = 22922, - [SMALL_STATE(412)] = 23004, - [SMALL_STATE(413)] = 23086, - [SMALL_STATE(414)] = 23136, - [SMALL_STATE(415)] = 23186, - [SMALL_STATE(416)] = 23236, - [SMALL_STATE(417)] = 23286, - [SMALL_STATE(418)] = 23336, - [SMALL_STATE(419)] = 23418, - [SMALL_STATE(420)] = 23468, - [SMALL_STATE(421)] = 23518, - [SMALL_STATE(422)] = 23568, - [SMALL_STATE(423)] = 23618, - [SMALL_STATE(424)] = 23668, - [SMALL_STATE(425)] = 23718, - [SMALL_STATE(426)] = 23768, - [SMALL_STATE(427)] = 23818, - [SMALL_STATE(428)] = 23868, - [SMALL_STATE(429)] = 23918, - [SMALL_STATE(430)] = 23968, - [SMALL_STATE(431)] = 24018, - [SMALL_STATE(432)] = 24068, + [SMALL_STATE(289)] = 16694, + [SMALL_STATE(290)] = 16744, + [SMALL_STATE(291)] = 16794, + [SMALL_STATE(292)] = 16844, + [SMALL_STATE(293)] = 16894, + [SMALL_STATE(294)] = 16944, + [SMALL_STATE(295)] = 16994, + [SMALL_STATE(296)] = 17044, + [SMALL_STATE(297)] = 17094, + [SMALL_STATE(298)] = 17144, + [SMALL_STATE(299)] = 17194, + [SMALL_STATE(300)] = 17244, + [SMALL_STATE(301)] = 17294, + [SMALL_STATE(302)] = 17344, + [SMALL_STATE(303)] = 17394, + [SMALL_STATE(304)] = 17444, + [SMALL_STATE(305)] = 17526, + [SMALL_STATE(306)] = 17576, + [SMALL_STATE(307)] = 17626, + [SMALL_STATE(308)] = 17676, + [SMALL_STATE(309)] = 17726, + [SMALL_STATE(310)] = 17776, + [SMALL_STATE(311)] = 17826, + [SMALL_STATE(312)] = 17876, + [SMALL_STATE(313)] = 17926, + [SMALL_STATE(314)] = 17976, + [SMALL_STATE(315)] = 18026, + [SMALL_STATE(316)] = 18076, + [SMALL_STATE(317)] = 18126, + [SMALL_STATE(318)] = 18176, + [SMALL_STATE(319)] = 18226, + [SMALL_STATE(320)] = 18276, + [SMALL_STATE(321)] = 18326, + [SMALL_STATE(322)] = 18376, + [SMALL_STATE(323)] = 18426, + [SMALL_STATE(324)] = 18476, + [SMALL_STATE(325)] = 18526, + [SMALL_STATE(326)] = 18576, + [SMALL_STATE(327)] = 18626, + [SMALL_STATE(328)] = 18676, + [SMALL_STATE(329)] = 18726, + [SMALL_STATE(330)] = 18776, + [SMALL_STATE(331)] = 18826, + [SMALL_STATE(332)] = 18876, + [SMALL_STATE(333)] = 18926, + [SMALL_STATE(334)] = 18976, + [SMALL_STATE(335)] = 19026, + [SMALL_STATE(336)] = 19076, + [SMALL_STATE(337)] = 19126, + [SMALL_STATE(338)] = 19176, + [SMALL_STATE(339)] = 19226, + [SMALL_STATE(340)] = 19276, + [SMALL_STATE(341)] = 19326, + [SMALL_STATE(342)] = 19376, + [SMALL_STATE(343)] = 19426, + [SMALL_STATE(344)] = 19476, + [SMALL_STATE(345)] = 19526, + [SMALL_STATE(346)] = 19576, + [SMALL_STATE(347)] = 19626, + [SMALL_STATE(348)] = 19708, + [SMALL_STATE(349)] = 19758, + [SMALL_STATE(350)] = 19808, + [SMALL_STATE(351)] = 19858, + [SMALL_STATE(352)] = 19908, + [SMALL_STATE(353)] = 19958, + [SMALL_STATE(354)] = 20008, + [SMALL_STATE(355)] = 20058, + [SMALL_STATE(356)] = 20108, + [SMALL_STATE(357)] = 20158, + [SMALL_STATE(358)] = 20208, + [SMALL_STATE(359)] = 20258, + [SMALL_STATE(360)] = 20308, + [SMALL_STATE(361)] = 20358, + [SMALL_STATE(362)] = 20408, + [SMALL_STATE(363)] = 20458, + [SMALL_STATE(364)] = 20508, + [SMALL_STATE(365)] = 20558, + [SMALL_STATE(366)] = 20608, + [SMALL_STATE(367)] = 20658, + [SMALL_STATE(368)] = 20708, + [SMALL_STATE(369)] = 20758, + [SMALL_STATE(370)] = 20808, + [SMALL_STATE(371)] = 20858, + [SMALL_STATE(372)] = 20908, + [SMALL_STATE(373)] = 20958, + [SMALL_STATE(374)] = 21008, + [SMALL_STATE(375)] = 21058, + [SMALL_STATE(376)] = 21108, + [SMALL_STATE(377)] = 21158, + [SMALL_STATE(378)] = 21208, + [SMALL_STATE(379)] = 21258, + [SMALL_STATE(380)] = 21308, + [SMALL_STATE(381)] = 21358, + [SMALL_STATE(382)] = 21408, + [SMALL_STATE(383)] = 21458, + [SMALL_STATE(384)] = 21508, + [SMALL_STATE(385)] = 21558, + [SMALL_STATE(386)] = 21608, + [SMALL_STATE(387)] = 21658, + [SMALL_STATE(388)] = 21708, + [SMALL_STATE(389)] = 21758, + [SMALL_STATE(390)] = 21840, + [SMALL_STATE(391)] = 21890, + [SMALL_STATE(392)] = 21940, + [SMALL_STATE(393)] = 21990, + [SMALL_STATE(394)] = 22040, + [SMALL_STATE(395)] = 22090, + [SMALL_STATE(396)] = 22140, + [SMALL_STATE(397)] = 22190, + [SMALL_STATE(398)] = 22240, + [SMALL_STATE(399)] = 22290, + [SMALL_STATE(400)] = 22340, + [SMALL_STATE(401)] = 22390, + [SMALL_STATE(402)] = 22440, + [SMALL_STATE(403)] = 22490, + [SMALL_STATE(404)] = 22540, + [SMALL_STATE(405)] = 22590, + [SMALL_STATE(406)] = 22640, + [SMALL_STATE(407)] = 22690, + [SMALL_STATE(408)] = 22740, + [SMALL_STATE(409)] = 22790, + [SMALL_STATE(410)] = 22840, + [SMALL_STATE(411)] = 22890, + [SMALL_STATE(412)] = 22972, + [SMALL_STATE(413)] = 23022, + [SMALL_STATE(414)] = 23072, + [SMALL_STATE(415)] = 23122, + [SMALL_STATE(416)] = 23172, + [SMALL_STATE(417)] = 23254, + [SMALL_STATE(418)] = 23304, + [SMALL_STATE(419)] = 23386, + [SMALL_STATE(420)] = 23436, + [SMALL_STATE(421)] = 23486, + [SMALL_STATE(422)] = 23536, + [SMALL_STATE(423)] = 23586, + [SMALL_STATE(424)] = 23636, + [SMALL_STATE(425)] = 23686, + [SMALL_STATE(426)] = 23736, + [SMALL_STATE(427)] = 23786, + [SMALL_STATE(428)] = 23836, + [SMALL_STATE(429)] = 23886, + [SMALL_STATE(430)] = 23936, + [SMALL_STATE(431)] = 23986, + [SMALL_STATE(432)] = 24036, [SMALL_STATE(433)] = 24118, [SMALL_STATE(434)] = 24168, [SMALL_STATE(435)] = 24218, @@ -57018,35 +57006,35 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(438)] = 24368, [SMALL_STATE(439)] = 24418, [SMALL_STATE(440)] = 24468, - [SMALL_STATE(441)] = 24550, - [SMALL_STATE(442)] = 24600, - [SMALL_STATE(443)] = 24650, - [SMALL_STATE(444)] = 24700, - [SMALL_STATE(445)] = 24750, - [SMALL_STATE(446)] = 24800, - [SMALL_STATE(447)] = 24850, - [SMALL_STATE(448)] = 24900, - [SMALL_STATE(449)] = 24950, + [SMALL_STATE(441)] = 24518, + [SMALL_STATE(442)] = 24568, + [SMALL_STATE(443)] = 24618, + [SMALL_STATE(444)] = 24668, + [SMALL_STATE(445)] = 24718, + [SMALL_STATE(446)] = 24768, + [SMALL_STATE(447)] = 24818, + [SMALL_STATE(448)] = 24868, + [SMALL_STATE(449)] = 24918, [SMALL_STATE(450)] = 25000, [SMALL_STATE(451)] = 25050, - [SMALL_STATE(452)] = 25132, - [SMALL_STATE(453)] = 25182, - [SMALL_STATE(454)] = 25232, - [SMALL_STATE(455)] = 25282, - [SMALL_STATE(456)] = 25332, - [SMALL_STATE(457)] = 25414, - [SMALL_STATE(458)] = 25464, - [SMALL_STATE(459)] = 25514, - [SMALL_STATE(460)] = 25564, - [SMALL_STATE(461)] = 25614, - [SMALL_STATE(462)] = 25664, - [SMALL_STATE(463)] = 25714, - [SMALL_STATE(464)] = 25764, - [SMALL_STATE(465)] = 25814, - [SMALL_STATE(466)] = 25864, - [SMALL_STATE(467)] = 25914, - [SMALL_STATE(468)] = 25964, - [SMALL_STATE(469)] = 26014, + [SMALL_STATE(452)] = 25100, + [SMALL_STATE(453)] = 25150, + [SMALL_STATE(454)] = 25200, + [SMALL_STATE(455)] = 25250, + [SMALL_STATE(456)] = 25300, + [SMALL_STATE(457)] = 25350, + [SMALL_STATE(458)] = 25400, + [SMALL_STATE(459)] = 25450, + [SMALL_STATE(460)] = 25500, + [SMALL_STATE(461)] = 25550, + [SMALL_STATE(462)] = 25632, + [SMALL_STATE(463)] = 25682, + [SMALL_STATE(464)] = 25732, + [SMALL_STATE(465)] = 25782, + [SMALL_STATE(466)] = 25832, + [SMALL_STATE(467)] = 25882, + [SMALL_STATE(468)] = 25932, + [SMALL_STATE(469)] = 25982, [SMALL_STATE(470)] = 26064, [SMALL_STATE(471)] = 26114, [SMALL_STATE(472)] = 26164, @@ -57058,33 +57046,33 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(478)] = 26495, [SMALL_STATE(479)] = 26544, [SMALL_STATE(480)] = 26593, - [SMALL_STATE(481)] = 26642, - [SMALL_STATE(482)] = 26691, - [SMALL_STATE(483)] = 26740, - [SMALL_STATE(484)] = 26789, + [SMALL_STATE(481)] = 26650, + [SMALL_STATE(482)] = 26699, + [SMALL_STATE(483)] = 26748, + [SMALL_STATE(484)] = 26797, [SMALL_STATE(485)] = 26846, [SMALL_STATE(486)] = 26902, [SMALL_STATE(487)] = 26958, [SMALL_STATE(488)] = 27014, [SMALL_STATE(489)] = 27061, [SMALL_STATE(490)] = 27108, - [SMALL_STATE(491)] = 27155, + [SMALL_STATE(491)] = 27157, [SMALL_STATE(492)] = 27204, [SMALL_STATE(493)] = 27251, [SMALL_STATE(494)] = 27298, [SMALL_STATE(495)] = 27345, [SMALL_STATE(496)] = 27392, [SMALL_STATE(497)] = 27439, - [SMALL_STATE(498)] = 27523, - [SMALL_STATE(499)] = 27593, - [SMALL_STATE(500)] = 27639, - [SMALL_STATE(501)] = 27685, - [SMALL_STATE(502)] = 27747, + [SMALL_STATE(498)] = 27485, + [SMALL_STATE(499)] = 27531, + [SMALL_STATE(500)] = 27601, + [SMALL_STATE(501)] = 27647, + [SMALL_STATE(502)] = 27731, [SMALL_STATE(503)] = 27793, - [SMALL_STATE(504)] = 27863, + [SMALL_STATE(504)] = 27839, [SMALL_STATE(505)] = 27909, - [SMALL_STATE(506)] = 27972, - [SMALL_STATE(507)] = 28051, + [SMALL_STATE(506)] = 27976, + [SMALL_STATE(507)] = 28055, [SMALL_STATE(508)] = 28118, [SMALL_STATE(509)] = 28170, [SMALL_STATE(510)] = 28222, @@ -57093,1438 +57081,1437 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(513)] = 28378, [SMALL_STATE(514)] = 28459, [SMALL_STATE(515)] = 28540, - [SMALL_STATE(516)] = 28594, + [SMALL_STATE(516)] = 28582, [SMALL_STATE(517)] = 28636, [SMALL_STATE(518)] = 28681, [SMALL_STATE(519)] = 28736, - [SMALL_STATE(520)] = 28791, - [SMALL_STATE(521)] = 28846, + [SMALL_STATE(520)] = 28775, + [SMALL_STATE(521)] = 28830, [SMALL_STATE(522)] = 28885, [SMALL_STATE(523)] = 28940, [SMALL_STATE(524)] = 28990, [SMALL_STATE(525)] = 29032, [SMALL_STATE(526)] = 29082, - [SMALL_STATE(527)] = 29127, + [SMALL_STATE(527)] = 29151, [SMALL_STATE(528)] = 29196, [SMALL_STATE(529)] = 29238, [SMALL_STATE(530)] = 29283, [SMALL_STATE(531)] = 29339, - [SMALL_STATE(532)] = 29379, - [SMALL_STATE(533)] = 29435, - [SMALL_STATE(534)] = 29491, - [SMALL_STATE(535)] = 29527, - [SMALL_STATE(536)] = 29583, + [SMALL_STATE(532)] = 29395, + [SMALL_STATE(533)] = 29431, + [SMALL_STATE(534)] = 29487, + [SMALL_STATE(535)] = 29543, + [SMALL_STATE(536)] = 29599, [SMALL_STATE(537)] = 29639, [SMALL_STATE(538)] = 29696, - [SMALL_STATE(539)] = 29747, - [SMALL_STATE(540)] = 29804, + [SMALL_STATE(539)] = 29733, + [SMALL_STATE(540)] = 29790, [SMALL_STATE(541)] = 29841, [SMALL_STATE(542)] = 29898, [SMALL_STATE(543)] = 29955, [SMALL_STATE(544)] = 30012, - [SMALL_STATE(545)] = 30066, - [SMALL_STATE(546)] = 30120, - [SMALL_STATE(547)] = 30174, - [SMALL_STATE(548)] = 30228, - [SMALL_STATE(549)] = 30260, - [SMALL_STATE(550)] = 30314, - [SMALL_STATE(551)] = 30348, - [SMALL_STATE(552)] = 30402, + [SMALL_STATE(545)] = 30052, + [SMALL_STATE(546)] = 30086, + [SMALL_STATE(547)] = 30140, + [SMALL_STATE(548)] = 30194, + [SMALL_STATE(549)] = 30248, + [SMALL_STATE(550)] = 30302, + [SMALL_STATE(551)] = 30334, + [SMALL_STATE(552)] = 30388, [SMALL_STATE(553)] = 30442, [SMALL_STATE(554)] = 30493, - [SMALL_STATE(555)] = 30542, - [SMALL_STATE(556)] = 30599, - [SMALL_STATE(557)] = 30650, - [SMALL_STATE(558)] = 30701, - [SMALL_STATE(559)] = 30742, - [SMALL_STATE(560)] = 30793, - [SMALL_STATE(561)] = 30822, - [SMALL_STATE(562)] = 30873, - [SMALL_STATE(563)] = 30902, + [SMALL_STATE(555)] = 30544, + [SMALL_STATE(556)] = 30573, + [SMALL_STATE(557)] = 30616, + [SMALL_STATE(558)] = 30667, + [SMALL_STATE(559)] = 30696, + [SMALL_STATE(560)] = 30725, + [SMALL_STATE(561)] = 30774, + [SMALL_STATE(562)] = 30825, + [SMALL_STATE(563)] = 30874, [SMALL_STATE(564)] = 30931, [SMALL_STATE(565)] = 30982, - [SMALL_STATE(566)] = 31025, + [SMALL_STATE(566)] = 31033, [SMALL_STATE(567)] = 31074, [SMALL_STATE(568)] = 31128, [SMALL_STATE(569)] = 31182, [SMALL_STATE(570)] = 31236, - [SMALL_STATE(571)] = 31279, - [SMALL_STATE(572)] = 31330, - [SMALL_STATE(573)] = 31361, - [SMALL_STATE(574)] = 31408, - [SMALL_STATE(575)] = 31437, - [SMALL_STATE(576)] = 31480, - [SMALL_STATE(577)] = 31511, - [SMALL_STATE(578)] = 31542, - [SMALL_STATE(579)] = 31593, + [SMALL_STATE(571)] = 31267, + [SMALL_STATE(572)] = 31318, + [SMALL_STATE(573)] = 31347, + [SMALL_STATE(574)] = 31398, + [SMALL_STATE(575)] = 31441, + [SMALL_STATE(576)] = 31492, + [SMALL_STATE(577)] = 31535, + [SMALL_STATE(578)] = 31582, + [SMALL_STATE(579)] = 31613, [SMALL_STATE(580)] = 31644, [SMALL_STATE(581)] = 31692, [SMALL_STATE(582)] = 31740, [SMALL_STATE(583)] = 31790, - [SMALL_STATE(584)] = 31816, - [SMALL_STATE(585)] = 31842, - [SMALL_STATE(586)] = 31868, - [SMALL_STATE(587)] = 31916, - [SMALL_STATE(588)] = 31942, - [SMALL_STATE(589)] = 31968, - [SMALL_STATE(590)] = 32008, - [SMALL_STATE(591)] = 32056, - [SMALL_STATE(592)] = 32106, + [SMALL_STATE(584)] = 31840, + [SMALL_STATE(585)] = 31890, + [SMALL_STATE(586)] = 31916, + [SMALL_STATE(587)] = 31964, + [SMALL_STATE(588)] = 32012, + [SMALL_STATE(589)] = 32038, + [SMALL_STATE(590)] = 32064, + [SMALL_STATE(591)] = 32090, + [SMALL_STATE(592)] = 32130, [SMALL_STATE(593)] = 32156, [SMALL_STATE(594)] = 32185, - [SMALL_STATE(595)] = 32230, - [SMALL_STATE(596)] = 32259, - [SMALL_STATE(597)] = 32288, - [SMALL_STATE(598)] = 32317, - [SMALL_STATE(599)] = 32354, - [SMALL_STATE(600)] = 32383, - [SMALL_STATE(601)] = 32428, - [SMALL_STATE(602)] = 32473, - [SMALL_STATE(603)] = 32502, + [SMALL_STATE(595)] = 32228, + [SMALL_STATE(596)] = 32257, + [SMALL_STATE(597)] = 32286, + [SMALL_STATE(598)] = 32315, + [SMALL_STATE(599)] = 32344, + [SMALL_STATE(600)] = 32389, + [SMALL_STATE(601)] = 32434, + [SMALL_STATE(602)] = 32463, + [SMALL_STATE(603)] = 32500, [SMALL_STATE(604)] = 32545, - [SMALL_STATE(605)] = 32587, - [SMALL_STATE(606)] = 32631, - [SMALL_STATE(607)] = 32655, - [SMALL_STATE(608)] = 32679, - [SMALL_STATE(609)] = 32713, - [SMALL_STATE(610)] = 32737, - [SMALL_STATE(611)] = 32777, - [SMALL_STATE(612)] = 32819, - [SMALL_STATE(613)] = 32843, - [SMALL_STATE(614)] = 32885, - [SMALL_STATE(615)] = 32909, - [SMALL_STATE(616)] = 32943, - [SMALL_STATE(617)] = 32983, + [SMALL_STATE(605)] = 32569, + [SMALL_STATE(606)] = 32603, + [SMALL_STATE(607)] = 32643, + [SMALL_STATE(608)] = 32667, + [SMALL_STATE(609)] = 32707, + [SMALL_STATE(610)] = 32741, + [SMALL_STATE(611)] = 32765, + [SMALL_STATE(612)] = 32789, + [SMALL_STATE(613)] = 32831, + [SMALL_STATE(614)] = 32873, + [SMALL_STATE(615)] = 32915, + [SMALL_STATE(616)] = 32955, + [SMALL_STATE(617)] = 32999, [SMALL_STATE(618)] = 33023, [SMALL_STATE(619)] = 33062, [SMALL_STATE(620)] = 33101, [SMALL_STATE(621)] = 33140, - [SMALL_STATE(622)] = 33179, - [SMALL_STATE(623)] = 33218, - [SMALL_STATE(624)] = 33257, - [SMALL_STATE(625)] = 33284, - [SMALL_STATE(626)] = 33321, + [SMALL_STATE(622)] = 33167, + [SMALL_STATE(623)] = 33194, + [SMALL_STATE(624)] = 33231, + [SMALL_STATE(625)] = 33270, + [SMALL_STATE(626)] = 33309, [SMALL_STATE(627)] = 33348, [SMALL_STATE(628)] = 33387, - [SMALL_STATE(629)] = 33427, - [SMALL_STATE(630)] = 33465, - [SMALL_STATE(631)] = 33501, - [SMALL_STATE(632)] = 33539, - [SMALL_STATE(633)] = 33573, - [SMALL_STATE(634)] = 33607, - [SMALL_STATE(635)] = 33645, - [SMALL_STATE(636)] = 33683, - [SMALL_STATE(637)] = 33721, - [SMALL_STATE(638)] = 33759, + [SMALL_STATE(629)] = 33421, + [SMALL_STATE(630)] = 33459, + [SMALL_STATE(631)] = 33497, + [SMALL_STATE(632)] = 33535, + [SMALL_STATE(633)] = 33569, + [SMALL_STATE(634)] = 33605, + [SMALL_STATE(635)] = 33643, + [SMALL_STATE(636)] = 33681, + [SMALL_STATE(637)] = 33719, + [SMALL_STATE(638)] = 33757, [SMALL_STATE(639)] = 33797, - [SMALL_STATE(640)] = 33835, - [SMALL_STATE(641)] = 33873, + [SMALL_STATE(640)] = 33837, + [SMALL_STATE(641)] = 33875, [SMALL_STATE(642)] = 33911, - [SMALL_STATE(643)] = 33951, - [SMALL_STATE(644)] = 33987, - [SMALL_STATE(645)] = 34025, - [SMALL_STATE(646)] = 34061, - [SMALL_STATE(647)] = 34095, + [SMALL_STATE(643)] = 33947, + [SMALL_STATE(644)] = 33985, + [SMALL_STATE(645)] = 34023, + [SMALL_STATE(646)] = 34057, + [SMALL_STATE(647)] = 34091, [SMALL_STATE(648)] = 34129, [SMALL_STATE(649)] = 34150, - [SMALL_STATE(650)] = 34187, - [SMALL_STATE(651)] = 34222, - [SMALL_STATE(652)] = 34253, - [SMALL_STATE(653)] = 34290, - [SMALL_STATE(654)] = 34325, - [SMALL_STATE(655)] = 34358, - [SMALL_STATE(656)] = 34393, - [SMALL_STATE(657)] = 34414, - [SMALL_STATE(658)] = 34435, - [SMALL_STATE(659)] = 34468, - [SMALL_STATE(660)] = 34501, - [SMALL_STATE(661)] = 34534, - [SMALL_STATE(662)] = 34555, - [SMALL_STATE(663)] = 34576, - [SMALL_STATE(664)] = 34611, - [SMALL_STATE(665)] = 34644, - [SMALL_STATE(666)] = 34679, - [SMALL_STATE(667)] = 34714, - [SMALL_STATE(668)] = 34742, - [SMALL_STATE(669)] = 34770, - [SMALL_STATE(670)] = 34798, - [SMALL_STATE(671)] = 34826, - [SMALL_STATE(672)] = 34854, - [SMALL_STATE(673)] = 34882, - [SMALL_STATE(674)] = 34912, - [SMALL_STATE(675)] = 34940, - [SMALL_STATE(676)] = 34968, - [SMALL_STATE(677)] = 34996, - [SMALL_STATE(678)] = 35024, - [SMALL_STATE(679)] = 35052, - [SMALL_STATE(680)] = 35082, - [SMALL_STATE(681)] = 35110, - [SMALL_STATE(682)] = 35138, - [SMALL_STATE(683)] = 35166, - [SMALL_STATE(684)] = 35194, - [SMALL_STATE(685)] = 35222, - [SMALL_STATE(686)] = 35250, - [SMALL_STATE(687)] = 35278, - [SMALL_STATE(688)] = 35306, - [SMALL_STATE(689)] = 35338, - [SMALL_STATE(690)] = 35366, - [SMALL_STATE(691)] = 35398, - [SMALL_STATE(692)] = 35430, - [SMALL_STATE(693)] = 35460, - [SMALL_STATE(694)] = 35488, - [SMALL_STATE(695)] = 35516, - [SMALL_STATE(696)] = 35548, - [SMALL_STATE(697)] = 35576, - [SMALL_STATE(698)] = 35604, - [SMALL_STATE(699)] = 35632, - [SMALL_STATE(700)] = 35660, - [SMALL_STATE(701)] = 35688, - [SMALL_STATE(702)] = 35716, - [SMALL_STATE(703)] = 35746, - [SMALL_STATE(704)] = 35774, - [SMALL_STATE(705)] = 35802, - [SMALL_STATE(706)] = 35830, - [SMALL_STATE(707)] = 35858, - [SMALL_STATE(708)] = 35886, - [SMALL_STATE(709)] = 35914, - [SMALL_STATE(710)] = 35942, - [SMALL_STATE(711)] = 35970, - [SMALL_STATE(712)] = 35998, - [SMALL_STATE(713)] = 36026, - [SMALL_STATE(714)] = 36054, - [SMALL_STATE(715)] = 36082, - [SMALL_STATE(716)] = 36110, - [SMALL_STATE(717)] = 36138, - [SMALL_STATE(718)] = 36166, - [SMALL_STATE(719)] = 36194, - [SMALL_STATE(720)] = 36224, - [SMALL_STATE(721)] = 36254, - [SMALL_STATE(722)] = 36282, - [SMALL_STATE(723)] = 36310, - [SMALL_STATE(724)] = 36338, - [SMALL_STATE(725)] = 36366, - [SMALL_STATE(726)] = 36398, - [SMALL_STATE(727)] = 36430, - [SMALL_STATE(728)] = 36458, - [SMALL_STATE(729)] = 36486, - [SMALL_STATE(730)] = 36516, - [SMALL_STATE(731)] = 36548, - [SMALL_STATE(732)] = 36576, - [SMALL_STATE(733)] = 36606, - [SMALL_STATE(734)] = 36636, - [SMALL_STATE(735)] = 36666, - [SMALL_STATE(736)] = 36694, - [SMALL_STATE(737)] = 36726, - [SMALL_STATE(738)] = 36754, - [SMALL_STATE(739)] = 36782, - [SMALL_STATE(740)] = 36810, - [SMALL_STATE(741)] = 36838, - [SMALL_STATE(742)] = 36863, - [SMALL_STATE(743)] = 36888, - [SMALL_STATE(744)] = 36911, - [SMALL_STATE(745)] = 36936, - [SMALL_STATE(746)] = 36963, - [SMALL_STATE(747)] = 36988, - [SMALL_STATE(748)] = 37017, - [SMALL_STATE(749)] = 37042, - [SMALL_STATE(750)] = 37067, - [SMALL_STATE(751)] = 37090, - [SMALL_STATE(752)] = 37115, - [SMALL_STATE(753)] = 37140, - [SMALL_STATE(754)] = 37165, - [SMALL_STATE(755)] = 37190, - [SMALL_STATE(756)] = 37215, - [SMALL_STATE(757)] = 37240, - [SMALL_STATE(758)] = 37275, - [SMALL_STATE(759)] = 37300, - [SMALL_STATE(760)] = 37325, - [SMALL_STATE(761)] = 37350, - [SMALL_STATE(762)] = 37375, - [SMALL_STATE(763)] = 37400, - [SMALL_STATE(764)] = 37425, - [SMALL_STATE(765)] = 37448, - [SMALL_STATE(766)] = 37473, - [SMALL_STATE(767)] = 37498, - [SMALL_STATE(768)] = 37523, - [SMALL_STATE(769)] = 37548, - [SMALL_STATE(770)] = 37573, - [SMALL_STATE(771)] = 37598, - [SMALL_STATE(772)] = 37623, - [SMALL_STATE(773)] = 37648, - [SMALL_STATE(774)] = 37673, - [SMALL_STATE(775)] = 37698, - [SMALL_STATE(776)] = 37723, - [SMALL_STATE(777)] = 37748, - [SMALL_STATE(778)] = 37773, - [SMALL_STATE(779)] = 37798, - [SMALL_STATE(780)] = 37821, - [SMALL_STATE(781)] = 37846, - [SMALL_STATE(782)] = 37871, - [SMALL_STATE(783)] = 37896, - [SMALL_STATE(784)] = 37921, - [SMALL_STATE(785)] = 37946, - [SMALL_STATE(786)] = 37971, - [SMALL_STATE(787)] = 37996, - [SMALL_STATE(788)] = 38021, - [SMALL_STATE(789)] = 38048, - [SMALL_STATE(790)] = 38073, - [SMALL_STATE(791)] = 38098, - [SMALL_STATE(792)] = 38123, - [SMALL_STATE(793)] = 38148, - [SMALL_STATE(794)] = 38173, - [SMALL_STATE(795)] = 38202, - [SMALL_STATE(796)] = 38227, - [SMALL_STATE(797)] = 38252, - [SMALL_STATE(798)] = 38277, - [SMALL_STATE(799)] = 38302, - [SMALL_STATE(800)] = 38329, - [SMALL_STATE(801)] = 38354, - [SMALL_STATE(802)] = 38375, - [SMALL_STATE(803)] = 38402, - [SMALL_STATE(804)] = 38427, - [SMALL_STATE(805)] = 38454, - [SMALL_STATE(806)] = 38474, - [SMALL_STATE(807)] = 38496, - [SMALL_STATE(808)] = 38514, - [SMALL_STATE(809)] = 38536, - [SMALL_STATE(810)] = 38556, - [SMALL_STATE(811)] = 38578, - [SMALL_STATE(812)] = 38607, - [SMALL_STATE(813)] = 38626, - [SMALL_STATE(814)] = 38645, - [SMALL_STATE(815)] = 38674, - [SMALL_STATE(816)] = 38693, - [SMALL_STATE(817)] = 38722, - [SMALL_STATE(818)] = 38741, - [SMALL_STATE(819)] = 38760, - [SMALL_STATE(820)] = 38779, - [SMALL_STATE(821)] = 38808, - [SMALL_STATE(822)] = 38837, - [SMALL_STATE(823)] = 38853, - [SMALL_STATE(824)] = 38869, - [SMALL_STATE(825)] = 38901, - [SMALL_STATE(826)] = 38917, - [SMALL_STATE(827)] = 38949, - [SMALL_STATE(828)] = 38965, - [SMALL_STATE(829)] = 38997, - [SMALL_STATE(830)] = 39013, - [SMALL_STATE(831)] = 39045, - [SMALL_STATE(832)] = 39063, - [SMALL_STATE(833)] = 39090, - [SMALL_STATE(834)] = 39117, - [SMALL_STATE(835)] = 39144, - [SMALL_STATE(836)] = 39173, - [SMALL_STATE(837)] = 39204, - [SMALL_STATE(838)] = 39233, - [SMALL_STATE(839)] = 39260, - [SMALL_STATE(840)] = 39287, - [SMALL_STATE(841)] = 39312, - [SMALL_STATE(842)] = 39339, - [SMALL_STATE(843)] = 39366, - [SMALL_STATE(844)] = 39397, - [SMALL_STATE(845)] = 39428, - [SMALL_STATE(846)] = 39455, - [SMALL_STATE(847)] = 39482, - [SMALL_STATE(848)] = 39498, - [SMALL_STATE(849)] = 39514, - [SMALL_STATE(850)] = 39530, - [SMALL_STATE(851)] = 39546, - [SMALL_STATE(852)] = 39562, - [SMALL_STATE(853)] = 39578, - [SMALL_STATE(854)] = 39594, - [SMALL_STATE(855)] = 39610, - [SMALL_STATE(856)] = 39626, - [SMALL_STATE(857)] = 39642, - [SMALL_STATE(858)] = 39658, - [SMALL_STATE(859)] = 39674, - [SMALL_STATE(860)] = 39690, - [SMALL_STATE(861)] = 39706, - [SMALL_STATE(862)] = 39722, - [SMALL_STATE(863)] = 39744, - [SMALL_STATE(864)] = 39770, - [SMALL_STATE(865)] = 39794, - [SMALL_STATE(866)] = 39810, - [SMALL_STATE(867)] = 39826, - [SMALL_STATE(868)] = 39842, - [SMALL_STATE(869)] = 39858, - [SMALL_STATE(870)] = 39874, - [SMALL_STATE(871)] = 39896, - [SMALL_STATE(872)] = 39912, - [SMALL_STATE(873)] = 39938, - [SMALL_STATE(874)] = 39964, - [SMALL_STATE(875)] = 39990, - [SMALL_STATE(876)] = 40006, - [SMALL_STATE(877)] = 40034, - [SMALL_STATE(878)] = 40050, - [SMALL_STATE(879)] = 40066, - [SMALL_STATE(880)] = 40082, - [SMALL_STATE(881)] = 40098, - [SMALL_STATE(882)] = 40114, - [SMALL_STATE(883)] = 40130, - [SMALL_STATE(884)] = 40146, - [SMALL_STATE(885)] = 40172, - [SMALL_STATE(886)] = 40198, - [SMALL_STATE(887)] = 40214, - [SMALL_STATE(888)] = 40230, - [SMALL_STATE(889)] = 40246, - [SMALL_STATE(890)] = 40262, - [SMALL_STATE(891)] = 40278, - [SMALL_STATE(892)] = 40294, - [SMALL_STATE(893)] = 40310, - [SMALL_STATE(894)] = 40326, - [SMALL_STATE(895)] = 40342, - [SMALL_STATE(896)] = 40367, - [SMALL_STATE(897)] = 40392, - [SMALL_STATE(898)] = 40405, - [SMALL_STATE(899)] = 40430, - [SMALL_STATE(900)] = 40455, - [SMALL_STATE(901)] = 40476, - [SMALL_STATE(902)] = 40501, - [SMALL_STATE(903)] = 40526, - [SMALL_STATE(904)] = 40551, - [SMALL_STATE(905)] = 40572, - [SMALL_STATE(906)] = 40597, - [SMALL_STATE(907)] = 40622, - [SMALL_STATE(908)] = 40647, - [SMALL_STATE(909)] = 40660, - [SMALL_STATE(910)] = 40673, - [SMALL_STATE(911)] = 40686, - [SMALL_STATE(912)] = 40711, - [SMALL_STATE(913)] = 40724, - [SMALL_STATE(914)] = 40749, - [SMALL_STATE(915)] = 40774, - [SMALL_STATE(916)] = 40799, - [SMALL_STATE(917)] = 40820, - [SMALL_STATE(918)] = 40845, - [SMALL_STATE(919)] = 40870, - [SMALL_STATE(920)] = 40893, - [SMALL_STATE(921)] = 40918, - [SMALL_STATE(922)] = 40933, - [SMALL_STATE(923)] = 40958, - [SMALL_STATE(924)] = 40983, - [SMALL_STATE(925)] = 41008, - [SMALL_STATE(926)] = 41029, - [SMALL_STATE(927)] = 41054, - [SMALL_STATE(928)] = 41072, - [SMALL_STATE(929)] = 41088, - [SMALL_STATE(930)] = 41102, - [SMALL_STATE(931)] = 41122, - [SMALL_STATE(932)] = 41140, - [SMALL_STATE(933)] = 41156, - [SMALL_STATE(934)] = 41176, - [SMALL_STATE(935)] = 41194, - [SMALL_STATE(936)] = 41206, - [SMALL_STATE(937)] = 41228, - [SMALL_STATE(938)] = 41242, - [SMALL_STATE(939)] = 41256, - [SMALL_STATE(940)] = 41276, - [SMALL_STATE(941)] = 41298, - [SMALL_STATE(942)] = 41320, - [SMALL_STATE(943)] = 41342, - [SMALL_STATE(944)] = 41356, - [SMALL_STATE(945)] = 41372, - [SMALL_STATE(946)] = 41388, - [SMALL_STATE(947)] = 41406, - [SMALL_STATE(948)] = 41428, - [SMALL_STATE(949)] = 41448, - [SMALL_STATE(950)] = 41468, - [SMALL_STATE(951)] = 41488, - [SMALL_STATE(952)] = 41510, - [SMALL_STATE(953)] = 41532, - [SMALL_STATE(954)] = 41552, - [SMALL_STATE(955)] = 41564, - [SMALL_STATE(956)] = 41586, - [SMALL_STATE(957)] = 41600, - [SMALL_STATE(958)] = 41618, - [SMALL_STATE(959)] = 41632, - [SMALL_STATE(960)] = 41654, - [SMALL_STATE(961)] = 41676, - [SMALL_STATE(962)] = 41698, - [SMALL_STATE(963)] = 41712, - [SMALL_STATE(964)] = 41730, - [SMALL_STATE(965)] = 41752, - [SMALL_STATE(966)] = 41769, - [SMALL_STATE(967)] = 41786, + [SMALL_STATE(650)] = 34171, + [SMALL_STATE(651)] = 34204, + [SMALL_STATE(652)] = 34235, + [SMALL_STATE(653)] = 34270, + [SMALL_STATE(654)] = 34305, + [SMALL_STATE(655)] = 34326, + [SMALL_STATE(656)] = 34359, + [SMALL_STATE(657)] = 34394, + [SMALL_STATE(658)] = 34429, + [SMALL_STATE(659)] = 34464, + [SMALL_STATE(660)] = 34497, + [SMALL_STATE(661)] = 34530, + [SMALL_STATE(662)] = 34551, + [SMALL_STATE(663)] = 34586, + [SMALL_STATE(664)] = 34621, + [SMALL_STATE(665)] = 34654, + [SMALL_STATE(666)] = 34675, + [SMALL_STATE(667)] = 34710, + [SMALL_STATE(668)] = 34743, + [SMALL_STATE(669)] = 34771, + [SMALL_STATE(670)] = 34799, + [SMALL_STATE(671)] = 34827, + [SMALL_STATE(672)] = 34855, + [SMALL_STATE(673)] = 34883, + [SMALL_STATE(674)] = 34911, + [SMALL_STATE(675)] = 34943, + [SMALL_STATE(676)] = 34971, + [SMALL_STATE(677)] = 34999, + [SMALL_STATE(678)] = 35031, + [SMALL_STATE(679)] = 35063, + [SMALL_STATE(680)] = 35095, + [SMALL_STATE(681)] = 35123, + [SMALL_STATE(682)] = 35151, + [SMALL_STATE(683)] = 35179, + [SMALL_STATE(684)] = 35207, + [SMALL_STATE(685)] = 35235, + [SMALL_STATE(686)] = 35263, + [SMALL_STATE(687)] = 35293, + [SMALL_STATE(688)] = 35321, + [SMALL_STATE(689)] = 35349, + [SMALL_STATE(690)] = 35379, + [SMALL_STATE(691)] = 35407, + [SMALL_STATE(692)] = 35435, + [SMALL_STATE(693)] = 35463, + [SMALL_STATE(694)] = 35491, + [SMALL_STATE(695)] = 35519, + [SMALL_STATE(696)] = 35547, + [SMALL_STATE(697)] = 35577, + [SMALL_STATE(698)] = 35605, + [SMALL_STATE(699)] = 35633, + [SMALL_STATE(700)] = 35661, + [SMALL_STATE(701)] = 35689, + [SMALL_STATE(702)] = 35717, + [SMALL_STATE(703)] = 35745, + [SMALL_STATE(704)] = 35773, + [SMALL_STATE(705)] = 35801, + [SMALL_STATE(706)] = 35829, + [SMALL_STATE(707)] = 35857, + [SMALL_STATE(708)] = 35885, + [SMALL_STATE(709)] = 35913, + [SMALL_STATE(710)] = 35941, + [SMALL_STATE(711)] = 35973, + [SMALL_STATE(712)] = 36005, + [SMALL_STATE(713)] = 36033, + [SMALL_STATE(714)] = 36061, + [SMALL_STATE(715)] = 36091, + [SMALL_STATE(716)] = 36121, + [SMALL_STATE(717)] = 36149, + [SMALL_STATE(718)] = 36177, + [SMALL_STATE(719)] = 36205, + [SMALL_STATE(720)] = 36233, + [SMALL_STATE(721)] = 36261, + [SMALL_STATE(722)] = 36289, + [SMALL_STATE(723)] = 36319, + [SMALL_STATE(724)] = 36349, + [SMALL_STATE(725)] = 36377, + [SMALL_STATE(726)] = 36405, + [SMALL_STATE(727)] = 36433, + [SMALL_STATE(728)] = 36461, + [SMALL_STATE(729)] = 36489, + [SMALL_STATE(730)] = 36521, + [SMALL_STATE(731)] = 36553, + [SMALL_STATE(732)] = 36581, + [SMALL_STATE(733)] = 36611, + [SMALL_STATE(734)] = 36641, + [SMALL_STATE(735)] = 36671, + [SMALL_STATE(736)] = 36699, + [SMALL_STATE(737)] = 36727, + [SMALL_STATE(738)] = 36755, + [SMALL_STATE(739)] = 36783, + [SMALL_STATE(740)] = 36811, + [SMALL_STATE(741)] = 36839, + [SMALL_STATE(742)] = 36867, + [SMALL_STATE(743)] = 36895, + [SMALL_STATE(744)] = 36920, + [SMALL_STATE(745)] = 36945, + [SMALL_STATE(746)] = 36970, + [SMALL_STATE(747)] = 36995, + [SMALL_STATE(748)] = 37020, + [SMALL_STATE(749)] = 37045, + [SMALL_STATE(750)] = 37070, + [SMALL_STATE(751)] = 37095, + [SMALL_STATE(752)] = 37120, + [SMALL_STATE(753)] = 37145, + [SMALL_STATE(754)] = 37170, + [SMALL_STATE(755)] = 37195, + [SMALL_STATE(756)] = 37220, + [SMALL_STATE(757)] = 37245, + [SMALL_STATE(758)] = 37270, + [SMALL_STATE(759)] = 37295, + [SMALL_STATE(760)] = 37320, + [SMALL_STATE(761)] = 37347, + [SMALL_STATE(762)] = 37372, + [SMALL_STATE(763)] = 37397, + [SMALL_STATE(764)] = 37424, + [SMALL_STATE(765)] = 37447, + [SMALL_STATE(766)] = 37472, + [SMALL_STATE(767)] = 37497, + [SMALL_STATE(768)] = 37522, + [SMALL_STATE(769)] = 37547, + [SMALL_STATE(770)] = 37572, + [SMALL_STATE(771)] = 37597, + [SMALL_STATE(772)] = 37622, + [SMALL_STATE(773)] = 37651, + [SMALL_STATE(774)] = 37686, + [SMALL_STATE(775)] = 37711, + [SMALL_STATE(776)] = 37736, + [SMALL_STATE(777)] = 37761, + [SMALL_STATE(778)] = 37790, + [SMALL_STATE(779)] = 37815, + [SMALL_STATE(780)] = 37840, + [SMALL_STATE(781)] = 37865, + [SMALL_STATE(782)] = 37890, + [SMALL_STATE(783)] = 37915, + [SMALL_STATE(784)] = 37940, + [SMALL_STATE(785)] = 37963, + [SMALL_STATE(786)] = 37988, + [SMALL_STATE(787)] = 38013, + [SMALL_STATE(788)] = 38038, + [SMALL_STATE(789)] = 38063, + [SMALL_STATE(790)] = 38086, + [SMALL_STATE(791)] = 38111, + [SMALL_STATE(792)] = 38136, + [SMALL_STATE(793)] = 38161, + [SMALL_STATE(794)] = 38186, + [SMALL_STATE(795)] = 38211, + [SMALL_STATE(796)] = 38234, + [SMALL_STATE(797)] = 38259, + [SMALL_STATE(798)] = 38284, + [SMALL_STATE(799)] = 38309, + [SMALL_STATE(800)] = 38330, + [SMALL_STATE(801)] = 38357, + [SMALL_STATE(802)] = 38382, + [SMALL_STATE(803)] = 38407, + [SMALL_STATE(804)] = 38432, + [SMALL_STATE(805)] = 38457, + [SMALL_STATE(806)] = 38479, + [SMALL_STATE(807)] = 38501, + [SMALL_STATE(808)] = 38521, + [SMALL_STATE(809)] = 38543, + [SMALL_STATE(810)] = 38561, + [SMALL_STATE(811)] = 38581, + [SMALL_STATE(812)] = 38600, + [SMALL_STATE(813)] = 38629, + [SMALL_STATE(814)] = 38648, + [SMALL_STATE(815)] = 38677, + [SMALL_STATE(816)] = 38706, + [SMALL_STATE(817)] = 38725, + [SMALL_STATE(818)] = 38744, + [SMALL_STATE(819)] = 38773, + [SMALL_STATE(820)] = 38792, + [SMALL_STATE(821)] = 38811, + [SMALL_STATE(822)] = 38840, + [SMALL_STATE(823)] = 38872, + [SMALL_STATE(824)] = 38890, + [SMALL_STATE(825)] = 38906, + [SMALL_STATE(826)] = 38938, + [SMALL_STATE(827)] = 38970, + [SMALL_STATE(828)] = 38986, + [SMALL_STATE(829)] = 39002, + [SMALL_STATE(830)] = 39018, + [SMALL_STATE(831)] = 39034, + [SMALL_STATE(832)] = 39066, + [SMALL_STATE(833)] = 39093, + [SMALL_STATE(834)] = 39122, + [SMALL_STATE(835)] = 39153, + [SMALL_STATE(836)] = 39184, + [SMALL_STATE(837)] = 39211, + [SMALL_STATE(838)] = 39238, + [SMALL_STATE(839)] = 39267, + [SMALL_STATE(840)] = 39294, + [SMALL_STATE(841)] = 39321, + [SMALL_STATE(842)] = 39348, + [SMALL_STATE(843)] = 39375, + [SMALL_STATE(844)] = 39400, + [SMALL_STATE(845)] = 39427, + [SMALL_STATE(846)] = 39458, + [SMALL_STATE(847)] = 39485, + [SMALL_STATE(848)] = 39501, + [SMALL_STATE(849)] = 39517, + [SMALL_STATE(850)] = 39533, + [SMALL_STATE(851)] = 39549, + [SMALL_STATE(852)] = 39565, + [SMALL_STATE(853)] = 39581, + [SMALL_STATE(854)] = 39597, + [SMALL_STATE(855)] = 39613, + [SMALL_STATE(856)] = 39629, + [SMALL_STATE(857)] = 39655, + [SMALL_STATE(858)] = 39671, + [SMALL_STATE(859)] = 39687, + [SMALL_STATE(860)] = 39713, + [SMALL_STATE(861)] = 39739, + [SMALL_STATE(862)] = 39755, + [SMALL_STATE(863)] = 39771, + [SMALL_STATE(864)] = 39795, + [SMALL_STATE(865)] = 39811, + [SMALL_STATE(866)] = 39827, + [SMALL_STATE(867)] = 39843, + [SMALL_STATE(868)] = 39859, + [SMALL_STATE(869)] = 39885, + [SMALL_STATE(870)] = 39901, + [SMALL_STATE(871)] = 39917, + [SMALL_STATE(872)] = 39933, + [SMALL_STATE(873)] = 39949, + [SMALL_STATE(874)] = 39965, + [SMALL_STATE(875)] = 39981, + [SMALL_STATE(876)] = 39997, + [SMALL_STATE(877)] = 40013, + [SMALL_STATE(878)] = 40035, + [SMALL_STATE(879)] = 40051, + [SMALL_STATE(880)] = 40067, + [SMALL_STATE(881)] = 40083, + [SMALL_STATE(882)] = 40099, + [SMALL_STATE(883)] = 40115, + [SMALL_STATE(884)] = 40143, + [SMALL_STATE(885)] = 40159, + [SMALL_STATE(886)] = 40185, + [SMALL_STATE(887)] = 40201, + [SMALL_STATE(888)] = 40217, + [SMALL_STATE(889)] = 40233, + [SMALL_STATE(890)] = 40249, + [SMALL_STATE(891)] = 40265, + [SMALL_STATE(892)] = 40281, + [SMALL_STATE(893)] = 40303, + [SMALL_STATE(894)] = 40329, + [SMALL_STATE(895)] = 40345, + [SMALL_STATE(896)] = 40370, + [SMALL_STATE(897)] = 40395, + [SMALL_STATE(898)] = 40420, + [SMALL_STATE(899)] = 40433, + [SMALL_STATE(900)] = 40446, + [SMALL_STATE(901)] = 40471, + [SMALL_STATE(902)] = 40484, + [SMALL_STATE(903)] = 40509, + [SMALL_STATE(904)] = 40522, + [SMALL_STATE(905)] = 40537, + [SMALL_STATE(906)] = 40550, + [SMALL_STATE(907)] = 40573, + [SMALL_STATE(908)] = 40598, + [SMALL_STATE(909)] = 40619, + [SMALL_STATE(910)] = 40644, + [SMALL_STATE(911)] = 40665, + [SMALL_STATE(912)] = 40690, + [SMALL_STATE(913)] = 40715, + [SMALL_STATE(914)] = 40736, + [SMALL_STATE(915)] = 40761, + [SMALL_STATE(916)] = 40786, + [SMALL_STATE(917)] = 40811, + [SMALL_STATE(918)] = 40836, + [SMALL_STATE(919)] = 40857, + [SMALL_STATE(920)] = 40882, + [SMALL_STATE(921)] = 40907, + [SMALL_STATE(922)] = 40932, + [SMALL_STATE(923)] = 40957, + [SMALL_STATE(924)] = 40982, + [SMALL_STATE(925)] = 41007, + [SMALL_STATE(926)] = 41032, + [SMALL_STATE(927)] = 41057, + [SMALL_STATE(928)] = 41079, + [SMALL_STATE(929)] = 41091, + [SMALL_STATE(930)] = 41111, + [SMALL_STATE(931)] = 41133, + [SMALL_STATE(932)] = 41155, + [SMALL_STATE(933)] = 41177, + [SMALL_STATE(934)] = 41199, + [SMALL_STATE(935)] = 41213, + [SMALL_STATE(936)] = 41233, + [SMALL_STATE(937)] = 41255, + [SMALL_STATE(938)] = 41269, + [SMALL_STATE(939)] = 41287, + [SMALL_STATE(940)] = 41309, + [SMALL_STATE(941)] = 41327, + [SMALL_STATE(942)] = 41343, + [SMALL_STATE(943)] = 41363, + [SMALL_STATE(944)] = 41381, + [SMALL_STATE(945)] = 41399, + [SMALL_STATE(946)] = 41413, + [SMALL_STATE(947)] = 41435, + [SMALL_STATE(948)] = 41455, + [SMALL_STATE(949)] = 41469, + [SMALL_STATE(950)] = 41491, + [SMALL_STATE(951)] = 41505, + [SMALL_STATE(952)] = 41521, + [SMALL_STATE(953)] = 41543, + [SMALL_STATE(954)] = 41565, + [SMALL_STATE(955)] = 41581, + [SMALL_STATE(956)] = 41593, + [SMALL_STATE(957)] = 41609, + [SMALL_STATE(958)] = 41623, + [SMALL_STATE(959)] = 41641, + [SMALL_STATE(960)] = 41661, + [SMALL_STATE(961)] = 41681, + [SMALL_STATE(962)] = 41703, + [SMALL_STATE(963)] = 41723, + [SMALL_STATE(964)] = 41737, + [SMALL_STATE(965)] = 41756, + [SMALL_STATE(966)] = 41775, + [SMALL_STATE(967)] = 41790, [SMALL_STATE(968)] = 41805, [SMALL_STATE(969)] = 41824, - [SMALL_STATE(970)] = 41839, - [SMALL_STATE(971)] = 41858, - [SMALL_STATE(972)] = 41877, - [SMALL_STATE(973)] = 41894, - [SMALL_STATE(974)] = 41913, - [SMALL_STATE(975)] = 41932, - [SMALL_STATE(976)] = 41949, - [SMALL_STATE(977)] = 41968, + [SMALL_STATE(970)] = 41843, + [SMALL_STATE(971)] = 41856, + [SMALL_STATE(972)] = 41873, + [SMALL_STATE(973)] = 41892, + [SMALL_STATE(974)] = 41911, + [SMALL_STATE(975)] = 41930, + [SMALL_STATE(976)] = 41945, + [SMALL_STATE(977)] = 41964, [SMALL_STATE(978)] = 41983, [SMALL_STATE(979)] = 42002, - [SMALL_STATE(980)] = 42017, - [SMALL_STATE(981)] = 42036, - [SMALL_STATE(982)] = 42055, - [SMALL_STATE(983)] = 42074, - [SMALL_STATE(984)] = 42093, - [SMALL_STATE(985)] = 42112, - [SMALL_STATE(986)] = 42127, - [SMALL_STATE(987)] = 42146, - [SMALL_STATE(988)] = 42165, - [SMALL_STATE(989)] = 42178, - [SMALL_STATE(990)] = 42197, - [SMALL_STATE(991)] = 42216, - [SMALL_STATE(992)] = 42235, - [SMALL_STATE(993)] = 42254, + [SMALL_STATE(980)] = 42021, + [SMALL_STATE(981)] = 42040, + [SMALL_STATE(982)] = 42059, + [SMALL_STATE(983)] = 42078, + [SMALL_STATE(984)] = 42095, + [SMALL_STATE(985)] = 42114, + [SMALL_STATE(986)] = 42129, + [SMALL_STATE(987)] = 42148, + [SMALL_STATE(988)] = 42167, + [SMALL_STATE(989)] = 42180, + [SMALL_STATE(990)] = 42199, + [SMALL_STATE(991)] = 42218, + [SMALL_STATE(992)] = 42231, + [SMALL_STATE(993)] = 42250, [SMALL_STATE(994)] = 42269, - [SMALL_STATE(995)] = 42284, + [SMALL_STATE(995)] = 42286, [SMALL_STATE(996)] = 42303, [SMALL_STATE(997)] = 42322, [SMALL_STATE(998)] = 42341, - [SMALL_STATE(999)] = 42354, - [SMALL_STATE(1000)] = 42373, - [SMALL_STATE(1001)] = 42392, - [SMALL_STATE(1002)] = 42411, - [SMALL_STATE(1003)] = 42430, - [SMALL_STATE(1004)] = 42449, - [SMALL_STATE(1005)] = 42466, - [SMALL_STATE(1006)] = 42477, - [SMALL_STATE(1007)] = 42494, - [SMALL_STATE(1008)] = 42513, - [SMALL_STATE(1009)] = 42532, - [SMALL_STATE(1010)] = 42551, - [SMALL_STATE(1011)] = 42564, - [SMALL_STATE(1012)] = 42583, - [SMALL_STATE(1013)] = 42602, - [SMALL_STATE(1014)] = 42613, - [SMALL_STATE(1015)] = 42628, - [SMALL_STATE(1016)] = 42643, - [SMALL_STATE(1017)] = 42662, - [SMALL_STATE(1018)] = 42677, - [SMALL_STATE(1019)] = 42696, - [SMALL_STATE(1020)] = 42715, - [SMALL_STATE(1021)] = 42732, - [SMALL_STATE(1022)] = 42751, - [SMALL_STATE(1023)] = 42770, - [SMALL_STATE(1024)] = 42789, - [SMALL_STATE(1025)] = 42808, - [SMALL_STATE(1026)] = 42827, - [SMALL_STATE(1027)] = 42846, - [SMALL_STATE(1028)] = 42857, - [SMALL_STATE(1029)] = 42876, - [SMALL_STATE(1030)] = 42895, - [SMALL_STATE(1031)] = 42914, - [SMALL_STATE(1032)] = 42933, - [SMALL_STATE(1033)] = 42952, - [SMALL_STATE(1034)] = 42971, - [SMALL_STATE(1035)] = 42990, - [SMALL_STATE(1036)] = 43005, - [SMALL_STATE(1037)] = 43024, - [SMALL_STATE(1038)] = 43041, - [SMALL_STATE(1039)] = 43060, - [SMALL_STATE(1040)] = 43079, - [SMALL_STATE(1041)] = 43098, - [SMALL_STATE(1042)] = 43109, - [SMALL_STATE(1043)] = 43122, - [SMALL_STATE(1044)] = 43141, - [SMALL_STATE(1045)] = 43160, - [SMALL_STATE(1046)] = 43179, - [SMALL_STATE(1047)] = 43196, - [SMALL_STATE(1048)] = 43215, - [SMALL_STATE(1049)] = 43230, - [SMALL_STATE(1050)] = 43241, - [SMALL_STATE(1051)] = 43252, - [SMALL_STATE(1052)] = 43271, - [SMALL_STATE(1053)] = 43288, - [SMALL_STATE(1054)] = 43307, - [SMALL_STATE(1055)] = 43323, - [SMALL_STATE(1056)] = 43337, - [SMALL_STATE(1057)] = 43351, - [SMALL_STATE(1058)] = 43365, - [SMALL_STATE(1059)] = 43379, - [SMALL_STATE(1060)] = 43391, - [SMALL_STATE(1061)] = 43407, - [SMALL_STATE(1062)] = 43419, - [SMALL_STATE(1063)] = 43435, - [SMALL_STATE(1064)] = 43449, - [SMALL_STATE(1065)] = 43459, - [SMALL_STATE(1066)] = 43475, - [SMALL_STATE(1067)] = 43491, - [SMALL_STATE(1068)] = 43507, - [SMALL_STATE(1069)] = 43521, - [SMALL_STATE(1070)] = 43531, - [SMALL_STATE(1071)] = 43541, - [SMALL_STATE(1072)] = 43555, - [SMALL_STATE(1073)] = 43571, - [SMALL_STATE(1074)] = 43585, - [SMALL_STATE(1075)] = 43599, - [SMALL_STATE(1076)] = 43611, - [SMALL_STATE(1077)] = 43627, - [SMALL_STATE(1078)] = 43641, - [SMALL_STATE(1079)] = 43657, - [SMALL_STATE(1080)] = 43673, - [SMALL_STATE(1081)] = 43689, - [SMALL_STATE(1082)] = 43705, - [SMALL_STATE(1083)] = 43719, - [SMALL_STATE(1084)] = 43733, - [SMALL_STATE(1085)] = 43743, - [SMALL_STATE(1086)] = 43759, - [SMALL_STATE(1087)] = 43775, - [SMALL_STATE(1088)] = 43787, - [SMALL_STATE(1089)] = 43803, - [SMALL_STATE(1090)] = 43817, - [SMALL_STATE(1091)] = 43827, - [SMALL_STATE(1092)] = 43837, - [SMALL_STATE(1093)] = 43853, - [SMALL_STATE(1094)] = 43869, - [SMALL_STATE(1095)] = 43883, - [SMALL_STATE(1096)] = 43899, - [SMALL_STATE(1097)] = 43915, - [SMALL_STATE(1098)] = 43931, - [SMALL_STATE(1099)] = 43945, - [SMALL_STATE(1100)] = 43959, - [SMALL_STATE(1101)] = 43973, - [SMALL_STATE(1102)] = 43989, - [SMALL_STATE(1103)] = 44005, - [SMALL_STATE(1104)] = 44021, - [SMALL_STATE(1105)] = 44031, - [SMALL_STATE(1106)] = 44047, - [SMALL_STATE(1107)] = 44063, - [SMALL_STATE(1108)] = 44079, - [SMALL_STATE(1109)] = 44093, - [SMALL_STATE(1110)] = 44107, - [SMALL_STATE(1111)] = 44117, - [SMALL_STATE(1112)] = 44133, - [SMALL_STATE(1113)] = 44149, - [SMALL_STATE(1114)] = 44165, - [SMALL_STATE(1115)] = 44181, - [SMALL_STATE(1116)] = 44193, - [SMALL_STATE(1117)] = 44209, - [SMALL_STATE(1118)] = 44221, - [SMALL_STATE(1119)] = 44235, - [SMALL_STATE(1120)] = 44251, - [SMALL_STATE(1121)] = 44265, - [SMALL_STATE(1122)] = 44279, - [SMALL_STATE(1123)] = 44289, - [SMALL_STATE(1124)] = 44301, - [SMALL_STATE(1125)] = 44317, - [SMALL_STATE(1126)] = 44333, - [SMALL_STATE(1127)] = 44347, - [SMALL_STATE(1128)] = 44361, - [SMALL_STATE(1129)] = 44373, - [SMALL_STATE(1130)] = 44389, - [SMALL_STATE(1131)] = 44403, - [SMALL_STATE(1132)] = 44419, - [SMALL_STATE(1133)] = 44435, - [SMALL_STATE(1134)] = 44451, - [SMALL_STATE(1135)] = 44467, - [SMALL_STATE(1136)] = 44481, - [SMALL_STATE(1137)] = 44493, - [SMALL_STATE(1138)] = 44509, - [SMALL_STATE(1139)] = 44519, - [SMALL_STATE(1140)] = 44535, - [SMALL_STATE(1141)] = 44551, - [SMALL_STATE(1142)] = 44565, - [SMALL_STATE(1143)] = 44577, - [SMALL_STATE(1144)] = 44593, - [SMALL_STATE(1145)] = 44603, - [SMALL_STATE(1146)] = 44616, - [SMALL_STATE(1147)] = 44629, - [SMALL_STATE(1148)] = 44638, - [SMALL_STATE(1149)] = 44647, - [SMALL_STATE(1150)] = 44656, - [SMALL_STATE(1151)] = 44669, - [SMALL_STATE(1152)] = 44682, - [SMALL_STATE(1153)] = 44695, - [SMALL_STATE(1154)] = 44708, - [SMALL_STATE(1155)] = 44719, - [SMALL_STATE(1156)] = 44732, - [SMALL_STATE(1157)] = 44745, - [SMALL_STATE(1158)] = 44754, - [SMALL_STATE(1159)] = 44767, - [SMALL_STATE(1160)] = 44780, - [SMALL_STATE(1161)] = 44793, - [SMALL_STATE(1162)] = 44806, - [SMALL_STATE(1163)] = 44819, - [SMALL_STATE(1164)] = 44832, - [SMALL_STATE(1165)] = 44845, - [SMALL_STATE(1166)] = 44854, - [SMALL_STATE(1167)] = 44867, - [SMALL_STATE(1168)] = 44880, - [SMALL_STATE(1169)] = 44893, - [SMALL_STATE(1170)] = 44902, - [SMALL_STATE(1171)] = 44915, - [SMALL_STATE(1172)] = 44928, - [SMALL_STATE(1173)] = 44937, - [SMALL_STATE(1174)] = 44946, - [SMALL_STATE(1175)] = 44959, - [SMALL_STATE(1176)] = 44968, - [SMALL_STATE(1177)] = 44981, - [SMALL_STATE(1178)] = 44994, - [SMALL_STATE(1179)] = 45003, - [SMALL_STATE(1180)] = 45016, - [SMALL_STATE(1181)] = 45025, - [SMALL_STATE(1182)] = 45034, - [SMALL_STATE(1183)] = 45047, - [SMALL_STATE(1184)] = 45060, - [SMALL_STATE(1185)] = 45073, - [SMALL_STATE(1186)] = 45082, - [SMALL_STATE(1187)] = 45091, - [SMALL_STATE(1188)] = 45104, - [SMALL_STATE(1189)] = 45117, - [SMALL_STATE(1190)] = 45130, - [SMALL_STATE(1191)] = 45141, - [SMALL_STATE(1192)] = 45154, - [SMALL_STATE(1193)] = 45167, - [SMALL_STATE(1194)] = 45180, - [SMALL_STATE(1195)] = 45193, - [SMALL_STATE(1196)] = 45204, - [SMALL_STATE(1197)] = 45217, - [SMALL_STATE(1198)] = 45230, - [SMALL_STATE(1199)] = 45243, - [SMALL_STATE(1200)] = 45256, - [SMALL_STATE(1201)] = 45267, - [SMALL_STATE(1202)] = 45276, - [SMALL_STATE(1203)] = 45289, - [SMALL_STATE(1204)] = 45302, - [SMALL_STATE(1205)] = 45315, - [SMALL_STATE(1206)] = 45328, - [SMALL_STATE(1207)] = 45341, - [SMALL_STATE(1208)] = 45350, - [SMALL_STATE(1209)] = 45363, - [SMALL_STATE(1210)] = 45376, - [SMALL_STATE(1211)] = 45389, - [SMALL_STATE(1212)] = 45402, - [SMALL_STATE(1213)] = 45415, - [SMALL_STATE(1214)] = 45428, - [SMALL_STATE(1215)] = 45441, - [SMALL_STATE(1216)] = 45454, - [SMALL_STATE(1217)] = 45467, - [SMALL_STATE(1218)] = 45480, - [SMALL_STATE(1219)] = 45493, - [SMALL_STATE(1220)] = 45506, - [SMALL_STATE(1221)] = 45519, - [SMALL_STATE(1222)] = 45532, - [SMALL_STATE(1223)] = 45545, - [SMALL_STATE(1224)] = 45556, - [SMALL_STATE(1225)] = 45569, - [SMALL_STATE(1226)] = 45582, - [SMALL_STATE(1227)] = 45591, - [SMALL_STATE(1228)] = 45602, - [SMALL_STATE(1229)] = 45615, - [SMALL_STATE(1230)] = 45628, - [SMALL_STATE(1231)] = 45637, - [SMALL_STATE(1232)] = 45650, - [SMALL_STATE(1233)] = 45659, - [SMALL_STATE(1234)] = 45672, - [SMALL_STATE(1235)] = 45685, - [SMALL_STATE(1236)] = 45698, - [SMALL_STATE(1237)] = 45707, - [SMALL_STATE(1238)] = 45720, - [SMALL_STATE(1239)] = 45733, - [SMALL_STATE(1240)] = 45746, - [SMALL_STATE(1241)] = 45759, - [SMALL_STATE(1242)] = 45772, - [SMALL_STATE(1243)] = 45785, - [SMALL_STATE(1244)] = 45794, - [SMALL_STATE(1245)] = 45807, - [SMALL_STATE(1246)] = 45820, - [SMALL_STATE(1247)] = 45829, - [SMALL_STATE(1248)] = 45842, - [SMALL_STATE(1249)] = 45851, - [SMALL_STATE(1250)] = 45864, - [SMALL_STATE(1251)] = 45873, - [SMALL_STATE(1252)] = 45886, - [SMALL_STATE(1253)] = 45895, - [SMALL_STATE(1254)] = 45906, - [SMALL_STATE(1255)] = 45919, - [SMALL_STATE(1256)] = 45932, - [SMALL_STATE(1257)] = 45945, - [SMALL_STATE(1258)] = 45958, - [SMALL_STATE(1259)] = 45971, - [SMALL_STATE(1260)] = 45980, - [SMALL_STATE(1261)] = 45993, - [SMALL_STATE(1262)] = 46002, - [SMALL_STATE(1263)] = 46015, - [SMALL_STATE(1264)] = 46028, - [SMALL_STATE(1265)] = 46041, - [SMALL_STATE(1266)] = 46054, - [SMALL_STATE(1267)] = 46063, - [SMALL_STATE(1268)] = 46076, - [SMALL_STATE(1269)] = 46085, - [SMALL_STATE(1270)] = 46094, - [SMALL_STATE(1271)] = 46103, - [SMALL_STATE(1272)] = 46112, - [SMALL_STATE(1273)] = 46121, - [SMALL_STATE(1274)] = 46130, - [SMALL_STATE(1275)] = 46143, - [SMALL_STATE(1276)] = 46152, - [SMALL_STATE(1277)] = 46165, - [SMALL_STATE(1278)] = 46174, - [SMALL_STATE(1279)] = 46183, - [SMALL_STATE(1280)] = 46192, - [SMALL_STATE(1281)] = 46201, - [SMALL_STATE(1282)] = 46214, - [SMALL_STATE(1283)] = 46227, - [SMALL_STATE(1284)] = 46240, - [SMALL_STATE(1285)] = 46253, - [SMALL_STATE(1286)] = 46266, - [SMALL_STATE(1287)] = 46275, - [SMALL_STATE(1288)] = 46288, - [SMALL_STATE(1289)] = 46297, - [SMALL_STATE(1290)] = 46310, - [SMALL_STATE(1291)] = 46323, - [SMALL_STATE(1292)] = 46336, - [SMALL_STATE(1293)] = 46345, - [SMALL_STATE(1294)] = 46358, - [SMALL_STATE(1295)] = 46371, - [SMALL_STATE(1296)] = 46384, - [SMALL_STATE(1297)] = 46397, - [SMALL_STATE(1298)] = 46410, - [SMALL_STATE(1299)] = 46423, - [SMALL_STATE(1300)] = 46436, - [SMALL_STATE(1301)] = 46445, - [SMALL_STATE(1302)] = 46458, - [SMALL_STATE(1303)] = 46471, - [SMALL_STATE(1304)] = 46480, - [SMALL_STATE(1305)] = 46493, - [SMALL_STATE(1306)] = 46502, - [SMALL_STATE(1307)] = 46511, - [SMALL_STATE(1308)] = 46520, - [SMALL_STATE(1309)] = 46533, - [SMALL_STATE(1310)] = 46546, - [SMALL_STATE(1311)] = 46559, - [SMALL_STATE(1312)] = 46572, - [SMALL_STATE(1313)] = 46581, - [SMALL_STATE(1314)] = 46592, - [SMALL_STATE(1315)] = 46605, - [SMALL_STATE(1316)] = 46618, - [SMALL_STATE(1317)] = 46631, - [SMALL_STATE(1318)] = 46640, - [SMALL_STATE(1319)] = 46653, - [SMALL_STATE(1320)] = 46666, - [SMALL_STATE(1321)] = 46679, - [SMALL_STATE(1322)] = 46692, - [SMALL_STATE(1323)] = 46701, - [SMALL_STATE(1324)] = 46712, - [SMALL_STATE(1325)] = 46721, - [SMALL_STATE(1326)] = 46734, - [SMALL_STATE(1327)] = 46747, - [SMALL_STATE(1328)] = 46760, - [SMALL_STATE(1329)] = 46773, - [SMALL_STATE(1330)] = 46784, - [SMALL_STATE(1331)] = 46793, - [SMALL_STATE(1332)] = 46804, - [SMALL_STATE(1333)] = 46817, + [SMALL_STATE(999)] = 42360, + [SMALL_STATE(1000)] = 42377, + [SMALL_STATE(1001)] = 42396, + [SMALL_STATE(1002)] = 42415, + [SMALL_STATE(1003)] = 42434, + [SMALL_STATE(1004)] = 42453, + [SMALL_STATE(1005)] = 42472, + [SMALL_STATE(1006)] = 42487, + [SMALL_STATE(1007)] = 42504, + [SMALL_STATE(1008)] = 42523, + [SMALL_STATE(1009)] = 42542, + [SMALL_STATE(1010)] = 42561, + [SMALL_STATE(1011)] = 42572, + [SMALL_STATE(1012)] = 42591, + [SMALL_STATE(1013)] = 42610, + [SMALL_STATE(1014)] = 42629, + [SMALL_STATE(1015)] = 42648, + [SMALL_STATE(1016)] = 42667, + [SMALL_STATE(1017)] = 42684, + [SMALL_STATE(1018)] = 42703, + [SMALL_STATE(1019)] = 42718, + [SMALL_STATE(1020)] = 42737, + [SMALL_STATE(1021)] = 42748, + [SMALL_STATE(1022)] = 42767, + [SMALL_STATE(1023)] = 42784, + [SMALL_STATE(1024)] = 42803, + [SMALL_STATE(1025)] = 42818, + [SMALL_STATE(1026)] = 42835, + [SMALL_STATE(1027)] = 42848, + [SMALL_STATE(1028)] = 42867, + [SMALL_STATE(1029)] = 42878, + [SMALL_STATE(1030)] = 42889, + [SMALL_STATE(1031)] = 42908, + [SMALL_STATE(1032)] = 42927, + [SMALL_STATE(1033)] = 42938, + [SMALL_STATE(1034)] = 42953, + [SMALL_STATE(1035)] = 42972, + [SMALL_STATE(1036)] = 42987, + [SMALL_STATE(1037)] = 43006, + [SMALL_STATE(1038)] = 43025, + [SMALL_STATE(1039)] = 43044, + [SMALL_STATE(1040)] = 43063, + [SMALL_STATE(1041)] = 43082, + [SMALL_STATE(1042)] = 43101, + [SMALL_STATE(1043)] = 43118, + [SMALL_STATE(1044)] = 43137, + [SMALL_STATE(1045)] = 43148, + [SMALL_STATE(1046)] = 43167, + [SMALL_STATE(1047)] = 43186, + [SMALL_STATE(1048)] = 43205, + [SMALL_STATE(1049)] = 43224, + [SMALL_STATE(1050)] = 43243, + [SMALL_STATE(1051)] = 43258, + [SMALL_STATE(1052)] = 43277, + [SMALL_STATE(1053)] = 43292, + [SMALL_STATE(1054)] = 43306, + [SMALL_STATE(1055)] = 43320, + [SMALL_STATE(1056)] = 43330, + [SMALL_STATE(1057)] = 43346, + [SMALL_STATE(1058)] = 43358, + [SMALL_STATE(1059)] = 43368, + [SMALL_STATE(1060)] = 43382, + [SMALL_STATE(1061)] = 43396, + [SMALL_STATE(1062)] = 43410, + [SMALL_STATE(1063)] = 43426, + [SMALL_STATE(1064)] = 43442, + [SMALL_STATE(1065)] = 43458, + [SMALL_STATE(1066)] = 43474, + [SMALL_STATE(1067)] = 43490, + [SMALL_STATE(1068)] = 43506, + [SMALL_STATE(1069)] = 43520, + [SMALL_STATE(1070)] = 43534, + [SMALL_STATE(1071)] = 43550, + [SMALL_STATE(1072)] = 43564, + [SMALL_STATE(1073)] = 43578, + [SMALL_STATE(1074)] = 43592, + [SMALL_STATE(1075)] = 43604, + [SMALL_STATE(1076)] = 43616, + [SMALL_STATE(1077)] = 43632, + [SMALL_STATE(1078)] = 43648, + [SMALL_STATE(1079)] = 43664, + [SMALL_STATE(1080)] = 43680, + [SMALL_STATE(1081)] = 43696, + [SMALL_STATE(1082)] = 43712, + [SMALL_STATE(1083)] = 43728, + [SMALL_STATE(1084)] = 43740, + [SMALL_STATE(1085)] = 43756, + [SMALL_STATE(1086)] = 43772, + [SMALL_STATE(1087)] = 43788, + [SMALL_STATE(1088)] = 43802, + [SMALL_STATE(1089)] = 43816, + [SMALL_STATE(1090)] = 43826, + [SMALL_STATE(1091)] = 43840, + [SMALL_STATE(1092)] = 43854, + [SMALL_STATE(1093)] = 43870, + [SMALL_STATE(1094)] = 43886, + [SMALL_STATE(1095)] = 43902, + [SMALL_STATE(1096)] = 43916, + [SMALL_STATE(1097)] = 43932, + [SMALL_STATE(1098)] = 43948, + [SMALL_STATE(1099)] = 43964, + [SMALL_STATE(1100)] = 43980, + [SMALL_STATE(1101)] = 43996, + [SMALL_STATE(1102)] = 44010, + [SMALL_STATE(1103)] = 44024, + [SMALL_STATE(1104)] = 44040, + [SMALL_STATE(1105)] = 44054, + [SMALL_STATE(1106)] = 44066, + [SMALL_STATE(1107)] = 44076, + [SMALL_STATE(1108)] = 44092, + [SMALL_STATE(1109)] = 44108, + [SMALL_STATE(1110)] = 44120, + [SMALL_STATE(1111)] = 44132, + [SMALL_STATE(1112)] = 44146, + [SMALL_STATE(1113)] = 44156, + [SMALL_STATE(1114)] = 44166, + [SMALL_STATE(1115)] = 44182, + [SMALL_STATE(1116)] = 44198, + [SMALL_STATE(1117)] = 44212, + [SMALL_STATE(1118)] = 44228, + [SMALL_STATE(1119)] = 44238, + [SMALL_STATE(1120)] = 44254, + [SMALL_STATE(1121)] = 44268, + [SMALL_STATE(1122)] = 44284, + [SMALL_STATE(1123)] = 44294, + [SMALL_STATE(1124)] = 44310, + [SMALL_STATE(1125)] = 44326, + [SMALL_STATE(1126)] = 44340, + [SMALL_STATE(1127)] = 44352, + [SMALL_STATE(1128)] = 44364, + [SMALL_STATE(1129)] = 44374, + [SMALL_STATE(1130)] = 44384, + [SMALL_STATE(1131)] = 44400, + [SMALL_STATE(1132)] = 44416, + [SMALL_STATE(1133)] = 44432, + [SMALL_STATE(1134)] = 44446, + [SMALL_STATE(1135)] = 44460, + [SMALL_STATE(1136)] = 44474, + [SMALL_STATE(1137)] = 44486, + [SMALL_STATE(1138)] = 44500, + [SMALL_STATE(1139)] = 44510, + [SMALL_STATE(1140)] = 44526, + [SMALL_STATE(1141)] = 44540, + [SMALL_STATE(1142)] = 44556, + [SMALL_STATE(1143)] = 44572, + [SMALL_STATE(1144)] = 44588, + [SMALL_STATE(1145)] = 44597, + [SMALL_STATE(1146)] = 44606, + [SMALL_STATE(1147)] = 44619, + [SMALL_STATE(1148)] = 44632, + [SMALL_STATE(1149)] = 44645, + [SMALL_STATE(1150)] = 44654, + [SMALL_STATE(1151)] = 44667, + [SMALL_STATE(1152)] = 44680, + [SMALL_STATE(1153)] = 44693, + [SMALL_STATE(1154)] = 44702, + [SMALL_STATE(1155)] = 44715, + [SMALL_STATE(1156)] = 44728, + [SMALL_STATE(1157)] = 44741, + [SMALL_STATE(1158)] = 44750, + [SMALL_STATE(1159)] = 44763, + [SMALL_STATE(1160)] = 44776, + [SMALL_STATE(1161)] = 44785, + [SMALL_STATE(1162)] = 44796, + [SMALL_STATE(1163)] = 44809, + [SMALL_STATE(1164)] = 44822, + [SMALL_STATE(1165)] = 44835, + [SMALL_STATE(1166)] = 44844, + [SMALL_STATE(1167)] = 44853, + [SMALL_STATE(1168)] = 44862, + [SMALL_STATE(1169)] = 44875, + [SMALL_STATE(1170)] = 44888, + [SMALL_STATE(1171)] = 44897, + [SMALL_STATE(1172)] = 44910, + [SMALL_STATE(1173)] = 44923, + [SMALL_STATE(1174)] = 44932, + [SMALL_STATE(1175)] = 44945, + [SMALL_STATE(1176)] = 44958, + [SMALL_STATE(1177)] = 44967, + [SMALL_STATE(1178)] = 44980, + [SMALL_STATE(1179)] = 44989, + [SMALL_STATE(1180)] = 45002, + [SMALL_STATE(1181)] = 45015, + [SMALL_STATE(1182)] = 45028, + [SMALL_STATE(1183)] = 45041, + [SMALL_STATE(1184)] = 45054, + [SMALL_STATE(1185)] = 45067, + [SMALL_STATE(1186)] = 45076, + [SMALL_STATE(1187)] = 45085, + [SMALL_STATE(1188)] = 45098, + [SMALL_STATE(1189)] = 45111, + [SMALL_STATE(1190)] = 45122, + [SMALL_STATE(1191)] = 45135, + [SMALL_STATE(1192)] = 45148, + [SMALL_STATE(1193)] = 45161, + [SMALL_STATE(1194)] = 45174, + [SMALL_STATE(1195)] = 45187, + [SMALL_STATE(1196)] = 45200, + [SMALL_STATE(1197)] = 45213, + [SMALL_STATE(1198)] = 45226, + [SMALL_STATE(1199)] = 45239, + [SMALL_STATE(1200)] = 45248, + [SMALL_STATE(1201)] = 45257, + [SMALL_STATE(1202)] = 45266, + [SMALL_STATE(1203)] = 45279, + [SMALL_STATE(1204)] = 45292, + [SMALL_STATE(1205)] = 45301, + [SMALL_STATE(1206)] = 45314, + [SMALL_STATE(1207)] = 45323, + [SMALL_STATE(1208)] = 45336, + [SMALL_STATE(1209)] = 45349, + [SMALL_STATE(1210)] = 45362, + [SMALL_STATE(1211)] = 45375, + [SMALL_STATE(1212)] = 45388, + [SMALL_STATE(1213)] = 45401, + [SMALL_STATE(1214)] = 45414, + [SMALL_STATE(1215)] = 45423, + [SMALL_STATE(1216)] = 45432, + [SMALL_STATE(1217)] = 45441, + [SMALL_STATE(1218)] = 45454, + [SMALL_STATE(1219)] = 45467, + [SMALL_STATE(1220)] = 45480, + [SMALL_STATE(1221)] = 45489, + [SMALL_STATE(1222)] = 45502, + [SMALL_STATE(1223)] = 45513, + [SMALL_STATE(1224)] = 45526, + [SMALL_STATE(1225)] = 45539, + [SMALL_STATE(1226)] = 45552, + [SMALL_STATE(1227)] = 45563, + [SMALL_STATE(1228)] = 45576, + [SMALL_STATE(1229)] = 45587, + [SMALL_STATE(1230)] = 45596, + [SMALL_STATE(1231)] = 45609, + [SMALL_STATE(1232)] = 45622, + [SMALL_STATE(1233)] = 45635, + [SMALL_STATE(1234)] = 45648, + [SMALL_STATE(1235)] = 45661, + [SMALL_STATE(1236)] = 45670, + [SMALL_STATE(1237)] = 45683, + [SMALL_STATE(1238)] = 45696, + [SMALL_STATE(1239)] = 45709, + [SMALL_STATE(1240)] = 45722, + [SMALL_STATE(1241)] = 45735, + [SMALL_STATE(1242)] = 45748, + [SMALL_STATE(1243)] = 45757, + [SMALL_STATE(1244)] = 45770, + [SMALL_STATE(1245)] = 45779, + [SMALL_STATE(1246)] = 45792, + [SMALL_STATE(1247)] = 45805, + [SMALL_STATE(1248)] = 45814, + [SMALL_STATE(1249)] = 45827, + [SMALL_STATE(1250)] = 45840, + [SMALL_STATE(1251)] = 45853, + [SMALL_STATE(1252)] = 45862, + [SMALL_STATE(1253)] = 45873, + [SMALL_STATE(1254)] = 45882, + [SMALL_STATE(1255)] = 45895, + [SMALL_STATE(1256)] = 45908, + [SMALL_STATE(1257)] = 45917, + [SMALL_STATE(1258)] = 45930, + [SMALL_STATE(1259)] = 45943, + [SMALL_STATE(1260)] = 45956, + [SMALL_STATE(1261)] = 45969, + [SMALL_STATE(1262)] = 45982, + [SMALL_STATE(1263)] = 45995, + [SMALL_STATE(1264)] = 46008, + [SMALL_STATE(1265)] = 46019, + [SMALL_STATE(1266)] = 46028, + [SMALL_STATE(1267)] = 46041, + [SMALL_STATE(1268)] = 46050, + [SMALL_STATE(1269)] = 46059, + [SMALL_STATE(1270)] = 46068, + [SMALL_STATE(1271)] = 46077, + [SMALL_STATE(1272)] = 46090, + [SMALL_STATE(1273)] = 46099, + [SMALL_STATE(1274)] = 46112, + [SMALL_STATE(1275)] = 46125, + [SMALL_STATE(1276)] = 46138, + [SMALL_STATE(1277)] = 46151, + [SMALL_STATE(1278)] = 46164, + [SMALL_STATE(1279)] = 46173, + [SMALL_STATE(1280)] = 46186, + [SMALL_STATE(1281)] = 46199, + [SMALL_STATE(1282)] = 46208, + [SMALL_STATE(1283)] = 46221, + [SMALL_STATE(1284)] = 46234, + [SMALL_STATE(1285)] = 46247, + [SMALL_STATE(1286)] = 46260, + [SMALL_STATE(1287)] = 46273, + [SMALL_STATE(1288)] = 46286, + [SMALL_STATE(1289)] = 46295, + [SMALL_STATE(1290)] = 46304, + [SMALL_STATE(1291)] = 46313, + [SMALL_STATE(1292)] = 46326, + [SMALL_STATE(1293)] = 46335, + [SMALL_STATE(1294)] = 46348, + [SMALL_STATE(1295)] = 46361, + [SMALL_STATE(1296)] = 46374, + [SMALL_STATE(1297)] = 46387, + [SMALL_STATE(1298)] = 46400, + [SMALL_STATE(1299)] = 46413, + [SMALL_STATE(1300)] = 46426, + [SMALL_STATE(1301)] = 46439, + [SMALL_STATE(1302)] = 46452, + [SMALL_STATE(1303)] = 46461, + [SMALL_STATE(1304)] = 46474, + [SMALL_STATE(1305)] = 46487, + [SMALL_STATE(1306)] = 46496, + [SMALL_STATE(1307)] = 46505, + [SMALL_STATE(1308)] = 46518, + [SMALL_STATE(1309)] = 46531, + [SMALL_STATE(1310)] = 46544, + [SMALL_STATE(1311)] = 46557, + [SMALL_STATE(1312)] = 46566, + [SMALL_STATE(1313)] = 46577, + [SMALL_STATE(1314)] = 46586, + [SMALL_STATE(1315)] = 46599, + [SMALL_STATE(1316)] = 46612, + [SMALL_STATE(1317)] = 46621, + [SMALL_STATE(1318)] = 46634, + [SMALL_STATE(1319)] = 46647, + [SMALL_STATE(1320)] = 46660, + [SMALL_STATE(1321)] = 46673, + [SMALL_STATE(1322)] = 46686, + [SMALL_STATE(1323)] = 46695, + [SMALL_STATE(1324)] = 46708, + [SMALL_STATE(1325)] = 46719, + [SMALL_STATE(1326)] = 46732, + [SMALL_STATE(1327)] = 46745, + [SMALL_STATE(1328)] = 46758, + [SMALL_STATE(1329)] = 46769, + [SMALL_STATE(1330)] = 46778, + [SMALL_STATE(1331)] = 46787, + [SMALL_STATE(1332)] = 46800, + [SMALL_STATE(1333)] = 46813, [SMALL_STATE(1334)] = 46826, - [SMALL_STATE(1335)] = 46839, - [SMALL_STATE(1336)] = 46848, - [SMALL_STATE(1337)] = 46861, - [SMALL_STATE(1338)] = 46870, - [SMALL_STATE(1339)] = 46879, - [SMALL_STATE(1340)] = 46892, - [SMALL_STATE(1341)] = 46902, - [SMALL_STATE(1342)] = 46910, - [SMALL_STATE(1343)] = 46920, - [SMALL_STATE(1344)] = 46930, - [SMALL_STATE(1345)] = 46940, - [SMALL_STATE(1346)] = 46950, - [SMALL_STATE(1347)] = 46960, - [SMALL_STATE(1348)] = 46970, - [SMALL_STATE(1349)] = 46980, - [SMALL_STATE(1350)] = 46990, - [SMALL_STATE(1351)] = 47000, - [SMALL_STATE(1352)] = 47008, - [SMALL_STATE(1353)] = 47018, - [SMALL_STATE(1354)] = 47028, - [SMALL_STATE(1355)] = 47036, - [SMALL_STATE(1356)] = 47046, - [SMALL_STATE(1357)] = 47054, - [SMALL_STATE(1358)] = 47064, - [SMALL_STATE(1359)] = 47072, - [SMALL_STATE(1360)] = 47080, - [SMALL_STATE(1361)] = 47090, - [SMALL_STATE(1362)] = 47098, - [SMALL_STATE(1363)] = 47108, - [SMALL_STATE(1364)] = 47116, - [SMALL_STATE(1365)] = 47126, - [SMALL_STATE(1366)] = 47136, - [SMALL_STATE(1367)] = 47144, - [SMALL_STATE(1368)] = 47152, - [SMALL_STATE(1369)] = 47162, - [SMALL_STATE(1370)] = 47170, - [SMALL_STATE(1371)] = 47180, - [SMALL_STATE(1372)] = 47188, - [SMALL_STATE(1373)] = 47196, - [SMALL_STATE(1374)] = 47204, - [SMALL_STATE(1375)] = 47212, - [SMALL_STATE(1376)] = 47220, - [SMALL_STATE(1377)] = 47230, - [SMALL_STATE(1378)] = 47238, - [SMALL_STATE(1379)] = 47248, - [SMALL_STATE(1380)] = 47256, - [SMALL_STATE(1381)] = 47266, - [SMALL_STATE(1382)] = 47276, - [SMALL_STATE(1383)] = 47284, - [SMALL_STATE(1384)] = 47294, - [SMALL_STATE(1385)] = 47304, - [SMALL_STATE(1386)] = 47314, - [SMALL_STATE(1387)] = 47322, - [SMALL_STATE(1388)] = 47330, - [SMALL_STATE(1389)] = 47338, - [SMALL_STATE(1390)] = 47346, - [SMALL_STATE(1391)] = 47356, - [SMALL_STATE(1392)] = 47364, - [SMALL_STATE(1393)] = 47374, - [SMALL_STATE(1394)] = 47384, - [SMALL_STATE(1395)] = 47392, - [SMALL_STATE(1396)] = 47400, - [SMALL_STATE(1397)] = 47410, - [SMALL_STATE(1398)] = 47420, - [SMALL_STATE(1399)] = 47430, - [SMALL_STATE(1400)] = 47440, - [SMALL_STATE(1401)] = 47450, - [SMALL_STATE(1402)] = 47460, - [SMALL_STATE(1403)] = 47468, - [SMALL_STATE(1404)] = 47476, - [SMALL_STATE(1405)] = 47484, - [SMALL_STATE(1406)] = 47492, - [SMALL_STATE(1407)] = 47500, - [SMALL_STATE(1408)] = 47508, - [SMALL_STATE(1409)] = 47518, - [SMALL_STATE(1410)] = 47526, - [SMALL_STATE(1411)] = 47534, - [SMALL_STATE(1412)] = 47544, - [SMALL_STATE(1413)] = 47554, - [SMALL_STATE(1414)] = 47564, - [SMALL_STATE(1415)] = 47572, - [SMALL_STATE(1416)] = 47582, - [SMALL_STATE(1417)] = 47590, - [SMALL_STATE(1418)] = 47598, - [SMALL_STATE(1419)] = 47606, - [SMALL_STATE(1420)] = 47616, - [SMALL_STATE(1421)] = 47626, - [SMALL_STATE(1422)] = 47636, - [SMALL_STATE(1423)] = 47646, - [SMALL_STATE(1424)] = 47656, - [SMALL_STATE(1425)] = 47666, - [SMALL_STATE(1426)] = 47674, - [SMALL_STATE(1427)] = 47682, - [SMALL_STATE(1428)] = 47690, - [SMALL_STATE(1429)] = 47698, - [SMALL_STATE(1430)] = 47706, - [SMALL_STATE(1431)] = 47716, - [SMALL_STATE(1432)] = 47724, - [SMALL_STATE(1433)] = 47734, - [SMALL_STATE(1434)] = 47744, - [SMALL_STATE(1435)] = 47752, - [SMALL_STATE(1436)] = 47762, - [SMALL_STATE(1437)] = 47770, - [SMALL_STATE(1438)] = 47780, - [SMALL_STATE(1439)] = 47790, - [SMALL_STATE(1440)] = 47800, - [SMALL_STATE(1441)] = 47808, - [SMALL_STATE(1442)] = 47818, - [SMALL_STATE(1443)] = 47828, - [SMALL_STATE(1444)] = 47836, - [SMALL_STATE(1445)] = 47844, - [SMALL_STATE(1446)] = 47852, - [SMALL_STATE(1447)] = 47860, - [SMALL_STATE(1448)] = 47870, - [SMALL_STATE(1449)] = 47880, - [SMALL_STATE(1450)] = 47888, - [SMALL_STATE(1451)] = 47896, - [SMALL_STATE(1452)] = 47906, - [SMALL_STATE(1453)] = 47916, - [SMALL_STATE(1454)] = 47924, - [SMALL_STATE(1455)] = 47932, - [SMALL_STATE(1456)] = 47942, - [SMALL_STATE(1457)] = 47952, - [SMALL_STATE(1458)] = 47962, - [SMALL_STATE(1459)] = 47970, - [SMALL_STATE(1460)] = 47978, - [SMALL_STATE(1461)] = 47986, - [SMALL_STATE(1462)] = 47994, - [SMALL_STATE(1463)] = 48002, - [SMALL_STATE(1464)] = 48012, - [SMALL_STATE(1465)] = 48020, - [SMALL_STATE(1466)] = 48028, - [SMALL_STATE(1467)] = 48036, - [SMALL_STATE(1468)] = 48044, - [SMALL_STATE(1469)] = 48052, - [SMALL_STATE(1470)] = 48062, - [SMALL_STATE(1471)] = 48072, - [SMALL_STATE(1472)] = 48080, - [SMALL_STATE(1473)] = 48090, - [SMALL_STATE(1474)] = 48098, - [SMALL_STATE(1475)] = 48108, - [SMALL_STATE(1476)] = 48116, - [SMALL_STATE(1477)] = 48126, - [SMALL_STATE(1478)] = 48136, - [SMALL_STATE(1479)] = 48144, - [SMALL_STATE(1480)] = 48154, - [SMALL_STATE(1481)] = 48164, - [SMALL_STATE(1482)] = 48172, - [SMALL_STATE(1483)] = 48182, - [SMALL_STATE(1484)] = 48192, - [SMALL_STATE(1485)] = 48202, - [SMALL_STATE(1486)] = 48210, - [SMALL_STATE(1487)] = 48220, - [SMALL_STATE(1488)] = 48228, - [SMALL_STATE(1489)] = 48236, - [SMALL_STATE(1490)] = 48244, - [SMALL_STATE(1491)] = 48251, - [SMALL_STATE(1492)] = 48258, - [SMALL_STATE(1493)] = 48265, - [SMALL_STATE(1494)] = 48272, - [SMALL_STATE(1495)] = 48279, - [SMALL_STATE(1496)] = 48286, - [SMALL_STATE(1497)] = 48293, - [SMALL_STATE(1498)] = 48300, - [SMALL_STATE(1499)] = 48307, - [SMALL_STATE(1500)] = 48314, - [SMALL_STATE(1501)] = 48321, - [SMALL_STATE(1502)] = 48328, - [SMALL_STATE(1503)] = 48335, - [SMALL_STATE(1504)] = 48342, - [SMALL_STATE(1505)] = 48349, - [SMALL_STATE(1506)] = 48356, - [SMALL_STATE(1507)] = 48363, - [SMALL_STATE(1508)] = 48370, - [SMALL_STATE(1509)] = 48377, - [SMALL_STATE(1510)] = 48384, - [SMALL_STATE(1511)] = 48391, - [SMALL_STATE(1512)] = 48398, - [SMALL_STATE(1513)] = 48405, - [SMALL_STATE(1514)] = 48412, - [SMALL_STATE(1515)] = 48419, - [SMALL_STATE(1516)] = 48426, - [SMALL_STATE(1517)] = 48433, - [SMALL_STATE(1518)] = 48440, - [SMALL_STATE(1519)] = 48447, - [SMALL_STATE(1520)] = 48454, - [SMALL_STATE(1521)] = 48461, - [SMALL_STATE(1522)] = 48468, - [SMALL_STATE(1523)] = 48475, - [SMALL_STATE(1524)] = 48482, - [SMALL_STATE(1525)] = 48489, - [SMALL_STATE(1526)] = 48496, - [SMALL_STATE(1527)] = 48503, - [SMALL_STATE(1528)] = 48510, - [SMALL_STATE(1529)] = 48517, - [SMALL_STATE(1530)] = 48524, - [SMALL_STATE(1531)] = 48531, - [SMALL_STATE(1532)] = 48538, - [SMALL_STATE(1533)] = 48545, - [SMALL_STATE(1534)] = 48552, - [SMALL_STATE(1535)] = 48559, - [SMALL_STATE(1536)] = 48566, - [SMALL_STATE(1537)] = 48573, - [SMALL_STATE(1538)] = 48580, - [SMALL_STATE(1539)] = 48587, - [SMALL_STATE(1540)] = 48594, - [SMALL_STATE(1541)] = 48601, - [SMALL_STATE(1542)] = 48608, - [SMALL_STATE(1543)] = 48615, - [SMALL_STATE(1544)] = 48622, - [SMALL_STATE(1545)] = 48629, - [SMALL_STATE(1546)] = 48636, - [SMALL_STATE(1547)] = 48643, - [SMALL_STATE(1548)] = 48650, - [SMALL_STATE(1549)] = 48657, - [SMALL_STATE(1550)] = 48664, - [SMALL_STATE(1551)] = 48671, - [SMALL_STATE(1552)] = 48678, - [SMALL_STATE(1553)] = 48685, - [SMALL_STATE(1554)] = 48692, - [SMALL_STATE(1555)] = 48699, - [SMALL_STATE(1556)] = 48706, - [SMALL_STATE(1557)] = 48713, - [SMALL_STATE(1558)] = 48720, - [SMALL_STATE(1559)] = 48727, - [SMALL_STATE(1560)] = 48734, - [SMALL_STATE(1561)] = 48741, - [SMALL_STATE(1562)] = 48748, - [SMALL_STATE(1563)] = 48755, - [SMALL_STATE(1564)] = 48762, - [SMALL_STATE(1565)] = 48769, - [SMALL_STATE(1566)] = 48776, - [SMALL_STATE(1567)] = 48783, - [SMALL_STATE(1568)] = 48790, - [SMALL_STATE(1569)] = 48797, - [SMALL_STATE(1570)] = 48804, - [SMALL_STATE(1571)] = 48811, - [SMALL_STATE(1572)] = 48818, - [SMALL_STATE(1573)] = 48825, - [SMALL_STATE(1574)] = 48832, - [SMALL_STATE(1575)] = 48839, - [SMALL_STATE(1576)] = 48846, - [SMALL_STATE(1577)] = 48853, - [SMALL_STATE(1578)] = 48860, - [SMALL_STATE(1579)] = 48867, - [SMALL_STATE(1580)] = 48874, - [SMALL_STATE(1581)] = 48881, - [SMALL_STATE(1582)] = 48888, - [SMALL_STATE(1583)] = 48895, - [SMALL_STATE(1584)] = 48902, - [SMALL_STATE(1585)] = 48909, - [SMALL_STATE(1586)] = 48916, - [SMALL_STATE(1587)] = 48923, - [SMALL_STATE(1588)] = 48930, - [SMALL_STATE(1589)] = 48937, - [SMALL_STATE(1590)] = 48944, - [SMALL_STATE(1591)] = 48951, - [SMALL_STATE(1592)] = 48958, - [SMALL_STATE(1593)] = 48965, - [SMALL_STATE(1594)] = 48972, - [SMALL_STATE(1595)] = 48979, - [SMALL_STATE(1596)] = 48986, - [SMALL_STATE(1597)] = 48993, - [SMALL_STATE(1598)] = 49000, - [SMALL_STATE(1599)] = 49007, - [SMALL_STATE(1600)] = 49014, - [SMALL_STATE(1601)] = 49021, - [SMALL_STATE(1602)] = 49028, - [SMALL_STATE(1603)] = 49035, - [SMALL_STATE(1604)] = 49042, - [SMALL_STATE(1605)] = 49049, - [SMALL_STATE(1606)] = 49056, - [SMALL_STATE(1607)] = 49063, - [SMALL_STATE(1608)] = 49070, - [SMALL_STATE(1609)] = 49077, - [SMALL_STATE(1610)] = 49084, - [SMALL_STATE(1611)] = 49091, - [SMALL_STATE(1612)] = 49098, - [SMALL_STATE(1613)] = 49105, - [SMALL_STATE(1614)] = 49112, - [SMALL_STATE(1615)] = 49119, - [SMALL_STATE(1616)] = 49126, - [SMALL_STATE(1617)] = 49133, - [SMALL_STATE(1618)] = 49140, - [SMALL_STATE(1619)] = 49147, - [SMALL_STATE(1620)] = 49154, - [SMALL_STATE(1621)] = 49161, - [SMALL_STATE(1622)] = 49168, - [SMALL_STATE(1623)] = 49175, - [SMALL_STATE(1624)] = 49182, - [SMALL_STATE(1625)] = 49189, - [SMALL_STATE(1626)] = 49196, - [SMALL_STATE(1627)] = 49203, - [SMALL_STATE(1628)] = 49210, - [SMALL_STATE(1629)] = 49217, - [SMALL_STATE(1630)] = 49224, - [SMALL_STATE(1631)] = 49231, - [SMALL_STATE(1632)] = 49238, - [SMALL_STATE(1633)] = 49245, - [SMALL_STATE(1634)] = 49252, - [SMALL_STATE(1635)] = 49259, - [SMALL_STATE(1636)] = 49266, - [SMALL_STATE(1637)] = 49273, - [SMALL_STATE(1638)] = 49280, - [SMALL_STATE(1639)] = 49287, - [SMALL_STATE(1640)] = 49294, - [SMALL_STATE(1641)] = 49301, - [SMALL_STATE(1642)] = 49308, - [SMALL_STATE(1643)] = 49315, - [SMALL_STATE(1644)] = 49322, - [SMALL_STATE(1645)] = 49329, - [SMALL_STATE(1646)] = 49336, - [SMALL_STATE(1647)] = 49343, - [SMALL_STATE(1648)] = 49350, - [SMALL_STATE(1649)] = 49357, - [SMALL_STATE(1650)] = 49364, - [SMALL_STATE(1651)] = 49371, - [SMALL_STATE(1652)] = 49378, - [SMALL_STATE(1653)] = 49385, - [SMALL_STATE(1654)] = 49392, - [SMALL_STATE(1655)] = 49399, - [SMALL_STATE(1656)] = 49406, - [SMALL_STATE(1657)] = 49413, - [SMALL_STATE(1658)] = 49420, - [SMALL_STATE(1659)] = 49427, - [SMALL_STATE(1660)] = 49434, - [SMALL_STATE(1661)] = 49441, - [SMALL_STATE(1662)] = 49448, - [SMALL_STATE(1663)] = 49455, - [SMALL_STATE(1664)] = 49462, - [SMALL_STATE(1665)] = 49469, - [SMALL_STATE(1666)] = 49476, - [SMALL_STATE(1667)] = 49483, - [SMALL_STATE(1668)] = 49490, - [SMALL_STATE(1669)] = 49497, - [SMALL_STATE(1670)] = 49504, - [SMALL_STATE(1671)] = 49511, - [SMALL_STATE(1672)] = 49518, - [SMALL_STATE(1673)] = 49525, - [SMALL_STATE(1674)] = 49532, - [SMALL_STATE(1675)] = 49539, - [SMALL_STATE(1676)] = 49546, - [SMALL_STATE(1677)] = 49553, - [SMALL_STATE(1678)] = 49560, - [SMALL_STATE(1679)] = 49567, - [SMALL_STATE(1680)] = 49574, - [SMALL_STATE(1681)] = 49581, - [SMALL_STATE(1682)] = 49588, - [SMALL_STATE(1683)] = 49595, - [SMALL_STATE(1684)] = 49602, - [SMALL_STATE(1685)] = 49609, - [SMALL_STATE(1686)] = 49616, - [SMALL_STATE(1687)] = 49623, - [SMALL_STATE(1688)] = 49630, - [SMALL_STATE(1689)] = 49637, - [SMALL_STATE(1690)] = 49644, - [SMALL_STATE(1691)] = 49651, - [SMALL_STATE(1692)] = 49658, - [SMALL_STATE(1693)] = 49665, - [SMALL_STATE(1694)] = 49672, - [SMALL_STATE(1695)] = 49679, - [SMALL_STATE(1696)] = 49686, - [SMALL_STATE(1697)] = 49693, - [SMALL_STATE(1698)] = 49700, - [SMALL_STATE(1699)] = 49707, - [SMALL_STATE(1700)] = 49714, - [SMALL_STATE(1701)] = 49721, - [SMALL_STATE(1702)] = 49728, - [SMALL_STATE(1703)] = 49735, - [SMALL_STATE(1704)] = 49742, - [SMALL_STATE(1705)] = 49749, - [SMALL_STATE(1706)] = 49756, - [SMALL_STATE(1707)] = 49763, - [SMALL_STATE(1708)] = 49770, - [SMALL_STATE(1709)] = 49777, - [SMALL_STATE(1710)] = 49784, - [SMALL_STATE(1711)] = 49791, - [SMALL_STATE(1712)] = 49798, - [SMALL_STATE(1713)] = 49805, - [SMALL_STATE(1714)] = 49812, - [SMALL_STATE(1715)] = 49819, - [SMALL_STATE(1716)] = 49826, - [SMALL_STATE(1717)] = 49833, - [SMALL_STATE(1718)] = 49840, - [SMALL_STATE(1719)] = 49847, - [SMALL_STATE(1720)] = 49854, - [SMALL_STATE(1721)] = 49861, - [SMALL_STATE(1722)] = 49868, - [SMALL_STATE(1723)] = 49875, - [SMALL_STATE(1724)] = 49882, - [SMALL_STATE(1725)] = 49889, - [SMALL_STATE(1726)] = 49896, - [SMALL_STATE(1727)] = 49903, - [SMALL_STATE(1728)] = 49910, - [SMALL_STATE(1729)] = 49917, - [SMALL_STATE(1730)] = 49924, - [SMALL_STATE(1731)] = 49931, - [SMALL_STATE(1732)] = 49938, - [SMALL_STATE(1733)] = 49945, - [SMALL_STATE(1734)] = 49952, - [SMALL_STATE(1735)] = 49959, - [SMALL_STATE(1736)] = 49966, - [SMALL_STATE(1737)] = 49973, - [SMALL_STATE(1738)] = 49980, - [SMALL_STATE(1739)] = 49987, - [SMALL_STATE(1740)] = 49994, - [SMALL_STATE(1741)] = 50001, - [SMALL_STATE(1742)] = 50008, - [SMALL_STATE(1743)] = 50015, - [SMALL_STATE(1744)] = 50022, - [SMALL_STATE(1745)] = 50029, - [SMALL_STATE(1746)] = 50036, - [SMALL_STATE(1747)] = 50043, - [SMALL_STATE(1748)] = 50050, - [SMALL_STATE(1749)] = 50057, - [SMALL_STATE(1750)] = 50064, - [SMALL_STATE(1751)] = 50071, - [SMALL_STATE(1752)] = 50078, - [SMALL_STATE(1753)] = 50085, - [SMALL_STATE(1754)] = 50092, - [SMALL_STATE(1755)] = 50099, - [SMALL_STATE(1756)] = 50106, - [SMALL_STATE(1757)] = 50113, - [SMALL_STATE(1758)] = 50120, - [SMALL_STATE(1759)] = 50127, - [SMALL_STATE(1760)] = 50134, - [SMALL_STATE(1761)] = 50141, - [SMALL_STATE(1762)] = 50148, - [SMALL_STATE(1763)] = 50155, - [SMALL_STATE(1764)] = 50162, - [SMALL_STATE(1765)] = 50169, - [SMALL_STATE(1766)] = 50176, - [SMALL_STATE(1767)] = 50183, - [SMALL_STATE(1768)] = 50190, - [SMALL_STATE(1769)] = 50197, - [SMALL_STATE(1770)] = 50204, - [SMALL_STATE(1771)] = 50211, - [SMALL_STATE(1772)] = 50218, - [SMALL_STATE(1773)] = 50225, - [SMALL_STATE(1774)] = 50232, - [SMALL_STATE(1775)] = 50239, - [SMALL_STATE(1776)] = 50246, - [SMALL_STATE(1777)] = 50253, - [SMALL_STATE(1778)] = 50260, - [SMALL_STATE(1779)] = 50267, - [SMALL_STATE(1780)] = 50274, - [SMALL_STATE(1781)] = 50281, - [SMALL_STATE(1782)] = 50288, - [SMALL_STATE(1783)] = 50295, - [SMALL_STATE(1784)] = 50302, - [SMALL_STATE(1785)] = 50309, - [SMALL_STATE(1786)] = 50316, - [SMALL_STATE(1787)] = 50323, - [SMALL_STATE(1788)] = 50330, - [SMALL_STATE(1789)] = 50337, - [SMALL_STATE(1790)] = 50344, - [SMALL_STATE(1791)] = 50351, - [SMALL_STATE(1792)] = 50358, - [SMALL_STATE(1793)] = 50365, - [SMALL_STATE(1794)] = 50372, - [SMALL_STATE(1795)] = 50379, - [SMALL_STATE(1796)] = 50386, - [SMALL_STATE(1797)] = 50393, - [SMALL_STATE(1798)] = 50400, - [SMALL_STATE(1799)] = 50407, - [SMALL_STATE(1800)] = 50414, - [SMALL_STATE(1801)] = 50421, - [SMALL_STATE(1802)] = 50428, - [SMALL_STATE(1803)] = 50435, - [SMALL_STATE(1804)] = 50442, - [SMALL_STATE(1805)] = 50449, - [SMALL_STATE(1806)] = 50456, - [SMALL_STATE(1807)] = 50463, - [SMALL_STATE(1808)] = 50470, - [SMALL_STATE(1809)] = 50477, - [SMALL_STATE(1810)] = 50484, - [SMALL_STATE(1811)] = 50491, - [SMALL_STATE(1812)] = 50498, - [SMALL_STATE(1813)] = 50505, - [SMALL_STATE(1814)] = 50512, - [SMALL_STATE(1815)] = 50519, - [SMALL_STATE(1816)] = 50526, - [SMALL_STATE(1817)] = 50533, - [SMALL_STATE(1818)] = 50540, - [SMALL_STATE(1819)] = 50547, - [SMALL_STATE(1820)] = 50554, - [SMALL_STATE(1821)] = 50561, - [SMALL_STATE(1822)] = 50568, - [SMALL_STATE(1823)] = 50575, - [SMALL_STATE(1824)] = 50582, - [SMALL_STATE(1825)] = 50589, - [SMALL_STATE(1826)] = 50596, - [SMALL_STATE(1827)] = 50603, - [SMALL_STATE(1828)] = 50610, - [SMALL_STATE(1829)] = 50617, - [SMALL_STATE(1830)] = 50624, - [SMALL_STATE(1831)] = 50631, - [SMALL_STATE(1832)] = 50638, - [SMALL_STATE(1833)] = 50645, - [SMALL_STATE(1834)] = 50652, - [SMALL_STATE(1835)] = 50659, - [SMALL_STATE(1836)] = 50666, - [SMALL_STATE(1837)] = 50673, - [SMALL_STATE(1838)] = 50680, - [SMALL_STATE(1839)] = 50687, - [SMALL_STATE(1840)] = 50694, - [SMALL_STATE(1841)] = 50701, - [SMALL_STATE(1842)] = 50708, - [SMALL_STATE(1843)] = 50715, - [SMALL_STATE(1844)] = 50722, - [SMALL_STATE(1845)] = 50729, - [SMALL_STATE(1846)] = 50736, - [SMALL_STATE(1847)] = 50743, - [SMALL_STATE(1848)] = 50750, - [SMALL_STATE(1849)] = 50757, - [SMALL_STATE(1850)] = 50764, - [SMALL_STATE(1851)] = 50771, - [SMALL_STATE(1852)] = 50778, - [SMALL_STATE(1853)] = 50785, - [SMALL_STATE(1854)] = 50792, - [SMALL_STATE(1855)] = 50799, - [SMALL_STATE(1856)] = 50806, - [SMALL_STATE(1857)] = 50813, - [SMALL_STATE(1858)] = 50820, - [SMALL_STATE(1859)] = 50827, - [SMALL_STATE(1860)] = 50834, - [SMALL_STATE(1861)] = 50841, - [SMALL_STATE(1862)] = 50848, - [SMALL_STATE(1863)] = 50855, - [SMALL_STATE(1864)] = 50862, - [SMALL_STATE(1865)] = 50869, - [SMALL_STATE(1866)] = 50876, - [SMALL_STATE(1867)] = 50883, - [SMALL_STATE(1868)] = 50890, - [SMALL_STATE(1869)] = 50897, - [SMALL_STATE(1870)] = 50904, - [SMALL_STATE(1871)] = 50911, - [SMALL_STATE(1872)] = 50918, - [SMALL_STATE(1873)] = 50925, - [SMALL_STATE(1874)] = 50932, - [SMALL_STATE(1875)] = 50939, - [SMALL_STATE(1876)] = 50946, - [SMALL_STATE(1877)] = 50953, - [SMALL_STATE(1878)] = 50960, - [SMALL_STATE(1879)] = 50967, - [SMALL_STATE(1880)] = 50974, - [SMALL_STATE(1881)] = 50981, - [SMALL_STATE(1882)] = 50988, - [SMALL_STATE(1883)] = 50995, - [SMALL_STATE(1884)] = 51002, - [SMALL_STATE(1885)] = 51009, - [SMALL_STATE(1886)] = 51016, - [SMALL_STATE(1887)] = 51023, - [SMALL_STATE(1888)] = 51030, - [SMALL_STATE(1889)] = 51037, - [SMALL_STATE(1890)] = 51044, - [SMALL_STATE(1891)] = 51051, - [SMALL_STATE(1892)] = 51058, - [SMALL_STATE(1893)] = 51065, - [SMALL_STATE(1894)] = 51072, - [SMALL_STATE(1895)] = 51079, - [SMALL_STATE(1896)] = 51086, - [SMALL_STATE(1897)] = 51093, - [SMALL_STATE(1898)] = 51100, - [SMALL_STATE(1899)] = 51107, - [SMALL_STATE(1900)] = 51114, - [SMALL_STATE(1901)] = 51121, - [SMALL_STATE(1902)] = 51128, - [SMALL_STATE(1903)] = 51135, - [SMALL_STATE(1904)] = 51142, - [SMALL_STATE(1905)] = 51149, - [SMALL_STATE(1906)] = 51156, - [SMALL_STATE(1907)] = 51163, - [SMALL_STATE(1908)] = 51170, - [SMALL_STATE(1909)] = 51177, - [SMALL_STATE(1910)] = 51184, - [SMALL_STATE(1911)] = 51191, - [SMALL_STATE(1912)] = 51198, - [SMALL_STATE(1913)] = 51205, - [SMALL_STATE(1914)] = 51212, - [SMALL_STATE(1915)] = 51219, - [SMALL_STATE(1916)] = 51226, - [SMALL_STATE(1917)] = 51233, - [SMALL_STATE(1918)] = 51240, - [SMALL_STATE(1919)] = 51247, - [SMALL_STATE(1920)] = 51254, - [SMALL_STATE(1921)] = 51261, - [SMALL_STATE(1922)] = 51268, - [SMALL_STATE(1923)] = 51275, - [SMALL_STATE(1924)] = 51282, - [SMALL_STATE(1925)] = 51289, - [SMALL_STATE(1926)] = 51296, - [SMALL_STATE(1927)] = 51303, - [SMALL_STATE(1928)] = 51310, - [SMALL_STATE(1929)] = 51317, - [SMALL_STATE(1930)] = 51324, - [SMALL_STATE(1931)] = 51331, - [SMALL_STATE(1932)] = 51338, - [SMALL_STATE(1933)] = 51345, - [SMALL_STATE(1934)] = 51352, - [SMALL_STATE(1935)] = 51359, - [SMALL_STATE(1936)] = 51366, - [SMALL_STATE(1937)] = 51373, - [SMALL_STATE(1938)] = 51380, - [SMALL_STATE(1939)] = 51387, - [SMALL_STATE(1940)] = 51394, - [SMALL_STATE(1941)] = 51401, - [SMALL_STATE(1942)] = 51408, - [SMALL_STATE(1943)] = 51415, - [SMALL_STATE(1944)] = 51422, - [SMALL_STATE(1945)] = 51429, - [SMALL_STATE(1946)] = 51436, - [SMALL_STATE(1947)] = 51443, + [SMALL_STATE(1335)] = 46837, + [SMALL_STATE(1336)] = 46850, + [SMALL_STATE(1337)] = 46859, + [SMALL_STATE(1338)] = 46868, + [SMALL_STATE(1339)] = 46877, + [SMALL_STATE(1340)] = 46887, + [SMALL_STATE(1341)] = 46895, + [SMALL_STATE(1342)] = 46905, + [SMALL_STATE(1343)] = 46915, + [SMALL_STATE(1344)] = 46925, + [SMALL_STATE(1345)] = 46935, + [SMALL_STATE(1346)] = 46945, + [SMALL_STATE(1347)] = 46955, + [SMALL_STATE(1348)] = 46963, + [SMALL_STATE(1349)] = 46973, + [SMALL_STATE(1350)] = 46983, + [SMALL_STATE(1351)] = 46993, + [SMALL_STATE(1352)] = 47003, + [SMALL_STATE(1353)] = 47011, + [SMALL_STATE(1354)] = 47019, + [SMALL_STATE(1355)] = 47029, + [SMALL_STATE(1356)] = 47039, + [SMALL_STATE(1357)] = 47049, + [SMALL_STATE(1358)] = 47057, + [SMALL_STATE(1359)] = 47065, + [SMALL_STATE(1360)] = 47073, + [SMALL_STATE(1361)] = 47081, + [SMALL_STATE(1362)] = 47091, + [SMALL_STATE(1363)] = 47101, + [SMALL_STATE(1364)] = 47111, + [SMALL_STATE(1365)] = 47119, + [SMALL_STATE(1366)] = 47127, + [SMALL_STATE(1367)] = 47137, + [SMALL_STATE(1368)] = 47145, + [SMALL_STATE(1369)] = 47155, + [SMALL_STATE(1370)] = 47163, + [SMALL_STATE(1371)] = 47171, + [SMALL_STATE(1372)] = 47179, + [SMALL_STATE(1373)] = 47187, + [SMALL_STATE(1374)] = 47195, + [SMALL_STATE(1375)] = 47205, + [SMALL_STATE(1376)] = 47213, + [SMALL_STATE(1377)] = 47221, + [SMALL_STATE(1378)] = 47231, + [SMALL_STATE(1379)] = 47241, + [SMALL_STATE(1380)] = 47251, + [SMALL_STATE(1381)] = 47259, + [SMALL_STATE(1382)] = 47269, + [SMALL_STATE(1383)] = 47279, + [SMALL_STATE(1384)] = 47289, + [SMALL_STATE(1385)] = 47299, + [SMALL_STATE(1386)] = 47307, + [SMALL_STATE(1387)] = 47315, + [SMALL_STATE(1388)] = 47323, + [SMALL_STATE(1389)] = 47331, + [SMALL_STATE(1390)] = 47341, + [SMALL_STATE(1391)] = 47349, + [SMALL_STATE(1392)] = 47359, + [SMALL_STATE(1393)] = 47369, + [SMALL_STATE(1394)] = 47377, + [SMALL_STATE(1395)] = 47385, + [SMALL_STATE(1396)] = 47393, + [SMALL_STATE(1397)] = 47403, + [SMALL_STATE(1398)] = 47413, + [SMALL_STATE(1399)] = 47423, + [SMALL_STATE(1400)] = 47433, + [SMALL_STATE(1401)] = 47443, + [SMALL_STATE(1402)] = 47453, + [SMALL_STATE(1403)] = 47461, + [SMALL_STATE(1404)] = 47469, + [SMALL_STATE(1405)] = 47477, + [SMALL_STATE(1406)] = 47485, + [SMALL_STATE(1407)] = 47493, + [SMALL_STATE(1408)] = 47501, + [SMALL_STATE(1409)] = 47509, + [SMALL_STATE(1410)] = 47517, + [SMALL_STATE(1411)] = 47527, + [SMALL_STATE(1412)] = 47537, + [SMALL_STATE(1413)] = 47547, + [SMALL_STATE(1414)] = 47555, + [SMALL_STATE(1415)] = 47565, + [SMALL_STATE(1416)] = 47573, + [SMALL_STATE(1417)] = 47583, + [SMALL_STATE(1418)] = 47591, + [SMALL_STATE(1419)] = 47601, + [SMALL_STATE(1420)] = 47609, + [SMALL_STATE(1421)] = 47619, + [SMALL_STATE(1422)] = 47629, + [SMALL_STATE(1423)] = 47639, + [SMALL_STATE(1424)] = 47649, + [SMALL_STATE(1425)] = 47659, + [SMALL_STATE(1426)] = 47667, + [SMALL_STATE(1427)] = 47675, + [SMALL_STATE(1428)] = 47683, + [SMALL_STATE(1429)] = 47691, + [SMALL_STATE(1430)] = 47701, + [SMALL_STATE(1431)] = 47709, + [SMALL_STATE(1432)] = 47719, + [SMALL_STATE(1433)] = 47729, + [SMALL_STATE(1434)] = 47737, + [SMALL_STATE(1435)] = 47745, + [SMALL_STATE(1436)] = 47755, + [SMALL_STATE(1437)] = 47765, + [SMALL_STATE(1438)] = 47775, + [SMALL_STATE(1439)] = 47785, + [SMALL_STATE(1440)] = 47793, + [SMALL_STATE(1441)] = 47801, + [SMALL_STATE(1442)] = 47811, + [SMALL_STATE(1443)] = 47821, + [SMALL_STATE(1444)] = 47829, + [SMALL_STATE(1445)] = 47837, + [SMALL_STATE(1446)] = 47845, + [SMALL_STATE(1447)] = 47855, + [SMALL_STATE(1448)] = 47865, + [SMALL_STATE(1449)] = 47873, + [SMALL_STATE(1450)] = 47881, + [SMALL_STATE(1451)] = 47891, + [SMALL_STATE(1452)] = 47901, + [SMALL_STATE(1453)] = 47909, + [SMALL_STATE(1454)] = 47917, + [SMALL_STATE(1455)] = 47927, + [SMALL_STATE(1456)] = 47937, + [SMALL_STATE(1457)] = 47947, + [SMALL_STATE(1458)] = 47955, + [SMALL_STATE(1459)] = 47963, + [SMALL_STATE(1460)] = 47971, + [SMALL_STATE(1461)] = 47979, + [SMALL_STATE(1462)] = 47987, + [SMALL_STATE(1463)] = 47997, + [SMALL_STATE(1464)] = 48005, + [SMALL_STATE(1465)] = 48013, + [SMALL_STATE(1466)] = 48021, + [SMALL_STATE(1467)] = 48029, + [SMALL_STATE(1468)] = 48037, + [SMALL_STATE(1469)] = 48047, + [SMALL_STATE(1470)] = 48055, + [SMALL_STATE(1471)] = 48065, + [SMALL_STATE(1472)] = 48073, + [SMALL_STATE(1473)] = 48081, + [SMALL_STATE(1474)] = 48091, + [SMALL_STATE(1475)] = 48099, + [SMALL_STATE(1476)] = 48109, + [SMALL_STATE(1477)] = 48119, + [SMALL_STATE(1478)] = 48127, + [SMALL_STATE(1479)] = 48135, + [SMALL_STATE(1480)] = 48143, + [SMALL_STATE(1481)] = 48151, + [SMALL_STATE(1482)] = 48161, + [SMALL_STATE(1483)] = 48171, + [SMALL_STATE(1484)] = 48181, + [SMALL_STATE(1485)] = 48191, + [SMALL_STATE(1486)] = 48201, + [SMALL_STATE(1487)] = 48211, + [SMALL_STATE(1488)] = 48219, + [SMALL_STATE(1489)] = 48229, + [SMALL_STATE(1490)] = 48236, + [SMALL_STATE(1491)] = 48243, + [SMALL_STATE(1492)] = 48250, + [SMALL_STATE(1493)] = 48257, + [SMALL_STATE(1494)] = 48264, + [SMALL_STATE(1495)] = 48271, + [SMALL_STATE(1496)] = 48278, + [SMALL_STATE(1497)] = 48285, + [SMALL_STATE(1498)] = 48292, + [SMALL_STATE(1499)] = 48299, + [SMALL_STATE(1500)] = 48306, + [SMALL_STATE(1501)] = 48313, + [SMALL_STATE(1502)] = 48320, + [SMALL_STATE(1503)] = 48327, + [SMALL_STATE(1504)] = 48334, + [SMALL_STATE(1505)] = 48341, + [SMALL_STATE(1506)] = 48348, + [SMALL_STATE(1507)] = 48355, + [SMALL_STATE(1508)] = 48362, + [SMALL_STATE(1509)] = 48369, + [SMALL_STATE(1510)] = 48376, + [SMALL_STATE(1511)] = 48383, + [SMALL_STATE(1512)] = 48390, + [SMALL_STATE(1513)] = 48397, + [SMALL_STATE(1514)] = 48404, + [SMALL_STATE(1515)] = 48411, + [SMALL_STATE(1516)] = 48418, + [SMALL_STATE(1517)] = 48425, + [SMALL_STATE(1518)] = 48432, + [SMALL_STATE(1519)] = 48439, + [SMALL_STATE(1520)] = 48446, + [SMALL_STATE(1521)] = 48453, + [SMALL_STATE(1522)] = 48460, + [SMALL_STATE(1523)] = 48467, + [SMALL_STATE(1524)] = 48474, + [SMALL_STATE(1525)] = 48481, + [SMALL_STATE(1526)] = 48488, + [SMALL_STATE(1527)] = 48495, + [SMALL_STATE(1528)] = 48502, + [SMALL_STATE(1529)] = 48509, + [SMALL_STATE(1530)] = 48516, + [SMALL_STATE(1531)] = 48523, + [SMALL_STATE(1532)] = 48530, + [SMALL_STATE(1533)] = 48537, + [SMALL_STATE(1534)] = 48544, + [SMALL_STATE(1535)] = 48551, + [SMALL_STATE(1536)] = 48558, + [SMALL_STATE(1537)] = 48565, + [SMALL_STATE(1538)] = 48572, + [SMALL_STATE(1539)] = 48579, + [SMALL_STATE(1540)] = 48586, + [SMALL_STATE(1541)] = 48593, + [SMALL_STATE(1542)] = 48600, + [SMALL_STATE(1543)] = 48607, + [SMALL_STATE(1544)] = 48614, + [SMALL_STATE(1545)] = 48621, + [SMALL_STATE(1546)] = 48628, + [SMALL_STATE(1547)] = 48635, + [SMALL_STATE(1548)] = 48642, + [SMALL_STATE(1549)] = 48649, + [SMALL_STATE(1550)] = 48656, + [SMALL_STATE(1551)] = 48663, + [SMALL_STATE(1552)] = 48670, + [SMALL_STATE(1553)] = 48677, + [SMALL_STATE(1554)] = 48684, + [SMALL_STATE(1555)] = 48691, + [SMALL_STATE(1556)] = 48698, + [SMALL_STATE(1557)] = 48705, + [SMALL_STATE(1558)] = 48712, + [SMALL_STATE(1559)] = 48719, + [SMALL_STATE(1560)] = 48726, + [SMALL_STATE(1561)] = 48733, + [SMALL_STATE(1562)] = 48740, + [SMALL_STATE(1563)] = 48747, + [SMALL_STATE(1564)] = 48754, + [SMALL_STATE(1565)] = 48761, + [SMALL_STATE(1566)] = 48768, + [SMALL_STATE(1567)] = 48775, + [SMALL_STATE(1568)] = 48782, + [SMALL_STATE(1569)] = 48789, + [SMALL_STATE(1570)] = 48796, + [SMALL_STATE(1571)] = 48803, + [SMALL_STATE(1572)] = 48810, + [SMALL_STATE(1573)] = 48817, + [SMALL_STATE(1574)] = 48824, + [SMALL_STATE(1575)] = 48831, + [SMALL_STATE(1576)] = 48838, + [SMALL_STATE(1577)] = 48845, + [SMALL_STATE(1578)] = 48852, + [SMALL_STATE(1579)] = 48859, + [SMALL_STATE(1580)] = 48866, + [SMALL_STATE(1581)] = 48873, + [SMALL_STATE(1582)] = 48880, + [SMALL_STATE(1583)] = 48887, + [SMALL_STATE(1584)] = 48894, + [SMALL_STATE(1585)] = 48901, + [SMALL_STATE(1586)] = 48908, + [SMALL_STATE(1587)] = 48915, + [SMALL_STATE(1588)] = 48922, + [SMALL_STATE(1589)] = 48929, + [SMALL_STATE(1590)] = 48936, + [SMALL_STATE(1591)] = 48943, + [SMALL_STATE(1592)] = 48950, + [SMALL_STATE(1593)] = 48957, + [SMALL_STATE(1594)] = 48964, + [SMALL_STATE(1595)] = 48971, + [SMALL_STATE(1596)] = 48978, + [SMALL_STATE(1597)] = 48985, + [SMALL_STATE(1598)] = 48992, + [SMALL_STATE(1599)] = 48999, + [SMALL_STATE(1600)] = 49006, + [SMALL_STATE(1601)] = 49013, + [SMALL_STATE(1602)] = 49020, + [SMALL_STATE(1603)] = 49027, + [SMALL_STATE(1604)] = 49034, + [SMALL_STATE(1605)] = 49041, + [SMALL_STATE(1606)] = 49048, + [SMALL_STATE(1607)] = 49055, + [SMALL_STATE(1608)] = 49062, + [SMALL_STATE(1609)] = 49069, + [SMALL_STATE(1610)] = 49076, + [SMALL_STATE(1611)] = 49083, + [SMALL_STATE(1612)] = 49090, + [SMALL_STATE(1613)] = 49097, + [SMALL_STATE(1614)] = 49104, + [SMALL_STATE(1615)] = 49111, + [SMALL_STATE(1616)] = 49118, + [SMALL_STATE(1617)] = 49125, + [SMALL_STATE(1618)] = 49132, + [SMALL_STATE(1619)] = 49139, + [SMALL_STATE(1620)] = 49146, + [SMALL_STATE(1621)] = 49153, + [SMALL_STATE(1622)] = 49160, + [SMALL_STATE(1623)] = 49167, + [SMALL_STATE(1624)] = 49174, + [SMALL_STATE(1625)] = 49181, + [SMALL_STATE(1626)] = 49188, + [SMALL_STATE(1627)] = 49195, + [SMALL_STATE(1628)] = 49202, + [SMALL_STATE(1629)] = 49209, + [SMALL_STATE(1630)] = 49216, + [SMALL_STATE(1631)] = 49223, + [SMALL_STATE(1632)] = 49230, + [SMALL_STATE(1633)] = 49237, + [SMALL_STATE(1634)] = 49244, + [SMALL_STATE(1635)] = 49251, + [SMALL_STATE(1636)] = 49258, + [SMALL_STATE(1637)] = 49265, + [SMALL_STATE(1638)] = 49272, + [SMALL_STATE(1639)] = 49279, + [SMALL_STATE(1640)] = 49286, + [SMALL_STATE(1641)] = 49293, + [SMALL_STATE(1642)] = 49300, + [SMALL_STATE(1643)] = 49307, + [SMALL_STATE(1644)] = 49314, + [SMALL_STATE(1645)] = 49321, + [SMALL_STATE(1646)] = 49328, + [SMALL_STATE(1647)] = 49335, + [SMALL_STATE(1648)] = 49342, + [SMALL_STATE(1649)] = 49349, + [SMALL_STATE(1650)] = 49356, + [SMALL_STATE(1651)] = 49363, + [SMALL_STATE(1652)] = 49370, + [SMALL_STATE(1653)] = 49377, + [SMALL_STATE(1654)] = 49384, + [SMALL_STATE(1655)] = 49391, + [SMALL_STATE(1656)] = 49398, + [SMALL_STATE(1657)] = 49405, + [SMALL_STATE(1658)] = 49412, + [SMALL_STATE(1659)] = 49419, + [SMALL_STATE(1660)] = 49426, + [SMALL_STATE(1661)] = 49433, + [SMALL_STATE(1662)] = 49440, + [SMALL_STATE(1663)] = 49447, + [SMALL_STATE(1664)] = 49454, + [SMALL_STATE(1665)] = 49461, + [SMALL_STATE(1666)] = 49468, + [SMALL_STATE(1667)] = 49475, + [SMALL_STATE(1668)] = 49482, + [SMALL_STATE(1669)] = 49489, + [SMALL_STATE(1670)] = 49496, + [SMALL_STATE(1671)] = 49503, + [SMALL_STATE(1672)] = 49510, + [SMALL_STATE(1673)] = 49517, + [SMALL_STATE(1674)] = 49524, + [SMALL_STATE(1675)] = 49531, + [SMALL_STATE(1676)] = 49538, + [SMALL_STATE(1677)] = 49545, + [SMALL_STATE(1678)] = 49552, + [SMALL_STATE(1679)] = 49559, + [SMALL_STATE(1680)] = 49566, + [SMALL_STATE(1681)] = 49573, + [SMALL_STATE(1682)] = 49580, + [SMALL_STATE(1683)] = 49587, + [SMALL_STATE(1684)] = 49594, + [SMALL_STATE(1685)] = 49601, + [SMALL_STATE(1686)] = 49608, + [SMALL_STATE(1687)] = 49615, + [SMALL_STATE(1688)] = 49622, + [SMALL_STATE(1689)] = 49629, + [SMALL_STATE(1690)] = 49636, + [SMALL_STATE(1691)] = 49643, + [SMALL_STATE(1692)] = 49650, + [SMALL_STATE(1693)] = 49657, + [SMALL_STATE(1694)] = 49664, + [SMALL_STATE(1695)] = 49671, + [SMALL_STATE(1696)] = 49678, + [SMALL_STATE(1697)] = 49685, + [SMALL_STATE(1698)] = 49692, + [SMALL_STATE(1699)] = 49699, + [SMALL_STATE(1700)] = 49706, + [SMALL_STATE(1701)] = 49713, + [SMALL_STATE(1702)] = 49720, + [SMALL_STATE(1703)] = 49727, + [SMALL_STATE(1704)] = 49734, + [SMALL_STATE(1705)] = 49741, + [SMALL_STATE(1706)] = 49748, + [SMALL_STATE(1707)] = 49755, + [SMALL_STATE(1708)] = 49762, + [SMALL_STATE(1709)] = 49769, + [SMALL_STATE(1710)] = 49776, + [SMALL_STATE(1711)] = 49783, + [SMALL_STATE(1712)] = 49790, + [SMALL_STATE(1713)] = 49797, + [SMALL_STATE(1714)] = 49804, + [SMALL_STATE(1715)] = 49811, + [SMALL_STATE(1716)] = 49818, + [SMALL_STATE(1717)] = 49825, + [SMALL_STATE(1718)] = 49832, + [SMALL_STATE(1719)] = 49839, + [SMALL_STATE(1720)] = 49846, + [SMALL_STATE(1721)] = 49853, + [SMALL_STATE(1722)] = 49860, + [SMALL_STATE(1723)] = 49867, + [SMALL_STATE(1724)] = 49874, + [SMALL_STATE(1725)] = 49881, + [SMALL_STATE(1726)] = 49888, + [SMALL_STATE(1727)] = 49895, + [SMALL_STATE(1728)] = 49902, + [SMALL_STATE(1729)] = 49909, + [SMALL_STATE(1730)] = 49916, + [SMALL_STATE(1731)] = 49923, + [SMALL_STATE(1732)] = 49930, + [SMALL_STATE(1733)] = 49937, + [SMALL_STATE(1734)] = 49944, + [SMALL_STATE(1735)] = 49951, + [SMALL_STATE(1736)] = 49958, + [SMALL_STATE(1737)] = 49965, + [SMALL_STATE(1738)] = 49972, + [SMALL_STATE(1739)] = 49979, + [SMALL_STATE(1740)] = 49986, + [SMALL_STATE(1741)] = 49993, + [SMALL_STATE(1742)] = 50000, + [SMALL_STATE(1743)] = 50007, + [SMALL_STATE(1744)] = 50014, + [SMALL_STATE(1745)] = 50021, + [SMALL_STATE(1746)] = 50028, + [SMALL_STATE(1747)] = 50035, + [SMALL_STATE(1748)] = 50042, + [SMALL_STATE(1749)] = 50049, + [SMALL_STATE(1750)] = 50056, + [SMALL_STATE(1751)] = 50063, + [SMALL_STATE(1752)] = 50070, + [SMALL_STATE(1753)] = 50077, + [SMALL_STATE(1754)] = 50084, + [SMALL_STATE(1755)] = 50091, + [SMALL_STATE(1756)] = 50098, + [SMALL_STATE(1757)] = 50105, + [SMALL_STATE(1758)] = 50112, + [SMALL_STATE(1759)] = 50119, + [SMALL_STATE(1760)] = 50126, + [SMALL_STATE(1761)] = 50133, + [SMALL_STATE(1762)] = 50140, + [SMALL_STATE(1763)] = 50147, + [SMALL_STATE(1764)] = 50154, + [SMALL_STATE(1765)] = 50161, + [SMALL_STATE(1766)] = 50168, + [SMALL_STATE(1767)] = 50175, + [SMALL_STATE(1768)] = 50182, + [SMALL_STATE(1769)] = 50189, + [SMALL_STATE(1770)] = 50196, + [SMALL_STATE(1771)] = 50203, + [SMALL_STATE(1772)] = 50210, + [SMALL_STATE(1773)] = 50217, + [SMALL_STATE(1774)] = 50224, + [SMALL_STATE(1775)] = 50231, + [SMALL_STATE(1776)] = 50238, + [SMALL_STATE(1777)] = 50245, + [SMALL_STATE(1778)] = 50252, + [SMALL_STATE(1779)] = 50259, + [SMALL_STATE(1780)] = 50266, + [SMALL_STATE(1781)] = 50273, + [SMALL_STATE(1782)] = 50280, + [SMALL_STATE(1783)] = 50287, + [SMALL_STATE(1784)] = 50294, + [SMALL_STATE(1785)] = 50301, + [SMALL_STATE(1786)] = 50308, + [SMALL_STATE(1787)] = 50315, + [SMALL_STATE(1788)] = 50322, + [SMALL_STATE(1789)] = 50329, + [SMALL_STATE(1790)] = 50336, + [SMALL_STATE(1791)] = 50343, + [SMALL_STATE(1792)] = 50350, + [SMALL_STATE(1793)] = 50357, + [SMALL_STATE(1794)] = 50364, + [SMALL_STATE(1795)] = 50371, + [SMALL_STATE(1796)] = 50378, + [SMALL_STATE(1797)] = 50385, + [SMALL_STATE(1798)] = 50392, + [SMALL_STATE(1799)] = 50399, + [SMALL_STATE(1800)] = 50406, + [SMALL_STATE(1801)] = 50413, + [SMALL_STATE(1802)] = 50420, + [SMALL_STATE(1803)] = 50427, + [SMALL_STATE(1804)] = 50434, + [SMALL_STATE(1805)] = 50441, + [SMALL_STATE(1806)] = 50448, + [SMALL_STATE(1807)] = 50455, + [SMALL_STATE(1808)] = 50462, + [SMALL_STATE(1809)] = 50469, + [SMALL_STATE(1810)] = 50476, + [SMALL_STATE(1811)] = 50483, + [SMALL_STATE(1812)] = 50490, + [SMALL_STATE(1813)] = 50497, + [SMALL_STATE(1814)] = 50504, + [SMALL_STATE(1815)] = 50511, + [SMALL_STATE(1816)] = 50518, + [SMALL_STATE(1817)] = 50525, + [SMALL_STATE(1818)] = 50532, + [SMALL_STATE(1819)] = 50539, + [SMALL_STATE(1820)] = 50546, + [SMALL_STATE(1821)] = 50553, + [SMALL_STATE(1822)] = 50560, + [SMALL_STATE(1823)] = 50567, + [SMALL_STATE(1824)] = 50574, + [SMALL_STATE(1825)] = 50581, + [SMALL_STATE(1826)] = 50588, + [SMALL_STATE(1827)] = 50595, + [SMALL_STATE(1828)] = 50602, + [SMALL_STATE(1829)] = 50609, + [SMALL_STATE(1830)] = 50616, + [SMALL_STATE(1831)] = 50623, + [SMALL_STATE(1832)] = 50630, + [SMALL_STATE(1833)] = 50637, + [SMALL_STATE(1834)] = 50644, + [SMALL_STATE(1835)] = 50651, + [SMALL_STATE(1836)] = 50658, + [SMALL_STATE(1837)] = 50665, + [SMALL_STATE(1838)] = 50672, + [SMALL_STATE(1839)] = 50679, + [SMALL_STATE(1840)] = 50686, + [SMALL_STATE(1841)] = 50693, + [SMALL_STATE(1842)] = 50700, + [SMALL_STATE(1843)] = 50707, + [SMALL_STATE(1844)] = 50714, + [SMALL_STATE(1845)] = 50721, + [SMALL_STATE(1846)] = 50728, + [SMALL_STATE(1847)] = 50735, + [SMALL_STATE(1848)] = 50742, + [SMALL_STATE(1849)] = 50749, + [SMALL_STATE(1850)] = 50756, + [SMALL_STATE(1851)] = 50763, + [SMALL_STATE(1852)] = 50770, + [SMALL_STATE(1853)] = 50777, + [SMALL_STATE(1854)] = 50784, + [SMALL_STATE(1855)] = 50791, + [SMALL_STATE(1856)] = 50798, + [SMALL_STATE(1857)] = 50805, + [SMALL_STATE(1858)] = 50812, + [SMALL_STATE(1859)] = 50819, + [SMALL_STATE(1860)] = 50826, + [SMALL_STATE(1861)] = 50833, + [SMALL_STATE(1862)] = 50840, + [SMALL_STATE(1863)] = 50847, + [SMALL_STATE(1864)] = 50854, + [SMALL_STATE(1865)] = 50861, + [SMALL_STATE(1866)] = 50868, + [SMALL_STATE(1867)] = 50875, + [SMALL_STATE(1868)] = 50882, + [SMALL_STATE(1869)] = 50889, + [SMALL_STATE(1870)] = 50896, + [SMALL_STATE(1871)] = 50903, + [SMALL_STATE(1872)] = 50910, + [SMALL_STATE(1873)] = 50917, + [SMALL_STATE(1874)] = 50924, + [SMALL_STATE(1875)] = 50931, + [SMALL_STATE(1876)] = 50938, + [SMALL_STATE(1877)] = 50945, + [SMALL_STATE(1878)] = 50952, + [SMALL_STATE(1879)] = 50959, + [SMALL_STATE(1880)] = 50966, + [SMALL_STATE(1881)] = 50973, + [SMALL_STATE(1882)] = 50980, + [SMALL_STATE(1883)] = 50987, + [SMALL_STATE(1884)] = 50994, + [SMALL_STATE(1885)] = 51001, + [SMALL_STATE(1886)] = 51008, + [SMALL_STATE(1887)] = 51015, + [SMALL_STATE(1888)] = 51022, + [SMALL_STATE(1889)] = 51029, + [SMALL_STATE(1890)] = 51036, + [SMALL_STATE(1891)] = 51043, + [SMALL_STATE(1892)] = 51050, + [SMALL_STATE(1893)] = 51057, + [SMALL_STATE(1894)] = 51064, + [SMALL_STATE(1895)] = 51071, + [SMALL_STATE(1896)] = 51078, + [SMALL_STATE(1897)] = 51085, + [SMALL_STATE(1898)] = 51092, + [SMALL_STATE(1899)] = 51099, + [SMALL_STATE(1900)] = 51106, + [SMALL_STATE(1901)] = 51113, + [SMALL_STATE(1902)] = 51120, + [SMALL_STATE(1903)] = 51127, + [SMALL_STATE(1904)] = 51134, + [SMALL_STATE(1905)] = 51141, + [SMALL_STATE(1906)] = 51148, + [SMALL_STATE(1907)] = 51155, + [SMALL_STATE(1908)] = 51162, + [SMALL_STATE(1909)] = 51169, + [SMALL_STATE(1910)] = 51176, + [SMALL_STATE(1911)] = 51183, + [SMALL_STATE(1912)] = 51190, + [SMALL_STATE(1913)] = 51197, + [SMALL_STATE(1914)] = 51204, + [SMALL_STATE(1915)] = 51211, + [SMALL_STATE(1916)] = 51218, + [SMALL_STATE(1917)] = 51225, + [SMALL_STATE(1918)] = 51232, + [SMALL_STATE(1919)] = 51239, + [SMALL_STATE(1920)] = 51246, + [SMALL_STATE(1921)] = 51253, + [SMALL_STATE(1922)] = 51260, + [SMALL_STATE(1923)] = 51267, + [SMALL_STATE(1924)] = 51274, + [SMALL_STATE(1925)] = 51281, + [SMALL_STATE(1926)] = 51288, + [SMALL_STATE(1927)] = 51295, + [SMALL_STATE(1928)] = 51302, + [SMALL_STATE(1929)] = 51309, + [SMALL_STATE(1930)] = 51316, + [SMALL_STATE(1931)] = 51323, + [SMALL_STATE(1932)] = 51330, + [SMALL_STATE(1933)] = 51337, + [SMALL_STATE(1934)] = 51344, + [SMALL_STATE(1935)] = 51351, + [SMALL_STATE(1936)] = 51358, + [SMALL_STATE(1937)] = 51365, + [SMALL_STATE(1938)] = 51372, + [SMALL_STATE(1939)] = 51379, + [SMALL_STATE(1940)] = 51386, + [SMALL_STATE(1941)] = 51393, + [SMALL_STATE(1942)] = 51400, + [SMALL_STATE(1943)] = 51407, + [SMALL_STATE(1944)] = 51414, + [SMALL_STATE(1945)] = 51421, + [SMALL_STATE(1946)] = 51428, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -58532,165 +58519,165 @@ static const TSParseActionEntry ts_parse_actions[] = { [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(840), - [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), - [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), + [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(843), + [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), + [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), + [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), - [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), - [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), + [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), + [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), + [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875), + [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), - [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), - [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), - [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), - [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), + [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), + [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), + [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), + [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), - [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), - [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), - [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), - [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), - [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), + [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), + [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), + [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), + [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), + [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), - [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), - [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722), - [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), - [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), + [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), + [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), + [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), + [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), + [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), [83] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), - [85] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(840), - [88] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1042), - [91] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1326), + [85] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(843), + [88] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(970), + [91] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1332), [94] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(651), - [97] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(630), + [97] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(641), [100] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(32), - [103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(719), - [106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1368), - [109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(714), - [112] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1876), - [115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1859), + [103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(715), + [106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1366), + [109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(697), + [112] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1875), + [115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1858), [118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(55), - [121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1856), - [124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(710), - [127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1828), - [130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1194), - [133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(761), - [136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(780), + [121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1855), + [124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(687), + [127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1827), + [130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1261), + [133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(749), + [136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(775), [139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(16), [142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(195), - [145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1177), - [148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1795), - [151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(573), - [154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1172), - [157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1746), - [160] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1745), + [145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1248), + [148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1794), + [151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(577), + [154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1244), + [157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1745), + [160] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1744), [163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(197), [166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(111), - [169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(527), - [172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(790), - [175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(782), - [178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1722), - [181] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(659), - [184] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(800), + [169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(526), + [172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(748), + [175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(780), + [178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1721), + [181] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(664), + [184] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(766), [187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(166), [190] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(70), [193] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(198), - [196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1682), + [196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1681), [199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compilation, 1), - [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1111), - [203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), - [205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), + [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1117), + [203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), + [205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), [207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), - [211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), + [209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), + [211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), [213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), - [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), - [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), + [215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), + [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(502), + [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), - [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), - [227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(815), + [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), + [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), + [227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(819), [229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), [231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), - [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), + [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), [237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), + [243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), [247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), [249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), [251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), - [253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), - [255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), + [255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), [257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), [261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), [263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), [265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), + [267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), [271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), [273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [275] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1111), - [278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(745), - [281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(630), - [284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(719), + [275] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1117), + [278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(760), + [281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(641), + [284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(715), [287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), - [289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1876), - [292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1856), - [295] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1194), - [298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(761), - [301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(780), - [304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1177), - [307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(573), - [310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1172), - [313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1745), - [316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1682), + [289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1875), + [292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1855), + [295] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1261), + [298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(749), + [301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(775), + [304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1248), + [307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(577), + [310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1244), + [313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1744), + [316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1681), [319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), [323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), [325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), [329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_declarative_part, 1), - [331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928), - [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), + [331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941), + [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), [335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__sequence_of_statements, 1), - [337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(928), - [340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1042), - [343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1326), - [346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1313), + [337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(941), + [340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(970), + [343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1332), + [346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1312), [349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), [351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(55), - [354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(710), - [357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1828), + [354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(687), + [357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1827), [360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(16), [363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(195), - [366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1746), - [369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1745), + [366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1745), + [369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1744), [372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(197), [375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(111), - [378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(527), - [381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(790), - [384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(782), - [387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1722), - [390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(659), - [393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(800), + [378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(526), + [381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(748), + [384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(780), + [387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1721), + [390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(664), + [393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(766), [396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(166), [399] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(70), [402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(198), @@ -58699,70 +58686,70 @@ static const TSParseActionEntry ts_parse_actions[] = { [409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__sequence_of_statements, 2), [411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_call_alternative, 1), [413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_alternative, 1), - [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), - [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(505), - [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), - [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), - [427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), - [429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), + [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), + [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507), + [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), + [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), + [427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), + [429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), [431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), [433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), + [437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), [439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), - [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), - [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), - [447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), - [449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), + [441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), + [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), + [447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), + [449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), [455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), - [457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1111), - [460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(745), - [463] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(630), + [457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1117), + [460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(760), + [463] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(641), [466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), - [468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(795), - [471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1876), - [474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1856), - [477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1433), - [480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(761), - [483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(780), - [486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1432), - [489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(573), - [492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1172), - [495] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1745), - [498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1682), + [468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(781), + [471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1875), + [474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1855), + [477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1432), + [480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(749), + [483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(775), + [486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1431), + [489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(577), + [492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1244), + [495] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1744), + [498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1681), [501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), - [507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), - [509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), + [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), + [507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), [511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264), - [513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), - [515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), - [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), - [521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276), + [513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), + [515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), + [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), + [521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(277), [525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), [527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), - [531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), - [533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), + [529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), + [531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), + [533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), [535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), - [537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(550), + [537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(545), [539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), - [543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(556), + [543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), [545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 7, .production_id = 86), [547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 7, .production_id = 86), [549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_call_statement, 3, .production_id = 2), [551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_call_statement, 3, .production_id = 2), - [553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), - [555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), + [553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), + [555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), [557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 6), [559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_statement, 6), [561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_statement, 3, .production_id = 17), @@ -58808,9 +58795,9 @@ static const TSParseActionEntry ts_parse_actions[] = { [641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, .production_id = 14), [643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 3, .production_id = 13), [645] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 3, .production_id = 13), - [647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), - [649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), - [651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), + [647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), + [649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), + [651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), [653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 7), [655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 7), [657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_g, 7), @@ -58819,10 +58806,10 @@ static const TSParseActionEntry ts_parse_actions[] = { [663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, .production_id = 83), [665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_call_statement, 2, .production_id = 2), [667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_call_statement, 2, .production_id = 2), - [669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), + [669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), [671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_statement, 7), [673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extended_return_statement, 7), - [675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593), + [675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), [677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 2), [679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 2), [681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_timed_entry_call, 7), @@ -58843,7 +58830,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 7, .production_id = 28), [713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 7, .production_id = 72), [715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 7, .production_id = 72), - [717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), + [717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), [719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 3, .production_id = 12), [721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 3, .production_id = 12), [723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requeue_statement, 3, .production_id = 3), @@ -58890,43 +58877,43 @@ static const TSParseActionEntry ts_parse_actions[] = { [805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 10, .production_id = 113), [807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 10, .production_id = 114), [809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 10, .production_id = 114), - [811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), + [811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), [813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 10, .production_id = 84), [815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 10, .production_id = 84), - [817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), [821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), [823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 4), [825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 4), [827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 7), [829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 7), - [831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice, 4, .production_id = 30), - [833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4, .production_id = 30), + [831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_array_aggregate, 2), + [833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_array_aggregate, 2), [835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525), - [837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__reduction_attribute_reference, 3), - [839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__reduction_attribute_reference, 3), - [841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_expression, 5, .production_id = 15), - [843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_expression, 5, .production_id = 15), - [845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 5), - [847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 5), - [849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extension_aggregate, 5), - [851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extension_aggregate, 5), - [853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 8), - [855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 8), + [837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice, 4, .production_id = 30), + [839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4, .production_id = 30), + [841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__reduction_attribute_reference, 3), + [843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__reduction_attribute_reference, 3), + [845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_expression, 5, .production_id = 15), + [847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_expression, 5, .production_id = 15), + [849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 5), + [851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 5), + [853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extension_aggregate, 5), + [855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extension_aggregate, 5), [857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selected_component, 3, .production_id = 16), [859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_component, 3, .production_id = 16), [861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_expression, 3, .production_id = 15), [863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_expression, 3, .production_id = 15), [865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__attribute_reference, 3), [867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attribute_reference, 3), - [869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reduction_attribute_designator, 4), - [871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reduction_attribute_designator, 4), - [873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_designator, 1), - [875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_designator, 1), - [877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 3), - [879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 3), - [881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_array_aggregate, 2), - [883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_array_aggregate, 2), + [869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 8), + [871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 8), + [873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reduction_attribute_designator, 4), + [875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reduction_attribute_designator, 4), + [877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_designator, 1), + [879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_designator, 1), + [881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 3), + [883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 3), [885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_aggregate, 3), [887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_aggregate, 3), [889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_named_array_aggregate, 3), @@ -58939,7 +58926,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_delta_aggregate, 6), [905] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_actual_parameter_part, 3), [907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_actual_parameter_part, 3), - [909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(484), + [909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480), [911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 2, .production_id = 2), [913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 2, .production_id = 2), [915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_actual_parameter_part, 4), @@ -58948,371 +58935,371 @@ static const TSParseActionEntry ts_parse_actions[] = { [921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name, 1), [923] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(241), [926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), REDUCE(sym__subtype_indication, 1, .production_id = 6), - [929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), [933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 1, .production_id = 6), - [935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), [937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__subtype_indication_paren_constraint, 1), [939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication_paren_constraint, 1), - [941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), - [943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1324), + [941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1330), [945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), [947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__subtype_indication_paren_constraint, 2), [949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication_paren_constraint, 2), [951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 9, .production_id = 101), [953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 9, .production_id = 101), - [955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_definition_clause, 7, .production_id = 37), - [957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_definition_clause, 7, .production_id = 37), + [955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 8, .production_id = 90), + [957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 8, .production_id = 90), [959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 9, .production_id = 37), [961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 9, .production_id = 37), - [963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 8, .production_id = 90), - [965] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 8, .production_id = 90), + [963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_definition_clause, 7, .production_id = 37), + [965] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_definition_clause, 7, .production_id = 37), [967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 7, .production_id = 37), [969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 7, .production_id = 37), - [971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 10, .production_id = 109), - [973] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 10, .production_id = 109), - [975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(743), - [977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary, 1, .production_id = 2), - [979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary, 1, .production_id = 2), - [981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_at_clause, 6), - [985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_at_clause, 6), - [987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_representation_clause, 5, .production_id = 37), - [989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumeration_representation_clause, 5, .production_id = 37), - [991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 8, .production_id = 37), - [993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 8, .production_id = 37), + [971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(784), + [973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 10, .production_id = 109), + [975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 10, .production_id = 109), + [977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_representation_clause, 5, .production_id = 37), + [979] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumeration_representation_clause, 5, .production_id = 37), + [981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary, 1, .production_id = 2), + [983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary, 1, .production_id = 2), + [985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 8, .production_id = 37), + [989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 8, .production_id = 37), + [991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_at_clause, 6), + [993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_at_clause, 6), [995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body_stub, 7), [997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body_stub, 7), - [999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_procedure_declaration, 5), - [1001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_procedure_declaration, 5), - [1003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 6), - [1005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 6), + [999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body, 8), + [1001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body, 8), + [1003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 64), + [1005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 64), [1007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 5, .production_id = 19), [1009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 5, .production_id = 19), - [1011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body_stub, 6), - [1013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body_stub, 6), - [1015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 6, .production_id = 36), - [1017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 6, .production_id = 36), - [1019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_renaming_declaration, 5, .production_id = 40), - [1021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_renaming_declaration, 5, .production_id = 40), - [1023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 64), - [1025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 64), - [1027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 14, .production_id = 117), - [1029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 14, .production_id = 117), - [1031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 65), - [1033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 65), - [1035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_clause, 5, .production_id = 38), - [1037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_clause, 5, .production_id = 38), - [1039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 13, .production_id = 117), - [1041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 13, .production_id = 117), - [1043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 66), - [1045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 66), - [1047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 13, .production_id = 111), - [1049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 13, .production_id = 111), - [1051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_declaration, 2), - [1053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__package_declaration, 2), - [1055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 117), - [1057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 117), - [1059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_renaming_declaration, 4, .production_id = 33), - [1061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_renaming_declaration, 4, .production_id = 33), - [1063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 5), - [1065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 5), - [1067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 104), - [1069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 104), - [1071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 111), - [1073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 111), - [1075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_declaration, 6, .production_id = 36), - [1077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subtype_declaration, 6, .production_id = 36), - [1079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 6, .production_id = 51), - [1081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 6, .production_id = 51), - [1083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_incomplete_type_declaration, 5), - [1085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_incomplete_type_declaration, 5), - [1087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 6, .production_id = 2), - [1089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 6, .production_id = 2), - [1091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 6, .production_id = 71), - [1093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 6, .production_id = 71), - [1095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 3), - [1097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 3), - [1099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 4, .production_id = 32), - [1101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 4, .production_id = 32), - [1103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body, 11), - [1105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body, 11), - [1107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 11), - [1109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 11), - [1111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_type_declaration, 5), - [1113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_type_declaration, 5), - [1115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 11), - [1117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 11), - [1119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 3), - [1121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 3), - [1123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 117), - [1125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 117), - [1127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 104), - [1129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 104), - [1131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 111), - [1133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 111), - [1135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 68), - [1137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 68), - [1139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 11, .production_id = 116), - [1141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 11, .production_id = 116), - [1143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 10, .production_id = 115), - [1145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 10, .production_id = 115), - [1147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body_stub, 4), - [1149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body_stub, 4), - [1151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_procedure_declaration, 4), - [1153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_procedure_declaration, 4), - [1155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_clause, 3), - [1157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_clause, 3), - [1159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body, 10), - [1161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body, 10), - [1163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 10), - [1165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 10), - [1167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 4), - [1169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 4), - [1171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_protected_declaration, 5), - [1173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_protected_declaration, 5), - [1175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_subprogram_declaration, 4), - [1177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_subprogram_declaration, 4), - [1179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 10), - [1181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 10), - [1183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 10), - [1185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 10), - [1187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 104), - [1189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 104), - [1191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 111), - [1193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 111), - [1195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_function_declaration, 4), - [1197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_function_declaration, 4), - [1199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 68), - [1201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 68), - [1203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 10, .production_id = 60), - [1205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 10, .production_id = 60), - [1207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 10, .production_id = 110), - [1209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 10, .production_id = 110), - [1211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 9), - [1213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 9), - [1215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 9, .production_id = 108), - [1217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 9, .production_id = 108), - [1219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 9, .production_id = 99), - [1221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 9, .production_id = 99), - [1223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 4, .production_id = 2), - [1225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 4, .production_id = 2), - [1227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body, 9), - [1229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body, 9), - [1231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 4, .production_id = 31), - [1233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 4, .production_id = 31), - [1235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 9), - [1237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 9), - [1239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_declaration, 4), - [1241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exception_declaration, 4), - [1243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_incomplete_type_declaration, 4), - [1245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_incomplete_type_declaration, 4), - [1247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 9), - [1249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 9), - [1251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body, 9), - [1253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body, 9), - [1255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 6, .production_id = 31), - [1257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 6, .production_id = 31), - [1259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 6, .production_id = 52), - [1261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 6, .production_id = 52), - [1263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 5), - [1265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 5), - [1267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 9), - [1269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 9), - [1271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_protected_declaration, 9), - [1273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_protected_declaration, 9), - [1275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 5), - [1277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 5), - [1279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 5, .production_id = 27), - [1281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 5, .production_id = 27), - [1283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 2), - [1285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 2), - [1287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_function_declaration, 6), - [1289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_function_declaration, 6), - [1291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 9, .production_id = 104), - [1293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 9, .production_id = 104), - [1295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 9), - [1297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 9), - [1299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 9, .production_id = 68), - [1301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 9, .production_id = 68), - [1303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_declaration, 5, .production_id = 36), - [1305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subtype_declaration, 5, .production_id = 36), - [1307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_procedure_declaration, 6), - [1309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_procedure_declaration, 6), - [1311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 9, .production_id = 60), - [1313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 9, .production_id = 60), - [1315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 9, .production_id = 102), - [1317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 9, .production_id = 102), - [1319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 5, .production_id = 51), - [1321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 5, .production_id = 51), - [1323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 8), - [1325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 8), - [1327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 8, .production_id = 100), - [1329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 8, .production_id = 100), - [1331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 8, .production_id = 99), - [1333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 8, .production_id = 99), - [1335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 8, .production_id = 68), - [1337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 8, .production_id = 68), - [1339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_instantiation, 8, .production_id = 87), - [1341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_instantiation, 8, .production_id = 87), - [1343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body_stub, 6), - [1345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body_stub, 6), - [1347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 6, .production_id = 53), - [1349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 6, .production_id = 53), - [1351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 5, .production_id = 2), - [1353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 5, .production_id = 2), - [1355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 8, .production_id = 2), - [1357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 8, .production_id = 2), - [1359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number_declaration, 5), - [1361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number_declaration, 5), - [1363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 8, .production_id = 71), - [1365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 8, .production_id = 71), - [1367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_declaration, 5), - [1369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exception_declaration, 5), - [1371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 8, .production_id = 80), - [1373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 8, .production_id = 80), - [1375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 5, .production_id = 31), - [1377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 5, .production_id = 31), - [1379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body, 8), - [1381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body, 8), - [1383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 8), - [1385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 8), - [1387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 8), - [1389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 8), - [1391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_function_declaration, 5), - [1393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_function_declaration, 5), - [1395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body, 8), - [1397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body, 8), - [1399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_package_declaration, 3), - [1401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_package_declaration, 3), - [1403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_subprogram_declaration, 3), - [1405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_subprogram_declaration, 3), - [1407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 8), - [1409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 8), - [1411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 5), - [1413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 5), - [1415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_protected_declaration, 8), - [1417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_protected_declaration, 8), - [1419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_renaming_declaration, 6, .production_id = 54), - [1421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_renaming_declaration, 6, .production_id = 54), - [1423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 5, .production_id = 52), - [1425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 5, .production_id = 52), - [1427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 6), - [1429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 6), - [1431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body_stub, 5), - [1433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body_stub, 5), - [1435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 8), - [1437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 8), - [1439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 5, .production_id = 53), - [1441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 5, .production_id = 53), - [1443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 3), - [1445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 3), - [1447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 8, .production_id = 68), - [1449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 8, .production_id = 68), - [1451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_renaming_declaration, 5, .production_id = 54), - [1453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_renaming_declaration, 5, .production_id = 54), - [1455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 8, .production_id = 91), - [1457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 8, .production_id = 91), - [1459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 8, .production_id = 60), - [1461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 8, .production_id = 60), - [1463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 5, .production_id = 32), - [1465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 5, .production_id = 32), - [1467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_body_stub, 1), - [1469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_body_stub, 1), - [1471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_type_declaration, 1), - [1473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_type_declaration, 1), - [1475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 8, .production_id = 73), - [1477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 8, .production_id = 73), - [1479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 7, .production_id = 88), - [1481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 7, .production_id = 88), - [1483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_renaming_declaration, 5, .production_id = 33), - [1485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_renaming_declaration, 5, .production_id = 33), - [1487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 7), - [1489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 7), - [1491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 7, .production_id = 68), - [1493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 7, .production_id = 68), - [1495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_instantiation, 7, .production_id = 87), - [1497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_instantiation, 7, .production_id = 87), - [1499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 1), - [1501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 1), - [1503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 7, .production_id = 51), - [1505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 7, .production_id = 51), - [1507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_renaming_declaration, 6, .production_id = 55), - [1509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exception_renaming_declaration, 6, .production_id = 55), - [1511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 7, .production_id = 71), - [1513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 7, .production_id = 71), - [1515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 6, .production_id = 56), - [1517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 6, .production_id = 56), - [1519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 6, .production_id = 57), - [1521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 6, .production_id = 57), - [1523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body_stub, 6), - [1525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body_stub, 6), - [1527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 7, .production_id = 2), - [1529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 7, .production_id = 2), - [1531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 4, .production_id = 19), - [1533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 4, .production_id = 19), - [1535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 6, .production_id = 60), - [1537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 6, .production_id = 60), - [1539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 66), - [1541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 66), - [1543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 65), - [1545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 65), - [1547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 6), - [1549] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 6), - [1551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_incomplete_type_declaration, 3), - [1553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_incomplete_type_declaration, 3), - [1555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 64), - [1557] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 64), - [1559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_instantiation, 6, .production_id = 62), - [1561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_instantiation, 6, .production_id = 62), - [1563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 7, .production_id = 80), - [1565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 7, .production_id = 80), - [1567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 7, .production_id = 36), - [1569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 7, .production_id = 36), - [1571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body_stub, 7), - [1573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body_stub, 7), - [1575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body_stub, 6), - [1577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body_stub, 6), - [1579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_renaming_declaration, 6, .production_id = 40), - [1581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_renaming_declaration, 6, .production_id = 40), - [1583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 7), - [1585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 7), - [1587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 6), - [1589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 6), - [1591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 4, .production_id = 27), - [1593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 4, .production_id = 27), - [1595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body, 6), - [1597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body, 6), - [1599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 4), - [1601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 4), - [1603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 4), - [1605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 4), - [1607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 4), - [1609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 4), - [1611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body, 7), - [1613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body, 7), - [1615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_clause, 4, .production_id = 23), - [1617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_clause, 4, .production_id = 23), - [1619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_type_declaration, 6), - [1621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_type_declaration, 6), - [1623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 7), - [1625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 7), - [1627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_renaming_declaration, 7, .production_id = 55), - [1629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exception_renaming_declaration, 7, .production_id = 55), - [1631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 56), - [1633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 56), - [1635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 6), - [1637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 6), - [1639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_type_declaration, 7), - [1641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_type_declaration, 7), - [1643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 57), - [1645] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 57), - [1647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 73), - [1649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 73), - [1651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_protected_declaration, 6), - [1653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_protected_declaration, 6), - [1655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_incomplete_type_declaration, 6), - [1657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_incomplete_type_declaration, 6), + [1011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_renaming_declaration, 5, .production_id = 40), + [1013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_renaming_declaration, 5, .production_id = 40), + [1015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 6), + [1017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 6), + [1019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_clause, 5, .production_id = 38), + [1021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_clause, 5, .production_id = 38), + [1023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 6, .production_id = 71), + [1025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 6, .production_id = 71), + [1027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 65), + [1029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 65), + [1031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 14, .production_id = 117), + [1033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 14, .production_id = 117), + [1035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_clause, 3), + [1037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_clause, 3), + [1039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_declaration, 2), + [1041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__package_declaration, 2), + [1043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 13, .production_id = 117), + [1045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 13, .production_id = 117), + [1047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 6, .production_id = 51), + [1049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 6, .production_id = 51), + [1051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 13, .production_id = 111), + [1053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 13, .production_id = 111), + [1055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 5), + [1057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 5), + [1059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 117), + [1061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 117), + [1063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_renaming_declaration, 4, .production_id = 33), + [1065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_renaming_declaration, 4, .production_id = 33), + [1067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_incomplete_type_declaration, 5), + [1069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_incomplete_type_declaration, 5), + [1071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 4, .production_id = 32), + [1073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 4, .production_id = 32), + [1075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 104), + [1077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 104), + [1079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 111), + [1081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 111), + [1083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 66), + [1085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 66), + [1087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_type_declaration, 5), + [1089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_type_declaration, 5), + [1091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_incomplete_type_declaration, 4), + [1093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_incomplete_type_declaration, 4), + [1095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 6, .production_id = 31), + [1097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 6, .production_id = 31), + [1099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body_stub, 4), + [1101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body_stub, 4), + [1103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 3), + [1105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 3), + [1107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 6, .production_id = 52), + [1109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 6, .production_id = 52), + [1111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body, 11), + [1113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body, 11), + [1115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 11), + [1117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 11), + [1119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_procedure_declaration, 4), + [1121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_procedure_declaration, 4), + [1123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 11), + [1125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 11), + [1127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 3), + [1129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 3), + [1131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 117), + [1133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 117), + [1135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 104), + [1137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 104), + [1139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 111), + [1141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 111), + [1143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 68), + [1145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 68), + [1147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 11, .production_id = 116), + [1149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 11, .production_id = 116), + [1151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 10, .production_id = 115), + [1153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 10, .production_id = 115), + [1155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 4), + [1157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 4), + [1159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_protected_declaration, 5), + [1161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_protected_declaration, 5), + [1163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_subprogram_declaration, 4), + [1165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_subprogram_declaration, 4), + [1167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_function_declaration, 4), + [1169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_function_declaration, 4), + [1171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body, 10), + [1173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body, 10), + [1175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 10), + [1177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 10), + [1179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 4, .production_id = 2), + [1181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 4, .production_id = 2), + [1183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 4, .production_id = 31), + [1185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 4, .production_id = 31), + [1187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_function_declaration, 6), + [1189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_function_declaration, 6), + [1191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 10), + [1193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 10), + [1195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 10), + [1197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 10), + [1199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 104), + [1201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 104), + [1203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 111), + [1205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 111), + [1207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_declaration, 4), + [1209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exception_declaration, 4), + [1211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 68), + [1213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 68), + [1215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 10, .production_id = 60), + [1217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 10, .production_id = 60), + [1219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 10, .production_id = 110), + [1221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 10, .production_id = 110), + [1223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_procedure_declaration, 6), + [1225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_procedure_declaration, 6), + [1227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 9), + [1229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 9), + [1231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 9, .production_id = 108), + [1233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 9, .production_id = 108), + [1235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 9, .production_id = 99), + [1237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 9, .production_id = 99), + [1239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 5), + [1241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 5), + [1243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body, 9), + [1245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body, 9), + [1247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 5), + [1249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 5), + [1251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 9), + [1253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 9), + [1255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 5, .production_id = 27), + [1257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 5, .production_id = 27), + [1259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 2), + [1261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 2), + [1263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 9), + [1265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 9), + [1267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body, 9), + [1269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body, 9), + [1271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_declaration, 5, .production_id = 36), + [1273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subtype_declaration, 5, .production_id = 36), + [1275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body_stub, 6), + [1277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body_stub, 6), + [1279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 5, .production_id = 51), + [1281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 5, .production_id = 51), + [1283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 9), + [1285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 9), + [1287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_protected_declaration, 9), + [1289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_protected_declaration, 9), + [1291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 5, .production_id = 2), + [1293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 5, .production_id = 2), + [1295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number_declaration, 5), + [1297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number_declaration, 5), + [1299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_declaration, 5), + [1301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exception_declaration, 5), + [1303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 9, .production_id = 104), + [1305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 9, .production_id = 104), + [1307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 9), + [1309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 9), + [1311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 9, .production_id = 68), + [1313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 9, .production_id = 68), + [1315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 5, .production_id = 31), + [1317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 5, .production_id = 31), + [1319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 9, .production_id = 60), + [1321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 9, .production_id = 60), + [1323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 9, .production_id = 102), + [1325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 9, .production_id = 102), + [1327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_function_declaration, 5), + [1329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_function_declaration, 5), + [1331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 8), + [1333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 8), + [1335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 8, .production_id = 100), + [1337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 8, .production_id = 100), + [1339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 8, .production_id = 99), + [1341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 8, .production_id = 99), + [1343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 8, .production_id = 68), + [1345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 8, .production_id = 68), + [1347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_instantiation, 8, .production_id = 87), + [1349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_instantiation, 8, .production_id = 87), + [1351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 5), + [1353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 5), + [1355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 5, .production_id = 52), + [1357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 5, .production_id = 52), + [1359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_procedure_declaration, 5), + [1361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_procedure_declaration, 5), + [1363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 8, .production_id = 2), + [1365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 8, .production_id = 2), + [1367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body_stub, 5), + [1369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body_stub, 5), + [1371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 8, .production_id = 71), + [1373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 8, .production_id = 71), + [1375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 5, .production_id = 53), + [1377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 5, .production_id = 53), + [1379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 8, .production_id = 80), + [1381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 8, .production_id = 80), + [1383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_renaming_declaration, 5, .production_id = 54), + [1385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_renaming_declaration, 5, .production_id = 54), + [1387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body, 8), + [1389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body, 8), + [1391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 8), + [1393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 8), + [1395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 5, .production_id = 32), + [1397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 5, .production_id = 32), + [1399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 8), + [1401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 8), + [1403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_renaming_declaration, 5, .production_id = 33), + [1405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_renaming_declaration, 5, .production_id = 33), + [1407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 6, .production_id = 2), + [1409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 6, .production_id = 2), + [1411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_package_declaration, 3), + [1413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_package_declaration, 3), + [1415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_subprogram_declaration, 3), + [1417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_subprogram_declaration, 3), + [1419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 8), + [1421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 8), + [1423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_renaming_declaration, 6, .production_id = 55), + [1425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exception_renaming_declaration, 6, .production_id = 55), + [1427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_protected_declaration, 8), + [1429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_protected_declaration, 8), + [1431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 6, .production_id = 53), + [1433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 6, .production_id = 53), + [1435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 6, .production_id = 56), + [1437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 6, .production_id = 56), + [1439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 6, .production_id = 57), + [1441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 6, .production_id = 57), + [1443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body_stub, 6), + [1445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body_stub, 6), + [1447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 8), + [1449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 8), + [1451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 6, .production_id = 60), + [1453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 6, .production_id = 60), + [1455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 3), + [1457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 3), + [1459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 8, .production_id = 68), + [1461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 8, .production_id = 68), + [1463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_instantiation, 6, .production_id = 62), + [1465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_instantiation, 6, .production_id = 62), + [1467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_renaming_declaration, 6, .production_id = 40), + [1469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_renaming_declaration, 6, .production_id = 40), + [1471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 8, .production_id = 91), + [1473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 8, .production_id = 91), + [1475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 8, .production_id = 60), + [1477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 8, .production_id = 60), + [1479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_body_stub, 1), + [1481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_body_stub, 1), + [1483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_type_declaration, 1), + [1485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_type_declaration, 1), + [1487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 8, .production_id = 73), + [1489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 8, .production_id = 73), + [1491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 7, .production_id = 88), + [1493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 7, .production_id = 88), + [1495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 6), + [1497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 6), + [1499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 7), + [1501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 7), + [1503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 7, .production_id = 68), + [1505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 7, .production_id = 68), + [1507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_instantiation, 7, .production_id = 87), + [1509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_instantiation, 7, .production_id = 87), + [1511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 1), + [1513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 1), + [1515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 7, .production_id = 51), + [1517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 7, .production_id = 51), + [1519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 4, .production_id = 27), + [1521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 4, .production_id = 27), + [1523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 7, .production_id = 71), + [1525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 7, .production_id = 71), + [1527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 4), + [1529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 4), + [1531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 4), + [1533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 4), + [1535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 7, .production_id = 2), + [1537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 7, .production_id = 2), + [1539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 4, .production_id = 19), + [1541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 4, .production_id = 19), + [1543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 4), + [1545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 4), + [1547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 66), + [1549] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 66), + [1551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 65), + [1553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 65), + [1555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_type_declaration, 6), + [1557] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_type_declaration, 6), + [1559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_renaming_declaration, 6, .production_id = 54), + [1561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_renaming_declaration, 6, .production_id = 54), + [1563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_incomplete_type_declaration, 3), + [1565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_incomplete_type_declaration, 3), + [1567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 64), + [1569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 64), + [1571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body_stub, 6), + [1573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body_stub, 6), + [1575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 7, .production_id = 80), + [1577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 7, .production_id = 80), + [1579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 7, .production_id = 36), + [1581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 7, .production_id = 36), + [1583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body_stub, 7), + [1585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body_stub, 7), + [1587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 6, .production_id = 36), + [1589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 6, .production_id = 36), + [1591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 7), + [1593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 7), + [1595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 6), + [1597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 6), + [1599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_declaration, 6, .production_id = 36), + [1601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subtype_declaration, 6, .production_id = 36), + [1603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_incomplete_type_declaration, 6), + [1605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_incomplete_type_declaration, 6), + [1607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_renaming_declaration, 7, .production_id = 55), + [1609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exception_renaming_declaration, 7, .production_id = 55), + [1611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 56), + [1613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 56), + [1615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 57), + [1617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 57), + [1619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body, 7), + [1621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body, 7), + [1623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_clause, 4, .production_id = 23), + [1625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_clause, 4, .production_id = 23), + [1627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 7), + [1629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 7), + [1631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 73), + [1633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 73), + [1635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_protected_declaration, 6), + [1637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_protected_declaration, 6), + [1639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 6), + [1641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 6), + [1643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_type_declaration, 7), + [1645] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_type_declaration, 7), + [1647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body, 6), + [1649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body, 6), + [1651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body_stub, 6), + [1653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body_stub, 6), + [1655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 6), + [1657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 6), [1659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body_stub, 7), [1661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body_stub, 7), [1663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 7, .production_id = 75), @@ -59325,1690 +59312,1688 @@ static const TSParseActionEntry ts_parse_actions[] = { [1677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_instantiation, 7, .production_id = 62), [1679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 25), [1681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 25), - [1683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 41), - [1685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 41), - [1687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compilation_unit, 2), - [1689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compilation_unit, 2), - [1691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 24), - [1693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 24), - [1695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 3), - [1697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 3), - [1699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subunit, 5, .production_id = 43), - [1701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subunit, 5, .production_id = 43), - [1703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compilation_unit, 1), - [1705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compilation_unit, 1), - [1707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [1683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subunit, 5, .production_id = 43), + [1685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subunit, 5, .production_id = 43), + [1687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 41), + [1689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 41), + [1691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), + [1693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 24), + [1695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 24), + [1697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compilation_unit, 1), + [1699] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compilation_unit, 1), + [1701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compilation_unit, 2), + [1703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compilation_unit, 2), + [1705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 3), + [1707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 3), [1709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 10), [1711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 10), - [1713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 10), SHIFT_REPEAT(818), - [1716] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 10), SHIFT_REPEAT(818), + [1713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 10), SHIFT_REPEAT(813), + [1716] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 10), SHIFT_REPEAT(813), [1719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_term, 2, .production_id = 10), [1721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_term, 2, .production_id = 10), - [1723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), - [1725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(818), + [1723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), + [1725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813), [1727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_term, 1, .production_id = 4), [1729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_term, 1, .production_id = 4), - [1731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__subtype_indication_paren_constraint, 3), - [1733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication_paren_constraint, 3), - [1735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_allocator, 3), - [1737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_allocator, 3), - [1739] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_allocator, 2), - [1741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_allocator, 2), - [1743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__factor, 1, .production_id = 4), - [1745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__factor, 1, .production_id = 4), - [1747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [1749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_null, 1), - [1751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_null, 1), - [1753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_constraint, 4, .production_id = 78), - [1755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_constraint, 4, .production_id = 78), + [1731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_constraint, 4, .production_id = 78), + [1733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_constraint, 4, .production_id = 78), + [1735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__factor, 1, .production_id = 4), + [1737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__factor, 1, .production_id = 4), + [1739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), + [1741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_null, 1), + [1743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_null, 1), + [1745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_allocator, 3), + [1747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_allocator, 3), + [1749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__subtype_indication_paren_constraint, 3), + [1751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication_paren_constraint, 3), + [1753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parenthesized_expression, 3), + [1755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parenthesized_expression, 3), [1757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_constraint, 3, .production_id = 42), [1759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_constraint, 3, .production_id = 42), - [1761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parenthesized_expression, 3), - [1763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parenthesized_expression, 3), - [1765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), - [1767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), - [1769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [1771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [1773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [1775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), - [1777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), - [1779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), - [1781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), - [1783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), - [1785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), - [1787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), - [1789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [1791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), - [1793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [1795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), - [1797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), - [1799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), - [1801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_factor_not, 2, .production_id = 8), - [1803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_factor_not, 2, .production_id = 8), - [1805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_factor_abs, 2, .production_id = 8), - [1807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_factor_abs, 2, .production_id = 8), - [1809] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__name, 1), REDUCE(sym__subtype_indication, 1, .production_id = 6), REDUCE(sym_component_choice_list, 1), - [1813] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__name, 1), REDUCE(sym__subtype_indication, 1, .production_id = 6), SHIFT(747), - [1817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 8), - [1819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 8), - [1821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_factor_power, 3, .production_id = 26), - [1823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_factor_power, 3, .production_id = 26), - [1825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_choice_list, 1), - [1827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), - [1829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), - [1831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), - [1833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), - [1835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), - [1837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_expression, 2), - [1839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_expression, 2), - [1841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [1843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(817), - [1845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_expression, 1), - [1847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_expression, 1), - [1849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_expression, 3), - [1851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_expression, 3), + [1761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_allocator, 2), + [1763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_allocator, 2), + [1765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_factor_not, 2, .production_id = 8), + [1767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_factor_not, 2, .production_id = 8), + [1769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 8), + [1771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 8), + [1773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_factor_power, 3, .production_id = 26), + [1775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_factor_power, 3, .production_id = 26), + [1777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), + [1779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [1781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [1783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [1785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [1787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), + [1789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [1791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [1793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), + [1795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), + [1797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [1799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), + [1801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), + [1803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), + [1805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), + [1807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), + [1809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), + [1811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), + [1813] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__name, 1), REDUCE(sym__subtype_indication, 1, .production_id = 6), REDUCE(sym_component_choice_list, 1), + [1817] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__name, 1), REDUCE(sym__subtype_indication, 1, .production_id = 6), SHIFT(777), + [1821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_factor_abs, 2, .production_id = 8), + [1823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_factor_abs, 2, .production_id = 8), + [1825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), + [1827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), + [1829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), + [1831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), + [1833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_choice_list, 1), + [1835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [1837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_expression, 3), + [1839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_expression, 3), + [1841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), + [1843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(816), + [1845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_expression, 2), + [1847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_expression, 2), + [1849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_expression, 1), + [1851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_expression, 1), [1853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__simple_expression_repeat1, 2), [1855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__simple_expression_repeat1, 2), - [1857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__simple_expression_repeat1, 2), SHIFT_REPEAT(817), - [1860] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__simple_expression_repeat1, 2), SHIFT_REPEAT(817), - [1863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), - [1865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743), - [1867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), - [1869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), - [1871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), - [1873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), - [1875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), - [1877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), - [1879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), - [1881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), - [1883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), - [1885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), + [1857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__simple_expression_repeat1, 2), SHIFT_REPEAT(816), + [1860] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__simple_expression_repeat1, 2), SHIFT_REPEAT(816), + [1863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), + [1865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), + [1867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), + [1869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), + [1871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), + [1873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), + [1875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), + [1877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [1879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), + [1881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), + [1883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), + [1885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), [1887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__sequence_of_statements_repeat2, 2), [1889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat2, 2), - [1891] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat2, 2), SHIFT_REPEAT(1746), - [1894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [1891] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat2, 2), SHIFT_REPEAT(1745), + [1894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), [1896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), - [1898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [1900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_label, 3, .production_id = 11), - [1902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label, 3, .production_id = 11), - [1904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [1906] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1556), + [1898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_label, 3, .production_id = 11), + [1900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label, 3, .production_id = 11), + [1902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [1904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [1906] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1555), [1909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__defining_identifier_list, 1), [1911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_exclusion, 2), [1913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_exclusion, 2), - [1915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801), - [1917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), - [1919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__relation, 1), - [1921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [1923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), - [1925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1042), - [1927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [1929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), + [1915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(970), + [1917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [1919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), + [1921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(799), + [1923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), + [1925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__relation, 1), + [1927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [1929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), [1931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 2, .production_id = 18), - [1933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1220), - [1935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), + [1933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1164), + [1935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476), [1937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), - [1939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), - [1941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), - [1943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476), - [1945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), - [1947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), - [1949] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(1220), - [1952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(745), - [1955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), - [1957] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(1856), - [1960] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(754), - [1963] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(755), - [1966] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(1795), - [1969] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(1172), - [1972] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(1745), - [1975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [1977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), - [1979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), - [1981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), - [1983] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1900), - [1986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__aspect_mark, 1), - [1988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [1990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), - [1992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [1994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_attribute_designator, 1), - [1996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [1998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), - [2000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), - [2002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), - [2004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [2006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), - [2008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_expression, 2, .production_id = 9), - [2010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), - [2012] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(745), - [2015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), - [2017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(1856), - [2020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(754), - [2023] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(755), - [2026] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(1795), - [2029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(1172), - [2032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(1745), - [2035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), - [2037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), - [2039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [2041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), - [2043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), - [2045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1), - [2047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [2049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [2051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [2053] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(745), - [2056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), - [2058] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(1856), - [2061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(754), - [2064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(755), - [2067] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(1836), - [2070] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(1172), - [2073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_attribute_designator, 4), - [2075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), - [2077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_g, 3, .production_id = 45), - [2079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_g, 3), - [2081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), - [2083] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(273), - [2086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(968), - [2088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), - [2090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_label, 2, .production_id = 1), - [2092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), - [2094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), - [2096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), - [2098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), - [2100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [2102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [2104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [2106] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(1220), - [2109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(630), - [2112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), - [2114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(927), - [2117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(1600), - [2120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(1745), - [2123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [2125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), - [2127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_membership_choice_list, 1), - [2129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [2131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generic_formal_part, 1), SHIFT(775), - [2134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [2136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), - [2138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generic_formal_part, 1), SHIFT(766), - [2141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generic_formal_part, 1), SHIFT(765), - [2144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__membership_choice, 1), - [2146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [2148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_formal_part, 2), - [2150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_membership_choice_list, 2), - [2152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_membership_choice_list_repeat1, 2), - [2154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_membership_choice_list_repeat1, 2), SHIFT_REPEAT(266), - [2157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(830), - [2159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), - [2161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), - [2163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [2165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), - [2167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relation_membership, 4), - [2169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_expression, 4, .production_id = 9), - [2171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relation_membership, 3), - [2173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(843), - [2175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), - [2177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__relation, 3), + [1939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), + [1941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), + [1943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), + [1945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), + [1947] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(1164), + [1950] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(760), + [1953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), + [1955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(1855), + [1958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(754), + [1961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(804), + [1964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(1794), + [1967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(1244), + [1970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(1744), + [1973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), + [1975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), + [1977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), + [1979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [1981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1899), + [1984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__aspect_mark, 1), + [1986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), + [1988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [1990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), + [1992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), + [1994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), + [1996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_expression, 2, .production_id = 9), + [1998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [2000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), + [2002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), + [2004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), + [2006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), + [2008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_attribute_designator, 1), + [2010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [2012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), + [2014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), + [2016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_attribute_designator, 4), + [2018] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(276), + [2021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_g, 3), + [2023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_g, 3, .production_id = 45), + [2025] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(760), + [2028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), + [2030] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(1855), + [2033] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(754), + [2036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(804), + [2039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(1794), + [2042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(1244), + [2045] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(1744), + [2048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1023), + [2050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), + [2052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_label, 2, .production_id = 1), + [2054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), + [2056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), + [2058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [2060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [2062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [2064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), + [2066] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(760), + [2069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), + [2071] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(1855), + [2074] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(754), + [2077] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(804), + [2080] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(1835), + [2083] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(1244), + [2086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1), + [2088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [2090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [2092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [2094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [2096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), + [2098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), + [2100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), + [2102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [2104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [2106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_membership_choice_list_repeat1, 2), + [2108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_membership_choice_list_repeat1, 2), SHIFT_REPEAT(265), + [2111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), + [2113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__membership_choice, 1), + [2115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), + [2117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), + [2119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), + [2121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), + [2123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(1164), + [2126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(641), + [2129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), + [2131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(943), + [2134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(1601), + [2137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(1744), + [2140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [2142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [2144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_formal_part, 2), + [2146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [2148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), + [2150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generic_formal_part, 1), SHIFT(792), + [2153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generic_formal_part, 1), SHIFT(797), + [2156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generic_formal_part, 1), SHIFT(798), + [2159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_membership_choice_list, 2), + [2161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [2163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_membership_choice_list, 1), + [2165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [2167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(845), + [2169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), + [2171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), + [2173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_expression, 4, .production_id = 9), + [2175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__relation, 3), + [2177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relation_membership, 4), [2179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250), [2181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), [2183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), [2185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), - [2189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [2191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat2, 2), - [2193] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_repeat2, 2), SHIFT_REPEAT(193), - [2196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 2), - [2198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat1, 2), - [2200] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_repeat1, 2), SHIFT_REPEAT(191), + [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), + [2189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relation_membership, 3), + [2191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 2), + [2193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(947), + [2195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), + [2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [2199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), + [2201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), [2203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat3, 2), - [2205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_repeat3, 2), SHIFT_REPEAT(236), - [2208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(948), - [2210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [2212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [2214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), - [2216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), - [2218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265), - [2220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [2222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), + [2205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_repeat3, 2), SHIFT_REPEAT(243), + [2208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat2, 2), + [2210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_repeat2, 2), SHIFT_REPEAT(193), + [2213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat1, 2), + [2215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_repeat1, 2), SHIFT_REPEAT(191), + [2218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat1, 3), + [2220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 3, .production_id = 21), + [2222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), [2224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat2, 3), - [2226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat1, 3), - [2228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 3, .production_id = 21), - [2230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [2232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), - [2234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), - [2236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 4, .production_id = 35), - [2238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), - [2240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), + [2226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 4, .production_id = 35), + [2228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266), + [2230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [2232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), + [2234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(825), + [2236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), + [2238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(974), + [2240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), [2242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), [2244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), - [2246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(844), - [2248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), - [2250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731), - [2252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), - [2254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), - [2256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), - [2258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), - [2260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [2262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(872), - [2264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), - [2266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(739), - [2268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [2270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(713), - [2272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), - [2274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), - [2276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), - [2278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), - [2280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [2282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_digits_constraint, 2), - [2284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), - [2286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delta_constraint, 2), - [2288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(929), - [2290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), - [2292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), - [2294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), - [2296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(914), - [2298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), - [2300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), - [2302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), - [2304] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), SHIFT_REPEAT(1011), - [2307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), SHIFT_REPEAT(1011), - [2310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), SHIFT_REPEAT(1326), - [2313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), - [2315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), - [2317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), - [2319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), - [2321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), - [2323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930), + [2246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(699), + [2248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), + [2250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), + [2252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), + [2254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), + [2256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [2258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(963), + [2260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [2262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), + [2264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_digits_constraint, 2), + [2266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delta_constraint, 2), + [2268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), + [2270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(737), + [2272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), + [2274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731), + [2276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), + [2278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), + [2280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), + [2282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [2284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [2286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893), + [2288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [2290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(834), + [2292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), + [2294] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), SHIFT_REPEAT(974), + [2297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), SHIFT_REPEAT(974), + [2300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), SHIFT_REPEAT(1332), + [2303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), + [2305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), + [2307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), + [2309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), + [2311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), + [2313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), + [2315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), + [2317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(926), + [2319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [2321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), + [2323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), [2325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), - [2327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_constraint, 2), - [2329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), - [2331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), - [2333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [2335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), - [2337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), - [2339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), - [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), - [2343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), - [2345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 2, .production_id = 6), - [2347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 3, .production_id = 18), - [2349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(961), - [2351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [2355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [2357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(745), - [2360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), - [2362] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(1856), - [2365] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(1795), - [2368] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(1172), - [2371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delta_constraint, 3), - [2373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_digits_constraint, 3), - [2375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), - [2377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(828), - [2379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), - [2381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), - [2383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), - [2385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), - [2387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), - [2389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), - [2391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), - [2393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 4, .production_id = 3), - [2395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), - [2397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), - [2399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(836), - [2401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [2403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), - [2405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), - [2407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [2409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025), - [2411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), - [2413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), - [2415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 7, .production_id = 3), - [2417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), - [2419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), - [2421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), - [2423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [2425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), - [2427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), - [2429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529), - [2431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), - [2433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(838), - [2435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), - [2437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), - [2439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), - [2441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), - [2443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [2445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_profile, 3, .production_id = 34), - [2447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), - [2449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [2451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), - [2453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [2455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), - [2457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [2459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), - [2461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), - [2463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [2465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 2, .production_id = 18), - [2467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), - [2469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 8, .production_id = 3), - [2471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(876), - [2473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), - [2475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [2477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 4, .production_id = 58), - [2479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), - [2481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [2483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), - [2485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [2487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), - [2489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [2491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 6, .production_id = 3), - [2493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(701), - [2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [2497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 3, .production_id = 34), - [2499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(885), - [2501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [2503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(841), - [2505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), - [2507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), - [2509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(842), - [2511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), - [2513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), - [2515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), - [2517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [2519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_profile, 2, .production_id = 18), - [2521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), - [2523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 5, .production_id = 3), - [2525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [2527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [2529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [2531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), - [2533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), - [2535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), - [2537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), - [2541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), - [2543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), - [2545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [2547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [2549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), - [2551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), - [2553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), - [2555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), - [2557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), - [2559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), - [2561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), - [2563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), - [2565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), - [2567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), - [2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), - [2571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), - [2573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [2575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), - [2577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [2579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), - [2581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), - [2583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), - [2585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), - [2587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [2589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [2591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), - [2593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_non_empty_mode, 1), - [2595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_mode, 1), - [2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [2599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [2601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), - [2603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), - [2605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), - [2607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [2609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), - [2611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), - [2613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), - [2615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_list, 1), - [2617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [2619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), - [2621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), - [2623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), - [2625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), - [2627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [2629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [2631] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_component_list_repeat1, 2), SHIFT_REPEAT(1220), - [2634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_list_repeat1, 2), SHIFT_REPEAT(745), - [2637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_component_list_repeat1, 2), - [2639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), - [2641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_relational_operator, 1), - [2643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relational_operator, 1), - [2645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [2647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), - [2649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_non_empty_mode, 2), - [2651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_mode, 2), - [2653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), - [2655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 4), + [2327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 3, .production_id = 18), + [2329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 2, .production_id = 6), + [2331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [2333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), + [2335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), + [2337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [2339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_digits_constraint, 3), + [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), + [2343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), + [2345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), + [2347] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(760), + [2350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), + [2352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(1855), + [2355] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(1794), + [2358] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(1244), + [2361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831), + [2363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), + [2365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delta_constraint, 3), + [2367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), + [2369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), + [2371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [2373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), + [2375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(949), + [2377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [2379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [2381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [2383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_constraint, 2), + [2385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_list, 1), + [2387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), + [2389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), + [2391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [2393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), + [2395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [2397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), + [2399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [2401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), + [2403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [2405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), + [2407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529), + [2409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [2411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [2413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 4, .production_id = 58), + [2415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), + [2417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [2419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(835), + [2421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), + [2423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), + [2425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), + [2427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [2429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), + [2431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 6, .production_id = 3), + [2433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), + [2435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), + [2437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [2439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), + [2441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [2443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(860), + [2445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [2447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), + [2449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [2451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 2, .production_id = 18), + [2453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), + [2455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 8, .production_id = 3), + [2457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_profile, 3, .production_id = 34), + [2459] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_component_list_repeat1, 2), SHIFT_REPEAT(1164), + [2462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_list_repeat1, 2), SHIFT_REPEAT(760), + [2465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_component_list_repeat1, 2), + [2467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(976), + [2469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), + [2471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(883), + [2473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [2475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), + [2477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), + [2479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [2481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), + [2483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 4, .production_id = 3), + [2485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(840), + [2487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), + [2489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), + [2493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 7, .production_id = 3), + [2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), + [2497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), + [2499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), + [2501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 3, .production_id = 34), + [2503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(702), + [2505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), + [2507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(836), + [2509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [2511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), + [2513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(846), + [2515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), + [2517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [2519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), + [2521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), + [2523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_profile, 2, .production_id = 18), + [2525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), + [2527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), + [2529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 5, .production_id = 3), + [2531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), + [2533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), + [2535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), + [2537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [2541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), + [2543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [2545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [2547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), + [2549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), + [2551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), + [2553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [2555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [2557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), + [2559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), + [2561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), + [2563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), + [2565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [2567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), + [2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), + [2571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), + [2573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), + [2575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [2577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [2579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), + [2581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [2583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [2585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [2587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [2589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [2591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), + [2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), + [2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [2599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [2601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [2603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [2605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [2607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [2609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), + [2611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [2613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [2615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_non_empty_mode, 1), + [2617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_mode, 1), + [2619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), + [2621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [2623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), + [2625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), + [2627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [2629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), + [2631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), + [2633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), + [2635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), + [2637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_relational_operator, 1), + [2639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relational_operator, 1), + [2641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), + [2643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), + [2645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [2647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [2649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), + [2651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 4), + [2653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 3), + [2655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 2), [2657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_part, 3), - [2659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 3), - [2661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 2), - [2663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1106), - [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [2667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), - [2669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), - [2671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_declaration, 5), - [2673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 5), - [2675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_declaration, 6), - [2677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 6), + [2659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_non_empty_mode, 2), + [2661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_mode, 2), + [2663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_declaration, 4), + [2665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 4), + [2667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1076), + [2669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [2671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), + [2673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), + [2675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multiplying_operator, 1), + [2677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiplying_operator, 1), [2679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [2681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_adding_operator, 1), - [2683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_adding_operator, 1), - [2685] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1106), - [2688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), - [2690] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1523), - [2693] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1512), - [2696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_adding_operator, 1), - [2698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_adding_operator, 1), - [2700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multiplying_operator, 1), - [2702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiplying_operator, 1), - [2704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_declaration, 4), - [2706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 4), - [2708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_and_result_profile, 2), - [2710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 105), - [2712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_profile, 2), + [2681] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1076), + [2684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), + [2686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1547), + [2689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1541), + [2692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_adding_operator, 1), + [2694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_adding_operator, 1), + [2696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_declaration, 6), + [2698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 6), + [2700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_adding_operator, 1), + [2702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_adding_operator, 1), + [2704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_declaration, 5), + [2706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 5), + [2708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 105), + [2710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_mode, 1), + [2712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_mode, 1), [2714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 4, .production_id = 58), - [2716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 93), - [2718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 5), - [2720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 3, .production_id = 34), - [2722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_mode, 1), - [2724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_mode, 1), + [2716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 3, .production_id = 34), + [2718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_and_result_profile, 2), + [2720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 5), + [2722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_profile, 2), + [2724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 93), [2726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), [2728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 2, .production_id = 3), - [2730] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_procedure_specification, 2, .production_id = 3), SHIFT(1827), - [2733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_list, 1), - [2735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), - [2737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_procedure_specification, 2, .production_id = 3), SHIFT(1770), - [2740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), - [2742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), - [2744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [2746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), - [2748] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(566), - [2751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [2753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), - [2755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 5, .production_id = 59), - [2757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), - [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), - [2761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 6, .production_id = 74), - [2763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 6), - [2765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 6), + [2730] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_procedure_specification, 2, .production_id = 3), SHIFT(1826), + [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), + [2735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), + [2737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), + [2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [2741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 5, .production_id = 59), + [2743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 6, .production_id = 74), + [2745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), + [2747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_list, 1), + [2749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), + [2751] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_procedure_specification, 2, .production_id = 3), SHIFT(1769), + [2754] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(562), + [2757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [2763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 5), + [2765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 5), [2767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 8, .production_id = 82), [2769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 8, .production_id = 82), - [2771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 67), - [2773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 67), - [2775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 112), - [2777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 112), - [2779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 9, .production_id = 112), - [2781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 9, .production_id = 112), - [2783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6), - [2785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6), - [2787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_abstract_subprogram_declaration, 5), - [2789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_abstract_subprogram_declaration, 5), - [2791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 48), - [2793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 48), - [2795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 106), - [2797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 106), - [2799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 10, .production_id = 112), - [2801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 10, .production_id = 112), - [2803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 48), - [2805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 48), - [2807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 6), - [2809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 6), - [2811] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 6, .production_id = 81), - [2813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 6, .production_id = 81), - [2815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_subprogram_declaration, 1), - [2817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_subprogram_declaration, 1), - [2819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 6), - [2821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 6), - [2823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interface_list_repeat1, 2), - [2825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 5), - [2827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 5), - [2829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 4), - [2831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 4), - [2833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_package_declaration, 7, .production_id = 95), - [2835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_package_declaration, 7, .production_id = 95), - [2837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_abstract_subprogram_declaration, 7), - [2839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_abstract_subprogram_declaration, 7), - [2841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 67), - [2843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 67), - [2845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [2847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [2849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), - [2851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 3), - [2853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 3), - [2855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 3, .production_id = 34), - [2857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 58), - [2859] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 58), SHIFT(1809), - [2862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [2864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 3, .production_id = 34), - [2866] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 3, .production_id = 34), SHIFT(1701), - [2869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [2871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 5), - [2873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 5), - [2875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [2877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), - [2879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 4), - [2881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 4), - [2883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 3), - [2885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 3), - [2887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 7), - [2889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 7), - [2891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 4, .production_id = 48), - [2893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 4, .production_id = 48), - [2895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 7, .production_id = 96), - [2897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 7, .production_id = 96), - [2899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_package_declaration, 8, .production_id = 95), - [2901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_package_declaration, 8, .production_id = 95), - [2903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 67), - [2905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 67), - [2907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 2, .production_id = 18), - [2909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 2, .production_id = 18), SHIFT(1524), - [2912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [2914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4, .production_id = 58), - [2916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 5), - [2918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 5), + [2771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_subprogram_declaration, 1), + [2773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_subprogram_declaration, 1), + [2775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 4), + [2777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 4), + [2779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 4, .production_id = 48), + [2781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 4, .production_id = 48), + [2783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 106), + [2785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 106), + [2787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 4), + [2789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 4), + [2791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_package_declaration, 7, .production_id = 95), + [2793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_package_declaration, 7, .production_id = 95), + [2795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_abstract_subprogram_declaration, 7), + [2797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_abstract_subprogram_declaration, 7), + [2799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 58), + [2801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 58), SHIFT(1808), + [2804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), + [2806] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 9, .production_id = 112), + [2808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 9, .production_id = 112), + [2810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 6, .production_id = 81), + [2812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 6, .production_id = 81), + [2814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4, .production_id = 58), + [2816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 5), + [2818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 5), + [2820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 6), + [2822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 6), + [2824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 48), + [2826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 48), + [2828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 5), + [2830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 5), + [2832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 48), + [2834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 48), + [2836] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 7), + [2838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 7), + [2840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 2, .production_id = 18), + [2842] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 2, .production_id = 18), SHIFT(1523), + [2845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [2847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 6), + [2849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 6), + [2851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6), + [2853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6), + [2855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 7, .production_id = 96), + [2857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 7, .production_id = 96), + [2859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 112), + [2861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 112), + [2863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 67), + [2865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 67), + [2867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 7), + [2869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 7), + [2871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 82), + [2873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 82), + [2875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 67), + [2877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 67), + [2879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [2881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [2883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), + [2885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_abstract_subprogram_declaration, 6), + [2887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_abstract_subprogram_declaration, 6), + [2889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 5), + [2891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 5), + [2893] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_abstract_subprogram_declaration, 5), + [2895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_abstract_subprogram_declaration, 5), + [2897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 6), + [2899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 6), + [2901] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 67), + [2903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 67), + [2905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [2907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), + [2909] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 4), + [2911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 4), + [2913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 3, .production_id = 34), + [2915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 3, .production_id = 34), SHIFT(1700), + [2918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), [2920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 82), [2922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 82), - [2924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_abstract_subprogram_declaration, 6), - [2926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_abstract_subprogram_declaration, 6), - [2928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 7), - [2930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 7), - [2932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 5), - [2934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 5), - [2936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 8, .production_id = 106), - [2938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 8, .production_id = 106), - [2940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 82), - [2942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 82), - [2944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 4), - [2946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 4), - [2948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 8, .production_id = 106), - [2950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 8, .production_id = 106), + [2924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 3), + [2926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 3), + [2928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 10, .production_id = 112), + [2930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 10, .production_id = 112), + [2932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 8, .production_id = 106), + [2934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 8, .production_id = 106), + [2936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 8, .production_id = 106), + [2938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 8, .production_id = 106), + [2940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_package_declaration, 8, .production_id = 95), + [2942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_package_declaration, 8, .production_id = 95), + [2944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interface_list_repeat1, 2), + [2946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 3, .production_id = 34), + [2948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 3), + [2950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 3), [2952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [2954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), - [2956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 9), - [2958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), - [2960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [2962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [2964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), - [2966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [2968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1592), - [2970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [2972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [2976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [2978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [2980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1498), - [2983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), - [2985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [2987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), - [2989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), - [2991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), - [2993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 10), - [2995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 8), - [2997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 11), - [2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [3001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 12), - [3003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [3005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [3007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name_list, 1), - [3009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [3011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__name_list_repeat1, 2), - [3013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [3015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [3017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), - [3019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), - [3021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [3023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), - [3025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), - [3027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), - [3029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), - [3031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), - [3033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1027), - [3035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_choice_parameter_specification, 1), - [3037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice, 1, .production_id = 44), - [3039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1189), - [3041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), - [3043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_aspect_mark_list_repeat1, 2), SHIFT_REPEAT(1289), - [3046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_aspect_mark_list_repeat1, 2), - [3048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [3050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [3052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice, 1), - [3054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), - [3056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_component_list_repeat1, 1), - [3058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_component_list_repeat1, 1), - [3060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__aspect_mark, 3), - [3062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), - [3064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), - [3066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), - [3068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_clause, 8, .production_id = 119), - [3070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_clause, 8, .production_id = 119), - [3072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_association, 1), - [3074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [3076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), - [3078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [3080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [3082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), - [3084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [3086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), - [3088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [3090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [3092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [3094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), - [3096] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_clause, 4), - [3098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_clause, 4), - [3100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), - [3102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_mark_list, 2), - [3104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_mark_list, 1), - [3106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__exception_handler_list, 2), SHIFT_REPEAT(627), - [3109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__exception_handler_list, 2), - [3111] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__exception_handler_list, 2), SHIFT_REPEAT(1745), - [3114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_default, 1, .production_id = 47), - [3116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), - [3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), - [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660), - [3124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), - [3126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [3128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [3130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 3), - [3132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition, 1, .production_id = 7), - [3134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subpool_specification, 3, .production_id = 46), - [3136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subpool_specification, 3, .production_id = 46), - [3138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), - [3140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_handled_sequence_of_statements, 3), - [3142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_general_access_modifier, 1), - [3144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_general_access_modifier, 1), - [3146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [3148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), - [3150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [3152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [3154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [3158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), - [3160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), - [3162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), - [3164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), - [3166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), - [3168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), - [3170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [3172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [3174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 4, .production_id = 5), - [3176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [3178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [3180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [3182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), - [3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [3186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [3188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [3190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), - [3192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), - [3194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), - [3196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_list, 2), - [3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [3200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_subprogram_definition, 2), - [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), - [3204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 6, .production_id = 61), - [3206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [3208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [3210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [3212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), - [3214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(222), - [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), - [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [3221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [3223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), - [3225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), - [3227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 7, .production_id = 76), - [3229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [3233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), - [3235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), - [3237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 3, .production_id = 22), - [3239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_subprogram_definition, 3), - [3241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), - [3243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), - [3245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934), - [3249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), - [3251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_component_choice_list_repeat1, 2), - [3253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 5, .production_id = 39), - [3255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), - [3257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), - [3259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [3261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), - [3263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), - [3265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_definition, 3), - [3267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 5, .production_id = 5), - [3269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [3271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [3273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [3275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [3277] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1594), - [3280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [3282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_definition, 4), - [3284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interface_list_repeat1, 2), SHIFT_REPEAT(784), - [3287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_expression_repeat1, 2), - [3289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_expression_repeat1, 2), SHIFT_REPEAT(207), - [3292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), - [3294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [3296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [3298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), - [3300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [3302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [3304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [3306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 8, .production_id = 92), - [3308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [3310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 9, .production_id = 103), - [3312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [3314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [3316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), - [3318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [3320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 4, .production_id = 36), - [3322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [3324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), - [3326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [3328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [3330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [3332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [3334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [3336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [3338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [3340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), - [3342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [3344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_association, 3), - [3346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_definition, 1), - [3348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [3350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [3352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), - [3354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [3356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [3358] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variant_list_repeat1, 2), SHIFT_REPEAT(100), - [3361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variant_list_repeat1, 2), - [3363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 2), - [3365] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 2), SHIFT_REPEAT(757), - [3368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 58), - [3370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), - [3372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), - [3374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), - [3376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 1), - [3378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [3380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 36), - [3382] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 36), SHIFT(1247), - [3385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), - [3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [3389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_known_discriminant_part, 3), - [3391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), - [3393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 5, .production_id = 68), - [3395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 2), - [3397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 2, .production_id = 42), - [3399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [3401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_list, 1), - [3403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), - [3405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [3407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_component_association_list, 1), - [3409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_floating_point_definition, 2), - [3411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [3413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 2), - [3415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), - [3417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 42), - [3419] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 42), SHIFT(1140), - [3422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [3424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 3, .production_id = 22), - [3426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), - [3428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), - [3430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), - [3432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), - [3434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1734), - [3436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), - [3438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), - [3440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), - [3442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decimal_fixed_point_definition, 4), - [3444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), - [3446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), - [3448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), - [3450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_specification, 2), - [3452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), - [3454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), - [3456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), - [3458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_ordinary_fixed_point_definition, 2), - [3460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), - [3462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [3464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 1, .production_id = 7), - [3466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 1), - [3468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 36), SHIFT(1067), - [3471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), - [3473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 22), - [3475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 22), SHIFT(1247), - [3478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), - [3480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 7, .production_id = 105), - [3482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [3484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [3486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), - [3488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__name_list_repeat1, 2), SHIFT_REPEAT(778), - [3491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 4, .production_id = 36), - [3493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), - [3495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [3497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_definition, 6, .production_id = 22), - [3499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), - [3501] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(623), - [3504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [3506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 4, .production_id = 34), - [3508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 4), - [3510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_definition, 6), - [3512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(611), - [3515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), - [3517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), - [3519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), - [3521] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(764), - [3524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_alternative, 2), - [3526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_triggering_alternative, 2), - [3528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_component_association_list, 2), - [3530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), - [3532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), - [3534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 3), - [3536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), - [3538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), - [3540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), - [3542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assign_value, 2), - [3544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__attribute_reference, 3), SHIFT(206), - [3547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [3549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [3551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_record_component_association_list, 3), SHIFT(239), - [3554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_positional_array_aggregate_repeat1, 2), SHIFT_REPEAT(216), - [3557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_positional_array_aggregate_repeat1, 2), - [3559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(99), - [3562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), - [3564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(1639), - [3567] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 42), SHIFT(1247), - [3570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [3572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [3574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), - [3576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), - [3578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), - [3580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [3582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), - [3584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [3586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [3588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 93), - [3590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(750), - [3593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 22), SHIFT(1085), - [3596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), - [3598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 3, .production_id = 3), - [3600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [3602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [3604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [3606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), - [3608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_component_association_list_repeat1, 2), SHIFT_REPEAT(97), - [3611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__array_component_association_list_repeat1, 2), - [3613] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(1759), - [3616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), - [3618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 3, .production_id = 3), - [3620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [3622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), - [3624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 1), - [3626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_object_definition, 3, .production_id = 22), - [3628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), - [3632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_aspect_definition_repeat1, 2), SHIFT_REPEAT(955), - [3635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_aspect_definition_repeat1, 2), + [2954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), + [2956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [2958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), + [2960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 9), + [2962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 8), + [2964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), + [2966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 10), + [2968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [2970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 11), + [2972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), + [2974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 12), + [2976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name_list, 1), + [2978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), + [2980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__name_list_repeat1, 2), + [2982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [2984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [2986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [2988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [2990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), + [2992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), + [2994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [2996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593), + [2998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [3000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [3002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [3004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [3006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [3008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [3010] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1504), + [3013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [3015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), + [3017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [3019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [3021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [3023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [3025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [3027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [3029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), + [3031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), + [3033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition, 1, .production_id = 7), + [3035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [3037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [3039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice, 1), + [3041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), + [3043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), + [3045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [3047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), + [3049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), + [3051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), + [3053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), + [3055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [3057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [3059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [3061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), + [3063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [3065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), + [3067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), + [3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), + [3071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), + [3073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), + [3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), + [3077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_general_access_modifier, 1), + [3079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_general_access_modifier, 1), + [3081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1188), + [3083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), + [3085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), + [3087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_handled_sequence_of_statements, 3), + [3089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), + [3091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [3093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [3095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [3097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), + [3099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_association, 1), + [3101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [3103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [3105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), + [3107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_default, 1, .production_id = 47), + [3109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_clause, 8, .production_id = 119), + [3111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_clause, 8, .production_id = 119), + [3113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [3115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [3117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_clause, 4), + [3119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_clause, 4), + [3121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), + [3123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_mark_list, 1), + [3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [3127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), + [3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), + [3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [3135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_aspect_mark_list_repeat1, 2), SHIFT_REPEAT(1308), + [3138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_aspect_mark_list_repeat1, 2), + [3140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__aspect_mark, 3), + [3142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_mark_list, 2), + [3144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subpool_specification, 3, .production_id = 46), + [3146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subpool_specification, 3, .production_id = 46), + [3148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__exception_handler_list, 2), SHIFT_REPEAT(619), + [3151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__exception_handler_list, 2), + [3153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__exception_handler_list, 2), SHIFT_REPEAT(1744), + [3156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice, 1, .production_id = 44), + [3158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 3), + [3160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [3162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_choice_parameter_specification, 1), + [3164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [3166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [3168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interface_list_repeat1, 2), SHIFT_REPEAT(791), + [3171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 4, .production_id = 36), + [3173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), + [3175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [3177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [3179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [3181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [3183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), + [3185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [3187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), + [3189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [3191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), + [3193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [3195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [3197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), + [3199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 5, .production_id = 39), + [3201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [3203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [3205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_subprogram_definition, 3), + [3207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), + [3209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), + [3211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [3213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), + [3215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), + [3217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_component_choice_list_repeat1, 2), + [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [3221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [3223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [3225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935), + [3227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [3229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [3233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 6, .production_id = 61), + [3235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [3237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 5, .production_id = 5), + [3239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [3241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [3243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [3245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), + [3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [3249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [3251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_subprogram_definition, 2), + [3253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), + [3255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), + [3257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_definition, 3), + [3259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), + [3261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), + [3263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), + [3265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [3267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 9, .production_id = 103), + [3269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [3271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [3273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_definition, 4), + [3275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [3277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), + [3279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_expression_repeat1, 2), + [3281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_expression_repeat1, 2), SHIFT_REPEAT(207), + [3284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725), + [3286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [3288] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1596), + [3291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 7, .production_id = 76), + [3293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_definition, 1), + [3295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_association, 3), + [3297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [3299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [3301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 3, .production_id = 22), + [3303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), + [3305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), + [3307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), + [3309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [3311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [3313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [3315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [3317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), + [3319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [3321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 4, .production_id = 5), + [3323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [3325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), + [3327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), + [3329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [3331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), + [3333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), + [3335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 8, .production_id = 92), + [3337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [3339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), + [3341] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(222), + [3344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), + [3346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_list, 2), + [3348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), + [3350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), + [3352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), + [3354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [3356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_list, 1), + [3358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 2, .production_id = 42), + [3360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), + [3362] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(795), + [3365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 2), + [3367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), + [3369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), + [3371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), + [3373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [3375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), + [3377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 3, .production_id = 22), + [3379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), + [3381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), + [3383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [3385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), + [3389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), + [3391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), + [3393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 36), + [3395] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 36), SHIFT(1246), + [3398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [3400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), + [3402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [3404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 58), + [3406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 2), + [3408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 2), SHIFT_REPEAT(773), + [3411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [3413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 5, .production_id = 68), + [3415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 7, .production_id = 105), + [3417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_positional_array_aggregate_repeat1, 2), SHIFT_REPEAT(216), + [3420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_positional_array_aggregate_repeat1, 2), + [3422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__attribute_reference, 3), SHIFT(206), + [3425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), + [3427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_ordinary_fixed_point_definition, 2), + [3429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(620), + [3432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [3434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), + [3436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), + [3438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [3440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), + [3442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), + [3444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), + [3446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 42), + [3448] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 42), SHIFT(1123), + [3451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), + [3453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [3455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), + [3457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 2), + [3459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [3461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [3463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [3465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [3467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [3469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_component_association_list, 1), + [3471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_floating_point_definition, 2), + [3473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [3475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_specification, 2), + [3477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_component_association_list_repeat1, 2), SHIFT_REPEAT(97), + [3480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__array_component_association_list_repeat1, 2), + [3482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_component_association_list, 2), + [3484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), + [3486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [3488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [3490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [3492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [3494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decimal_fixed_point_definition, 4), + [3496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), + [3498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), + [3500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), + [3502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 22), + [3504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 22), SHIFT(1246), + [3507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [3509] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__name_list_repeat1, 2), SHIFT_REPEAT(776), + [3512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 4, .production_id = 36), + [3514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [3516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_alternative, 2), + [3518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_triggering_alternative, 2), + [3520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_known_discriminant_part, 3), + [3522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(764), + [3525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 1), + [3527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [3529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 3), + [3531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_definition, 6, .production_id = 22), + [3533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_definition, 6), + [3535] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 36), SHIFT(1062), + [3538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), + [3540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(613), + [3543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 3, .production_id = 3), + [3545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [3547] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_record_component_association_list, 3), SHIFT(239), + [3550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(99), + [3553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), + [3555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 22), SHIFT(1096), + [3558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [3560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assign_value, 2), + [3562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), + [3564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), + [3566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), + [3568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variant_list_repeat1, 2), SHIFT_REPEAT(100), + [3571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variant_list_repeat1, 2), + [3573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(1638), + [3576] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(1761), + [3579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 3, .production_id = 3), + [3581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 1), + [3583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [3585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), + [3587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), + [3589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [3591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), + [3593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [3595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 4), + [3597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 4, .production_id = 34), + [3599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 93), + [3601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 1, .production_id = 7), + [3603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 42), SHIFT(1246), + [3606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), + [3608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), + [3610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), + [3612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [3614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), + [3616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_object_definition, 3, .production_id = 22), + [3618] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__index_subtype_definition_list_repeat1, 2), SHIFT_REPEAT(739), + [3621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__index_subtype_definition_list_repeat1, 2), + [3623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__defining_identifier_list, 2), + [3625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [3627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 5, .production_id = 35), + [3629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [3631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), + [3633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), + [3635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), [3637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [3639] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 70), SHIFT_REPEAT(242), - [3642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 70), - [3644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name_list, 2), - [3646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [3648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_alternative, 1), - [3650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [3652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [3654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__defining_identifier_list, 2), - [3656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [3658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [3660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [3662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [3664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 3), - [3666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [3668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), - [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), - [3672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_handler, 6), - [3674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice_list, 1), - [3676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [3678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overriding_indicator, 1), - [3680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 3), - [3682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [3684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice_list, 2), - [3686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), - [3688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1134), - [3690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), - [3692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), - [3694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_discrete_type_definition, 3), - [3696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discrete_choice_list_repeat1, 2), - [3698] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discrete_choice_list_repeat1, 2), SHIFT_REPEAT(102), - [3701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_component_association, 3), - [3703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [3705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat2, 2), SHIFT_REPEAT(628), - [3708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat2, 2), - [3710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [3712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [3714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 5, .production_id = 34), - [3716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_interface_type_definition, 1), - [3718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [3720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [3722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 3), - [3724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), - [3726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice_list, 2), - [3728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), - [3730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enumeration_literal_list, 2), - [3732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1145), - [3734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), - [3736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), - [3738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), - [3740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__index_subtype_definition_list_repeat1, 2), SHIFT_REPEAT(711), - [3743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__index_subtype_definition_list_repeat1, 2), - [3745] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_choice_list_repeat1, 2), SHIFT_REPEAT(747), - [3748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discriminant_specification_list_repeat1, 2), - [3750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discriminant_specification_list_repeat1, 2), SHIFT_REPEAT(1316), - [3753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_call_alternative, 2), - [3755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_access_type_definition, 1), - [3757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [3759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [3761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), - [3763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 2), - [3765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2), SHIFT_REPEAT(105), - [3768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2), - [3770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parameter_specification_list_repeat1, 2), - [3772] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameter_specification_list_repeat1, 2), SHIFT_REPEAT(1205), - [3775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_array_type_definition, 1), - [3777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_specification_list, 2), - [3779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), - [3781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), - [3783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 5), - [3785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 70), SHIFT_REPEAT(234), - [3788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 70), - [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [3792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [3794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition_list, 1, .production_id = 7), - [3796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [3798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), - [3800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [3802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [3804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [3806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 4), - [3808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [3810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), - [3812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [3814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), - [3816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 4), - [3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [3822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_component_association, 1), - [3824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [3826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [3828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), - [3830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), - [3832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_statement_item, 4, .production_id = 83), - [3834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [3836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_alternative, 2), - [3838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [3840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [3842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_exception_choice_list_repeat1, 2), - [3844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_exception_choice_list_repeat1, 2), SHIFT_REPEAT(658), - [3847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_handler, 4), - [3849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), - [3851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [3853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_choice_list, 2), - [3855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [3857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), - [3859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 3), - [3861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [3863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_terminate_alternative, 2), - [3865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 18), - [3867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), - [3869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), - [3871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_expression_item, 4, .production_id = 5), - [3873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [3875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_decimal_fixed_point_definition, 4), - [3877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1444), - [3879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 4), - [3881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice_list, 1), - [3883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), - [3885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_specification_list, 1), - [3887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_actual_parameter_part_repeat1, 2), SHIFT_REPEAT(104), - [3890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_actual_parameter_part_repeat1, 2), - [3892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), - [3894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 6, .production_id = 18), - [3896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_expression_repeat1, 2), SHIFT_REPEAT(1483), - [3899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_expression_repeat1, 2), - [3901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 6, .production_id = 58), - [3903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), - [3907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [3909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [3911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 4), - [3913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), - [3915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_filter, 2, .production_id = 5), - [3917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_floating_point_definition, 2), - [3919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_modular_type_definition, 2), - [3921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 2), - [3923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 5, .production_id = 36), - [3925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_signed_integer_type_definition, 2), - [3927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), - [3929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), - [3931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 5, .production_id = 35), - [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [3935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), - [3937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 4), - [3939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 7, .production_id = 74), - [3941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_subprogram_definition, 4), - [3943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__enumeration_literal_list_repeat1, 2), SHIFT_REPEAT(1195), - [3946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__enumeration_literal_list_repeat1, 2), - [3948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [3950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [3952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), - [3954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [3956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__access_type_definition, 2), - [3958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [3960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__return_subtype_indication, 1, .production_id = 7), - [3962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 1), - [3964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [3966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 7, .production_id = 34), - [3968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [3970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [3972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), - [3974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification_list, 1), - [3976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), - [3978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), - [3980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), - [3982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [3984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guard, 3, .production_id = 5), - [3986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [3988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [3990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 6, .production_id = 59), - [3992] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pragma_g_repeat1, 2), SHIFT_REPEAT(114), - [3995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pragma_g_repeat1, 2), - [3997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_object_definition, 2, .production_id = 42), - [3999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 8, .production_id = 58), - [4001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enumeration_literal_list, 1), - [4003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [4005] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__defining_identifier_list_repeat1, 2), SHIFT_REPEAT(1556), - [4008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__defining_identifier_list_repeat1, 2), - [4010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification_list, 2), - [4012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overriding_indicator, 2), - [4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), - [4016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [4018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterated_element_association, 6), - [4020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition_list, 2, .production_id = 70), - [4022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), - [4024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__index_subtype_definition_list, 2), - [4026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), - [4028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), - [4030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unknown_discriminant_part, 3), - [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [4034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), - [4036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [4038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [4040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [4042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 4, .production_id = 22), - [4044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), + [3639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 3), + [3641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [3643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), + [3645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), + [3647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 70), SHIFT_REPEAT(242), + [3650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 70), + [3652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 5, .production_id = 36), + [3654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discriminant_specification_list_repeat1, 2), + [3656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discriminant_specification_list_repeat1, 2), SHIFT_REPEAT(1326), + [3659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name_list, 2), + [3661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_filter, 2, .production_id = 5), + [3663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), + [3665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), + [3667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enumeration_literal_list, 2), + [3669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 7, .production_id = 74), + [3671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 3), + [3673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [3675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [3677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [3679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), + [3681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), + [3683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__return_subtype_indication, 1, .production_id = 7), + [3685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice_list, 2), + [3687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), + [3689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [3691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_discrete_type_definition, 3), + [3693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [3695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guard, 3, .production_id = 5), + [3697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [3699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__defining_identifier_list_repeat1, 2), SHIFT_REPEAT(1555), + [3702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__defining_identifier_list_repeat1, 2), + [3704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), + [3706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [3708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [3710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [3712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [3714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterated_element_association, 6), + [3716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [3718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), + [3720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice_list, 2), + [3722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [3724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), + [3726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__index_subtype_definition_list, 1), + [3728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [3730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition_list, 1, .production_id = 7), + [3732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_expression_repeat1, 2), SHIFT_REPEAT(1482), + [3735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_expression_repeat1, 2), + [3737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [3739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [3741] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_actual_parameter_part_repeat1, 2), SHIFT_REPEAT(104), + [3744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_actual_parameter_part_repeat1, 2), + [3746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_decimal_fixed_point_definition, 4), + [3748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 18), + [3750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 4), + [3752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), + [3754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 2), + [3756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2), SHIFT_REPEAT(105), + [3759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2), + [3761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 3), + [3763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parameter_specification_list_repeat1, 2), + [3765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameter_specification_list_repeat1, 2), SHIFT_REPEAT(1275), + [3768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_statement_item, 4, .production_id = 83), + [3770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), + [3772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), + [3774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 5), + [3776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 70), SHIFT_REPEAT(234), + [3779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 70), + [3781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [3783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [3785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [3787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 3), + [3789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [3791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), + [3793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_interface_type_definition, 1), + [3795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_array_type_definition, 1), + [3797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_access_type_definition, 1), + [3799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 4), + [3801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [3803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [3805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 1), + [3807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_aspect_definition_repeat1, 2), SHIFT_REPEAT(939), + [3810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_aspect_definition_repeat1, 2), + [3812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 4), + [3814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [3816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [3824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_alternative, 1), + [3826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), + [3828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [3830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [3832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [3834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_exception_choice_list_repeat1, 2), + [3836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_exception_choice_list_repeat1, 2), SHIFT_REPEAT(655), + [3839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_handler, 4), + [3841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), + [3843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [3845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_choice_list, 2), + [3847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [3849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [3851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [3853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_handler, 6), + [3855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overriding_indicator, 1), + [3857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [3859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1082), + [3861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), + [3863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), + [3865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discrete_choice_list_repeat1, 2), + [3867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discrete_choice_list_repeat1, 2), SHIFT_REPEAT(102), + [3870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [3872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_component_association, 3), + [3874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1443), + [3876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 4), + [3878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat2, 2), SHIFT_REPEAT(638), + [3881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat2, 2), + [3883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_specification_list, 1), + [3885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), + [3887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 5, .production_id = 34), + [3889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [3891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [3893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice_list, 1), + [3895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1195), + [3897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), + [3899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), + [3901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), + [3903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [3905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_call_alternative, 2), + [3907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 4), + [3909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_choice_list_repeat1, 2), SHIFT_REPEAT(777), + [3912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_alternative, 2), + [3914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_floating_point_definition, 2), + [3916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_modular_type_definition, 2), + [3918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 2), + [3920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [3922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_signed_integer_type_definition, 2), + [3924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [3926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_specification_list, 2), + [3928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [3930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [3932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_subprogram_definition, 4), + [3934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [3936] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__enumeration_literal_list_repeat1, 2), SHIFT_REPEAT(1161), + [3939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__enumeration_literal_list_repeat1, 2), + [3941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_component_association, 1), + [3943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), + [3945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [3947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [3949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), + [3951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [3953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [3955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_terminate_alternative, 2), + [3957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_expression_item, 4, .production_id = 5), + [3959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 6, .production_id = 18), + [3961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice_list, 1), + [3963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 6, .production_id = 58), + [3965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [3967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [3969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification_list, 1), + [3971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), + [3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [3975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), + [3977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), + [3979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), + [3981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [3983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), + [3985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [3987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [3989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 6, .production_id = 59), + [3991] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pragma_g_repeat1, 2), SHIFT_REPEAT(114), + [3994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pragma_g_repeat1, 2), + [3996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [3998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__access_type_definition, 2), + [4000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), + [4002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 1), + [4004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [4006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overriding_indicator, 2), + [4008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 7, .production_id = 34), + [4010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), + [4014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 8, .production_id = 58), + [4016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition_list, 2, .production_id = 70), + [4018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__index_subtype_definition_list, 2), + [4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), + [4022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), + [4024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [4026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_object_definition, 2, .production_id = 42), + [4028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enumeration_literal_list, 1), + [4030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification_list, 2), + [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [4034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unknown_discriminant_part, 3), + [4036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [4038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [4040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), + [4042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [4044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 4, .production_id = 22), [4046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 4, .production_id = 21), - [4048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [4050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterated_element_association, 4), - [4052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__index_subtype_definition_list, 1), - [4054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), - [4056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), - [4058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression_alternative, 4), - [4060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [4062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), - [4064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), - [4066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), - [4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [4070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935), - [4072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), - [4074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [4076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), - [4078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_handled_sequence_of_statements, 1), - [4080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), - [4082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [4084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [4086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_modular_type_definition, 2), - [4088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), - [4090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), - [4094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), - [4096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 2), - [4098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), - [4100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [4102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 2), - [4104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), - [4106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [4108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 1), - [4110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 5, .production_id = 36), - [4112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [4114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), - [4116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 8, .production_id = 105), - [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), - [4120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [4122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_part, 7), - [4124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant, 4), - [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), - [4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), - [4130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice, 1), - [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), - [4134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 2), - [4136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 7, .production_id = 93), - [4138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_entry_body_formal_part, 4, .production_id = 52), - [4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), - [4142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice, 1, .production_id = 7), - [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), - [4146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 1), - [4148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 7, .production_id = 36), - [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), - [4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [4154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), - [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [4158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_range, 1, .production_id = 7), - [4160] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array_component_association, 1), SHIFT(1503), - [4163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), - [4165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [4167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [4169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_argument_association, 3), - [4171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__named_record_component_association, 3), - [4173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), - [4175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [4177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [4179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [4181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_range, 1), - [4183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__discrete_range, 1), SHIFT(232), - [4186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 58), - [4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), - [4190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), - [4192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 2), - [4194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [4196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [4198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 6, .production_id = 22), - [4200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4, .production_id = 34), - [4202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4), - [4204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_real_range_specification, 4), - [4206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_default, 1), - [4208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), - [4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [4212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_association, 1), - [4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), - [4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), - [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), - [4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [4222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 22), - [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), - [4226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [4228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signed_integer_type_definition, 4), - [4230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 4, .production_id = 22), - [4232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_extension_part, 2), - [4234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), - [4236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), - [4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [4244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [4246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), - [4250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [4252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_component_choice_list, 1), REDUCE(sym_discrete_choice, 1), - [4255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_association, 3), - [4257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5), - [4259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 4), - [4261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), - [4263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [4265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 34), - [4267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 42), - [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), - [4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [4273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), - [4275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [4277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 5, .production_id = 36), - [4279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), - [4281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [4283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 5), - [4285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 5, .production_id = 42), - [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), - [4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), - [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [4293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decimal_fixed_point_definition, 5), - [4295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 5, .production_id = 58), - [4297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discriminant_part, 1), - [4299] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__discriminant_part, 1), SHIFT(506), - [4302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), - [4304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 4), - [4306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_argument_association, 1), - [4308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_element, 2, .production_id = 89), - [4310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), - [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), - [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [4318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_type_definition, 3), - [4320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordinary_fixed_point_definition, 3), - [4322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_floating_point_definition, 3), - [4324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 42), - [4326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_entry_body_formal_part, 1, .production_id = 77), - [4328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_subtype_definition, 3, .production_id = 6), - [4330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_list, 2), - [4332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 6, .production_id = 68), - [4334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), - [4336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [4338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 3), - [4340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), - [4342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), - [4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), - [4346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), - [4348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 3), - [4350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [4354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 42), - [4356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), - [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), - [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), - [4364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__loop_parameter_subtype_indication, 1, .production_id = 7), - [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), - [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), - [4370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), - [4372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 4), - [4374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement_alternative, 4), - [4376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [4378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2), REDUCE(aux_sym_positional_array_aggregate_repeat1, 2), - [4381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), - [4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [4385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), - [4389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iteration_scheme, 2), + [4048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterated_element_association, 4), + [4050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), + [4052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), + [4054] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2), REDUCE(aux_sym_positional_array_aggregate_repeat1, 2), + [4057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), + [4059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), + [4061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), + [4063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934), + [4065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [4067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [4069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), + [4071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_modular_type_definition, 2), + [4073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_handled_sequence_of_statements, 1), + [4075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), + [4077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [4079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [4081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), + [4083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), + [4085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), + [4087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [4089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 2), + [4091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 2), + [4093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), + [4095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [4097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), + [4099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [4101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), + [4103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [4105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 1), + [4107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 5, .production_id = 36), + [4109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 8, .production_id = 105), + [4111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), + [4113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), + [4115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_part, 7), + [4117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant, 4), + [4119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), + [4121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), + [4123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice, 1), + [4125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), + [4127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 2), + [4129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 7, .production_id = 93), + [4131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_entry_body_formal_part, 4, .production_id = 52), + [4133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), + [4135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice, 1, .production_id = 7), + [4137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 7, .production_id = 36), + [4139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), + [4141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 1), + [4143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), + [4145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [4147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), + [4149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [4151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_range, 1, .production_id = 7), + [4153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [4155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), + [4157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array_component_association, 1), SHIFT(1507), + [4160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), + [4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [4164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [4166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_argument_association, 3), + [4168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__named_record_component_association, 3), + [4170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), + [4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [4174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [4178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_range, 1), + [4180] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__discrete_range, 1), SHIFT(236), + [4183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression_alternative, 4), + [4185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 58), + [4187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), + [4189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 2), + [4191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), + [4193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [4195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), + [4197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4, .production_id = 34), + [4199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4), + [4201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 6, .production_id = 22), + [4203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_real_range_specification, 4), + [4205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_default, 1), + [4207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_association, 1), + [4209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), + [4211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), + [4213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), + [4215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [4217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 22), + [4219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), + [4221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [4223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signed_integer_type_definition, 4), + [4225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), + [4227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [4229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_extension_part, 2), + [4231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), + [4233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 4, .production_id = 22), + [4235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [4237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [4239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), + [4241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [4243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [4245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [4247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), + [4249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [4251] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_component_choice_list, 1), REDUCE(sym_discrete_choice, 1), + [4254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_association, 3), + [4256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 4), + [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), + [4260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [4262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5), + [4264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 34), + [4266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), + [4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [4270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), + [4272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [4274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 5, .production_id = 36), + [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), + [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [4280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 5), + [4282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 5, .production_id = 42), + [4284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), + [4286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [4288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [4290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decimal_fixed_point_definition, 5), + [4292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 5, .production_id = 58), + [4294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discriminant_part, 1), + [4296] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__discriminant_part, 1), SHIFT(506), + [4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), + [4301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 4), + [4303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_argument_association, 1), + [4305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_element, 2, .production_id = 89), + [4307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), + [4309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [4311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [4313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), + [4315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_type_definition, 3), + [4317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordinary_fixed_point_definition, 3), + [4319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_floating_point_definition, 3), + [4321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 42), + [4323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_entry_body_formal_part, 1, .production_id = 77), + [4325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_subtype_definition, 3, .production_id = 6), + [4327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 42), + [4329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_list, 2), + [4331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), + [4333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [4335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 6, .production_id = 68), + [4337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 3), + [4339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), + [4341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [4343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), + [4345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), + [4347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 3), + [4349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 42), + [4351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__loop_parameter_subtype_indication, 1, .production_id = 7), + [4353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), + [4355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 4), + [4357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [4359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [4361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [4363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), + [4365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [4367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), + [4369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), + [4371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement_alternative, 4), + [4373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), + [4375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [4377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), + [4379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [4381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), + [4383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quantified_expression, 5, .production_id = 79), + [4385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), + [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), [4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [4395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), - [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), - [4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [4403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), - [4405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_sequence, 3), - [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), - [4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [4413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quantified_expression, 5, .production_id = 79), + [4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), + [4395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), + [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), + [4401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iteration_scheme, 2), + [4403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), + [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [4409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_sequence, 3), + [4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [4413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), - [4419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_aggregate, 1), - [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), - [4423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), - [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), - [4429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), - [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [4433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), - [4435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), - [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), - [4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), - [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), - [4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [4447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), - [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), - [4451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), - [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), - [4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), - [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), - [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), - [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [4465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_sequence, 4, .production_id = 20), - [4467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chunk_specification, 1), - [4469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [4471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_expression, 4), - [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), - [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), - [4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [4479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), - [4483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [4485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), - [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), - [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), - [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), - [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), - [4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), - [4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [4503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), - [4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), - [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), - [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), - [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), - [4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), - [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), + [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [4423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), + [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), + [4429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), + [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [4433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), + [4435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), + [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), + [4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), + [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), + [4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [4447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), + [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), + [4451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), + [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), + [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), + [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [4461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_sequence, 4, .production_id = 20), + [4463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chunk_specification, 1), + [4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), + [4469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), + [4471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), + [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), + [4477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_expression, 4), + [4479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), + [4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [4483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [4485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), + [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), + [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), + [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), + [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), + [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), + [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722), + [4503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), + [4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), + [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), + [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), [4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), - [4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), - [4533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quantifier, 1), - [4535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), - [4543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reduction_specification, 3), - [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), - [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), - [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), - [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), - [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), - [4579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chunk_specification, 3, .production_id = 22), - [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), - [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), - [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), - [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), - [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), - [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), - [4619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), - [4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), - [4623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [4627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), - [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [4631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 3, .production_id = 63), - [4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), - [4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), - [4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), - [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), - [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), - [4643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), - [4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), - [4647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), - [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), - [4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), - [4661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), - [4663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 5), - [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), - [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), - [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), - [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), - [4679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_barrier, 2, .production_id = 5), - [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), - [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), - [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), - [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), - [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), - [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [4703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 6, .production_id = 5), - [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [4707] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), - [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), - [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), - [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), - [4719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 5, .production_id = 94), - [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), - [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), - [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), - [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), - [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), - [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [4749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), - [4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), - [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), - [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [4535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quantifier, 1), + [4537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reduction_specification, 3), + [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), + [4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), + [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), + [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), + [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), + [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), + [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), + [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842), + [4575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chunk_specification, 3, .production_id = 22), + [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), + [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), + [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), + [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), + [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), + [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), + [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [4619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), + [4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [4623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [4627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), + [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), + [4633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 3, .production_id = 63), + [4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), + [4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), + [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), + [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), + [4643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), + [4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), + [4647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), + [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), + [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [4657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 5), + [4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [4661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [4663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), + [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), + [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), + [4673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_barrier, 2, .production_id = 5), + [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), + [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), + [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), + [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), + [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), + [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), + [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), + [4699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 6, .production_id = 5), + [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [4703] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), + [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), + [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), + [4715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 5, .production_id = 94), + [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), + [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), + [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), + [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), + [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), + [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), + [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), + [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), + [4749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_expression, 3), + [4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), + [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), - [4761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_expression, 3), + [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), - [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), - [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), - [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), - [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), - [4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), - [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), - [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1724), - [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), - [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), - [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), - [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), - [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), - [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), - [4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), - [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), - [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), - [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), - [4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), - [4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), - [4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [4823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), - [4825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), - [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), - [4829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), - [4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), - [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), - [4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), - [4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), - [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), - [4849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), - [4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), - [4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), - [4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), - [4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), - [4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), - [4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), - [4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), - [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), - [4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), - [4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [4881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), - [4885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), - [4891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [4895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [4897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), - [4899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), - [4903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), - [4905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), - [4907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 7, .production_id = 5), - [4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), - [4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), - [4919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), - [4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), - [4925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), - [4929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), - [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), - [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [4935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), - [4937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_component_choice_list, 1), SHIFT(117), - [4940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [4942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [4944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [4946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), - [4948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [4950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [4952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [4954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [4956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [4958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), - [4960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), - [4962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), - [4964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [4966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [4968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), - [4970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), - [4972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), - [4974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [4976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [4978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [4980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), - [4982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [4984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [4986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [4988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [4990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [4992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_sequence, 7, .production_id = 20), - [4994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [4996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), - [4998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [5000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [5002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), - [5004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), - [5006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), - [5008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), - [5010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [5012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [5014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [5016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), - [5018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), - [5020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), - [5022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), - [5024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), - [5026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [5028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), - [5030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [5032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [5034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), - [5036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iteration_scheme, 2, .production_id = 5), - [5038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [5040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), - [5042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), - [5044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), - [5046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), - [5048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [5050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [5052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [5054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [5056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), - [5058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), - [5060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), - [5062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [5064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [5066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), + [4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), + [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), + [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), + [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), + [4777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_aggregate, 1), + [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), + [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), + [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), + [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), + [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), + [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), + [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), + [4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), + [4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), + [4823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), + [4825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), + [4829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), + [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), + [4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), + [4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), + [4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), + [4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), + [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), + [4849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), + [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), + [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), + [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), + [4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), + [4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), + [4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), + [4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), + [4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), + [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), + [4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), + [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), + [4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [4881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [4885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), + [4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), + [4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [4891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [4895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [4897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [4899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), + [4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), + [4903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 7, .production_id = 5), + [4905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), + [4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), + [4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), + [4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), + [4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [4919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), + [4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), + [4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), + [4925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), + [4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), + [4929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), + [4933] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_component_choice_list, 1), SHIFT(117), + [4936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [4938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), + [4940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [4942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), + [4944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [4946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [4948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [4950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [4952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), + [4954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [4956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), + [4958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), + [4960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [4962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [4964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [4966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), + [4968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), + [4970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [4972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [4974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [4976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), + [4978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [4980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [4982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [4984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [4986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), + [4988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_sequence, 7, .production_id = 20), + [4990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [4992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), + [4994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [4996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [4998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), + [5000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [5002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), + [5004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), + [5006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [5008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), + [5010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), + [5012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), + [5014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), + [5016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [5018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [5020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), + [5022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [5024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [5026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [5028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), + [5030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), + [5032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iteration_scheme, 2, .production_id = 5), + [5034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), + [5036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [5038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [5040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [5042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), + [5044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [5046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [5048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [5050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [5052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [5054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), + [5056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [5058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), + [5060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), + [5062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), + [5064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), + [5066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), [5068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), - [5070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), - [5072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [5074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [5076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [5078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [5080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), - [5082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_index_specification, 4, .production_id = 36), - [5084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), - [5086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), - [5088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [5090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [5092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [5094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), - [5096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [5098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), - [5100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), - [5102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [5104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [5106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), - [5108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), - [5110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [5112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [5114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [5116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), - [5118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [5120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), - [5122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [5124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), - [5126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [5070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [5072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [5074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [5076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), + [5078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_index_specification, 4, .production_id = 36), + [5080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), + [5082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [5084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), + [5086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [5088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [5090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), + [5092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [5094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), + [5096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), + [5098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [5100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), + [5102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), + [5104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), + [5106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [5108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [5110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [5112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), + [5114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [5116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [5118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [5120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), + [5122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), + [5124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [5126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), [5128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), [5130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), - [5132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [5134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), - [5136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [5138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), - [5140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), - [5142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), + [5132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [5134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), + [5136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), + [5138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [5140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), + [5142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), [5144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [5146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), - [5148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), - [5150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [5152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [5154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), - [5156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [5158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [5160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), - [5162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [5146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), + [5148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [5150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [5152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [5154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [5156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [5158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), }; #ifdef __cplusplus diff --git a/test/corpus/records.txt b/test/corpus/records.txt index bff91f8..e5e87e0 100644 --- a/test/corpus/records.txt +++ b/test/corpus/records.txt @@ -355,3 +355,106 @@ end; (expression (term (numeric_literal)))))))))))) + +================================================================================ +Variant records +================================================================================ + +type R (D : Boolean) is record + A : Integer; + case D is + when True => null; + when False => + B : Integer := 1; + -- some comment + end case; +end record; + +-------------------------------------------------------------------------------- + +(compilation + (compilation_unit + (full_type_declaration + (identifier) + (known_discriminant_part + (discriminant_specification_list + (discriminant_specification + (identifier) + (identifier)))) + (record_type_definition + (record_definition + (component_list + (component_declaration + (identifier) + (component_definition + (identifier))) + (variant_part + (identifier) + (variant_list + (variant + (discrete_choice_list + (discrete_choice + (identifier))) + (component_list)) + (variant + (discrete_choice_list + (discrete_choice + (identifier))) + (component_list + (component_declaration + (identifier) + (component_definition + (identifier)) + (expression + (term + (numeric_literal))))))) + (comment)))))))) + +================================================================================ +variants 2 +================================================================================ + + type R (S : Config_Side) is record + E : Duration; + F : Duration; + + case Side is + when Config_Consumer => + C : Duration; + end case; + end record; + +-------------------------------------------------------------------------------- + +(compilation + (compilation_unit + (full_type_declaration + (identifier) + (known_discriminant_part + (discriminant_specification_list + (discriminant_specification + (identifier) + (identifier)))) + (record_type_definition + (record_definition + (component_list + (component_declaration + (identifier) + (component_definition + (identifier))) + (component_declaration + (identifier) + (component_definition + (identifier))) + (variant_part + (identifier) + (variant_list + (variant + (discrete_choice_list + (discrete_choice + (identifier))) + (component_list + (component_declaration + (identifier) + (component_definition + (identifier)))))))))))))